This submodule contains a collection of YANG definitions for managing Broadband Forum TR-252i3 clause 5.7 DSL Quality Management...
Version: 2020-10-13
submodule bbf-vdsl-sos-profile-body { yang-version 1.1; belongs-to bbf-vdsl { prefix bbf-vdsl; } organization "Broadband Forum <https://www.broadband-forum.org> Common YANG Work Area"; contact "Comments or questions about this Broadband Forum YANG module should be directed to <mailto:help@broadband-forum.org>. Editor: Ken Kerpez, ASSIA, Inc. Editor: Joey Boyd, ADTRAN PS Leader: Sowrirajan Padmanabhan, Nokia PS Leader: Joey Boyd, ADTRAN WA Director: Sven Ooghe, Nokia WA Director: Joey Boyd, ADTRAN"; description "This submodule contains a collection of YANG definitions for managing Broadband Forum TR-252i3 clause 5.7 DSL Quality Management related profiles; Save Our Showtime (SOS) Profile. Copyright (c) 2016-2020 Broadband Forum Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The above license is used as a license under copyright only. Please reference the Forum IPR Policy for patent licensing terms <https://www.broadband-forum.org/ipr-policy>. Any moral rights which are necessary to exercise under the above license grant are also deemed granted under this license. This version of this YANG module is part of TR-355a3; see the TR itself for full legal notices."; revision "2020-10-13" { description "Amendment 3. * Approval Date: 2020-10-13 * Publication Date: 2020-10-13."; reference "TR-355a3: YANG Modules for FTTdp Management <https://www.broadband-forum.org/download/ TR-355_Amendment-3.pdf>"; } revision "2019-10-21" { description "Amendment 2 Corrigendum 1. * Approval Date: 2019-10-21 * Publication Date: 2019-10-21."; reference "TR-355a2c1: YANG Modules for FTTdp Management <https://www.broadband-forum.org/download/ TR-355_Amendment-2.pdf>"; } revision "2019-06-11" { description "Amendment 2. * Approval Date: 2019-06-11 * Publication Date: 2019-06-11."; reference "TR-355a2: YANG Modules for FTTdp Management <https://www.broadband-forum.org/technical/download/ TR-355_Amendment-2.pdf>"; } revision "2018-10-01" { description "Amendment 1. * Approval Date: 2018-10-01 * Publication Date: 2018-10-01."; reference "TR-355a1: YANG Modules for FTTdp Management <https://www.broadband-forum.org/technical/download/ TR-355_Amendment-1.pdf>"; } revision "2017-11-27" { description "Corrigendum 2 (fixes to the previous revision). * Approval Date: see revision date above. * Publication Date: 2018-01-19."; reference "TR-355c2: YANG Modules for FTTdp Management <https://www.broadband-forum.org/technical/download/ TR-355_Corrigendum-2.pdf>"; } revision "2017-03-13" { description "Corrigendum 1 (fixes to the initial revision). * Approval Date: see revision date above. * Publication Date: 2017-04-12."; reference "TR-355c1: YANG Modules for FTTdp Management <https://www.broadband-forum.org/technical/download/ TR-355_Corrigendum-1.pdf>"; } revision "2016-07-18" { description "Initial revision. * Approval Date: see revision date above. * Publication Date: 2016-08-05."; reference "TR-355: YANG Modules for FTTdp Management <https://www.broadband-forum.org/technical/download/ TR-355.pdf>"; } grouping sos-profile { description "The Save Our Showtime (SOS) Profile provides the parameters to configure the optional procedure for VDSL2 SOS, which rapidly falls-back to a lower speed without a re-initialization."; leaf sos-time { type union { type uint8 { range "1..255"; } type enumeration { enum "disabled" { value 0; description "Indicates that the standard Save Our Showtime (SOS) triggering criteria are disabled, i.e., vendor discretionary values may be used."; } } } units "64 milliseconds"; default "disabled"; description "The parameter SOS-TIME is used in the specification of the receiver initiated Save Our Showtime (SOS) (see [ITU-T G.993.2], clause 13.4.3). If the value of this parameter is not zero, the standard SOS triggering criteria are enabled, and the value corresponds with duration of the time window used in the standard SOS triggering criteria in the direction of transmission. See [ITU-T G.993.2] for detailed usage rules. The special value (enum disabled) indicates that the standard SOS triggering criteria are disabled, i.e., vendor discretionary values may be used instead of the values configured in the Management Information Base (MIB) for the following parameters: SOS-NTONES, SOS-CRC, SOS-TIME. The valid range of values is from 64 ms to 16,320 ms in steps of 64 ms. If any of the nodes 'sos-time', 'sos-ntones', or 'sos-crc' are configured to be 'disabled', then the behavior is the same as 'sos-time' being disabled."; reference "ITU-T G.997.1 clause 7.3.1.10.1 Downstream SOS time window (SOS-TIME-ds) and clause 7.3.1.10.2 Upstream SOS time window (SOS-TIME-us)"; } leaf sos-ntones { type union { type uint8 { range "1..100"; } type enumeration { enum "disabled" { value 0; description "Indicates that the standard Save Our Showtime (SOS) triggering criteria are disabled, i.e., vendor discretionary values may be used."; } } } units "percent"; default "disabled"; description "This parameter is defined as the minimum percentage of tones in the MEDLEY SET in the direction of transmission that will be degraded in order to arm the first sub-condition of the standard Save Our Showtime (SOS) triggering criteria (see clause 13.4.3.2 of [ITU-T G.993.2]). The parameter SOS-NTONES is defined as a percentage of tones. See [ITU-T G.993.2] for detailed usage rules. The valid range of values is from 1 to 100 in steps of 1. The special value (enum disabled) indicates that the standard SOS triggering criteria are disabled as described in clause 13.4.3.2 of [ITU-T G.993.2]. If any of the nodes 'sos-time', 'sos-ntones', or 'sos-crc' are configured to be 'disabled', then the behavior is the same as 'sos-time' being disabled."; reference "ITU-T G.997.1 clause 7.3.1.10.3 Downstream minimum percentage of degraded tones (SOS-NTONES-ds) and clause 7.3.1.10.4 Upstream minimum percentage of degraded tones (SOS-NTONES-us)"; } leaf sos-crc { type union { type uint16 { range "1..65535"; } type enumeration { enum "disabled" { value 0; description "Indicates that the standard Save Our Showtime (SOS) triggering criteria are disabled, i.e., vendor discretionary values may be used."; } } } units "0.02"; default "disabled"; description "This parameter is defined as the minimum number of normalized Cyclic Redundancy Check (CRC) anomalies received in SOS-TIME seconds in order to arm the second sub-condition of the standard Save Our Showtime (SOS) triggering criteria (see clause 13.4.3.2 of [ITU-T G.993.2]) in the direction of transmission. See [ITU-T G.993.2] for detailed usage rules. The valid range of SOS-CRC values is 0.02 to ((2^16)-1)*0.02, in steps of 0.02. Additionally, the special value (enum disabled) indicates that the standard SOS triggering criteria are disabled as described in clause 13.4.3.2 of [ITU-T G.993.2]. If any of the nodes 'sos-time', 'sos-ntones', or 'sos-crc' are configured to be 'disabled', then the behavior is the same as 'sos-time' being disabled."; reference "ITU-T G.997.1 clause 7.3.1.10.5 Downstream minimum number of normalized CRC anomalies (SOS-CRC-ds) and clause 7.3.1.10.6 Upstream minimum number of normalized CRC anomalies (SOS-CRC-us)"; } leaf max-sos { type union { type uint8 { range "1..15"; } type enumeration { enum "unlimited" { value 0; description "Indicates that there is no limit on the maximum allowed number of Save Our Showtime (SOS) recoveries within this time interval."; } } } default "unlimited"; description "This parameter is used in G.993.2 de-activation (see [ITU-T G.993.2], clause 12.1.4). If the number of successful Save Our Showtime (SOS) procedures in the direction of transmission performed within a 120-second interval exceeds MAX-SOS, the modem will transition to the L3 state. See [ITU-T G.993.2] for detailed usage rules (see clause 12.1.4 of [ITU-T G.993.2]). The valid range of values is 1 to 15. The special value (enum unlimited) indicates that there is no limit on the maximum allowed number of SOS recoveries within this time interval, as described in clause 12.1 of [ITU-T G.993.2]."; reference "ITU-T G.997.1 clause 7.3.1.10.7 Downstream maximum number of SOS (MAX-SOS-ds) and clause 7.3.1.10.8 Upstream Maximum Number of SOS (MAX-SOS-us)"; } leaf snrmoffset-roc { type uint16 { range "0..310"; } units "0.1 dB"; default "0"; description "The parameter is defined as the Signal-To-Noise (SNR) Margin offset for the Robust Overhead Channel (ROC) in the direction of transmission. The parameter is used in the specification of the channel initialization policy (see clause 12.3.7.1 of [ITU-T G.993.2]). The valid range of SNR margin offset values is from 0 to 31 dB, with 0.1 dB steps."; reference "ITU-T G.997.1 clause 7.3.1.10.9 Downstream SNR margin offset of ROC (SNRMOFFSET-ROC-ds) and clause 7.3.1.10.10 Upstream SNR margin offset of ROC (SNRMOFFSET-ROC-us)"; } leaf inpmin-roc { type uint8 { range "0..8"; } units "T4k periods"; default "0"; description "This parameter contains the minimum impulse noise protection to apply on the Robust Overhead Channel (ROC) in the direction of transmission. The minimum impulse noise protection is an integer ranging from 0 to 8 representing the number of T4k periods. A T4k period is about 250 microseconds."; reference "ITU-T G.997.1 clause 7.3.1.10.11 Downstream minimum INP of ROC (INPMIN-ROC-ds) and clause 7.3.1.10.12 Upstream minimum INP of ROC (INPMIN-ROC-us)"; } } // grouping sos-profile } // submodule bbf-vdsl-sos-profile-body
© 2023 YumaWorks, Inc. All rights reserved.