layer2interface: enable V43 tone set for GFAST

This commit is contained in:
Sukru Senli 2017-11-21 10:53:10 +01:00
parent 783880f6e8
commit c40ed94c31

View file

@ -102,6 +102,10 @@ start_service() {
xdslctl start --up --mod $GDmt$Glite$T1413$ADSL2$AnnexL$ADSL2plus$AnnexM --sra $sra --bitswap $bitswap
fi
if [ "$GFast" == "f" ]; then
# enable V43 tone set for GFAST
xdslctl configure1 --phycfg 0 0 0 0 0 0 0 0 0 0 0 0x400000 0x400000
fi
}