aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fsm/fsm_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-27tests/fsm: also test .onenter and .onleave callbacksVadim Yanitskiy1-0/+18
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-4/+4
2022-07-19fsm: fix state_chg(): pass microseconds to osmo_timer_schedule()Vadim Yanitskiy1-5/+3
2022-07-19fsm: add unit tests verifying state timeout s/ms accuracyVadim Yanitskiy1-0/+72
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol1-1/+1
2021-02-20tests: Set print_category values explicitlyPau Espin Pedrol1-0/+2
2020-07-30tests/fsm_test.c: Disable use color in logging outputPau Espin Pedrol1-0/+1
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte1-1/+1
2019-02-26log: fsm: allow logging the timeout on state changeNeels Hofmeyr1-0/+3
2019-01-29osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr1-0/+38
2018-05-31add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr1-0/+84
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr1-0/+24
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr1-13/+0
2018-04-09fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr1-7/+94
2018-04-09fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr1-2/+6
2018-03-19fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann1-0/+4
2018-02-26print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling1-0/+7
2017-05-15fsm_test.c: fix unreachable checkVadim Yanitskiy1-1/+3
2017-04-27control_if: Add control interface commands for FSMsHarald Welte1-3/+37
2017-04-16osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte1-1/+7
2016-12-24fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr1-1/+1
2016-11-08Add logging and testing for FSM deallocationMax1-4/+5
2016-11-02Add osmo_fsm_unregister() to headerMax1-0/+1
2016-06-16Add Finite State Machine abstraction codeHarald Welte1-0/+155