Skip to content
Snippets Groups Projects
Commit 79d6a48f authored by Roberto Louro Magueta's avatar Roberto Louro Magueta
Browse files

Remove limitation related to schedule more than 11 bits in PUCCH2

parent b722d92f
No related branches found
No related tags found
No related merge requests found
...@@ -1154,9 +1154,6 @@ int nr_acknack_scheduling(gNB_MAC_INST *mac, ...@@ -1154,9 +1154,6 @@ int nr_acknack_scheduling(gNB_MAC_INST *mac,
if(curr_pucch->csi_bits > 0 && if(curr_pucch->csi_bits > 0 &&
!curr_pucch->simultaneous_harqcsi) !curr_pucch->simultaneous_harqcsi)
continue; continue;
// TODO we can't schedule more than 11 bits in PUCCH2 for now
if (curr_pucch->csi_bits + curr_pucch->dai_c >= 10)
continue;
// otherwise we can schedule in this active PUCCH // otherwise we can schedule in this active PUCCH
// no need to check VRB occupation because already done when PUCCH has been activated // no need to check VRB occupation because already done when PUCCH has been activated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment