Merge "DL throughput calculation for UM [Issue-ID: ODUHIGH-319]"
[o-du/l2.git] / src / cm / common_def.h
index 5a52ed3..a130832 100644 (file)
@@ -54,6 +54,7 @@
 #include "cm_lib.x"
 #include "du_log.h"
 
+#define RADIO_FRAME_DURATION 10 /* Time duration of a radio frame in ms */
 /* MAX values */
 #define MAX_NUM_CELL 1
 #define MAX_NUM_UE   1
@@ -62,7 +63,8 @@
 #define MAX_NUM_DRB  29   /* spec 38.331, maxDRB */
 
 /* 5G ORAN phy delay */
-#define PHY_DELTA 2
+#define PHY_DELTA_DL 1
+#define PHY_DELTA_UL 0
 
  /* SELECTORS */ 
 #define ODU_SELECTOR_LC 0
 typedef enum
 {
    UE_CFG_INACTIVE,
+   UE_CFG_INPROGRESS,
    UE_CREATE_COMPLETE,
+   UE_DELETE_COMPLETE,
    UE_RECFG_COMPLETE
 }UeCfgState;