Skip to content

Fix rballoc_mask variable type from uint8_t to uint16_t

Luis Pereira requested to merge fix_rballoc_mask_type into develop

Fix rballoc_mask variable type from uint8_t to uint16_t to fix UL RB allocation and these warning messages:

[NR_MAC]   cannot allocate continuous UL data for UE 0/RNTI 606b: no resources (rbStart 106, min_rb 5, bwpSize 106
[NR_MAC]   cannot allocate continuous UL data for UE 0/RNTI 606b: no resources (rbStart 106, min_rb 5, bwpSize 106
[NR_MAC]   cannot allocate continuous UL data for UE 0/RNTI 606b: no resources (rbStart 106, min_rb 5, bwpSize 106
[NR_MAC]   cannot allocate continuous UL data for UE 0/RNTI 606b: no resources (rbStart 106, min_rb 5, bwpSize 106
Edited by Robert Schmidt

Merge request reports