Author: blogic
Date: 2016-01-01 22:20:16 +0100 (Fri, 01 Jan 2016)
New Revision: 48053

Modified:
   trunk/package/network/config/ltq-vdsl-app/files/dsl_control
Log:
ltq-vdsl-app: enable G.993.5 XTSE bit by default

According to ITU-T G.997.1 Amendment 2 (04/2013) section 2.1, bit 3 of
XTSE octet 8 either allow or denies the initialization of G.993.5.

Even if the current redistributable xDSL firmware doesn't include
G.993.5 vectoring support, enable this bit by default to allow people to
get their G.993.5 line working using a custom xDSL firmware.

Signed-off-by: Mathias Kresin <[email protected]>

Modified: trunk/package/network/config/ltq-vdsl-app/files/dsl_control
===================================================================
--- trunk/package/network/config/ltq-vdsl-app/files/dsl_control 2016-01-01 
21:20:08 UTC (rev 48052)
+++ trunk/package/network/config/ltq-vdsl-app/files/dsl_control 2016-01-01 
21:20:16 UTC (rev 48053)
@@ -13,18 +13,21 @@
 
 #
 # ITU-T G.997.1 (06/2012) - Section 7.3.1.1.1 (xTU transmission system 
enabling (XTSE))
+# ITU-T G.997.1 Amendment 2 (04/2013) - Section 2.1 - (Vectoring mode enable 
(VECTORMODE_ENABLE))
 #
 # G.992.1 Annex A
 # G.992.3 Annex A / L-US1 / L_US-2 / M
 # G.992.5 Annex A / M
 # G.993.2 Annex A/B/C
-xtse_xdsl_a="04_00_04_00_4C_01_04_07"
+# G.993.5 Annex A/B/C
+xtse_xdsl_a="04_00_04_00_4C_01_04_0F"
 
 # G.992.1 Annex B
 # G.992.3 Annex B
 # G.992.5 Annex B
 # G.993.2 Annex A/B/C
-xtse_adsl_b="10_00_10_00_00_04_00_07"
+# G.993.5 Annex A/B/C
+xtse_xdsl_b="10_00_10_00_00_04_00_0F"
 
 # G.992.1 Annex B
 # G.992.3 Annex B
@@ -32,7 +35,8 @@
 # G.992.5 Annex B
 # G.992.5 Annex J
 # G.993.2 Annex A/B/C
-xtse_adsl_j="10_00_10_40_00_04_01_07"
+# G.993.5 Annex A/B/C
+xtse_xdsl_j="10_00_10_40_00_04_01_0F"
 
 service_triggers() {
        procd_add_reload_trigger network
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to