X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Frg_rom.c;h=06886fff97f0c9161b26c4b73062de6aa7a9eac4;hb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;hp=30c0efa9fdc86a234557bb94b3ebefbd635ea740;hpb=9ffd4692faec97b8457ef0428549b7bfa7a6bb82;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_rom.c b/src/5gnrmac/rg_rom.c index 30c0efa9f..06886fff9 100755 --- a/src/5gnrmac/rg_rom.c +++ b/src/5gnrmac/rg_rom.c @@ -304,7 +304,7 @@ RgRguDedDatReq *datReq; #ifdef CCPU_OPT boRpt.setMaxDlPrio= datReq->datReq[idx].datReqTb[idx1].lchData[idx2].boReport.staPduPrsnt; #endif - RgMacSchDedBoUpdt(&schPst, &boRpt); + //TODO: commented for compilation without SCH RgMacSchDedBoUpdt(&schPst, &boRpt); } } @@ -695,7 +695,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 +726,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 +904,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 +986,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 */