X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_tmr.c;h=3d89d9857f1cffcc206b846dc3af5a5d13746ea6;hb=f73456bd55152c329601f8286ae67fe9875025bc;hp=432a3d3683e03e6fbda4256c01bad47a1e747261;hpb=5b0a8c1ccec481f354d22c1dff57b35bf72a1622;p=o-du%2Fl2.git diff --git a/src/du_app/du_tmr.c b/src/du_app/du_tmr.c index 432a3d368..3d89d9857 100644 --- a/src/du_app/du_tmr.c +++ b/src/du_app/du_tmr.c @@ -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;