X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrsch%2Fsch_slot_ind.c;h=12a387cb0dd35101b766953360e65889166d2ff7;hb=0ba7b600f85b2975e1d60e5b8ad1523349b5f396;hp=7c08cf38af4c11c2cb9474e3736fe218c1753c70;hpb=d169699deebeb7cd144e15ee58bc8032acbd5299;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);