aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-19 17:42:20 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-19 17:42:20 +0200
commit268bed07c0d3de65e09a92998597f12bcaa4db36 (patch)
treee1fa3a7e3e8dc5e81c35044b9583b81a8715d8d6 /openbsc
parent7570c214247cbf035c56cf525bcba251e58ac0c3 (diff)
[GPRS] Gb proxy VTY: Make sure all lines are aligned properly
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gprs/gb_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gb_proxy.c b/openbsc/src/gprs/gb_proxy.c
index f9304a341..26c9e4fe9 100644
--- a/openbsc/src/gprs/gb_proxy.c
+++ b/openbsc/src/gprs/gb_proxy.c
@@ -579,7 +579,7 @@ gDEFUN(show_gbproxy, show_gbproxy_cmd, "show gbproxy",
struct gprs_ra_id raid;
gsm48_parse_ra(&raid, peer->ra);
- vty_out(vty, "NSEI %5u, NS-VC %5u, PTP-BVCI %u, "
+ vty_out(vty, "NSEI %5u, NS-VC %5u, PTP-BVCI %5u, "
"RAC %u-%u-%u-%u",
nsvc->nsei, nsvc->nsvci, peer->bvci,
raid.mcc, raid.mnc, raid.lac, raid.rac);