X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr.h;h=7dad91b1570702ddf7f1a92278a969ca63ba6bfe;hb=9c4801c94d7798cc638a6b112d514e68c695f20a;hp=5f02a2ceb0ebdc2990a9869b670a1fa93ee771fc;hpb=9f07d42c8d327e4009833fc4c673e4086c4e726e;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr.h b/src/du_app/du_mgr.h index 5f02a2ceb..7dad91b15 100644 --- a/src/du_app/du_mgr.h +++ b/src/du_app/du_mgr.h @@ -186,9 +186,7 @@ typedef struct duCellCb MacCellCfg *duMacCellCfg; CellStatus cellStatus; /* Cell status */ uint32_t numActvUes; /* Total Active UEs */ - DuUeCb ueCb[MAX_NUM_UE]; /* UE context created after RRC setup */ - uint32_t numHoUes; /* Number of UE handover in progress */ - DuUeCb hoUeCb[MAX_NUM_UE]; /* UE context created before RACH for UE being handover to this DU */ + DuUeCb ueCb[MAX_NUM_UE]; /* Stores UE context */ SlotInfo currSlotInfo; }DuCellCb;