RSL: Fix mask of eMLPP Priority field.

9.3.49 in 48.058wq
This commit is contained in:
Martin Mathieson 2021-07-08 18:37:32 +01:00 committed by Jaap Keuter
parent 9e5d051a8a
commit ba0d6f69ab
1 changed files with 1 additions and 1 deletions

View File

@ -4963,7 +4963,7 @@ void proto_register_rsl(void)
},
{ &hf_rsl_emlpp_prio,
{ "eMLPP Priority", "gsm_abis_rsl.emlpp_prio",
FT_UINT8, BASE_DEC, VALS(rsl_emlpp_prio_vals), 0x05,
FT_UINT8, BASE_DEC, VALS(rsl_emlpp_prio_vals), 0x07,
NULL, HFILL }
},
{ &hf_rsl_speech_mode_s,