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 9e83c3d5ca64428befe74e5aad61bd84bccaf309 (commit)
via 4585e6755dd569ab620c711f20a3d45d4ad87216 (commit)
from 7bc88bbd7ea43082fec181c6892259218ce198a0 (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=9e83c3d5ca64428befe74e5aad61…
commit 9e83c3d5ca64428befe74e5aad61bd84bccaf309
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 17:24:46 2017 +0200
fsm: Re-set fsm_inst->T to 0 after timer expiration
If the user starts the FSM timer with a given timer number during
fsm_inst_state_chg() with a timeout, we should remove that "T" number
after timer expiration. Otherwise it might be confusing if e.g. the VTY
interface shows FSM instances with a certain timer number assigned, but
that timer is not actually running anymore.
Change-Id: I71167ec1000dc4c6954d851d3b92f6bf12984925
http://cgit.osmocom.org/libosmocore/commit/?id=4585e6755dd569ab620c711f20a3…
commit 4585e6755dd569ab620c711f20a3d45d4ad87216
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 17:23:56 2017 +0200
osmo_fsm: Lookup functions to find FSM Instance by name or ID
Introduce two lookup helper functions to resolve a fsm_instance based on
the FSM and name or ID. Also, add related test cases.
Change-Id: I707f3ed2795c28a924e64adc612d378c21baa815
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/fsm.h | 4 ++++
src/fsm.c | 29 ++++++++++++++++++++++++++++-
tests/fsm/fsm_test.c | 8 +++++++-
tests/fsm/fsm_test.err | 16 ++++++++--------
4 files changed, 47 insertions(+), 10 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications