X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_msg_hdl.c;h=d236c9ac83ceef10a9139903b4b721a93bb092da;hb=a31737d4988c5e02d4998c16973b1048fa2be9a4;hp=0a6e586cbf8ae9d86d810987833a7ad6696d713a;hpb=1e3256d5495c8ff96506ce6f6cf60d2a500bafec;p=o-du%2Fl2.git diff --git a/src/du_app/du_msg_hdl.c b/src/du_app/du_msg_hdl.c index 0a6e586cb..d236c9ac8 100644 --- a/src/du_app/du_msg_hdl.c +++ b/src/du_app/du_msg_hdl.c @@ -43,6 +43,7 @@ #ifdef O1_ENABLE #include "AlarmInterface.h" +#include "ConfigInterface.h" #endif @@ -1629,6 +1630,7 @@ uint8_t duHandleStopInd(Pst *pst, OduCellId *cellId) #ifdef O1_ENABLE DU_LOG("\nINFO --> DU APP : Raise cell down alarm for cell id=%d", cellId->cellId); raiseCellAlrm(CELL_DOWN_ALARM_ID, cellId->cellId); + setCellOpState(cellId->cellId, DISABLED, INACTIVE); #endif }