NAS-5GS: correction of Configuration update command, IE 5GS registration result

This commit is contained in:
Joakim Karlsson 2022-04-26 13:06:53 +02:00 committed by Jaap Keuter
parent 095043f74b
commit 74fd19fb10
1 changed files with 1 additions and 1 deletions

View File

@ -6379,7 +6379,7 @@ nas_5gs_mm_conf_upd_cmd(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_,
/* A- UE radio capability ID deletion indication UE radio capability ID deletion indication 9.11.3.69 O TV 1 */
ELEM_OPT_TV_SHORT(0xA0, NAS_5GS_PDU_TYPE_MM, DE_NAS_5GS_MM_UE_RADIO_CAP_ID_DEL_IND, NULL);
/* 44 5GS registration result 5GS registration result 9.11.3.6 O TLV 3 */
ELEM_OPT_TLV(0x1B, NAS_5GS_PDU_TYPE_MM, DE_NAS_5GS_MM_5GS_REG_RES, NULL);
ELEM_OPT_TLV(0x44, NAS_5GS_PDU_TYPE_MM, DE_NAS_5GS_MM_5GS_REG_RES, NULL);
/* 1B Truncated 5G-S-TMSI configuration Truncated 5G-S-TMSI configuration 9.11.3.70 O TLV 3 */
ELEM_OPT_TLV(0x1B, NAS_5GS_PDU_TYPE_MM, DE_NAS_5GS_MM_TRUNCATED_5G_S_TMSI_CONF, NULL);
/* C- Additional configuration indication Additional configuration indication 9.11.3.74 O TV 1 */