Change in osmo-ggsn[master]: gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jul 16 17:48:11 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9989 )

Change subject: gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active
......................................................................

gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active

Change-Id: Ic950c04d309d5686bfbeab332f79c48678e743ae
---
M gtp/gtp.c
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/gtp/gtp.c b/gtp/gtp.c
index 5b83d20..1309cb5 100644
--- a/gtp/gtp.c
+++ b/gtp/gtp.c
@@ -2553,6 +2553,9 @@
 				if (linked_pdp->secondary_tei[n])
 					count++;
 			if (count <= 1) {
+				GTP_LOGPKG(LOGL_NOTICE, peer, pack, len,
+					   "Ignoring CTX DEL without teardown and count=%d\n",
+					   count);
 				return 0;	/* 29.060 7.3.5 Ignore message */
 			}
 		}

-- 
To view, visit https://gerrit.osmocom.org/9989
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic950c04d309d5686bfbeab332f79c48678e743ae
Gerrit-Change-Number: 9989
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180716/51f82f5d/attachment.htm>


More information about the gerrit-log mailing list