Skip to content
Snippets Groups Projects
Unverified Commit 4d7bdeee authored by Sukru Senli's avatar Sukru Senli Committed by GitHub
Browse files

Update README with latest addition to ubus output

parent 44ad5719
Branches
Tags
No related merge requests found
...@@ -41,6 +41,7 @@ ubus call dsl status ...@@ -41,6 +41,7 @@ ubus call dsl status
"00", "00",
"01" "01"
], ],
"standard_used": "vdsl2_annexa",
"current_profile": "17a", "current_profile": "17a",
"power_management_state": "l0", "power_management_state": "l0",
"max_bit_rate": { "max_bit_rate": {
...@@ -58,6 +59,27 @@ ubus call dsl status ...@@ -58,6 +59,27 @@ ubus call dsl status
"05", "05",
"07" "07"
], ],
"standards_supported": [
"t1413",
"gdmt_annexa",
"gdmt_annexb",
"glite",
"adsl2_annexa",
"adsl2_annexb",
"splitterless_adsl2",
"adsl2_annexi",
"adsl2_annexj",
"adsl2_annexl",
"adsl2_annexm",
"adsl2p_annexa",
"adsl2p_annexb",
"adsl2p_annexi",
"adsl2p_annexj",
"adsl2p_annexm",
"vdsl2_annexa",
"vdsl2_annexb",
"vdsl2_annexc"
],
"allowed_profiles": [ "allowed_profiles": [
"8a", "8a",
"8b", "8b",
...@@ -271,6 +293,7 @@ ubus call dsl.line.0 status ...@@ -271,6 +293,7 @@ ubus call dsl.line.0 status
"00", "00",
"01" "01"
], ],
"standard_used": "vdsl2_annexa",
"current_profile": "17a", "current_profile": "17a",
"power_management_state": "l0", "power_management_state": "l0",
"max_bit_rate": { "max_bit_rate": {
...@@ -288,6 +311,27 @@ ubus call dsl.line.0 status ...@@ -288,6 +311,27 @@ ubus call dsl.line.0 status
"05", "05",
"07" "07"
], ],
"standards_supported": [
"t1413",
"gdmt_annexa",
"gdmt_annexb",
"glite",
"adsl2_annexa",
"adsl2_annexb",
"splitterless_adsl2",
"adsl2_annexi",
"adsl2_annexj",
"adsl2_annexl",
"adsl2_annexm",
"adsl2p_annexa",
"adsl2p_annexb",
"adsl2p_annexi",
"adsl2p_annexj",
"adsl2p_annexm",
"vdsl2_annexa",
"vdsl2_annexb",
"vdsl2_annexc"
],
"allowed_profiles": [ "allowed_profiles": [
"8a", "8a",
"8b", "8b",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment