libosmocore.git branch neels/fsm-to-dot updated. 0.9.0-304-g7065c34

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
Wed Dec 7 12:48:07 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, neels/fsm-to-dot has been updated
  discards  7a476711c99081f606653b38a69fe52cb827e02d (commit)
  discards  8aaead35e30aab84d66f01161207b8d6d4855497 (commit)
  discards  98a5da0d2304703f4aea993752b17799e9db57b0 (commit)
  discards  8bfb7972bb1aaf9400dfc3768c905798e8bb4f2a (commit)
  discards  49a0467c7eff3bf502ef0fc1d3351270a0cb83ab (commit)
       via  7065c3416fe791602e71f87a8c7ad00f5aa24caa (commit)
       via  d7c0a373ff38b28a14fd7ee1cc6be3cfbddbd850 (commit)
       via  909cbecbb9d3223b3b372849564600bb9be7fbda (commit)
       via  bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4 (commit)
       via  25774b9839a9842affc6fef925166b3b9481b466 (commit)
       via  c3c28528de78fd5d50c3a141c2176c0da5dd7075 (commit)
       via  ec9bd5262847f8e697c1c43e14ba48030a44672b (commit)
       via  edf6fe75b72c10190057c65bdff467e5585ea6d7 (commit)
       via  aeecc48c45e539e0e176dd13d86423e37ffbcee0 (commit)
       via  1fa78567e4e1963a28711b9b47111b840b50cfdb (commit)
       via  9533631e531671e7029bbe7bc2e264d9080f56c7 (commit)
       via  4a1cb09a40aaba7f412d1384b2a1a06934310359 (commit)
       via  0fc315dd9ed35ab9d32b60cbcd225f413b6a601e (commit)
       via  9d862c89989e5841a2242ed0cde0e6fa0f4a6d2e (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (7a476711c99081f606653b38a69fe52cb827e02d)
            \
             N -- N -- N (7065c3416fe791602e71f87a8c7ad00f5aa24caa)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=7065c3416fe791602e71f87a8c7ad00f5aa24caa

commit 7065c3416fe791602e71f87a8c7ad00f5aa24caa
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Nov 16 14:36:29 2016 +0100

    contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs
    
    Add a first version of a python script that tries to analyze .c source files to
    draw graphs of osmo_fsm implementations. So far it uses quick-and-dirty
    regexes.
    
    Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/core/logging.h | 18 ++++++++++++++++-
 include/osmocom/core/utils.h   |  2 ++
 include/osmocom/gsm/gsm0480.h  |  5 +++++
 src/ctrl/control_cmd.c         |  1 +
 src/gsm/gsm0411_utils.c        |  9 ++-------
 src/gsm/gsm0480.c              | 45 ++++++++++++++++++++++++++++++++++++++----
 src/gsm/gsup.c                 |  1 +
 src/gsm/libosmogsm.map         |  2 ++
 src/gsmtap_util.c              | 16 +++++++++++----
 src/logging.c                  |  5 ++++-
 src/socket.c                   |  1 +
 src/timer.c                    |  3 ++-
 src/utils.c                    | 22 +++++++++++++++++++++
 src/vty/telnet_interface.c     |  7 ++++++-
 utils/osmo-sim-test.c          |  2 +-
 15 files changed, 119 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list