RSL: Fix mask of eMLPP Priority field.

9.3.49 in 48.058wq


(cherry picked from commit ba0d6f69ab)
This commit is contained in:
Martin Mathieson 2021-07-08 18:37:32 +01:00 committed by Wireshark GitLab Utility
parent cbbe611c7a
commit 7799b0f577
1 changed files with 1 additions and 1 deletions

View File

@ -4886,7 +4886,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,