X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch_slot_ind.c;fp=src%2F5gnrsch%2Fsch_slot_ind.c;h=12a387cb0dd35101b766953360e65889166d2ff7;hb=51bda2db4a40fa138861660403c8588160a08795;hp=7c08cf38af4c11c2cb9474e3736fe218c1753c70;hpb=20b5a9e8370730a5587d218910d2c19f8cfb1ea9;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_slot_ind.c b/src/5gnrsch/sch_slot_ind.c index 7c08cf38a..12a387cb0 100644 --- a/src/5gnrsch/sch_slot_ind.c +++ b/src/5gnrsch/sch_slot_ind.c @@ -772,7 +772,8 @@ uint8_t schProcessSlotInd(SlotTimingInfo *slotInd, Inst schInst) SchCellCb *cell = NULLP; CmLList *node; uint8_t* ueNode; - SchDlHqProcCb *hqP = NULLP, *ulHqP = NULLP; + SchDlHqProcCb *hqP = NULLP; + SchUlHqProcCb *ulHqP = NULLP; memset(&dlSchedInfo, 0, sizeof(DlSchedInfo)); schCalcSlotValues(*slotInd, &dlSchedInfo.schSlotValue);