From 72b6989ec9c879280c1a8c8f393bb599e91b7716 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 7 Sep 2011 20:49:10 +0200 Subject: make sure 'band' will correctly parse the crap that libosmocore generates --- src/common/vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/vty.c b/src/common/vty.c index c170ab4d..121fbdaf 100644 --- a/src/common/vty.c +++ b/src/common/vty.c @@ -194,7 +194,7 @@ DEFUN(cfg_bts_unit_id, DEFUN(cfg_bts_band, cfg_bts_band_cmd, - "band (450|480|750|810|850|900|1800|1900)", + "band (450|GSM450|480|GSM480|750|GSM750|810|GSM810|850|GSM850|900|GSM900|1800|DCS1800|1900|PCS1900)", "Set the frequency band of this BTS\n" "Frequency band\n") { struct gsm_bts *bts = vty->index; -- cgit v1.2.3