mobile/vty_interface.c: fix 'channel-capability' description

Change-Id: I0c08e071ffaac9b8e7c4af6a7be2bd8125145842
This commit is contained in:
Vadim Yanitskiy 2017-12-13 23:05:59 +07:00
parent 68bd110717
commit f02c04f444
1 changed files with 6 additions and 3 deletions

View File

@ -2392,9 +2392,12 @@ DEFUN(cfg_ms_sup_class_pcs, cfg_ms_sup_class_pcs_cmd, "class-pcs (1|2|3)",
return CMD_SUCCESS;
}
DEFUN(cfg_ms_sup_ch_cap, cfg_ms_sup_ch_cap_cmd, "channel-capability "
"(sdcch|sdcch+tchf|sdcch+tchf+tchh)",
"Select channel capability\nSDCCH only\nSDCCH + TCH/F\nSDCCH + TCH/H")
DEFUN(cfg_ms_sup_ch_cap, cfg_ms_sup_ch_cap_cmd,
"channel-capability (sdcch|sdcch+tchf|sdcch+tchf+tchh)",
"Select channel capability\n"
"SDCCH only\n"
"SDCCH + TCH/F\n"
"SDCCH + TCH/F + TCH/H")
{
struct osmocom_ms *ms = vty->index;
struct gsm_settings *set = &ms->settings;