osmith has submitted this change. (
https://gerrit.osmocom.org/c/meta-telephony/+/37607?usp=email )
Change subject: osmo-ggsn: rebase 0001-libgtp-set-PDP_MAX-to-128.patch
......................................................................
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(-)
Approvals:
pespin: Looks good to me, approved
osmith: Verified
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
https://gerrit.osmocom.org/c/meta-telephony/+/37607?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I06f489a8d07cab762bf84fc38c0bc18bbffb6a61
Gerrit-Change-Number: 37607
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged