libosmocore/tests/tdef
Vadim Yanitskiy 83c8c8002f core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision
This API predates commit 7b74551b9, which added support for millisecond
granularity to osmo_fsm.  Let's do the same for the tdef FSM wrapper
API, allowing the millisecond precision without rounding-up to seconds.

Of course, this patch changes behavior of the existing API, but having
more precise state timeouts is not going to make the API user
experience worse.

The old behavior of using seconds is for kept for:

* OSMO_TDEF_CUSTOM -- still treated as if it was OSMO_TDEF_S.
* \param[in] default_timeout -- still expected to be in seconds.

Change-Id: I4c4ee89e7e32e86f74cd215f5cbfa44ace5426c1
Related: 7b74551b9 "fsm: Allow millisecond granularity in osmo_fsm built-in timer"
2024-01-09 13:11:04 +00:00
..
tdef_test.c tests/tdef: tune logging, also match stderr 2024-01-03 19:12:19 +07:00
tdef_test.err core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision 2024-01-09 13:11:04 +00:00
tdef_test.ok core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision 2024-01-09 13:11:04 +00:00
tdef_test_range_64bit.ok fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() 2019-03-07 23:10:21 +01:00
tdef_vty_config_root_test.c libosmocore: Transition to use of 'telnet_init_default' 2023-01-27 00:49:45 +01:00
tdef_vty_config_root_test.vty tests/tdef: rename the binaries to end with '_test' 2021-11-17 20:17:59 +00:00
tdef_vty_config_subnode_test.c libosmocore: Transition to use of 'telnet_init_default' 2023-01-27 00:49:45 +01:00
tdef_vty_config_subnode_test.vty tests/tdef: rename the binaries to end with '_test' 2021-11-17 20:17:59 +00:00
tdef_vty_dynamic_test.c libosmocore: Transition to use of 'telnet_init_default' 2023-01-27 00:49:45 +01:00
tdef_vty_dynamic_test.vty tests/tdef: rename the binaries to end with '_test' 2021-11-17 20:17:59 +00:00