From 4d7bdeee8cb29057f3d112c3f7f8cd70c1ff719a Mon Sep 17 00:00:00 2001 From: Sukru Senli <36891360+senlisu@users.noreply.github.com> Date: Thu, 6 Jun 2019 09:53:03 +0200 Subject: [PATCH] Update README with latest addition to ubus output --- README | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README b/README index d2d0fcc..e5b9bcb 100644 --- a/README +++ b/README @@ -41,6 +41,7 @@ ubus call dsl status "00", "01" ], + "standard_used": "vdsl2_annexa", "current_profile": "17a", "power_management_state": "l0", "max_bit_rate": { @@ -58,6 +59,27 @@ ubus call dsl status "05", "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": [ "8a", "8b", @@ -271,6 +293,7 @@ ubus call dsl.line.0 status "00", "01" ], + "standard_used": "vdsl2_annexa", "current_profile": "17a", "power_management_state": "l0", "max_bit_rate": { @@ -288,6 +311,27 @@ ubus call dsl.line.0 status "05", "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": [ "8a", "8b", -- GitLab