libosmocore.git branch jerlbeck/wip/stats updated. 0.8.0-81-g7da7190

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
Mon Nov 2 10:41:57 UTC 2015


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, jerlbeck/wip/stats has been updated
       via  7da71902fa2050a158e621f1ac30ec8ef772aa9d (commit)
       via  a7eb82d4672fe43fd29fdc94f3d7db352ecde249 (commit)
      from  06a64d7db2f93a996a074cfb9e1a8eacd3303eee (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=7da71902fa2050a158e621f1ac30ec8ef772aa9d

commit 7da71902fa2050a158e621f1ac30ec8ef772aa9d
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Nov 2 11:30:01 2015 +0100

    stats: Report group indices as unsigned int
    
    Currently the unsigned group index value is silently being cast to
    (signed) int in the log and statsd reporter code. If the resulting
    value is negative (which can happen for instance with MMCTX
    counters), the index is assumed to be unset.
    
    This commit changes the affected types to unsigned. The index value 0
    is then the only value indicating an unset group.
    
    Sponsored-by: On-Waves ehf

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

commit a7eb82d4672fe43fd29fdc94f3d7db352ecde249
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Nov 2 10:50:50 2015 +0100

    vty: Add reserved nodes to enum node_type
    
    Currently every time a node is added to enum node_type, this
    constitutes an ABI change, since _LAST_OSMOVTY_NODE will get
    incremented accordingly. In this case, every project that adds new
    node type based on that value will have to be recompiled.
    
    This commit adds 4 spare node type values, which can be replaced
    one-by-one by new real types until they are exhausted to avoid
    this kind of ABI change.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 TODO-RELEASE                  |  1 +
 include/osmocom/vty/command.h |  9 +++++++++
 src/stats.c                   | 17 +++++++++--------
 3 files changed, 19 insertions(+), 8 deletions(-)


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



More information about the osmocom-commitlog mailing list