nitb: Only print channel activations once in show statistics

openbsc_vty_print_statistics will already print these counters
for us. No need to print them again.
This commit is contained in:
Holger Hans Peter Freyther 2014-06-18 08:34:54 +02:00
parent 421365eeaa
commit db0caf239e
1 changed files with 0 additions and 3 deletions

View File

@ -799,9 +799,6 @@ DEFUN(show_stats,
struct gsm_network *net = gsmnet_from_vty(vty);
openbsc_vty_print_statistics(vty, net);
vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
osmo_counter_get(net->stats.chreq.total),
osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
vty_out(vty, "Location Update : %lu attach, %lu normal, %lu periodic%s",
osmo_counter_get(net->stats.loc_upd_type.attach),
osmo_counter_get(net->stats.loc_upd_type.normal),