[PATCH] osmocom-bb[master]: mobile/vty_interface.c: fix 'channel-capability' description

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Wed Dec 13 16:08:52 UTC 2017


Review at  https://gerrit.osmocom.org/5323

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

Change-Id: I0c08e071ffaac9b8e7c4af6a7be2bd8125145842
---
M src/host/layer23/src/mobile/vty_interface.c
1 file changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/23/5323/1

diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index 8767985..37093ce 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -2392,9 +2392,12 @@
 	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;

-- 
To view, visit https://gerrit.osmocom.org/5323
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c08e071ffaac9b8e7c4af6a7be2bd8125145842
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list