X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr.h;h=80fe02a9e1a99bbb5ea9cf02fd4683caf7394a7b;hb=8660dd47a5ef27b62300fabf6b027852f1d5d026;hp=b0c553e54623b37a2d919d048f2347d73186d6da;hpb=451e626d5ac7c7e7586bab23358161230449af46;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr.h b/src/du_app/du_mgr.h index b0c553e54..80fe02a9e 100644 --- a/src/du_app/du_mgr.h +++ b/src/du_app/du_mgr.h @@ -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,6 +176,7 @@ 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 */