aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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;