X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fdu_app%2Fdu_mgr.h;h=80fe02a9e1a99bbb5ea9cf02fd4683caf7394a7b;hb=8660dd47a5ef27b62300fabf6b027852f1d5d026;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..80fe02a9e 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 */ @@ -74,6 +74,8 @@ #define EVTTNLMGMTREQ 6 #define EVTTNLMGMTCFM 7 #define EVTTTIIND 8 +#define EVTSTRTPOLL 9 +#define EVTRICDATA 10 /* Selector */ #define DU_SELECTOR_LC 0 @@ -174,8 +176,11 @@ typedef struct duCb TskInit init; /* DU Init */ //DuLSapCb **macSap; /* MAC SAP */ Bool f1Status; /* Status of F1 connection */ + Bool e2Status; /* 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;