[Epic-ID: ODUHIGH-556][Task-ID: ODUHIGH-558] Introduction of PUCCH allocation for...
[o-du/l2.git] / src / 5gnrsch / sch_harq_dl.c
index f058cdc..043e392 100644 (file)
@@ -88,7 +88,7 @@ void schDlHqEntReset(SchCellCb *cellCb, SchUeCb *ueCb, SchDlHqEnt *hqE)
       hqP->maxHqTxPerHqP = hqE->maxHqTx;
       hqP->dlHqEntLnk.node = (PTR)hqP;
       hqP->dlHqProcLink.node = (PTR)hqP;
-      hqP->ulSlotLnk.node = (PTR)hqP;
+      hqP->dlSlotLnk.node = (PTR)hqP;
       cellCb->api->SchInitDlHqProcCb(hqP);
       schDlHqAddToFreeList(hqP);
    }