X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch_harq_dl.c;h=043e392b1eaed443282e09a8dd986fde976a1037;hb=42e50f5a3e46d7ca3afe97907b39d2a0c79a21c2;hp=f058cdc0de5d4b9000a3cf1dba174a8f07c85e78;hpb=f73456bd55152c329601f8286ae67fe9875025bc;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_harq_dl.c b/src/5gnrsch/sch_harq_dl.c index f058cdc0d..043e392b1 100644 --- a/src/5gnrsch/sch_harq_dl.c +++ b/src/5gnrsch/sch_harq_dl.c @@ -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); }