summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/vty_interface.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-12-13 23:05:59 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-12-13 23:05:59 +0700
commitf02c04f4441ae0d05f46f5fdfd1aa8181ede57a8 (patch)
treea843df87c8f067e1aec0bc48e0825b3aa46677d7 /src/host/layer23/src/mobile/vty_interface.c
parent68bd1107178044207c07a3fd75219413e9a17c65 (diff)
mobile/vty_interface.c: fix 'channel-capability' description
Diffstat (limited to 'src/host/layer23/src/mobile/vty_interface.c')
-rw-r--r--src/host/layer23/src/mobile/vty_interface.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index 87679855..37093ce9 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -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;