make sure 'band' will correctly parse the crap that libosmocore generates

This commit is contained in:
Harald Welte 2011-09-07 20:49:10 +02:00
parent f49e3dd3af
commit 72b6989ec9
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ DEFUN(cfg_bts_unit_id,
DEFUN(cfg_bts_band, DEFUN(cfg_bts_band,
cfg_bts_band_cmd, 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") "Set the frequency band of this BTS\n" "Frequency band\n")
{ {
struct gsm_bts *bts = vty->index; struct gsm_bts *bts = vty->index;