summaryrefslogtreecommitdiffstats
path: root/tests/fsm/fsm_test.c
Commit message (Expand)AuthorAgeFilesLines
* Check for osmo_fsm_register() error return valueHarald Welte2019-12-011-1/+1
* log: fsm: allow logging the timeout on state changeNeels Hofmeyr2019-02-261-0/+3
* osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr2019-01-291-0/+38
* add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2018-05-311-0/+84
* add osmo_fsm_inst_update_id_f()Neels Hofmeyr2018-04-091-0/+24
* fsm: id: properly set name in case of NULL idNeels Hofmeyr2018-04-091-13/+0
* fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2018-04-091-7/+94
* fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2018-04-091-2/+6
* fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann2018-03-191-0/+4
* print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling2018-02-261-0/+7
* fsm_test.c: fix unreachable checkVadim Yanitskiy2017-05-151-1/+3
* control_if: Add control interface commands for FSMsHarald Welte2017-04-271-3/+37
* osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2017-04-161-1/+7
* fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr2016-12-241-1/+1
* Add logging and testing for FSM deallocationMax2016-11-081-4/+5
* Add osmo_fsm_unregister() to headerMax2016-11-021-0/+1
* Add Finite State Machine abstraction codeHarald Welte2016-06-161-0/+155