Merge "Edit-conf changes for CLA use case."
[o-du/l2.git] / src / du_app / du_cell_mgr.c
index 761a783..f1d4486 100644 (file)
 #include "du_cell_mgr.h"
 
 #ifdef O1_ENABLE
+
 #include "AlarmInterface.h"
-  
+#include "ConfigInterface.h"
+
 #endif
 
 /*******************************************************************
@@ -204,6 +205,7 @@ uint8_t duHandleCellUpInd(Pst *pst, OduCellId *cellId)
 #ifdef O1_ENABLE
       DU_LOG("\nINFO   -->  DU APP : Raise cell UP alarm for cell id=%d", cellId->cellId);
       raiseCellAlrm(CELL_UP_ALARM_ID, cellId->cellId);
+      setCellOpState(cellId->cellId, ENABLED, ACTIVE);
 #endif
    }