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 136e73764e7f58e52ffb13d01304fef30eb7d291 (commit) from 82f94ef50f592c8c89b848e91b7cb84587ef8733 (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=136e73764e7f58e52ffb13d01304f...
commit 136e73764e7f58e52ffb13d01304fef30eb7d291 Author: Harald Welte laforge@gnumonks.org Date: Sun May 29 10:53:17 2016 +0900
Add Finite State Machine abstraction code
This code is supposed to formalize some of the state machine handling in Osmocom code.
Change-Id: I0b0965a912598c1f6b84042a99fea9d522642466 Reviewed-on: https://gerrit.osmocom.org/163 Tested-by: Jenkins Builder Reviewed-by: Harald Welte laforge@gnumonks.org
-----------------------------------------------------------------------
Summary of changes: include/Makefile.am | 1 + include/osmocom/core/fsm.h | 135 +++++++ src/Makefile.am | 2 +- src/fsm.c | 422 +++++++++++++++++++++ tests/Makefile.am | 8 +- tests/fsm/fsm_test.c | 155 ++++++++ tests/fsm/fsm_test.err | 11 + .../{loggingrb/logging_test.ok => fsm/fsm_test.ok} | 0 tests/testsuite.at | 7 + 9 files changed, 738 insertions(+), 3 deletions(-) create mode 100644 include/osmocom/core/fsm.h create mode 100644 src/fsm.c create mode 100644 tests/fsm/fsm_test.c create mode 100644 tests/fsm/fsm_test.err copy tests/{loggingrb/logging_test.ok => fsm/fsm_test.ok} (100%)
hooks/post-receive