Skip to content

Bugfix in ue pusch mac pdu creation

Sakthivel Velumani requested to merge NR_UE_fix_mac_pdu into develop

When more than one sdu with equal priority is present, there could be buffer left after serving the lcids and also not enough to equally serve all lcids. This commit checks for this condition. Before this fix the ue would send malformed mac pdus when serving multiple lcids.

Merge request reports