MAC-NR:for drb the lcid range is 4-32,lcid=3 corresponding srb3

This commit is contained in:
Xu 2020-09-23 15:48:24 +08:00 committed by Wireshark GitLab Utility
parent 71223de4a3
commit c92ab1158e
1 changed files with 1 additions and 2 deletions

View File

@ -365,7 +365,6 @@ static gint global_mac_nr_lcid_drb_source = (gint)FromStaticTable;
static const value_string drb_lcid_vals[] = {
{ 3, "LCID 3"},
{ 4, "LCID 4"},
{ 5, "LCID 5"},
{ 6, "LCID 6"},
@ -4528,7 +4527,7 @@ void proto_register_mac_nr(void)
};
static uat_field_t lcid_drb_mapping_flds[] = {
UAT_FLD_VS(lcid_drb_mappings, lcid, "LCID (3-32)", drb_lcid_vals, "The MAC LCID"),
UAT_FLD_VS(lcid_drb_mappings, lcid, "LCID (4-32)", drb_lcid_vals, "The MAC LCID"),
UAT_FLD_DEC(lcid_drb_mappings, drbid,"DRBID id (1-32)", "Identifier of logical data channel"),
UAT_FLD_VS(lcid_drb_mappings, bearer_type_ul, "UL RLC Bearer Type", rlc_bearer_type_vals, "UL Bearer Mode"),
UAT_FLD_VS(lcid_drb_mappings, bearer_type_dl, "DL RLC Bearer Type", rlc_bearer_type_vals, "DL Bearer Mode"),