X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_tmr.h;h=444bc244d2a83d59ccd20fea82172a4057a7d971;hb=refs%2Fchanges%2F60%2F11860%2F5;hp=809b087c04b2237b9417e5fe8651155e33972d29;hpb=f73456bd55152c329601f8286ae67fe9875025bc;p=o-du%2Fl2.git diff --git a/src/du_app/du_tmr.h b/src/du_app/du_tmr.h index 809b087c0..444bc244d 100644 --- a/src/du_app/du_tmr.h +++ b/src/du_app/du_tmr.h @@ -21,8 +21,8 @@ short int duActvTmr(Ent ent,Inst inst); bool duChkTmr(PTR cb, int16_t tmrEvnt); -void duStartTmr(PTR cb, int16_t tmrEvnt, uint8_t timerValue); - +void duStartTmr(PTR cb, int16_t tmrEvnt, uint32_t timerValue); +void duStopTmr(PTR cb, uint8_t tmrType); /********************************************************************** End of file **********************************************************************/