The UL allocation of PRBs is not working as intended. The UL scheduler decides the PRBset, however, the UserEquipment.setSchedulingSlots updates the number of available PRBs at the user. This should not happen, it should update the PRBset allocated.
This means the resource grid at the users have a different number of available subcarriers, which in practice do not happen. The users are allocated a specific set of subcarriers.
The UL allocation of PRBs is not working as intended. The UL scheduler decides the PRBset, however, the
UserEquipment.setSchedulingSlots
updates the number of available PRBs at the user. This should not happen, it should update the PRBset allocated.This means the resource grid at the users have a different number of available subcarriers, which in practice do not happen. The users are allocated a specific set of subcarriers.