FAPI Slot Indication Changes
[o-du/l2.git] / src / 5gnrmac / lwr_mac.h
index ea9cd95..dc6429a 100644 (file)
@@ -31,7 +31,7 @@
 #include "ssi.x"
 #include "cm_hash.x"
 #include "cm_lib.x"
-#include "mac_interface.h"
+#include "du_app_mac_inf.h"
 
 typedef enum
 {
@@ -43,10 +43,11 @@ typedef enum
 
 /* Events in Lower Mac */
 typedef enum{
-  PARAM_REQ,
-  CONFIG_REQ = 2,
-  START_REQ = 4,
-  STOP_REQ,
+  FAPI_PARAM_REQUEST,
+  FAPI_PARAM_RESPONSE,
+  FAPI_CONFIG_REQUEST,
+  FAPI_CONFIG_RESPONSE,
+  FAPI_START_REQUEST,
   MAX_EVENT
 }EventState;
 
@@ -264,7 +265,6 @@ typedef struct clCellParam
    RssiMeasurement       rssiMeasurementSupport;
 }ClCellParam;
 
-
 EXTERN ClCb clGlobalCp; 
 EXTERN ClCellCb * rgClUtlGetCellCb ARGS((U16 cellId));