MSG4 scheduling based on k0-k1 [Issue-ID: ODUHIGH-388]
[o-du/l2.git] / src / 5gnrsch / sch_rach.c
index e1b9619..050752c 100644 (file)
@@ -221,6 +221,7 @@ void createSchRaCb(uint16_t tcrnti, Inst schInst)
 
    GET_UE_IDX(tcrnti, ueIdx);
    schCb[schInst].cells[schInst]->raCb[ueIdx -1].tcrnti = tcrnti;
+   schCb[schInst].cells[schInst]->raCb[ueIdx -1].msg4recvd = FALSE;
 }
 
 /**