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;