osmith has uploaded this change for review.

View Change

osmo-ggsn: rebase 0001-libgtp-set-PDP_MAX-to-128.patch

Related: osmo-ggsn If7e01c61168819bf7120667344e40c857da5490b
Change-Id: I06f489a8d07cab762bf84fc38c0bc18bbffb6a61
---
M recipes-osmocom/osmo-ggsn/files/0001-libgtp-set-PDP_MAX-to-128.patch
1 file changed, 13 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/07/37607/1
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 @@
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)

To view, visit change 37607. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I06f489a8d07cab762bf84fc38c0bc18bbffb6a61
Gerrit-Change-Number: 37607
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange