aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-16 00:56:08 +0800
committerHarald Welte <laforge@gnumonks.org>2010-04-18 13:59:53 +0200
commit6ba3bcbbc69050f1a336c416db7a42d90b2948b0 (patch)
tree54e96f9af282cbeaef7c03ca9cefeb5c62bece7b
parentbb110f91e8fd5c190f974ef3b9cb9a1118beb592 (diff)
BVCI 0 is not within the permitted range
-rw-r--r--openbsc/src/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 2f8c1b3e0..e5290c98f 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1392,7 +1392,7 @@ DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
}
DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
- "gprs cell bvci <0-65535>",
+ "gprs cell bvci <1-65535>",
"GPRS BSSGP VC Identifier")
{
struct gsm_bts *bts = vty->index;