Hi, On 12/29/2015 09:56 PM, Mathias Kresin wrote: > 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].
You are unsettling bit 7 in octet 5, this is used for Annex M G.992.3 POTS and supported by the firmware. > > To my knowledge Annex I is not supported by the firmware. > > Signed-off-by: Mathias Kresin <[email protected]> > --- > 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 > _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
