From 3e463a3862b5bcf84fd29ab0c748f1edee832fef Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 9 Apr 2017 20:44:40 +0200 Subject: [PATCH] M3UA: RKM DEREG-REQ should contain routing context, not routing key The mandatory IE checking is requiring the wrong IE Change-Id: I73ecd163e2143341687ee4bca15a0bc69719c594 --- src/m3ua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m3ua.c b/src/m3ua.c index 57089850..031e5cd7 100644 --- a/src/m3ua.c +++ b/src/m3ua.c @@ -241,7 +241,7 @@ static const uint16_t reg_rsp_ies[] = { 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