BVCI 0 is not within the permitted range
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 2f8c1b3..e5290c9 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1392,7 +1392,7 @@
 }
 
 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;