bbf-subscriber-types

This module contains a collection of YANG definitions for supporting the Broadband Forum requirements on the management of subsc...

  • Version: 2023-12-15

    bbf-subscriber-types@2023-12-15


    
      module bbf-subscriber-types {
    
        yang-version 1.1;
    
        namespace
          "urn:bbf:yang:bbf-subscriber-types";
    
        prefix bbf-subtype;
    
        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:      Nick Hancock, Adtran
    
    Editor:      Ludwig Pauwels, Nokia
    
    PS Leader:   Joey Boyd, Adtran
    
    WA Director: Joey Boyd, Adtran
    
    WA Director: Sven Ooghe, Nokia";
    
        description
          "This module contains a collection of YANG definitions for
    supporting the Broadband Forum requirements on the management of
    subscribers as applicable to access network equipment. As such,
    this module is specific to access network equipment (e.g.,
    BBF-specified Access Nodes and FTTdp DPUs).
    
    Specifically, this module defines common types associated with
    subscribers and subscriber protocols.
    
    Copyright (c) 2017-2023, 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-383a7; see
    the TR itself for full legal notices.";
    
        revision "2023-12-15" {
          description
            "Amendment 7.
    * Approval Date:    2023-12-15.
    * Publication Date: 2023-12-15.";
          reference
            "TR-383a7: Common YANG Modules
            	  <https://www.broadband-forum.org/technical/download/
            		   TR-383_Amendment-7.pdf>";
    
        }
    
        revision "2022-03-01" {
          description
            "Amendment 5.
    * Approval Date:    2022-03-01.
    * Publication Date: 2022-03-01.";
          reference
            "TR-383a5: Common YANG Modules
            	  <https://www.broadband-forum.org/technical/download/
            		   TR-383_Amendment-5.pdf>";
    
        }
    
        revision "2020-10-13" {
          description
            "Amendment 3.
    * Approval Date:    2020-10-13.
    * Publication Date: 2020-10-13.";
          reference
            "TR-383a3: Common YANG Modules
            	  <https://www.broadband-forum.org/technical/download/
            		   TR-383_Amendment-3.pdf>";
    
        }
    
        revision "2017-05-08" {
          description
            "Initial revision.
    * Approval Date:    see revision date above.
    * Publication Date: 2017-06-02.";
          reference
            "TR-383: Common YANG Modules
            	<https://www.broadband-forum.org/technical/download/
            		 TR-383.pdf>";
    
        }
    
    
        typedef broadband-line-characteristics {
          type bits {
            bit actual-data-rate-upstream {
              position 0;
              description
                "Sub-option type 0x81 - Actual upstream data rate of an
    access loop.";
              reference
                "TR-101i2 Table 3 - subopt. 0x81;
                ITU-T G.997.1 Clause 7.5.2.1 - Actual data rate;
                TR-301i2 Table 14-1 - Sub-TLV 129;
                ITU-T G.997.2 Clause 7.11.1.1 - Net data rate upstream
                (NDRus)";
    
            }
            bit actual-data-rate-downstream {
              position 1;
              description
                "Sub-option type 0x82 - Actual downstream data rate of an
    access loop.";
              reference
                "TR-101i2 Table 3 - subopt. 0x82;
                ITU-T G.997.1 Clause 7.5.2.1 - Actual data rate;
                TR-301i2 Table 14-1 - Sub-TLV 130;
                ITU-T G.997.2 Clause 7.11.1.1 - Net data rate downstream
                (NDRds)";
    
            }
            bit min-data-rate-upstream {
              position 2;
              description
                "Sub-option type 0x83 - Minimum upstream data rate at which
    the loop is set to operate.";
              reference
                "TR-101i2 Table 3 - subopt. 0x83;
                ITU-T G.997.1 Clause 7.3.2.1.1 - Minimum data rate";
    
            }
            bit min-data-rate-downstream {
              position 3;
              description
                "Sub-option type 0x84 - Minimum downstream data rate at
    which the loop is set to operate.";
              reference
                "TR-101i2 Table 3 - subopt. 0x84;
                ITU-T G.997.1 Clause 7.3.2.1.1 - Minimum data rate";
    
            }
            bit attainable-data-rate-upstream {
              position 4;
              description
                "Sub-option type 0x85 - Maximum upstream data rate that can
    be achieved.";
              reference
                "TR-101i2 Table 3 - subopt. 0x85;
                ITU-T G.997.1 Clause 7.5.1.20 - Upstream maximum attainable
                data rate (ATTNDRus);
                TR-301i2 Table 14-1 - Sub-TLV 133;
                ITU-T G.997.2 Clause 7.11.2.1 - Attainable net data rate
                upstream (ATTNDRus)";
    
            }
            bit
              attainable-data-rate-downstream {
              position 5;
              description
                "Sub-option type 0x86 - Maximum downstream data rate that
    can be achieved.";
              reference
                "TR-101i2 Table 3 - subopt. 0x86;
                ITU-T G.997.1 Clause 7.5.1.19 - Downstream maximum
                attainable data rate (ATTNDRds);
                TR-301i2 Table 14-1 - Sub-TLV 134;
                ITU-T G.997.2 Clause 7.11.2.1 - Attainable net data rate
                downstream (ATTNDRds)";
    
            }
            bit max-data-rate-upstream {
              position 6;
              description
                "Sub-option type 0x87 - Maximum upstream data rate at which
    the loop is set to operate.";
              reference
                "TR-101i2 Table 3 - subopt. 0x87;
                ITU-T G.997.1 Clause 7.3.2.1.3 - Maximum data rate";
    
            }
            bit max-data-rate-downstream {
              position 7;
              description
                "Sub-option type 0x88 - Maximum downstream data rate at
    which the loop is set to operate.";
              reference
                "TR-101i2 Table 3 - subopt. 0x88;
                ITU-T G.997.1 Clause 7.3.2.1.3 - Maximum data rate";
    
            }
            bit
              min-data-rate-upstream-low-power-state {
              position 8;
              description
                "Sub-option type 0x89 - Minimum upstream data rate at which
    the loop is set to operate during the low power state
    (L1/L2).";
              reference
                "TR-101i2 Table 3 - subopt. 0x89;
                ITU-T G.997.1 Clause 7.3.2.1.5 - Minimum data rate in low
                power state";
    
            }
            bit
              min-data-rate-downstream-low-power-state {
              position 9;
              description
                "Sub-option type 0x8A - Minimum downstream data rate at
    which the loop is set to operate during the low power
    state (L1/L2).";
              reference
                "TR-101i2 Table 3 - subopt. 0x8A;
                ITU-T G.997.1 Clause 7.3.2.1.5 - Minimum data rate in low
                power state";
    
            }
            bit
              max-interleaving-delay-upstream {
              position 10;
              description
                "Sub-option type 0x8B - Maximum one-way interleaving delay
    in upstream.";
              reference
                "TR-101i2 Table 3 - subopt. 0x8B;
                ITU-T G.997.1 Clause 7.3.2.2 - Maximum interleaving delay";
    
            }
            bit
              actual-interleaving-delay-upstream {
              position 11;
              description
                "Sub-option type 0x8C - Actual one-way interleaving delay
    value in milliseconds corresponding to the interleaver
    setting in upstream.";
              reference
                "TR-101i2 Table 3 - subopt. 0x8C;
                ITU-T G.997.1 Clause 7.5.2.3 - Actual delay";
    
            }
            bit
              max-interleaving-delay-downstream {
              position 12;
              description
                "Sub-option type 0x8D - Maximum one-way interleaving delay
    in downstream.";
              reference
                "TR-101i2 Table 3 - subopt. 0x8D;
                ITU-T G.997.1 Clause 7.3.2.2 - Maximum interleaving delay";
    
            }
            bit
              actual-interleaving-delay-downstream {
              position 13;
              description
                "Sub-option type 0x8E - Actual one-way interleaving delay
    value in milliseconds corresponding to the interleaver
    setting in downstream.";
              reference
                "TR-101i2 Table 3 - subopt. 0x8E;
                ITU-T G.997.1 Clause 7.5.2.3 - Actual delay";
    
            }
            bit access-loop-encapsulation {
              position 14;
              description
                "Sub-option type 0x90 - the data link protocol and the
    encapsulation overhead on the access loop.";
              reference
                "TR-101i2 R-164";
    
            }
            bit expected-throughput-upstream {
              position 15;
              description
                "Expected throughput (ETR) upstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 155;
                ITU-T G.997.2 Clause 7.11.1.2 - Expected throughput
                upstream (ETRus)";
    
            }
            bit expected-throughput-downstream {
              position 16;
              description
                "Expected throughput (ETR) downstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 156;
                ITU-T G.997.2 Clause 7.11.1.2 - Expected throughput
                downstream (ETRds)";
    
            }
            bit
              attainable-expected-throughput-upstream {
              position 17;
              description
                "Attainable expected throughput (ATTETR) upstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 157;
                ITU-T G.997.2 Clause 7.11.2.2 - Attainable expected
                throughput upstream (ATTETRus)";
    
            }
            bit
              attainable-expected-throughput-downstream {
              position 18;
              description
                "Attainable expected throughput (ATTETR) downstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 158;
                ITU-T G.997.2 Clause 7.11.2.2 - Attainable expected
                throughput downstream (ATTETRds)";
    
            }
            bit gamma-data-rate-upstream {
              position 19;
              description
                "Gamma data rate (GDR) upstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 159;
                ITU-T G.997.2 Clause 7.11.1.3 - Gamma Data Rate
                upstream (GDRus)";
    
            }
            bit gamma-data-rate-downstream {
              position 20;
              description
                "Gamma data rate (GDR) downstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 160;
                ITU-T G.997.2 Clause 7.11.1.3 - Gamma Data Rate
                downstream (GDRds)";
    
            }
            bit
              attainable-gamma-data-rate-upstream {
              position 21;
              description
                "Attainable gamma data rate (ATTGDR) upstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 161;
                ITU-T G.997.2 Clause 7.11.2.3 - Attainable gamma data rate
                upstream (ATTGDRus)";
    
            }
            bit
              attainable-gamma-data-rate-downstream {
              position 22;
              description
                "Attainable gamma data rate (ATTGDR) downstream.";
              reference
                "TR-301i2 Table 14-1 - Sub-TLV 162;
                ITU-T G.997.2 Clause 7.11.2.3 - Attainable gamma data rate
                downstream (ATTGDRds)";
    
            }
          }
          description
            "The type defined for the broadband line characteristics
    listed in TR-101i2 and TR-301i2.";
          reference
            "TR-101i2 R-158;
            TR-301i2 R-119";
    
        }
      }  // module bbf-subscriber-types
    

© 2023 YumaWorks, Inc. All rights reserved.