NAS 5GS: fix dissection of 5GSM network feature support IE

This commit is contained in:
Pascal Quantin 2023-02-01 16:14:12 +01:00
parent 199d8e86d0
commit c649b14803
1 changed files with 1 additions and 1 deletions

View File

@ -8056,7 +8056,7 @@ nas_5gs_sm_pdu_ses_est_acc(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _
/* 25 DNN DNN 9.11.2.1B O TLV 3-102 */
ELEM_OPT_TLV(0x25, NAS_5GS_PDU_TYPE_COMMON, DE_NAS_5GS_CMN_DNN, NULL);
/* 17 5GSM network feature support 5GSM network feature support 9.11.4.18 O TLV 3-15 */
ELEM_OPT_TLV(0x25, NAS_5GS_PDU_TYPE_SM, DE_NAS_5GS_SM_5GSM_NW_FEATURE_SUP, NULL);
ELEM_OPT_TLV(0x17, NAS_5GS_PDU_TYPE_SM, DE_NAS_5GS_SM_5GSM_NW_FEATURE_SUP, NULL);
/* 18 Serving PLMN rate control Serving PLMN rate control 9.11.4.20 O TLV 4 */
ELEM_OPT_TLV(0x18, NAS_PDU_TYPE_ESM, DE_ESM_SERV_PLMN_RATE_CTRL, NULL);
/* 77 ATSSS container ATSSS container 9.11.4.22 O TLV-E 3-65538 */