summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/fsm.h
Commit message (Expand)AuthorAgeFilesLines
* fsm: convenience: add inline osmo_fsm_inst_state_name()Neels Hofmeyr2017-03-011-0/+4
* Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte2017-01-071-0/+1
* fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr2016-12-241-0/+13
* fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr2016-12-241-0/+13
* fsm api doc: fix typo in doxygen marker '\breif'Neels Hofmeyr2016-12-201-1/+1
* add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr2016-12-151-0/+7
* fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr2016-12-141-6/+35
* fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr2016-12-141-2/+5
* doc: fsm timer_cb: explain return valueNeels Hofmeyr2016-12-091-1/+2
* Add osmo_fsm_unregister() to headerMax2016-11-021-1/+1
* fsm: Introduce default time-out handlingHarald Welte2016-06-271-1/+3
* Add Finite State Machine abstraction codeHarald Welte2016-06-161-0/+135