X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ex_ms.c;fp=src%2F5gnrmac%2Frg_ex_ms.c;h=335a3671e11d66dba568778dd8c45e8ce4f8987e;hb=e006592159c0a16a4c2f24cc50f712ff9461a000;hp=e6a65c428fb950a850ff9fc22db52d496c1ecf78;hpb=261d72913c4a54d7e9a387821412ec28b30b813a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index e6a65c428..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;