Change in osmo-sgsn[master]: gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACK

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Sun Apr 14 03:37:26 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/13628


Change subject: gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACK
......................................................................

gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACK

Fix a warning "Unhandled GSM 04.08 message type ...".

Fixes: OS#3466
Change-Id: I20bf4db8da746e0b994bfe3f8178188831b67ed3
---
M src/gprs/gprs_gb_parse.c
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/28/13628/1

diff --git a/src/gprs/gprs_gb_parse.c b/src/gprs/gprs_gb_parse.c
index 93b90a2..379674a 100644
--- a/src/gprs/gprs_gb_parse.c
+++ b/src/gprs/gprs_gb_parse.c
@@ -383,6 +383,14 @@
 		parse_ctx->invalidate_tlli = 1;
 		break;
 
+	case GSM48_MT_GSM_DEACT_PDP_REQ:
+		parse_ctx->llc_msg_name = "DEACT_PDP_REQ";
+		break;
+
+	case GSM48_MT_GSM_DEACT_PDP_ACK:
+		parse_ctx->llc_msg_name = "DEACT_PDP_ACK";
+		break;
+
 	default:
 		LOGP(DLLC, LOGL_NOTICE,
 		     "Unhandled GSM 04.08 message type %s for protocol discriminator %s.\n",

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

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20bf4db8da746e0b994bfe3f8178188831b67ed3
Gerrit-Change-Number: 13628
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190414/db616f3d/attachment.htm>


More information about the gerrit-log mailing list