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=7da71902fa2050a158e621f1ac30…
commit 7da71902fa2050a158e621f1ac30ec8ef772aa9d
Author: Jacob Erlbeck <jerlbeck(a)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=a7eb82d4672fe43fd29fdc94f3d7…
commit a7eb82d4672fe43fd29fdc94f3d7db352ecde249
Author: Jacob Erlbeck <jerlbeck(a)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