X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ex_ms.c;h=0e6caf230bbc3ef345683669b297e154a07e039e;hb=e550b2091fb29289d12a5722b189acbede7862f0;hp=65f5fa228eb98a51f2ccc6ac01324c71dec788b7;hpb=d1ead035ab3b543810f1838b2519904bf84477ec;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index 65f5fa228..0e6caf230 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -73,7 +73,7 @@ registered with SSI during the LTE MAC Task initialization. #include "crg.x" /* CRG interface typedes */ #include "rg_sch_inf.x" /* SCH interface typedefs */ #include "rg_prg.x" /*PRG interface includes*/ -#include "mac_interface.h" +#include "du_app_mac_inf.h" #include "rg.x" /* typedefs for MAC */ @@ -116,9 +116,6 @@ Buffer *mBuf; /* message buffer */ /* Process a config. request */ cmUnpkLrgSchCfgReq(MacSchGenCfgReq, pst, mBuf); break; - case EVTMACSCHCFGREQ: - cmUnpkRgrCfgReq(MacSchCfgReq, pst, mBuf); - break; case EVTLRGCNTRLREQ: /* Process a control request */ cmUnpkLrgCntrlReq(RgMiLrgCntrlReq, pst, mBuf); @@ -134,7 +131,15 @@ Buffer *mBuf; /* message buffer */ #endif /* LCRGMILRG */ case EVENT_MAC_CELL_CONFIG_REQ: /* Process MAC cell config */ - cmUnpackLwLcMacCellCfg(unpackMacCellCfgReq, pst, mBuf); + unpackDuMacCellCfg(MacHdlCellCfgReq, pst, mBuf); + break; + case EVENT_MAC_CELL_START_REQ: + /* Process MAC cell start request */ + unpackMacCellStartReq(MacHdlCellStartReq, pst, mBuf); + break; + case EVENT_MAC_CELL_STOP_REQ: + /* Process MAC cell stop request */ + unpackMacCellStopReq(MacHdlCellStopReq, pst, mBuf); break; default: RG_FREE_MSG(mBuf); @@ -284,8 +289,8 @@ Buffer *mBuf; /* message buffer */ case EVTTFUDATIND: cmUnpkTfuDatInd(RgLiTfuDatInd, pst, mBuf); break; - case EVTTFUTTIIND: - cmUnpkTfuTtiInd(RgLiTfuTtiInd, pst, mBuf); + case EVENT_SLOT_IND_TO_MAC: + cmUnpackSlotInd(fapiMacSlotInd, pst, mBuf); break; #if defined(TENB_T2K3K_SPECIFIC_CHANGES) && defined(LTE_TDD) case EVTTFUNONRTIND: