X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr.h;h=910154c7b2798ef1303b0170f30b0b8674b61c30;hb=18fbca81feebe0cf45f205c1c580c574741292b0;hp=c51cc8a42e23f785d438343b980f97f2ce46c59d;hpb=719cc82cbb3d21edc03cccdae046f5a2d5f3d427;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr.h b/src/du_app/du_mgr.h index c51cc8a42..910154c7b 100644 --- a/src/du_app/du_mgr.h +++ b/src/du_app/du_mgr.h @@ -37,7 +37,7 @@ #include "lkw.h" #include "lrg.h" #include "legtp.h" -#include "mac_interface.h" +#include "du_mgr_mac_inf.h" #include "gen.x" /* General */ #include "ssi.x" /* System services */ @@ -177,7 +177,7 @@ typedef struct duCb CmHashListCp cellLst; /* List of cells at DU APP of type DuCellCb */ CmHashListCp actvCellLst; /* 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 *ptrMacCellCfg; /* pointer to store params while sending DU-APP to MAC */ + MacCellCfg *duMacCellCfg; /* pointer to store params while sending DU-APP to MAC */ }DuCb;