aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fsm
AgeCommit message (Expand)AuthorFilesLines
2018-05-31add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2-1/+105
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr2-0/+51
2018-04-09cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr1-2/+2
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr2-14/+1
2018-04-09fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2-7/+138
2018-04-09fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2-2/+7
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 Sperling2-4/+11
2017-05-15fsm_test.c: fix unreachable checkVadim Yanitskiy1-1/+3
2017-04-27control_if: Add control interface commands for FSMsHarald Welte2-11/+45
2017-04-16osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2-9/+15
2016-12-24fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr1-1/+1
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels 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 Welte3-0/+166