[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-523] KPI reporting per statistics group
[o-du/l2.git] / src / 5gnrsch / sch_tmr.h
index 105346d..b3914e7 100644 (file)
 ################################################################################
 *******************************************************************************/
 
-#define MAX_TOTAL_PRB_USAGE_TMR 1
+#define MAX_NUM_TMR_PER_STATS_GRP 1
 
-#define EVENT_DL_TOTAL_PRB_USAGE_TMR 1
-#define EVENT_UL_TOTAL_PRB_USAGE_TMR 2
+#define EVENT_STATISTICS_TMR 1
 
 bool schChkTmr(PTR cb, int16_t tmrEvnt);
-void schStartTmr(SchCb *gCb, PTR cb, int16_t tmrEvnt, uint8_t timerValue);
+void schStartTmr(SchCb *gCb, PTR cb, int16_t tmrEvnt, uint16_t timerValue);
 void schStopTmr(SchCb *gCb, PTR cb, uint8_t tmrType);
 
 /**********************************************************************