Change in osmo-trx[master]: vty: Don't enable random filler bursts automatically with EDGE.

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

ipse gerrit-no-reply at lists.osmocom.org
Tue Oct 15 11:16:48 UTC 2019


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


Change subject: vty: Don't enable random filler bursts automatically with EDGE.
......................................................................

vty: Don't enable random filler bursts automatically with EDGE.

The EGPRS switch in the VTY config enables 8-PSK burst detection on
uplink. Enabling it shouldn't turn on filler bursts.

Change-Id: I2786c768e038b769a80c8b78fe58cfa09eb322a9
---
M CommonLibs/trx_vty.c
1 file changed, 0 insertions(+), 1 deletion(-)



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

diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index bac9653..df0114a 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -305,7 +305,6 @@
 		trx->cfg.egprs = false;
 	} else if (strcmp("enable", argv[0]) == 0) {
 		trx->cfg.egprs = true;
-		trx->cfg.filler = FILLER_EDGE_RAND;
 	} else {
 		return CMD_WARNING;
 	}

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I2786c768e038b769a80c8b78fe58cfa09eb322a9
Gerrit-Change-Number: 15796
Gerrit-PatchSet: 1
Gerrit-Owner: ipse <Alexander.Chemeris at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191015/d39944dc/attachment.htm>


More information about the gerrit-log mailing list