mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-11 19:59:11 +01:00
DSL: LinkEncapsulationSupported => add support for G.994.1
This commit is contained in:
parent
1afaa474e6
commit
3b0a5a08f0
1 changed files with 2 additions and 2 deletions
|
|
@ -971,8 +971,8 @@ static char *get_dsl_link_encapsulation_standard(char *str)
|
|||
dsl_link_encapsulation_standard = "G.992.3_Annex_K_PTM";
|
||||
else if(strcmp(str, "vdsl2_atm") == 0)
|
||||
dsl_link_encapsulation_standard = "G.993.2_Annex_K_ATM";
|
||||
else if(strcmp(str, "vdsl2_ptm") == 0)
|
||||
dsl_link_encapsulation_standard = "G.993.2_Annex_K_PTM";
|
||||
else if(strcmp(str, "auto") == 0)
|
||||
dsl_link_encapsulation_standard = "G.994.1";
|
||||
else
|
||||
dsl_link_encapsulation_standard = "G.993.2_Annex_K_PTM";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue