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.cheme...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to