X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fdu_app%2Fdu_mgr.h;h=b0c553e54623b37a2d919d048f2347d73186d6da;hb=451e626d5ac7c7e7586bab23358161230449af46;hp=10ba6af217fd415c060843f2a321b3426cbf5365;hpb=958e8b2edbd1e0681419ad86aa0775c88981282c;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr.h b/src/du_app/du_mgr.h index 10ba6af21..b0c553e54 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 "du_app_mac_inf.h" #include "gen.x" /* General */ #include "ssi.x" /* System services */ @@ -176,6 +176,8 @@ typedef struct duCb Bool f1Status; /* Status of F1 connection */ 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 *duMacCellCfg; /* pointer to store params while sending DU-APP to MAC */ }DuCb;