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

The mandatory IE checking is requiring the wrong IE

Change-Id: I73ecd163e2143341687ee4bca15a0bc69719c594
This commit is contained in:
Harald Welte 2017-04-09 20:44:40 +02:00
parent 4e818c3cfd
commit 3e463a3862
1 changed files with 1 additions and 1 deletions

View File

@ -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