lantiq: add VDSL2 vectoring status information
authorFelix Fietkau <nbd@openwrt.org>
Sat, 5 Dec 2015 09:52:42 +0000 (09:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 5 Dec 2015 09:52:42 +0000 (09:52 +0000)
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47785

target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

index 22e65cb148123ab88502ac63448d864494983f6b..60ace44031eb027ebee75f36eca1fb58be2085cf 100755 (executable)
@@ -160,6 +160,9 @@ xtse() {
 
        local annex_s=""
        local line_mode_s=""
+       local vector_s=""
+
+       local dsmsg=""
        local cmd=""
 
        xtusesg=$(dsl_cmd g997xtusesg)
@@ -256,7 +259,15 @@ xtse() {
        fi
 
        if [ $((xtse8 & 7)) != 0  ]; then
-               line_mode_s="$line_mode_s G.993.2 (VDSL2),"
+               dsmsg=$(dsl_cmd dsmsg)
+               vector_s=$(dsl_val "$dsmsg" eVectorStatus)
+
+               case "$vector_s" in
+                       "0")    line_mode_s="$line_mode_s G.993.2 (VDSL2)," ;;
+                       "1")    line_mode_s="$line_mode_s G.993.5 (VDSL2 with downstream vectoring)," ;;
+                       "2")    line_mode_s="$line_mode_s G.993.5 (VDSL2 with down- and upstream vectoring)," ;;
+                       *)      line_mode_s="$line_mode_s unknown," ;;
+               esac
        fi
 
        #!!! PROPRIETARY & INTERMEDIATE USE !!!