libosmocore.git branch master updated. 0.10.2-34-g7dc8e88d

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 27 16:44:43 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, master has been updated
       via  7dc8e88d64716831a1553d402571fb7b1ade3d30 (commit)
      from  19ec7b948322bbc9457a2b22219c93558a6f931e (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=7dc8e88d64716831a1553d402571fb7b1ade3d30

commit 7dc8e88d64716831a1553d402571fb7b1ade3d30
Author: Max <msuraev at sysmocom.de>
Date:   Fri Nov 24 13:53:33 2017 +0100

    ctrl: make response easier to parse
    
    Previously ctrl request for all counters in
    group (e. g. 'rate_ctr.abs.msc.0') will result in human-readable
    description which is not regular enough and is hard to both parse and
    generate. The ctrl interface is intended for m2m, not for human
    interaction. Let's simplify things by making response similar to counter
    group request ('rate_ctr.*').
    
    Reply now looks as follows:
    GET_REPLY 9084354783926137287 rate_ctr.abs.msc.0 loc_update_type:attach 0;loc_update_type:normal 0;
    
    Previously it was:
    GET_REPLY 9084354783926137287 rate_ctr.abs.msc.0 All counters in msc.0
    loc_update_type:attach 0
    loc_update_type:normal 0
    
    Change-Id: I7a24cc307450efdcd28168fffe477320c59fcd36
    Related: OS#2550

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

Summary of changes:
 src/ctrl/control_if.c | 41 +++++++++--------------------------------
 1 file changed, 9 insertions(+), 32 deletions(-)


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



More information about the osmocom-commitlog mailing list