aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-05-17 12:03:48 +0200
committerOliver Smith <osmith@sysmocom.de>2024-05-17 12:03:48 +0200
commitad310637062735c4dd8ffa2117989d5c265adf3d (patch)
treee61a3779d024fe6ba042d07edf5f0b7838391c71
parentb3e0c6bb1e443f02476df532f7def7d74537b0f8 (diff)
osmo-ggsn: rebase 0001-libgtp-set-PDP_MAX-to-128.patchosmith/nightlylaforge/nightly
-rw-r--r--recipes-osmocom/osmo-ggsn/files/0001-libgtp-set-PDP_MAX-to-128.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-osmocom/osmo-ggsn/files/0001-libgtp-set-PDP_MAX-to-128.patch b/recipes-osmocom/osmo-ggsn/files/0001-libgtp-set-PDP_MAX-to-128.patch
index 53ac7ef..ae04c0d 100644
--- a/recipes-osmocom/osmo-ggsn/files/0001-libgtp-set-PDP_MAX-to-128.patch
+++ b/recipes-osmocom/osmo-ggsn/files/0001-libgtp-set-PDP_MAX-to-128.patch
@@ -16,10 +16,10 @@ Change-Id: I97d5db8f2def4d628a6c4e67c27f07c7200b94d4
gtp/pdp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/gtp/pdp.h b/gtp/pdp.h
+diff --git a/include/osmocom/gtp/pdp.h b/include/osmocom/gtp/pdp.h
index 4dcdde46..9587f31e 100644
---- a/gtp/pdp.h
-+++ b/gtp/pdp.h
+--- a/include/osmocom/gtp/pdp.h
++++ b/include/osmocom/gtp/pdp.h
@@ -24,7 +24,7 @@ struct gsn_t;
#define LOGPDPX(ss, level, pdp, fmt, args...) \
LOGP(ss, level, "PDP(%s:%u): " fmt, imsi_gtp2str(&(pdp)->imsi), (pdp)->nsapi, ## args)