From d7f8a1c16e8a6337539b5dae291f435cf0cf426e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 24 Feb 2018 12:36:52 +0100 Subject: BTS: add rate_ctr about CCCH (paging, agch, pch) Change-Id: Id6c833746150a3c2e32b00ea6604669f16b84bc4 --- src/common/vty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/vty.c') diff --git a/src/common/vty.c b/src/common/vty.c index 55c1e0fe..a1cb2fec 100644 --- a/src/common/vty.c +++ b/src/common/vty.c @@ -808,6 +808,7 @@ static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts) } bts_dump_vty_features(vty, bts); + vty_out_rate_ctr_group(vty, " ", bts->ctrs); } -- cgit v1.2.3