index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fsm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-5
/
+5
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-14
/
+14
*
fsm.c: Fix compilation warning: Use PRIu32 for uint32_t
Pau Espin Pedrol
2017-06-22
1
-3
/
+4
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-4
/
+2
*
timer: add osmo_timer_setup()
Pablo Neira Ayuso
2017-05-09
1
-2
/
+1
*
fsm: Re-set fsm_inst->T to 0 after timer expiration
Harald Welte
2017-04-16
1
-1
/
+4
*
osmo_fsm: Lookup functions to find FSM Instance by name or ID
Harald Welte
2017-04-16
1
-0
/
+24
*
fsm: Add VTY introspection of osmo_fsm and their instances
Harald Welte
2017-01-07
1
-3
/
+3
*
Add osmo_fsm_find_by_name() and avoid registering FSM with same name
Harald Welte
2017-01-07
1
-1
/
+13
*
fsm: term: get parent pointer as late as possible
Neels Hofmeyr
2016-12-24
1
-1
/
+4
*
fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()
Neels Hofmeyr
2016-12-24
1
-20
/
+42
*
fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h
Neels Hofmeyr
2016-12-24
1
-13
/
+0
*
fsm: log calling file+line for error "event for NULL fi"
Neels Hofmeyr
2016-12-24
1
-2
/
+3
*
fsm: doc: add missing file, line args; fix ws + tweak on one line
Neels Hofmeyr
2016-12-24
1
-1
/
+7
*
fsm: log tweak: upon free, say 'Freeing instance'
Neels Hofmeyr
2016-12-21
1
-1
/
+1
*
utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros
Neels Hofmeyr
2016-12-21
1
-7
/
+5
*
fsm: term: safer iteration to remove all child FSMs
Neels Hofmeyr
2016-12-20
1
-4
/
+20
*
fsm: explicitly log removal from parent fsm
Neels Hofmeyr
2016-12-16
1
-0
/
+3
*
add value strings for enum osmo_fsm_term_cause and use for logging
Neels Hofmeyr
2016-12-15
1
-1
/
+13
*
typo in comment for osmo_fsm_log_addr()
Neels Hofmeyr
2016-12-14
1
-1
/
+1
*
fsm: log caller's source for events and state changes, not fsm.c lines
Neels Hofmeyr
2016-12-14
1
-17
/
+45
*
fsm: add LOGPFSML to pass explicit logging level
Neels Hofmeyr
2016-12-14
1
-9
/
+6
*
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