Round Robin Scheduling of Multi-UE [Issue-ID: ODUHIGH-387]
[o-du/l2.git] / src / 5gnrsch / sch_common.c
index dbf5940..1871144 100644 (file)
@@ -1683,7 +1683,7 @@ uint8_t schProcessMsg4Req(SchCellCb *cell, SlotTimingInfo currTime)
          {
             DU_LOG("\nERROR  -->  SCH : Memory Allocation failed for msg4SlotAlloc");
             SCH_FREE(dciSlotAlloc, sizeof(DlMsgAlloc));
-            cell->schDlSlotInfo[pdcchSlot]->rarAlloc = NULLP;
+            cell->schDlSlotInfo[pdcchSlot]->dlMsgAlloc = NULLP;
             return RFAILED;
          }
          cell->schDlSlotInfo[pdschSlot]->dlMsgAlloc = msg4SlotAlloc;