index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
osmocom
/
core
/
fsm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsm: Allow millisecond granularity in osmo_fsm built-in timer
Harald Welte
2019-06-05
1
-0
/
+15
*
add identifier sanitation for setting FSM instance ids
Neels Hofmeyr
2019-04-12
1
-0
/
+1
*
fsm: support graceful osmo_fsm_inst_term() cascades
Neels Hofmeyr
2019-04-11
1
-0
/
+1
*
fsm: add flag to ensure osmo_fsm_inst_term() happens only once
Neels Hofmeyr
2019-04-11
1
-0
/
+2
*
fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
Neels Hofmeyr
2019-03-07
1
-0
/
+15
*
represent negative T-timers as Osmocom-specific X-timers
Neels Hofmeyr
2019-03-06
1
-0
/
+3
*
log: fsm: allow logging the timeout on state change
Neels Hofmeyr
2019-02-26
1
-0
/
+1
*
osmo_fsm_state_name: make robust against NULL fi
Neels Hofmeyr
2019-01-29
1
-1
/
+1
*
add LOGPFSMSL(), LOGPFSMSLSRC()
Neels Hofmeyr
2019-01-03
1
-6
/
+30
*
LOGPFSM*: guard against fi == NULL
Neels Hofmeyr
2019-01-03
1
-4
/
+4
*
add API doc for LOGPFSM* macros
Neels Hofmeyr
2019-01-03
1
-0
/
+31
*
define LOGPFSM fmt only once, in LOGPFSMLSRC
Neels Hofmeyr
2018-12-23
1
-7
/
+4
*
use __FILE__, not __BASE_FILE__
Neels Hofmeyr
2018-08-20
1
-5
/
+5
*
fsm: Change semantics of LOGPFSML() log-level
Harald Welte
2018-06-08
1
-1
/
+2
*
add osmo_fsm_inst_state_chg_keep_timer()
Neels Hofmeyr
2018-05-31
1
-0
/
+15
*
add osmo_fsm_inst_update_id_f()
Neels Hofmeyr
2018-04-09
1
-0
/
+1
*
fsm: allow graceful exit on FSM termination
Philipp Maier
2018-02-19
1
-0
/
+2
*
fsm: Add a function to change the FSM instance ID later
Daniel Willmann
2018-02-15
1
-0
/
+2
*
fsm: add functions for unlinking and changing parents
Philipp Maier
2018-01-24
1
-0
/
+4
*
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
-45
/
+45
*
osmo_fsm: Lookup functions to find FSM Instance by name or ID
Harald Welte
2017-04-16
1
-0
/
+4
*
fsm: convenience: add inline osmo_fsm_inst_state_name()
Neels Hofmeyr
2017-03-01
1
-0
/
+4
*
Add osmo_fsm_find_by_name() and avoid registering FSM with same name
Harald Welte
2017-01-07
1
-0
/
+1
*
fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()
Neels Hofmeyr
2016-12-24
1
-0
/
+13
*
fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h
Neels Hofmeyr
2016-12-24
1
-0
/
+13
*
fsm api doc: fix typo in doxygen marker '\breif'
Neels Hofmeyr
2016-12-20
1
-1
/
+1
*
add value strings for enum osmo_fsm_term_cause and use for logging
Neels Hofmeyr
2016-12-15
1
-0
/
+7
*
fsm: log caller's source for events and state changes, not fsm.c lines
Neels Hofmeyr
2016-12-14
1
-6
/
+35
*
fsm: add LOGPFSML to pass explicit logging level
Neels Hofmeyr
2016-12-14
1
-2
/
+5
*
doc: fsm timer_cb: explain return value
Neels Hofmeyr
2016-12-09
1
-1
/
+2
*
Add osmo_fsm_unregister() to header
Max
2016-11-02
1
-1
/
+1
*
fsm: Introduce default time-out handling
Harald Welte
2016-06-27
1
-1
/
+3
*
Add Finite State Machine abstraction code
Harald Welte
2016-06-16
1
-0
/
+135