diff options
author | Max <msuraev@sysmocom.de> | 2017-11-24 13:53:33 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-11-27 16:44:25 +0000 |
commit | 7dc8e88d64716831a1553d402571fb7b1ade3d30 (patch) | |
tree | b42c178226d738843a52445ec74f1233f7b5ce3f /include/osmocom/codec | |
parent | 19ec7b948322bbc9457a2b22219c93558a6f931e (diff) |
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
Diffstat (limited to 'include/osmocom/codec')
0 files changed, 0 insertions, 0 deletions