X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr.h;h=c51cc8a42e23f785d438343b980f97f2ce46c59d;hb=d1ead035ab3b543810f1838b2519904bf84477ec;hp=0080797147b8f5ea636df6a305a89c5c2110e5bf;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr.h b/src/du_app/du_mgr.h index 008079714..c51cc8a42 100644 --- a/src/du_app/du_mgr.h +++ b/src/du_app/du_mgr.h @@ -37,8 +37,7 @@ #include "lkw.h" #include "lrg.h" #include "legtp.h" - -/*#include "du_cfg_hdl.h"*/ +#include "mac_interface.h" #include "gen.x" /* General */ #include "ssi.x" /* System services */ @@ -177,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 *ptrMacCellCfg; /* pointer to store params while sending DU-APP to MAC */ }DuCb;