Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/14164


Change subject: vty: Dump per-bts stat_item group in 'show bts' output
......................................................................

vty: Dump per-bts stat_item group in 'show bts' output

Change-Id: Ie56d3f0951b56d9b3677bf8cc725ac777d9aa446
---
M src/osmo-bsc/bsc_vty.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/64/14164/1

diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index 61060e2..af25cab 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -517,6 +517,8 @@
                bts->bts_ctrs->ctr[BTS_CTR_BTS_RSL_FAIL].current,
                VTY_NEWLINE);

+       vty_out_stat_item_group(vty, "  ", bts->bts_statg);
+
        bts_dump_vty_features(vty, bts);
 }


--
To view, visit https://gerrit.osmocom.org/14164
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie56d3f0951b56d9b3677bf8cc725ac777d9aa446
Gerrit-Change-Number: 14164
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to