From 6ba3bcbbc69050f1a336c416db7a42d90b2948b0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 16 Mar 2010 00:56:08 +0800 Subject: BVCI 0 is not within the permitted range --- openbsc/src/vty_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/vty_interface.c') 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; -- cgit v1.2.3