vty: Write amount of timeouts elapsed for a paging request

Related: SYS#6200
Change-Id: I55c84c0d20fc4120b7b4cdd06ed95a8847a6600a
This commit is contained in:
Pau Espin 2022-11-30 20:17:21 +01:00
parent 867e73e96b
commit aa292a482c
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ DEFUN(handover_any_to_arfcn_bsic, handover_any_to_arfcn_bsic_cmd,
static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
{
vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
vty_out(vty, "Paging on BTS %u (%u request timeouts)%s", pag->bts->nr, pag->attempts, VTY_NEWLINE);
bsc_subscr_dump_vty(vty, pag->bsub);
}