Change in osmo-trx[master]: vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Oct 29 22:07:07 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/20972 )


Change subject: vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'
......................................................................

vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'

Change-Id: I70d9b16fd2b1c2cbaafc978724369cd2c9679cbd
---
M CommonLibs/trx_vty.c
1 file changed, 6 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/72/20972/1

diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index 18a450e..c06e86a 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -162,7 +162,9 @@
 DEFUN(cfg_tx_sps, cfg_tx_sps_cmd,
 	"tx-sps (1|4)",
 	"Set the Tx Samples-per-Symbol\n"
-	"Tx Samples-per-Symbol\n")
+	"Tx Samples-per-Symbol\n"
+	"1 Sample-per-Symbol\n"
+	"4 Samples-per-Symbol\n")
 {
 	struct trx_ctx *trx = trx_from_vty(vty);
 
@@ -174,7 +176,9 @@
 DEFUN(cfg_rx_sps, cfg_rx_sps_cmd,
 	"rx-sps (1|4)",
 	"Set the Rx Samples-per-Symbol\n"
-	"Rx Samples-per-Symbol\n")
+	"Rx Samples-per-Symbol\n"
+	"1 Sample-per-Symbol\n"
+	"4 Samples-per-Symbol\n")
 {
 	struct trx_ctx *trx = trx_from_vty(vty);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/20972
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I70d9b16fd2b1c2cbaafc978724369cd2c9679cbd
Gerrit-Change-Number: 20972
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201029/4ca9efe2/attachment.htm>


More information about the gerrit-log mailing list