libosmocore.git branch master updated. 0.9.0-6-g59b90bc

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 Nov 4 09:16:32 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, master has been updated
       via  59b90bc44401dc0e4c5004b0fec677106bce8871 (commit)
       via  fed2a488b94fc24df4f5548f98a71bb98920a66a (commit)
       via  be37fb7db4651f245994fa73008b4aa92c21c14f (commit)
       via  ca6602f476775e1b55c5a1d41bc323c49b9e4290 (commit)
       via  ee2657f6af4b81f98cfdfd900a82d9a350ff3642 (commit)
      from  bb4ae64fbbc30bf626792df2f2e68afb5cda6e21 (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=59b90bc44401dc0e4c5004b0fec677106bce8871

commit 59b90bc44401dc0e4c5004b0fec677106bce8871
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 3 16:21:40 2015 +0100

    stats/vty: Add selective show stats command
    
    Currently there is only the 'show stats' command which shows all
    counter and stat_item values. This can lead to many lines of output
    if there are per-subscriber rate counters.
    
    The new command added by this commit allows it to only show groups of
    a certain level (class_id), similar to the 'level' configuration
    command for stats reporter.
    
    The new command is
    
      show stats level (global|peer|subscriber)
    
    Sponsored-by: On-Waves ehf

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

commit fed2a488b94fc24df4f5548f98a71bb98920a66a
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 3 16:18:56 2015 +0100

    ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group
    
    Currently the class_id is not set which effectively puts these groups
    into the 'subscriber' class.
    
    This commit adds the missing initialisation value.
    
    Sponsored-by: On-Waves ehf

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

commit be37fb7db4651f245994fa73008b4aa92c21c14f
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 3 15:21:34 2015 +0100

    stats/test: Add tests to check VTY configuration
    
    This commit adds tests to verify the stats related VTY configuration
    commands.
    
    Sponsored-by: On-Waves ehf

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

commit ca6602f476775e1b55c5a1d41bc323c49b9e4290
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 3 13:47:11 2015 +0100

    vty/test: Refactor vty creation/deletion into separate functions
    
    Currently this is part of the only test function that uses the
    vty directly.
    
    In preperation for more such test cases, this commit moves this code
    into separate functions.
    
    Sponsored-by: On-Waves ehf

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

commit ee2657f6af4b81f98cfdfd900a82d9a350ff3642
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 3 11:49:31 2015 +0100

    test: Remove unneeded linking to libosmovty.la
    
    The addition of libosmovty.la to several test cases as done in
    commit 738d9e22108a8e47245 (stats: Add vty_out_stat_item_group)
    is not needed.
    
    This commit removes them.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 include/osmocom/vty/misc.h |   2 +
 src/gb/gprs_ns.c           |   1 +
 src/vty/stats_vty.c        |  15 ++++
 src/vty/utils.c            |  18 +++-
 tests/Makefile.am          |   8 +-
 tests/vty/vty_test.c       | 202 ++++++++++++++++++++++++++++++++++++++-------
 tests/vty/vty_test.ok      |  67 +++++++++++++++
 7 files changed, 278 insertions(+), 35 deletions(-)


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



More information about the osmocom-commitlog mailing list