Fix for 2 stop requests getting triggerred [Issue-ID: ODUHIGH-348]
[o-du/l2.git] / src / 5gnrmac / mac_msg_hdl.c
index 35613bc..181d05e 100644 (file)
@@ -482,7 +482,7 @@ uint8_t MacProcCellStop(Pst *pst, OduCellId  *cellId)
    GET_CELL_IDX(cellId->cellId, cellIdx);
    if(macCb.macCell[cellIdx])
    {
-      macCb.macCell[cellIdx]->state = CELL_STATE_DELETION_IN_PROGRESS;
+      macCb.macCell[cellIdx]->state = CELL_TO_BE_STOPPED;
    }
 #endif