This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated via 14bf28a43de485aa76970599378971d27b2a23a7 (commit) via f627c0f0afb280d30aa00da395560db963aba462 (commit) from d826f1771cdada9009db599a9cf3882192bf0454 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmocore/commit/?id=14bf28a43de485aa7697059937897...
commit 14bf28a43de485aa76970599378971d27b2a23a7 Author: Harald Welte laforge@gnumonks.org Date: Mon Jun 27 15:19:10 2016 +0200
Mark input parameter to bitvec_set_bits() as 'const'
The input data is accessed in a read-only manner, so it should be marked with the const qualifier.
Change-Id: I0d6b86289fa647594f3da1f1c0e0168685307a37
http://cgit.osmocom.org/libosmocore/commit/?id=f627c0f0afb280d30aa00da395560...
commit f627c0f0afb280d30aa00da395560db963aba462 Author: Harald Welte laforge@gnumonks.org Date: Sat Jun 18 10:36:25 2016 +0200
fsm: Introduce default time-out handling
If a FSM doesn't specify any timer_cb, simply terminate the FSM by default on time-out. This is a reasonable default for most cases, and avoids copy+pasting a one-line timer_cb function in every FSM.
Also, even if there is a timer_cb, let it have a return value to decide if the core should terminate after return from timer_cb or not.
Change-Id: I0461a9593bfb729c82b7d1d1cf9f30b1079d0212
-----------------------------------------------------------------------
Summary of changes: include/osmocom/core/bitvec.h | 2 +- include/osmocom/core/fsm.h | 4 +++- src/bitvec.c | 2 +- src/fsm.c | 21 +++++++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-)
hooks/post-receive