X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fdu_app%2Fdu_mgr.h;h=6fb3cc95b04464cd9e04602b4ba220225a70306f;hb=392607b7a8cbf1b7415b15517275dd1ef4e897a9;hp=e818fe572fea836781f2fc69f600d4a0faabe8cc;hpb=6c530e3037c009f3c4ec76a14128e89c7a9db0a3;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr.h b/src/du_app/du_mgr.h index e818fe572..6fb3cc95b 100644 --- a/src/du_app/du_mgr.h +++ b/src/du_app/du_mgr.h @@ -163,7 +163,7 @@ typedef struct duCellCb CellCfgParams cellInfo; /* Cell info */ Bool firstSlotIndRcvd; CellStatus cellStatus; /* Cell status */ - uint32_t numActvUes; /* Total Active UEs */ + uint32_t numActvUes; /* Total Active UEs */ DuUeCb ueCb[DU_MAX_UE]; /* UE CONTEXT */ }DuCellCb; @@ -196,7 +196,9 @@ typedef struct duCb //DuLSapCb **macSap; /* MAC SAP */ Bool f1Status; /* Status of F1 connection */ Bool e2Status; /* Status of E2 connection */ + uint8_t numCfgCells; DuCellCb* cfgCellLst[DU_MAX_CELLS]; /* List of cells at DU APP of type DuCellCb */ + uint8_t numActvCells; DuCellCb* actvCellLst[DU_MAX_CELLS]; /* List of cells activated/to be activated of type DuCellCb */ /* pointer to store the address of macCellCfg params used to send du-app to MAC */ MacCellCfg *duMacCellCfg; /* pointer to store params while sending DU-APP to MAC */