Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add logging and testing for FSM deallocation | Max | 2016-11-08 | 1 | -0/+1 |
* | Fix typo in osmo_fsm_log_addr() | Max | 2016-11-01 | 1 | -1/+1 |
* | fsm: Make sure we call 'onenter' of new state, not old state | Harald Welte | 2016-08-01 | 1 | -0/+1 |
* | fsm: delete the timer when changing state | Harald Welte | 2016-07-10 | 1 | -0/+3 |
* | fsm: talloc + copy the 'id' passed into a FSM | Harald Welte | 2016-07-10 | 1 | -1/+2 |
* | fsm: call 'onenter' as last step of a state change | Harald Welte | 2016-07-10 | 1 | -3/+4 |
* | fsm: Introduce default time-out handling | Harald Welte | 2016-06-27 | 1 | -8/+13 |
* | Add Finite State Machine abstraction code | Harald Welte | 2016-06-16 | 1 | -0/+422 |