summaryrefslogtreecommitdiffstats
path: root/src/fsm.c
Commit message (Expand)AuthorAgeFilesLines
* Add logging and testing for FSM deallocationMax2016-11-081-0/+1
* Fix typo in osmo_fsm_log_addr()Max2016-11-011-1/+1
* fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte2016-08-011-0/+1
* fsm: delete the timer when changing stateHarald Welte2016-07-101-0/+3
* fsm: talloc + copy the 'id' passed into a FSMHarald Welte2016-07-101-1/+2
* fsm: call 'onenter' as last step of a state changeHarald Welte2016-07-101-3/+4
* fsm: Introduce default time-out handlingHarald Welte2016-06-271-8/+13
* Add Finite State Machine abstraction codeHarald Welte2016-06-161-0/+422