Patch Set 1:
(3 comments)
https://gerrit.osmocom.org/#/c/70/1/src/vty/stats_vty.c File src/vty/stats_vty.c:
Line 362: struct vty *vty = sctx_;
I think you will not find another place with a '_' as suffix to a parameter
No idea what's the semantic, but I did it similiar to http://git.osmocom.org/libosmocore/tree/src/stats.c#n479
Line 363: const char *description = counter->description ? counter->description : "";
Have you encountered counters without a description?
yes. `struct osmo_counter` doesn't have one.
Line 397: description,
For XML there is something like xml_escape. Do we need (and can we) escape
we can escape those by backslashes. Do we need this to do it right now? http://www.methods.co.nz/asciidoc/faq.html#_how_can_i_escape_asciidoc_markup