[OpenWrt-Devel] [PATCH 2/6] ltq-vdsl-app: disable Annex I

Mathias Kresin openwrt at kresin.me
Tue Dec 29 15:56:36 EST 2015


Commit r47934 removed the comment about G.992.4 support, but enabled
G.992.4 Annex I without mention it (bit 6 of XTSE octet 5 [ITU-T
G.997.1 (06/2012) - section 7.3.1.1.1].

To my knowledge Annex I is not supported by the firmware.

Signed-off-by: Mathias Kresin <openwrt at kresin.me>
---
 package/network/config/ltq-vdsl-app/files/dsl_control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control
index cc65daa..3ead82b 100644
--- a/package/network/config/ltq-vdsl-app/files/dsl_control
+++ b/package/network/config/ltq-vdsl-app/files/dsl_control
@@ -11,10 +11,14 @@ EXTRA_HELP="	status  Get DSL status information
 
 [ -f /lib/functions/lantiq_dsl.sh ] && . /lib/functions/lantiq_dsl.sh
 
+#
+# ITU-T G.997.1 (06/2012) - Section 7.3.1.1.1 (xTU transmission system enabling (XTSE))
+#
+
 # G.992.1 Annex A
 # G.992.3 Annex A / L-US1 / L_US-2 / M
 # G.992.5 Annex A / M
-xtse_adsl_a="04_00_04_00_4C_01_04_00"
+xtse_adsl_a="04_00_04_00_0C_01_04_00"
 
 # G.992.1 Annex B
 # G.992.3 Annex B
-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list