X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_utl.c;h=e1b074fe6bc69945db6d06e8737a3dd1e7d68821;hb=18fbca81feebe0cf45f205c1c580c574741292b0;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..e1b074fe6 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_mgr_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);