NAS 5GS: request type field is 3 bits long

(cherry picked from commit 9fdc3fb3ce)
This commit is contained in:
Pascal Quantin 2020-11-23 22:09:30 +00:00
parent 8fdffc1113
commit dcd7a99f1d
1 changed files with 1 additions and 1 deletions

View File

@ -7294,7 +7294,7 @@ proto_register_nas_5gs(void)
},
{ &hf_nas_5gs_mm_req_type,
{ "Request type", "nas_5gs.mm.req_typ",
FT_UINT8, BASE_DEC, VALS(nas_5gs_mm_req_type_vals), 0x0f,
FT_UINT8, BASE_DEC, VALS(nas_5gs_mm_req_type_vals), 0x07,
NULL, HFILL }
},
{ &hf_nas_5gs_mm_serv_type,