X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;h=27ed26cf77eee70f1a8a28de7c03d9577b0a70fa;hb=51bd2af5867794ba058365581a7ad3c2eba0d1c3;hp=503a90bff99f278201dce4d7d8f95017d53cc81e;hpb=4ddb1fd0352946fad68e3abfd780f7ebc51dd552;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index 503a90bff..27ed26cf7 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -701,7 +701,7 @@ uint8_t macSchDlRlcBoInfo(Pst *pst, DlRlcBOInfo *dlBoInfo) SchCellCb *cell = schCb[inst].cells[inst]; SchDlSlotInfo *schDlSlotInfo = \ - cell->schDlSlotInfo[(cell->slotInfo.slot + SCHED_DELTA + PHY_DELTA) % SCH_NUM_SLOTS]; + cell->schDlSlotInfo[(cell->slotInfo.slot + SCHED_DELTA + PHY_DELTA + MSG4_DELAY) % SCH_NUM_SLOTS]; for(lcIdx = 0; lcIdx < dlBoInfo->numLc; lcIdx++) { @@ -723,7 +723,7 @@ uint8_t macSchDlRlcBoInfo(Pst *pst, DlRlcBOInfo *dlBoInfo) schDlSlotInfo->msg4Info->harqFeedbackInd = 0; schDlSlotInfo->msg4Info->dciFormatId = 1; } - } + } return ROK; }