X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Frg_ex_ms.c;h=335a3671e11d66dba568778dd8c45e8ce4f8987e;hb=e006592159c0a16a4c2f24cc50f712ff9461a000;hp=6ee230eedbbb2ec5edb4c2c70845e12a0b583b7d;hpb=8340c342ebcfc82193c3f66e7f15047c1e37399b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index 6ee230eed..335a3671e 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -137,10 +137,14 @@ Buffer *mBuf; /* message buffer */ /* 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; + case EVENT_MAC_CELL_STOP_REQ: + /* Process MAC cell stop request */ + unpackMacCellStopReq(MacHdlCellStopReq, pst, mBuf); + break; + case EVENT_MAC_DL_CCCH_IND: + /* Process DL CCCH Ind */ + unpackMacDlCcchInd(MacHdlDlCcchInd, pst, mBuf); + break; default: RG_FREE_MSG(mBuf); break; @@ -233,10 +237,10 @@ Buffer *mBuf; /* message buffer */ cmUnpkRguUbndReq(RgUiRguUbndReq, pst, mBuf); break; case EVTRLCDLDAT: - unpackDlData(RgUiRguDDatReq, pst, mBuf); + unpackDlData(MacRlcProcDlData, pst, mBuf); break; case EVTRLCBOSTA: - unpackBOStatus(RgUiRguDStaRsp, pst, mBuf); + unpackBOStatus(MacRlcProcBOStatus, pst, mBuf); break; #ifdef LTE_L2_MEAS