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
This commit is contained in:
Alexander Chemeris 2019-10-15 14:07:53 +03:00 committed by ipse
parent b7e992703c
commit aeaba02e02
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ DEFUN(cfg_egprs, cfg_egprs_cmd,
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;
}