GTPv2: correction of IE MM Context EPS QQ

This commit is contained in:
Joakim Karlsson 2023-01-09 15:50:42 +01:00
parent fadb420769
commit 56deed1c15
1 changed files with 1 additions and 1 deletions

View File

@ -10864,7 +10864,7 @@ void proto_register_gtpv2(void)
},
{ &hf_gtpv2_mm_context_ensct,
{"ENSCT (EPS NAS Security Context Type)", "gtpv2.mm_context_ensct",
FT_UINT8, BASE_DEC, VALS(gtpv2_mm_context_eps_nas_security_context_type_vals), 0x01,
FT_UINT8, BASE_DEC, VALS(gtpv2_mm_context_eps_nas_security_context_type_vals), 0x03,
NULL, HFILL}
},
{ &hf_gtpv2_mm_context_samb_ri,