[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-523] Statistics Response between DU APP and...
[o-du/l2.git] / src / cm / mac_sch_interface.h
index ca34970..781973f 100644 (file)
@@ -52,6 +52,7 @@
 #define EVENT_UL_CQI_TO_SCH          33
 #define EVENT_PHR_IND_TO_SCH         34
 #define EVENT_STATISTICS_REQ_TO_SCH  35
+#define EVENT_STATISTICS_RSP_TO_MAC  36
 
 /*macros*/
 #define MAX_SSB_IDX 1 /* forcing it as 1 for now. Right value is 64 */
@@ -2258,6 +2259,12 @@ typedef struct schStatsReq
    SchStatsInfo statsList[MAX_NUM_STATS];
 }SchStatsReq;
 
+typedef struct schStatsRsp
+{
+   SchMacRsp rsp; 
+   CauseOfResult cause;
+}SchStatsRsp;
+
 /* function declarations */
 uint8_t MacMessageRouter(Pst *pst, void *msg);
 uint8_t SchMessageRouter(Pst *pst, void *msg);