<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10152">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stats_vty: Add asciidoc sections between the different counters<br><br>Change-Id: Ie37be744abd8c47211d64877bcd17f94465bd423<br>---<br>M src/vty/stats_vty.c<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/52/10152/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c</span><br><span>index 8d90945..5ded7a4 100644</span><br><span>--- a/src/vty/stats_vty.c</span><br><span>+++ b/src/vty/stats_vty.c</span><br><span>@@ -516,12 +516,15 @@</span><br><span>                host.app_info->name ? host.app_info->name : "", VTY_NEWLINE, VTY_NEWLINE);</span><br><span>   /* 2x VTY_NEWLINE are intentional otherwise it would interpret the first table header</span><br><span>         * as usual text*/</span><br><span style="color: hsl(120, 100%, 40%);">+    vty_out(vty, "=== Rate Counters%s%s", VTY_NEWLINE, VTY_NEWLINE);</span><br><span>   vty_out(vty, "// generating tables for rate_ctr_group%s", VTY_NEWLINE);</span><br><span>    rate_ctr_for_each_group(asciidoc_rate_ctr_group_handler, vty);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+    vty_out(vty, "== Osmo Stat Items%s%s", VTY_NEWLINE, VTY_NEWLINE);</span><br><span>  vty_out(vty, "// generating tables for osmo_stat_items%s", VTY_NEWLINE);</span><br><span>   osmo_stat_item_for_each_group(asciidoc_osmo_stat_item_group_handler, vty);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+        vty_out(vty, "== Osmo Counters%s%s", VTY_NEWLINE, VTY_NEWLINE);</span><br><span>    vty_out(vty, "// generating tables for osmo_counters%s", VTY_NEWLINE);</span><br><span>     asciidoc_counter_generate(vty);</span><br><span>      return CMD_SUCCESS;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10152">change 10152</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10152"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ie37be744abd8c47211d64877bcd17f94465bd423 </div>
<div style="display:none"> Gerrit-Change-Number: 10152 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>