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

Change-Id: Ie56d3f0951b56d9b3677bf8cc725ac777d9aa446
This commit is contained in:
Harald Welte 2019-05-24 09:36:30 +02:00
parent be86caacdf
commit aae00e4255
1 changed files with 2 additions and 0 deletions

View File

@ -517,6 +517,8 @@ static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
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);
}