JIRA ID = ODUHIGH-334 Implementation of DLRRC message for RRC RELEASE
[o-du/l2.git] / src / cm / common_def.h
index 230445a..af3ccca 100644 (file)
@@ -223,6 +223,12 @@ typedef enum
    SCS_240KHZ
 }SCS;
 
+typedef enum
+{
+   CELL_UP,
+   CELL_DOWN
+}OduCellStatus;
+
 typedef struct slotIndInfo
 {
    uint16_t cellId;
@@ -250,7 +256,7 @@ typedef struct tddCfg
 }TDDCfg;
 #endif
 
-
+OduCellStatus gCellStatus;
 uint64_t gSlotCount;
 uint64_t gDlDataRcvdCnt;   /* Number of DL data received at EGTP */