subscr: Print the lac of the subscriber.

This commit is contained in:
Holger Hans Peter Freyther 2010-12-25 16:40:54 +01:00
parent d3baf415b1
commit 3d76e44968
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ static void subscr_dump_full_vty(struct vty *vty, struct gsm_subscriber *subscr)
if (subscr->extension)
vty_out(vty, " Extension: %s%s", subscr->extension,
VTY_NEWLINE);
vty_out(vty, " LAC: %d/0x%x%s",
subscr->lac, subscr->lac, VTY_NEWLINE);
if (subscr->imsi)
vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
if (subscr->tmsi != GSM_RESERVED_TMSI)