[openwrt/openwrt] lantiq: activate noise margin delta for VDSL too
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 7 14:49:55 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/541a1a7ff5ce9ef7a5660e483635ecd0892137dc
commit 541a1a7ff5ce9ef7a5660e483635ecd0892137dc
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Jan 6 02:36:39 2018 +0100
lantiq: activate noise margin delta for VDSL too
Previously this was only activated for ADSL, this patch activates the
same setting also for VDSL, this feature is also support for VDSL in the
same way it works for ADSL.
I tested it with DSL FW 5.7.9.5.1.7 against a Broadcom 177.140 DSLCO
(Deutsche Telekom) and saw different data rates and Max. Attainable Data
Rates depending on the ds_snr_offset settings I choose.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/network/config/ltq-vdsl-app/files/dsl_control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control
index c659d50..d7980b4 100644
--- a/package/network/config/ltq-vdsl-app/files/dsl_control
+++ b/package/network/config/ltq-vdsl-app/files/dsl_control
@@ -109,7 +109,7 @@ locs 0 $1
}
[Common]={
-}" > /tmp/adsl.scr
+}" > /tmp/dsl.scr
}
lowlevel_cfg() {
@@ -283,7 +283,7 @@ start_service() {
[ -z "${snr}" ] || {
# for SNR offset setting
autoboot_script "$snr"
- autoboot="-a /tmp/adsl.scr"
+ autoboot="-a /tmp/dsl.scr -A /tmp/dsl.scr"
}
procd_open_instance
More information about the lede-commits
mailing list