X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_utl.c;h=d7b87b0ad79762a194d8276da499cc41ca0992a7;hb=180692ac45aac62b3207635a7cb36773e74e499f;hp=df681c6682a9c553eeb1e1c49f1ad0b4ae63a61f;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_utl.c b/src/5gnrmac/rg_utl.c index df681c668..d7b87b0ad 100755 --- a/src/5gnrmac/rg_utl.c +++ b/src/5gnrmac/rg_utl.c @@ -78,6 +78,7 @@ static int RLOG_FILE_ID=179; #include "lrg.x" /* LRG Interface includes */ #include "rg_prg.x" /* PRG(MAC-MAC) Interface includes */ +#include "du_app_mac_inf.h" #include "rg.x" /* MAC includes */ /* local defines */ @@ -1519,8 +1520,8 @@ Pst *pst; RgInfRlsRnti *rlsRnti; #endif { - Pst schPst; - RgInfUeDelInd ueDelInd; +// Pst schPst; +// RgInfUeDelInd ueDelInd; Inst macInst; RgCellCb *cell; #ifdef L2_OPTMZ @@ -1590,11 +1591,14 @@ TfuDelDatReqInfo delDatReq; if(FALSE == rlsRnti->isUeSCellDel) #endif { + //TODO: commented for compilation without SCH +#if 0 ueDelInd.cellSapId = cell->schInstMap.cellSapId; ueDelInd.cellId = rlsRnti->cellId; ueDelInd.rnti = rlsRnti->rnti; rgGetPstToInst(&schPst,macInst, cell->schInstMap.schInst); RgMacSchUeDel(&schPst, &ueDelInd); +#endif } RETVALUE(ROK);