[MERGED] libosmo-sccp[master]: M3UA: RKM DEREG-REQ should contain routing context, not rout...

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 Apr 10 11:26:54 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: M3UA: RKM DEREG-REQ should contain routing context, not routing key
......................................................................


M3UA: RKM DEREG-REQ should contain routing context, not routing key

The mandatory IE checking is requiring the wrong IE

Change-Id: I73ecd163e2143341687ee4bca15a0bc69719c594
---
M src/m3ua.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/m3ua.c b/src/m3ua.c
index 5708985..031e5cd 100644
--- a/src/m3ua.c
+++ b/src/m3ua.c
@@ -241,7 +241,7 @@
 	M3UA_IEI_REG_RESULT, 0
 };
 static const uint16_t dereg_req_ies[] = {
-	M3UA_IEI_ROUT_KEY, 0
+	M3UA_IEI_ROUTE_CTX, 0
 };
 static const uint16_t dereg_rsp_ies[] = {
 	M3UA_IEI_DEREG_RESULT, 0

-- 
To view, visit https://gerrit.osmocom.org/2280
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I73ecd163e2143341687ee4bca15a0bc69719c594
Gerrit-PatchSet: 4
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list