msg3 and msg4 changes
[o-du/l2.git] / src / 5gnrmac / rg_ex_ms.c
index e6a65c4..335a367 100755 (executable)
@@ -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;