Modified SCH design to process pending RACH Ind when Slot Ind is received [Issue...
[o-du/l2.git] / src / 5gnrsch / sch_slot_ind.c
index a936494..59501bc 100644 (file)
@@ -312,6 +312,9 @@ uint8_t schProcessSlotInd(SlotTimingInfo *slotInd, Inst schInst)
       }
    }
 
+   /* Check for Pending RA Requests */
+   schProcessRaReq(*slotInd, cell);
+
    /* check for RAR */
    if(cell->schDlSlotInfo[dlSchedInfo.schSlotValue.rarTime.slot]->rarInfo != NULLP)
    {