[ Jira id - ODUHIGH-593 ] Pack and unpack function nomenclature correction
[o-du/l2.git] / src / du_app / du_mgr.h
index ba079db..9418c10 100644 (file)
@@ -353,7 +353,6 @@ typedef struct duCb
    DuTimers      duTimersInfo;              /* Du timers queue */
 }DuCb;
 
-
 typedef struct duLSapCfg
 {
    SuId        suId;
@@ -372,8 +371,19 @@ typedef struct duLSapCfg
    TmrCfg      connTmr;
 }DuLSapCfg;
 
+/* Statistics Reported */
+typedef struct statistics
+{
+   /* As of now, KPI reporting is not implemented at RLC and DU APP.
+    * Below members are just for future reference*/
+   //DuAppStats   duAppStats;
+   //RlcStatsReq  rlcStatsReq;
+
+   MacStatsReq    macStatsReq;
+}Statistics;
+
 /* global variables */
-DuCb duCb;
+extern DuCb duCb;
 //DuCfgParams duCfgParam;
 
 /* DU Cell Functions */