Skip to content

Draft: Bugfix: do not add multiple NR_RLC_BearerConfig with the same logicalChannelIdentity

Luis Pereira requested to merge BugFix_rlc-BearerToAddModList into develop

Bugfix: do not add multiple NR_RLC_BearerConfig with the same logicalChannelIdentity to a UE after a NR_RRCReestablishment This commit fixes the ASN1 encoding failure after 15 NR_RRCReestablishments because it tried to encode rlc-BearerToAddModList with more than maxLC-ID (32) of RLC-BearerConfig. We were adding multiple times the RLC_BearerConfig for the same logicalChannelIdentity

Merge request reports