X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_tom.c;h=af55609e3be306395385b143e51243dd8d2e430f;hb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;hp=30fb50e70bd6f7fc2cc8b0fabf8d39b72261e681;hpb=9ffd4692faec97b8457ef0428549b7bfa7a6bb82;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_tom.c b/src/5gnrmac/rg_tom.c index 30fb50e70..af55609e3 100755 --- a/src/5gnrmac/rg_tom.c +++ b/src/5gnrmac/rg_tom.c @@ -1049,7 +1049,7 @@ PRIVATE S16 rgTOMUtlProcMsg(cellCb, ueCb, pdu, subframe, lcgBytes) MsgLen cpySz; #ifdef LTEMAC_SPS Pst schPst1; - RgInfSpsRelInfo relInfo; +// RgInfSpsRelInfo relInfo; #endif #ifdef LTE_L2_MEAS @@ -1308,11 +1308,14 @@ PRIVATE S16 rgTOMUtlProcMsg(cellCb, ueCb, pdu, subframe, lcgBytes) /* Indicate scheduler for explicit release */ cmMemset((U8*)&schPst1, (U8)0, sizeof(Pst)); rgGetPstToInst(&schPst1,inst, cellCb->schInstMap.schInst); + //TODO: commented for compilation without SCH +#if 0 relInfo.cellSapId = cellCb->schInstMap.cellSapId; relInfo.cRnti = ueCb->ueId; relInfo.isExplRel = TRUE; /* Release indicator is called now through the matrix in the function below */ - RgMacSchSpsRel( &schPst1, &relInfo ); + //TODO: commented for compilation without SCH RgMacSchSpsRel( &schPst1, &relInfo ); +#endif ueCb->ul.implRelCntr = 0; } } @@ -1667,7 +1670,7 @@ Inst inst; relInfo.cellSapId = cellCb->schInstMap.cellSapId; relInfo.cRnti = ueCb->ueId; relInfo.isExplRel = FALSE; - RgMacSchSpsRel(&schPst1, &relInfo); + //TODO: commented for compilation without SCH RgMacSchSpsRel(&schPst1, &relInfo); } } else @@ -1745,7 +1748,7 @@ Inst inst; rgGetPstToInst(&schPst, inst,cellCb->schInstMap.schInst); sfInfo->cellSapId = cellCb->schInstMap.cellSapId; - RgMacSchSfRecp(&schPst, sfInfo); + //TODO: commented for compilation without SCH RgMacSchSfRecp(&schPst, sfInfo); RETVALUE(ROK); } /* rgTOMDatInd */