Added missing triggers and state params for cell up
[o-du/l2.git] / src / du_app / du_mgr.h
index f229b1b..35ef06a 100644 (file)
@@ -167,6 +167,7 @@ typedef struct duCellCb
 {
    U32            cellId;      /* Internal cell Id */
    CellCfgParams  cellInfo;    /* Cell info */
+   Bool           firstSlotIndRcvd;
    CellStatus     cellStatus;  /*Cell status */
 }DuCellCb;