[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-523] Statistics Request API and Timer Based...
[o-du/l2.git] / src / du_app / du_tmr.c
index 432a3d3..3d89d98 100644 (file)
@@ -84,7 +84,7 @@ void duStartTmr(PTR cb, int16_t tmrEvnt, uint8_t timerValue)
       case EVENT_E2_SETUP_TMR:
       {
          e2apDb = ((E2apDb *)cb);
-         DU_TMR_CALCUATE_WAIT(arg.wait, timerValue, duCb.duTimersInfo.tmrRes);
+         TMR_CALCUATE_WAIT(arg.wait, timerValue, duCb.duTimersInfo.tmrRes);
 
          arg.timers = &e2apDb->e2TimersInfo.e2Timers.e2SetupTimer;
          arg.max = MAX_E2_SETUP_TMR;