libosmocore/tests/fsm
Vadim Yanitskiy 76bdbd4b2b fsm: fix state_chg(): pass microseconds to osmo_timer_schedule()
As was demonstrated in [1], osmo_fsm_inst_state_chg_ms() is broken.
The problem is in state_chg(): this function is passing *milli*seconds
to osmo_timer_schedule(), while it expects *micro*seconds.

Change-Id: Ib0b6c3bdb56e4279df9e5ba7db16841645c452aa
Related: [1] I5a35730a8448292b075aefafed897353678250f9
Fixes: I35b330e460e80bb67376c77e997e464439ac5397
Fixes: OS#5622
2022-07-19 15:32:36 +07:00
..
fsm_dealloc_test.c Drop use of log_set_print_filename() API inside libosmocore 2021-02-20 17:13:58 +00:00
fsm_dealloc_test.err fsm: refuse state chg and events after term 2019-10-29 17:28:30 +01:00
fsm_test.c fsm: fix state_chg(): pass microseconds to osmo_timer_schedule() 2022-07-19 15:32:36 +07:00
fsm_test.err fsm: fix state_chg(): pass microseconds to osmo_timer_schedule() 2022-07-19 15:32:36 +07:00
fsm_test.ok osmo_fsm_inst_state_chg(): set T also for zero timeout 2019-01-29 10:25:26 +00:00