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.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/20970 )
Change subject: vty: fix documentation for 'egprs (disable|enable)'
......................................................................
vty: fix documentation for 'egprs (disable|enable)'
Change-Id: I7a28bede8fd7d68b3afe9deec381fc93e46d65a9
---
M CommonLibs/trx_vty.c
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/70/20970/1
diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index f1852e9..7c568f6 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -265,7 +265,9 @@
DEFUN(cfg_egprs, cfg_egprs_cmd,
"egprs (disable|enable)",
- "Enable EDGE receiver (default=disable)\n")
+ "EGPRS (8-PSK demodulation) support (default=disable)\n"
+ "Disable EGPRS (8-PSK demodulation) support\n"
+ "Enable EGPRS (8-PSK demodulation) support\n")
{
struct trx_ctx *trx = trx_from_vty(vty);
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/20970
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I7a28bede8fd7d68b3afe9deec381fc93e46d65a9
Gerrit-Change-Number: 20970
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/d630916d/attachment.htm>