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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: mobile/vty_interface.c: fix 'channel-capability' description
......................................................................
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(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
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: merged
Gerrit-Change-Id: I0c08e071ffaac9b8e7c4af6a7be2bd8125145842
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder