libosmocore/src/ctrl
Max 7dc8e88d64 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
2017-11-27 16:44:25 +00:00
..
Makefile.am Move additional libraries to appropriate place 2017-10-30 13:50:31 +01:00
control_cmd.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
control_if.c ctrl: make response easier to parse 2017-11-27 16:44:25 +00:00
control_vty.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
fsm_ctrl_commands.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00