Fix for 2 stop requests getting triggerred [Issue-ID: ODUHIGH-348]
[o-du/l2.git] / src / 5gnrmac / mac.h
index 5630501..9a9127b 100644 (file)
@@ -55,8 +55,8 @@ typedef struct macCellCb MacCellCb;
 typedef enum
 {
    CELL_STATE_UP,
-   CELL_STATE_DELETION_IN_PROGRESS,
-   CELL_STATE_DOWN
+   CELL_TO_BE_STOPPED,
+   CELL_STOP_IN_PROGRESS,
 }CellState;       
 
 typedef enum