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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/80/2280/2

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: newpatchset
Gerrit-Change-Id: I73ecd163e2143341687ee4bca15a0bc69719c594
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to