libosmocore.git branch master updated. 0.9.0-180-g136e737

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Jun 16 21:44:00 UTC 2016


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=136e73764e7f58e52ffb13d01304fef30eb7d291

commit 136e73764e7f58e52ffb13d01304fef30eb7d291
Author: Harald Welte <laforge at 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 at 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
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list