aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsm.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Add logging and testing for FSM deallocationMax1-0/+1
2016-11-01Fix typo in osmo_fsm_log_addr()Max1-1/+1
2016-08-01fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte1-0/+1
2016-07-10fsm: delete the timer when changing stateHarald Welte1-0/+3
2016-07-10fsm: talloc + copy the 'id' passed into a FSMHarald Welte1-1/+2
2016-07-10fsm: call 'onenter' as last step of a state changeHarald Welte1-3/+4
2016-06-27fsm: Introduce default time-out handlingHarald Welte1-8/+13
2016-06-16Add Finite State Machine abstraction codeHarald Welte1-0/+422