X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch_slot_ind.c;h=8b423b27aa622554463157709a15ec7a9fbd7dee;hb=42e50f5a3e46d7ca3afe97907b39d2a0c79a21c2;hp=5ac9129a2a66dee0a7270952f9b8bea02aa9490c;hpb=d42002c489df04b7a8346e6187a97f75cca9f85b;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_slot_ind.c b/src/5gnrsch/sch_slot_ind.c index 5ac9129a2..8b423b27a 100644 --- a/src/5gnrsch/sch_slot_ind.c +++ b/src/5gnrsch/sch_slot_ind.c @@ -522,7 +522,7 @@ bool findValidK0K1Value(SchCellCb *cell, SlotTimingInfo currTime, uint8_t ueId, cell->schUlSlotInfo[pucchTime->slot]->pucchUe = ueId; /*Availability of PUCCH for HARQ resources*/ - ret = schAllocPucchResource(cell, *pucchTime, ueCb, isRetx, hqP); + ret = schAllocPucchResource(cell, *pucchTime, ueCb, hqP, pdcchAllocInfo); if(ret == RFAILED) { /*DL allocation can't go through as PUCCH is unavailable*/