X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch_tmr.h;h=b3914e7b3cbee6974ccccd0154bbcd8d529060de;hb=343c8e8a51dcd313d21310887af0d77023c2af0f;hp=105346d1ef713884b3ccfdf88401d73137b08d61;hpb=f73456bd55152c329601f8286ae67fe9875025bc;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_tmr.h b/src/5gnrsch/sch_tmr.h index 105346d1e..b3914e7b3 100644 --- a/src/5gnrsch/sch_tmr.h +++ b/src/5gnrsch/sch_tmr.h @@ -16,13 +16,12 @@ ################################################################################ *******************************************************************************/ -#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); /**********************************************************************