aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-07 20:49:10 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-07 20:49:25 +0200
commit72b6989ec9c879280c1a8c8f393bb599e91b7716 (patch)
tree88bbe8276e47c48fce5fd6bf90b56735ec413a47 /src/common/vty.c
parentf49e3dd3af9db41c4b4314ad3c97c1dd9e7ff81c (diff)
make sure 'band' will correctly parse the crap that libosmocore generates
Diffstat (limited to 'src/common/vty.c')
-rw-r--r--src/common/vty.c2
1 files changed, 1 insertions, 1 deletions
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;