warning set 2: fixed warning related to du_app
[o-du/l2.git] / src / 5gnrmac / rg_ex_ms.c
index 915d8bb..0e6caf2 100755 (executable)
@@ -133,6 +133,14 @@ Buffer  *mBuf;                      /* message buffer       */
          /* Process MAC cell config */
          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);
          break;