libosmocore.git branch laforge/ctr-ctrl updated. 0.9.6-405-gbf50fcf6

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
Tue Oct 3 10:50:26 UTC 2017


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, laforge/ctr-ctrl has been updated
  discards  dc8091e37e195f3f78d6af4bd356d887e3cb4999 (commit)
  discards  437cf1ad131bf5185282e58fca110ad1c510aaca (commit)
  discards  882fb3e07923d2eb1505808ddf100b823f5506cd (commit)
       via  bf50fcf6f77dc42d815ddf06d7e05bcc9d342bf5 (commit)
       via  80cf53eaf6aea03112486332cce43104a45c1a6c (commit)
       via  b7b0845fb0de44508ec797b85327c782d5f8ed40 (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 (dc8091e37e195f3f78d6af4bd356d887e3cb4999)
            \
             N -- N -- N (bf50fcf6f77dc42d815ddf06d7e05bcc9d342bf5)

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=bf50fcf6f77dc42d815ddf06d7e05bcc9d342bf5

commit bf50fcf6f77dc42d815ddf06d7e05bcc9d342bf5
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 3 18:34:48 2017 +0800

    stats_test: Extend check to include test for counter group name mangling
    
    In Change-Id Ifc6ac824f5dae9a848bb4a5d067c64a69eb40b56 we introduce
    name mangling to replace any '.' in counter (group) names to be
    converted to ':'. Let's test for this functionality explicitly as part
    of the stats_test.
    
    Change-Id: Ie35682aa79526e2ffeab6995cd640b7847d855bf

http://cgit.osmocom.org/libosmocore/commit/?id=80cf53eaf6aea03112486332cce43104a45c1a6c

commit 80cf53eaf6aea03112486332cce43104a45c1a6c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 3 17:49:21 2017 +0800

    Convert lib-internal rate_ctr from '.' separator to ':' separator
    
    The rate_ctr.c code would do this mangling automatically, but let's
    avoid using this from new versions of our code for
    simplicity/explicitness.
    
    Change-Id: I24a556f447cfac25efb6e83cac2d0c2972d98fe3

http://cgit.osmocom.org/libosmocore/commit/?id=b7b0845fb0de44508ec797b85327c782d5f8ed40

commit b7b0845fb0de44508ec797b85327c782d5f8ed40
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 3 17:46:14 2017 +0800

    rate_ctr: Enforce counter (and ctr_group) names are valid identifiers
    
    As rate counters are automatically exposed on the CTRL interface,
    we need to make sure they don't contain special characters such as '.'
    which are not permitted/supported by CTRL.
    
    In order to be able to run old versions of osmocom programs with
    libosmocore versions after this commit, we introduce some special
    name mangling:  Any '.' in the names are replaced with ':' during
    counter group registration, if valid identifiers can be obtained
    this way.
    
    Change-Id: Ifc6ac824f5dae9a848bb4a5d067c64a69eb40b56

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

Summary of changes:
 tests/gb/gprs_ns_test.c  |   2 +-
 tests/gb/gprs_ns_test.ok | 237 -----------------------------------------------
 2 files changed, 1 insertion(+), 238 deletions(-)


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



More information about the osmocom-commitlog mailing list