X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_rom.c;h=587d23ef7add6abf313edfb68fe402742358cfc6;hb=d10b52519198632f93deae9574adc69c7ce12efa;hp=30c0efa9fdc86a234557bb94b3ebefbd635ea740;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_rom.c b/src/5gnrmac/rg_rom.c index 30c0efa9f..587d23ef7 100755 --- a/src/5gnrmac/rg_rom.c +++ b/src/5gnrmac/rg_rom.c @@ -136,6 +136,7 @@ Inst inst; RgRguDedDatReq *datReq; #endif { +#if 0 RgCellCb *cell; RgUeCb *ue; U8 idx1,idx2; @@ -326,6 +327,7 @@ RgRguDedDatReq *datReq; #endif } /* for loop for num of Ue per TTI*/ +#endif /* Data send successfully to PHY. lets retuns ROK*/ RETVALUE(ROK); } /* rgROMDedDatReq */ @@ -695,7 +697,7 @@ RgRguDedStaRsp *staRsp; boRpt.oldestSduArrTime = staRsp->boReport.oldestSduArrTime; rgGetPstToInst(&schPst,inst, cell->schInstMap.schInst); schPst.event = 0; - RgMacSchDedBoUpdt(&schPst, &boRpt); + //TODO: commented for compilation without SCH RgMacSchDedBoUpdt(&schPst, &boRpt); RETVALUE(ROK); } RLOG_ARG2(L_ERROR,DBG_CELLID,staRsp->cellId,"Invalid cell for CRNTI:%d LCID:%d ", @@ -726,7 +728,7 @@ S32 bo boRpt.bo = bo; rgGetPstToInst(&schPst,inst, cell->schInstMap.schInst); schPst.event = 0; - RgMacSchDedBoUpdtReq (&schPst,&boRpt); + //TODO: commented for compilation without SCH RgMacSchDedBoUpdtReq (&schPst,&boRpt); } RETVALUE(ROK); } @@ -904,7 +906,7 @@ RgErrInfo *err; boRpt.lcType = staRsp->lcType; boRpt.bo = staRsp->bo; rgGetPstToInst(&schPst,macInst, cell->schInstMap.schInst); - RgMacSchCmnBoUpdt(&schPst, &boRpt); + //TODO: commented for compilation without SCH RgMacSchCmnBoUpdt(&schPst, &boRpt); RETVALUE(ROK); } /* rgROMHndlCcchStaRsp */ @@ -986,7 +988,7 @@ RgErrInfo *err; } #endif rgGetPstToInst(&schPst,macInst, cell->schInstMap.schInst); - RgMacSchCmnBoUpdt(&schPst, &boRpt); + //TODO: commented for compilation without SCH RgMacSchCmnBoUpdt(&schPst, &boRpt); RETVALUE(ROK); } /* rgROMHndlBcchPcchStaRsp */