JIRA ID ODUHIGH193: Allocation and deallocation of MaceCellCfg sharable buffer
[o-du/l2.git] / src / du_app / du_mgr_ex_ms.c
index f812bad..d7b2107 100644 (file)
@@ -88,7 +88,8 @@ S16 duActvInit(Ent entity, Inst inst, Region region, Reason reason)
    }
    duCb.numUe = 0;
    memset(duCb.ueCcchCtxt, 0, DU_MAX_UE * sizeof(UeCcchCtxt));
-
+   duCb.numCfgCells  = 0;
+   duCb.numActvCells = 0;
    SSetProcId(DU_PROC);
 
    return ROK;