<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.19 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-ccamp-rfc9093-bis-07" category="std" submissionType="IETF" obsoletes="9093">

  <front>
    <title abbrev="Yang for Layer 0 Types">A YANG Data Model for Layer 0 Types</title>

    <author initials="S." surname="Belotti" fullname="Sergio Belotti" role="editor">
      <organization>Nokia</organization>
      <address>
        <email>sergio.belotti@nokia.com</email>
      </address>
    </author>
    <author initials="I." surname="Busi" fullname="Italo Busi" role="editor">
      <organization>Huawei</organization>
      <address>
        <email>italo.busi@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="Beller" fullname="Dieter Beller" role="editor">
      <organization>Nokia</organization>
      <address>
        <email>dieter.beller@nokia.com</email>
      </address>
    </author>
    <author initials="H." surname="Zheng" fullname="Haomian Zheng">
      <organization>Huawei</organization>
      <address>
        <email>zhenghaomian@huawei.com</email>
      </address>
    </author>
    <author initials="E." surname="Le Rouzic" fullname="Esther Le Rouzic">
      <organization>Orange</organization>
      <address>
        <email>esther.lerouzic@orange.com</email>
      </address>
    </author>
    <author initials="A." surname="Guo" fullname="Aihua Guo">
      <organization>Futurewei Technologies</organization>
      <address>
        <email>aihuaguo.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>University of Lancaster</organization>
      <address>
        <email>d.king@lancaster.ac.uk</email>
      </address>
    </author>

    <date year="2023" month="October" day="23"/>

    
    <workgroup>CCAMP Working Group</workgroup>
    

    <abstract>


<t>This document defines a collection of common data types and groupings
   in the YANG data modeling language.  These derived common types and
   groupings are intended to be imported by modules that model Layer 0
   optical Traffic Engineering (TE) configuration and state capabilities
   such as Wavelength Switched Optical Networks (WSONs) and flexi-grid
   Dense Wavelength Division Multiplexing (DWDM) networks.</t>

<t>This document obsoletes RFC 9093.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>YANG <xref target="RFC7950"/> is a data modeling language used to model
   configuration data, state data, Remote Procedure Calls, and
   notifications for network management protocols such as the Network
   Configuration Protocol (NETCONF) <xref target="RFC6241"/>.  The YANG language
   supports a small set of built-in data types and provides mechanisms
   to derive other types from the built-in types.</t>

<t>This document introduces a collection of common data types derived
   from the built-in YANG data types.  The derived types and groupings
   are designed to be the common types applicable for modeling Traffic
   Engineering (TE) features as well as non-TE features (e.g., physical
   network configuration aspects) for Layer 0 optical networks in
   model(s) defined outside of this document.  The applicability of
   Layer 0 types specified in this document includes Wavelength Switched
   Optical Networks (WSONs) <xref target="RFC6163"/> <xref target="ITU-T_G.694.1"/> and <xref target="ITU-T_G.694.2"/>, and flexi-grid Dense
   Wavelength Division Multiplexing (DWDM) networks <xref target="RFC7698"/>
   <xref target="ITU-T_G.694.1"/>.</t>

<t>This document adds new type definitions to the YANG modules and
   obsoletes <xref target="RFC9093"/>.  For further details, see the revision
   statements of the YANG module in <xref target="yang-code"/> or the summary in
   <xref target="changes-bis"/>.</t>

<t>The YANG data model in this document conforms to the Network
   Management Datastore Architecture defined in <xref target="RFC8342"/>.</t>

<section anchor="terminology-and-notations"><name>Terminology and Notations</name>

<t>Refer to <xref target="RFC7446"/> and <xref target="RFC7581"/> for the key terms used in this
   document, and the terminology for describing YANG data models can be
   found in <xref target="RFC7950"/>.</t>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

</section>
<section anchor="prefix-in-data-node-names"><name>Prefix in Data Node Names</name>

<t>In this document, names of data nodes and other data model objects
   are prefixed using the standard prefix associated with the
   corresponding YANG imported modules.</t>

<texttable title="Prefixes and corresponding YANG modules" anchor="tab-prefixes">
      <ttcol align='left'>Prefix</ttcol>
      <ttcol align='left'>YANG module</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>l0-types</c>
      <c>ietf-layer0-types</c>
      <c>RFC XXXX</c>
</texttable>

<t>RFC Editor Note:
Please replace XXXX with the RFC number assigned to this document.</t>

</section>
</section>
<section anchor="layer-0-types-module-contents"><name>Layer 0 Types Module Contents</name>

<t>This document defines a YANG module for common Layer 0 types, ietf-
   layer0-types.  This module is used for WSON and flexi-grid DWDM
   networks.  The "ietf-layer0-types" module contains the following YANG
   reusable types and groupings:</t>

<t>l0-grid-type:</t>

<t><list style='empty'>
  <t>A base YANG identity for the grid type as defined in <xref target="RFC6205"/> and
     <xref target="RFC7699"/>.</t>
</list></t>

<t>cwdm-ch-spc-type:</t>

<t><list style='empty'>
  <t>A base YANG identity for the Coarse Wavelength Division
     Multiplexing (CWDM) channel-spacing type as defined in <xref target="RFC6205"/>.</t>
</list></t>

<t>dwdm-ch-spc-type:</t>

<t><list style='empty'>
  <t>A base YANG identity for the DWDM channel-spacing type as defined
     in <xref target="RFC6205"/>.</t>
</list></t>

<t>flexi-ncfg-type:</t>

<t><list style='empty'>
  <t>A base YANG identity for the DWDM flexi-grid Nominal Central Frequency Granularity (NCFG) 
      type as defined in <xref target="RFC7699"/>.</t>
</list></t>

<t>flexi-slot-width-granularity:</t>

<t><list style='empty'>
  <t>TBD: add a description and a reference (also in YANG)</t>
</list></t>

<t>fec-type:</t>

<t><list style='empty'>
  <t>TBD: add a description and the list of references defined in YANG</t>
</list></t>

<t>line-coding:</t>

<t><list style='empty'>
  <t>TBD: add a description and the list of references defined in YANG</t>
</list></t>

<t>wavelength-assignment:</t>

<t><list style='empty'>
  <t>TBD: add a description and the list of references defined in YANG</t>
</list></t>

<t>term-type:</t>

<t><list style='empty'>
  <t>TBD: add a description and the list of references defined in YANG</t>
</list></t>

<t>otu-type:</t>

<t><list style='empty'>
  <t>TBD: add a description and the list of references defined in YANG</t>
</list></t>

<t>operational-mode:</t>

<t><list style='empty'>
  <t>TBD: add a description and the list of references defined in YANG</t>
</list></t>

<t>wson-label-start-end:</t>

<t><list style='empty'>
  <t>The WSON label range was defined in <xref target="RFC6205"/>, and the generic
     topology model defines the label-start/label-end in <xref target="RFC8795"/>.
     This grouping shows the WSON-specific label-start and label-end
     information.</t>
</list></t>

<t>wson-label-hop:</t>

<t><list style='empty'>
  <t>The WSON label range was defined in <xref target="RFC6205"/>, and the generic
     topology model defines the label-hop in <xref target="RFC8795"/>.  This grouping
     shows the WSON-specific label-hop information.</t>
</list></t>

<t>l0-label-range-info:</t>

<t><list style='empty'>
  <t>A YANG grouping that defines the Layer 0 label range information
     applicable for WSON as defined in <xref target="RFC6205"/>. The label range info is defined per priority <xref target="RFC4203"/>. This grouping is
     used in the flexi-grid DWDM by adding more flexi-grid-specific
     parameters.</t>
</list></t>

<t>wson-label-step:</t>

<t><list style='empty'>
  <t>A YANG grouping that defines label steps for WSON as defined in
     <xref target="I-D.ietf-teas-rfc8776-update"/>.</t>
</list></t>

<t>flexi-grid-label-start-end:</t>

<t><list style='empty'>
  <t>The flexi-grid label range was defined in <xref target="RFC7699"/>, and the
  generic topology model defines the label-start/label-end in
  <xref target="RFC8795"/>.  This grouping shows the flexi-grid-specific label-
  start and label-end information which is used to describe the range of available nominal central frequencies.</t>
</list></t>

<t><list style='empty'>
  <t>As described in section 3.1 of <xref target="RFC8363"/>, the range of available nominal central frequencies are advertised for m=1, which means that for an available central frequency n, the frequency slot from central frequency n-1 to central frequency n+1 is available.</t>
</list></t>

<t>flexi-grid-label-hop:</t>

<t><list style='empty'>
  <t>The flexi-grid label range was defined in <xref target="RFC8363"/>, and the
     generic topology model defines the label-hop in <xref target="RFC8795"/>.  This
     grouping shows the WSON-specific label-hop information.</t>
</list></t>

<t>flexi-grid-label-range-info:</t>

<t><list style='empty'>
  <t>A YANG grouping that defines flexi-grid label range information as
     defined in <xref target="RFC8363"/>.</t>
</list></t>

<t>flexi-grid-label-step:</t>

<t><list style='empty'>
  <t>A YANG grouping that defines flexi-grid label steps as defined in
     <xref target="I-D.ietf-teas-rfc8776-update"/>.</t>
</list></t>

<t>wdm-label-start-end:</t>

<t><list style='empty'>
  <t>A YANG grouping that combines the definition of label-start/label-end information
    that was defined separately in wson-label-start-end and flexi-grid-label-start-end,
    to support optical network scenarios that contain both fixed- and flexi-grid
    links.</t>
</list></t>

<t>wdm-label-hop:</t>

<t><list style='empty'>
  <t>A YANG grouping that combines the definition of label hop information
    that was defined separately in wson-label-hop and flexi-grid-label-hop,
    to support optical network scenarios that contain both fixed- and flexi-grid
    links.</t>
</list></t>

<t>wdm-label-range-info:</t>

<t><list style='empty'>
  <t>A YANG grouping that combines the definition of label range information
    that was defined separately in wson-label-range-info and flexi-grid-label-range-info,
    to support optical network scenarios that contain both fixed- and flexi-grid
    links.</t>
</list></t>

<t>wdm-label-step:</t>

<t><list style='empty'>
  <t>A YANG grouping that combines the definition of label step information
    defined separately in wson-label-step and flexi-grid-label-step,
    to support optical network scenarios that contain both fixed- and flexi-grid
    links.</t>
</list></t>

<t>transceiver-capabilities:</t>

<t><list style='empty'>
  <t>a YANG grouping to define the transceiver capabilities (also called
   "modes") needed to determine optical signal compatibility.</t>
</list></t>

<t>standard-mode:</t>

<t><list style='empty'>
  <t>a YANG grouping for the standard modes defined in <xref target="ITU-T_G.698.2"/>.</t>
</list></t>

<t>organizational-mode:</t>

<t><list style='empty'>
  <t>a YANG grouping to define transponder operational mode supported by
   organizations or vendors.</t>
</list></t>

<t>common-explicit-mode:</t>

<t><list style='empty'>
  <t>a YANG grouping to define the list of attributes related to optical
   impairments limits in case of transceiver explicit mode.  This
   grouping should be the same used in
   <xref target="I-D.ietf-ccamp-dwdm-if-param-yang"/>.</t>
</list></t>

<t>transmitter-tuning-range:</t>

<t><list style='empty'>
  <t>a YANG grouping that defines the transmitter tuning range, which
   includes the minimum and maximum tuning frequency, as well as the
   frequency tuning steps.</t>
</list></t>

<t>common-organizational-explicit-mode:</t>

<t><list style='empty'>
  <t>a YANG grouping to define the common capabilities attributes limit
   range in case of operational mode and explicit mode.  Also this
   grouping should be used in <xref target="I-D.ietf-ccamp-dwdm-if-param-yang"/>.</t>
</list></t>

<t>cd-pmd-penalty:</t>

<t><list style='empty'>
  <t>a YANG grouping to define the triplet used as entries in the list
   optional penalty associated with a given accumulated CD and PMD.
   This list of triplet cd, pmd, penalty can be used to sample the
   function penalty = f(CD, PMD).</t>
</list></t>

</section>
<section anchor="yang-code"><name>YANG Module for Layer 0 Types</name>

<figure title="Layer 0 Types YANG module" anchor="fig-te-yang"><sourcecode type="yang" markers="true" name="ietf-layer0-types@2023-10-04.yang"><![CDATA[
module ietf-layer0-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-layer0-types";
  prefix l0-types;

  organization
    "IETF CCAMP Working Group";
  contact
    "WG Web:  <https://datatracker.ietf.org/wg/ccamp/>
     WG List: <mailto:ccamp@ietf.org>

     Editor:  Dieter Beller
              <mailto:Dieter.Beller@nokia.com>

     Editor:  Sergio Belotti
              <mailto:Sergio.Belotti@nokia.com>

     Editor:  Italo Busi
              <mailto:Italo.Busi@huawei.com>

     Editor:  Haomian Zheng
              <mailto:zhenghaomian@huawei.com>";
  description
    "This module defines Optical Layer 0 types.  This module
     provides groupings that can be applicable to Layer 0
     Fixed Optical Networks (e.g., CWDM (Coarse Wavelength
     Division Multiplexing) and DWDM (Dense Wavelength Division
     Multiplexing)) and flexi-grid optical networks.

     Copyright (c) 2023 IETF Trust and the persons identified
     as authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with
     or without modification, is permitted pursuant to, and
     subject to the license terms contained in, the Revised
     BSD License set forth in Section 4.c of the IETF Trust's
     Legal Provisions Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.";

// RFC Ed.: replace XXXX with actual RFC number and remove
// this note

// replace the revision date with the module publication date
// the format is (year-month-day)
  revision 2023-10-04 {
    description
      "To be updated";
    reference
      "RFC XXXX: A YANG Data Model for Layer 0 Types";
  }
  revision 2021-08-13 {
    description
      "Initial version";
    reference
      "RFC 9093: A YANG Data Model for Layer 0 Types";
  }

/*
 * Identities
 */

  identity l0-grid-type {
    description
      "Layer 0 grid type";
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable 
      (LSC), Label Switching Routers,

       ITU-T G.694.2 (12/2003): Spectral grids for WDM applications:
       CWDM wavelength grid";
  }

    identity wson-grid-cwdm {
      base l0-grid-type;
      description
        "CWDM grid";
      reference
        "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
        Label Switching Routers,

        ITU-T G.694.2 (12/2003): Spectral grids for WDM applications:
        CWDM wavelength grid";
    }

    identity wson-grid-dwdm {
      base l0-grid-type;
      description
        "DWDM grid";
      reference
        "RFC 6205: Generalized Labels for Lambda-Switch-Capable 
        (LSC), Label Switching Routers,

        ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
        DWDM frequency grid";
    }

    identity flexi-grid-dwdm {
      base l0-grid-type;
      description
        "Flexi-grid";
      reference
        "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
        Switch Capable (LSC) Label Switching Routers,

        ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
        DWDM frequency grid";
    }

  identity cwdm-ch-spc-type {
    description
      "CWDM channel-spacing type";
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers,
       
       ITU-T G.694.2 (12/2003): Spectral grids for WDM applications:
       CWDM wavelength grid";
  }

    identity cwdm-20nm {
      base cwdm-ch-spc-type;
      description
        "20nm channel spacing";
    }

  identity dwdm-ch-spc-type {
    description
      "DWDM channel-spacing type";
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers,

       ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
       DWDM frequency grid";
  }

    identity dwdm-100ghz {
      base dwdm-ch-spc-type;
      description
        "100 GHz channel spacing";
    }

    identity dwdm-50ghz {
      base dwdm-ch-spc-type;
      description
        "50 GHz channel spacing";
    }

    identity dwdm-25ghz {
      base dwdm-ch-spc-type;
      description
        "25 GHz channel spacing";
    }

    identity dwdm-12p5ghz {
      base dwdm-ch-spc-type;
      description
        "12.5 GHz channel spacing";
    }

  identity flexi-ch-spc-type {
    status deprecated;
    description
      "Flexi-grid channel-spacing type";
  }

    identity flexi-ch-spc-6p25ghz {
      base flexi-ch-spc-type;
      status deprecated;
      description
        "6.25 GHz channel spacing";
    }

  identity flexi-ncfg-type {
    description
      "Flexi-grid Nominal Central Frequency Granularity (NCFG) 
      type";
    reference
      "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
      Switch Capable (LSC) Label Switching Routers,

      ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
      DWDM frequency grid";
  }

    identity flexi-ncfg-6p25ghz {
      base flexi-ncfg-type;
      description
        "6.25 GHz Nominal Central Frequency Granularity (NCFG)";
    }

  identity flexi-slot-width-granularity {
    description
      "Flexi-grid slot width granularity";
  }

    identity flexi-swg-12p5ghz {
      base flexi-slot-width-granularity;
      description
        "12.5 GHz slot width granularity";
    }

  identity modulation {
    description "base identity for modulation type";
  }

    identity DPSK {
      base modulation;
      description
        "DPSK (Differential Phase Shift Keying) modulation";
    }

    identity QPSK {
      base modulation;
      description
        "QPSK (Quadrature Phase Shift Keying) modulation";
    }

    identity DP-QPSK {
      base modulation;
      description
        "DP-QPSK (Dual Polarization Quadrature
        Phase Shift Keying) modulation";
    }

    identity QAM8 {
      base modulation;
      description
        "8QAM (8 symbols Quadrature Amplitude Modulation)";
    }

    identity DP-QAM8 {
      base modulation;
      description
        "DP-QAM8 (8 symbols Dual Polarization Quadrature Amplitude
        Modulation)";
    }

    identity QAM16 {
      base modulation;
      description
        "QAM16 (16 symbols Quadrature Amplitude Modulation)";
    }

    identity DP-QAM16 {
      base modulation;
      description
        "DP-QAM16 (16 symbols Dual Polarization Quadrature Amplitude 
        Modulation)";
    }

    identity QAM32 {
      base modulation;
      description
        "QAM32 (32 symbols Quadrature Amplitude Modulation)";
    }

    identity DP-QAM32 {
      base modulation;
      description
        "DP-QAM32 (32 symbols Dual Polarization Quadrature Amplitude
        Modulation)";
    }

    identity QAM64 {
      base modulation;
      description
        "QAM64 (64 symbols Quadrature Amplitude Modulation)";
    }

    identity DP-QAM64 {
      base modulation;
      description
        "DP-QAM64 (64 symbols Dual Polarization Quadrature Amplitude
        Modulation)";
    }

  identity fec-type {
    description
      "Base identity from which specific FEC
      (Forward Error Correction) type identities are derived.";
  }

    identity g-fec {
      base fec-type;
      description
        "Generic Forward Error Correction (G-FEC).";
      reference
        "ITU-T G.975 v2.0 (10/2000): Forward error correction for 
        submarine systems.";
    }

    identity super-fec {
      base fec-type;
      description
        "Super Forward Error Correction (S-FEC).";
      reference
        "ITU-T G.975.1 v1.2 (07/2013): Forward error correction for 
        high bit-rate DWDM submarine systems.";
    }

    identity no-fec {
      base fec-type;
      description
        "No FEC";
    }

    identity sc-fec {
      base fec-type;
      description
        "Staircase Forward Error Correction (SC-FEC).";
      reference
        "Annex A of ITU-T G.709.2 v1.1 (09/2020):OTU4 long-reach 
        interface.";
    }

    identity o-fec {
      base fec-type;
      description
        "Open Forward Error Correction (O-FEC) which reuses the 
        Bose, Chaudhuri and Hocquenghem (BCH) FEC.";
      reference
        "Clause 16.4.4 of ITU-T G.709.3 v2.1 (11/2022): Flexible OTN 
        long-reach interfaces;

        Annex E of ITU-T G.709.3 v2.1 (11/2022): Flexible OTN 
        long-reach interfaces.";
    }

    identity c-fec {
      base fec-type;
      description
        "Concatenated FEC (C-FEC) that combines an outer Staircase 
        Forward Error Correction (SC-FEC) code and an inner 
        double-extended SD-FEC (128,119) Hamming code.
        
        More details are provided in clause 15/G.709.3 where it is 
        called DSH instead of concatenated FEC.";
      reference
        "Annex A of ITU-T G.709.2 v1.1 (09/2020):OTU4 long-reach 
        interface;
        
        Annex D of ITU-T G.709.3 v2.1 (11/2022): Flexible OTN 
        long-reach interfaces;
        
        Clause 15 of ITU-T G.709.3 v2.1 (11/2022): Flexible OTN 
        long-reach interfaces.";
    }

  identity line-coding {
    description
      "Base identity to defined the bit rate/line coding of optical 
      tributary signals.";
    reference 
      "Section 7.1.2 of ITU-T G.698.2 v3.0 (11/2018).";
  }  

    identity line-coding-NRZ-2p5G {
      base line-coding;
      description
        "The non return to zero (NRZ) bit rate/line coding used by 
        the optical tributary signal class NRZ 2.5G";
      reference 
        "Section 3.2.6 of ITU-T G.959.1 v8.0 (07/2018).";
    }

    identity line-coding-NRZ-OTU1 {
      base line-coding;
      description
        "The non return to zero (NRZ) bit rate/line coding used by 
        the Optical channel Transport Unit order 1 (OTU1) optical 
        tributary signals";
      reference 
        "Section 7.2.1.2 of ITU-T G.959.1 v8.0 (07/2018).";
    }

    identity line-coding-NRZ-10G {
      description
        "The non return to zero (NRZ) bit rate/line coding used by 
        the optical tributary signal class NRZ 10G";
      reference 
        "Section 3.2.7 of ITU-T G.959.1 v8.0 (07/2018).";
    }

    identity line-coding-NRZ-OTU2 {
      base line-coding;
      description
        "The non return to zero (NRZ) bit rate/line coding used by 
        the Optical channel Transport Unit order 2 (OTU2) optical 
        tributary signals";
      reference 
        "Section 7.2.1.2 of ITU-T G.959.1 v8.0 (07/2018).";
    }

    identity line-coding-OTL4.4-SC {
      base line-coding;
      description
        "The bit rate/line coding used by optical tributary 
        signals carrying a 100G Optical Transport Unit order 4 
        (OTU4) with Staircase Forward Error Correction (SC FEC) 
        from a group of four Optical Transport Lanes (OTL).";
      reference 
        "Section 3.2.1 of ITU-T G.698.2 v3.0 (11/2018).";
    }

    identity line-coding-FOIC1.4-SC {
      base line-coding;
      description
        "The bit rate/line coding used by optical tributary signals 
        carrying a FlexO Interface of order C1 with 4 lanes 
        (FOIC1.1) with Staircase Forward Error Correction 
        (SC FEC).";
      reference 
        "Section 3.2.1 of ITU-T G.698.2 v3.0 (11/2018).";
    }

  identity wavelength-assignment {
    description
      "Wavelength selection base";
    reference
      "RFC 7689: Signaling Extensions for Wavelength Switched 
      Optical Networks";
  }

    identity first-fit-wavelength-assignment {
      base wavelength-assignment;
      description
        "All the available wavelengths are numbered,
        and this WA (Wavelength Assignment) method chooses
        the available wavelength with the lowest index";
    }

    identity random-wavelength-assignment {
      base wavelength-assignment;
      description
        "This WA method chooses an available
        wavelength randomly";
    }

    identity least-loaded-wavelength-assignment {
      base wavelength-assignment;
      description
        "This WA method selects the wavelength that
        has the largest residual capacity on the most loaded
        link along the route (in multi-fiber networks)";
    }

  identity term-type {
    description
      "Termination type";
    reference
      "ITU-T G.709: Interfaces for the Optical Transport Network";
  }

    identity term-phys {
      base term-type;
      description
        "Physical layer termination";
    }

    identity term-otu {
      base term-type;
      description
        "OTU (Optical Transport Unit) termination";
    }

    identity term-odu {
      base term-type;
      description
        "ODU (Optical Data Unit) termination";
    }

    identity term-opu {
      base term-type;
      description
        "OPU (Optical Payload Unit) termination";
    }

  identity otu-type {
    description
      "Base identity from which specific OTU identities are derived";
    reference
      "ITU-T G.709: Interfaces for the Optical Transport Network";
  }

    identity OTU1 {
      base otu-type;
      description
        "OTU1 (2.66 Gb/s)";
    }

    identity OTU1e {
      base otu-type;
      description
        "OTU1e (11.04 Gb/s)";
    }

    identity OTU1f {
      base otu-type;
      description
        "OTU1f (11.27 Gb/s)";
    }

    identity OTU2 {
      base otu-type;
      description
        "OTU2 (10.70 Gb/s)";
    }

    identity OTU2e {
      base otu-type;
      description
        "OTU2e (11.09 Gb/s)";
    }

    identity OTU2f {
      base otu-type;
      description
        "OTU2f (11.31G)";
    }

    identity OTU3 {
      base otu-type;
      description
        "OTU3 (43.01 Gb/s)";
    }

    identity OTU3e1 {
      base otu-type;
      description
        "OTU3e1 (44.57 Gb/s)";
    }

    identity OTU3e2 {
      base otu-type;
      description
        "OTU3e2 (44.58 Gb/s)";
    }

    identity OTU4 {
      base otu-type;
      description
        "OTU4 (111.80 Gb/s)";
    }

    identity OTUCn {
      base otu-type;
      description
        "OTUCn (n x 105.25 Gb/s)";
    }

  identity type-power-mode {
    description
      "power equalization mode used within the 
       OMS and its elements";
  }

    identity power-spectral-density {
      base type-power-mode;
      description
        "all elements must use power spectral density (W/Hz)";
    }

    identity carrier-power {
      base type-power-mode;
      description
        "all elements must use power (dBm)";
    }

  identity operational-mode {
    description
      "Base identity to be used when defining organization/vendor 
      specific modes.
      
      The format of the derived identities has to be defined by the 
      organization which is responsible for defining the 
      corresponding optical interface specification.";
    reference
      "Section 2.5.2 of RFC YYYY: A YANG Data Model for Optical
      Impairment-aware Topology.";
  }
// RFC Ed.: replace YYYY with actual RFC number and remove
// this note after draft-ietf-ccamp-optical-impairment-topology-yang
// is published as an RFC

/*
 * Typedefs
 */

  typedef dwdm-n {
    type int16;
    description
      "The given value 'N' is used to determine the nominal central
       frequency.

       The nominal central frequency, 'f', is defined by:
         f = 193100.000 GHz + N x channel spacing (measured in GHz),

       where 193100.000 GHz (193.100000 THz) is the ITU-T 'anchor
       frequency' for transmission over the DWDM grid, and where
       'channel spacing' is defined by the dwdm-ch-spc-type.";
    reference
      "RFC6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers,

       ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
       DWDM frequency grid";
  }

  typedef cwdm-n {
    type int16;
    description
      "The given value 'N' is used to determine the nominal central
       wavelength.

       The nominal central wavelength is defined by:
         Wavelength = 1471 nm + N x channel spacing (measured in nm)

       where 1471 nm is the conventional 'anchor wavelength' for
       transmission over the CWDM grid, and where 'channel spacing'
       is defined by the cwdm-ch-spc-type.";
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers,

       ITU-T G.694.2 (12/2003): Spectral grids for WDM applications:
       CWDM wavelength grid";
  }

  typedef flexi-n {
    type int16;
    description
      "The given value 'N' is used to determine the nominal central
       frequency.

       The nominal central frequency, 'f', is defined by:
         f = 193100.000 GHz + N x NCFG (measured in GHz),

       where 193100.000 GHz (193.100000 THz) is the ITU-T 'anchor
       frequency' for transmission over the DWDM grid, and where
       NCFG is defined by the flexi-ncfg-type, or by the deprecated 
       flexi-ch-spc-type.";
    reference
      "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
      Switch Capable (LSC) Label Switching Routers,

       ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
       DWDM frequency grid";
  }

  typedef flexi-m {
    type uint16;
    description
      "The given value 'M' is used to determine the slot width.

       A slot width is defined by:
         slot width = M x SWG (measured in GHz),

       where SWG is defined by the flexi-slot-width-granularity.";
    reference
      "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
      Switch Capable (LSC) Label Switching Routers,

       ITU-T G.694.1 (10/2020): Spectral grids for WDM applications:
       DWDM frequency grid";
  }

  typedef standard-mode {
    type string;
    description
      "Identifies an ITU-T G.698.2 standard application code.

      It MUST be a string with a format that follows the 
      nomenclature defined in section 5.3 of ITU-T G.698.2.";
    reference
      "ITU-T G.698.2 (11/2018)";
  }

  typedef organization-identifier {
    type string;
    description
      "vendor/organization identifier that uses a private mode
      out of already defined in G.698.2 ITU-T application-code";
    reference
      "Section 2.5.2 of RFC YYYY: A YANG Data Model for Optical
      Impairment-aware Topology.";
  }
// RFC Ed.: replace YYYY with actual RFC number and remove
// this note after draft-ietf-ccamp-optical-impairment-topology-yang
// is published as an RFC

  typedef operational-mode {
    type identityref {
      base operational-mode;
    }
    description
      "Identifies an organization (e.g., vendor) specific mode.
      
      The format of these identities has to be defined by the 
      organization which is responsible for defining the 
      corresponding optical interface specification.";
    reference
      "Section 2.5.2 of RFC YYYY: A YANG Data Model for Optical
      Impairment-aware Topology.";
  }
// RFC Ed.: replace YYYY with actual RFC number and remove
// this note after draft-ietf-ccamp-optical-impairment-topology-yang
// is published as an RFC

  typedef frequency-thz {
    type decimal64 {
      fraction-digits 9;
    }
    units "THz";
    description
      "The DWDM frequency in THz, e.g., 193.112500000";
  }
  typedef frequency-ghz {
    type decimal64 {
      fraction-digits 6;
    }
    units "GHz";
    description
      "The DWDM frequency in GHz, e.g., 193112.500000";
  }    

  typedef snr {
    type decimal64 {
      fraction-digits 2;
    }
    units "dB@0.1nm";
    description
      "(Optical) Signal to Noise Ratio measured over 0.1 nm
      resolution bandwidth";
  }

  typedef snr-or-null {
    type union {
      type snr;
      type empty;
    }
    description
      "(Optical) Signal to Noise Ratio measured over 0.1 nm
      resolution bandwidth, when known, or an empty value when
      unknown.";
  }

  typedef fiber-type {
    type enumeration {
      enum G.652 {
      description "G.652 Standard Singlemode Fiber";                 
      }
      enum G.654 {
        description "G.654 Cutoff Shifted Fiber";
      }
      enum G.653 {
        description "G.653 Dispersion Shifted Fiber";
      }
      enum G.655 {
        description "G.655 Non-Zero Dispersion Shifted Fiber";
      }
      enum G.656 {
        description "G.656 Non-Zero Dispersion for Wideband
               Optical Transport";
      }
      enum G.657 {
        description "G.657 Bend-Insensitive Fiber";
      }
    }
    description
      "ITU-T based fiber-types";
  }

  typedef decimal-2-digits {
    type decimal64 {
      fraction-digits 2;
    }
    description
      "A decimal64 value with two digits.";
  }

  typedef decimal-2-digits-or-null {
    type union {
      type decimal-2-digits;
      type empty;
    }
    description
      "A decimal64 value with two digits, when the value is known or
      an empty value when the value is not known.";
  }

  typedef gain-in-db {
    type decimal-2-digits {
      range "0..max";
    }
    units "dB";
    description
      "The gain in dB.";
  }

  typedef gain-in-db-or-null {
    type union {
      type gain-in-db;
      type empty;
    }
    description
      "The gain in dB, when it is known or an empty 
      value when the power gain/loss is not known.";
  }

  typedef loss-in-db {
    type decimal-2-digits {
      range "0..max";
    }
    units "dB";
    description
      "The power attenuation in dB.";
  }

  typedef loss-in-db-or-null {
    type union {
      type loss-in-db;
      type empty;
    }
    description
      "The power attenuation in dB, when it is known or an empty 
      value when the loss is not known.";
  }

  typedef power-in-dbm {
    type decimal-2-digits;
    units "dBm";
    description
      "The power in dBm.";
  }

  typedef power-in-dbm-or-null {
    type union {
      type power-in-dbm;
      type empty;
    }
    description
      "The power in dBm, when it is known or an empty value when the
      power is not known.";
  }

  typedef decimal-5-digits {
    type decimal64 {
      fraction-digits 5;
    }
    description
      "A decimal64 value with five digits.";
  }

  typedef decimal-5-digits-or-null {
    type union {
      type decimal-5-digits;
      type empty;
    }
    description
      "A decimal64 value with five digits, when the value is known 
      or an empty value when the value is not known.";
  }

  typedef decimal-16-digits {
    type decimal64 {
      fraction-digits 16;
    }
    description
      "A decimal64 value with sixteen digits.";
  }

  typedef decimal-16-digits-or-null {
    type union {
      type decimal-5-digits;
      type empty;
    }
    description
      "A decimal64 value with sixteen digits, when the value is 
      known or an empty value when the value is not known.";
  }

/*
 * Groupings
 */
  grouping wdm-label-start-end {
    description
      "The WDM label-start or label-end used to specify DWDM and
       CWDM label range.";

    choice grid-type {
      description
        "Label for fixed & flexi-DWDM or CWDM grid";
      case fixed-dwdm {
        leaf dwdm-n {
          when "derived-from-or-self(../../../grid-type,
                \"wson-grid-dwdm\")" {
            description
              "Valid only when grid type is DWDM.";
          }
          type l0-types:dwdm-n;
          description
            "The given value 'N' is used to determine the
             nominal central frequency.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case cwdm {
        leaf cwdm-n {
          when "derived-from-or-self(../../../grid-type,
                \"wson-grid-cwdm\")" {
            description
              "Valid only when grid type is CWDM.";
          }
          type l0-types:cwdm-n;
          description
            "The given value 'N' is used to determine the nominal
             central wavelength.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case flexi-grid {
        uses l0-types:flexi-grid-label-start-end;
      }
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers";
  }

  grouping wdm-label-step {
    description
      "Label step information for fixed & flexi-DWDM or CWDM grid";
    choice l0-grid-type {
      description
        "Grid type: DWDM, CWDM, etc.";
      case fixed-dwdm {
        leaf wson-dwdm-channel-spacing {
          when "derived-from-or-self(../../grid-type,
                \"wson-grid-dwdm\")" {
            description
              "Valid only when grid type is DWDM.";
          }
          type identityref {
            base dwdm-ch-spc-type;
          }
          description
            "Label-step is the channel spacing (GHz), e.g., 100.000,
             50.000, 25.000, or 12.500 GHz for DWDM.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case cwdm {
        leaf wson-cwdm-channel-spacing {
          when "derived-from-or-self(../../grid-type,
                \"wson-grid-cwdm\")" {
            description
              "Valid only when grid type is CWDM.";
          }
          type identityref {
            base cwdm-ch-spc-type;
          }
          description
            "Label-step is the channel spacing (nm), i.e., 20 nm
             for CWDM, which is the only value defined for CWDM.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case flexi-grid {
        uses flexi-grid-label-step;
      }
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers,
       ITU-T G.694.2 (12/2003): Spectral grids for WDM applications:
       CWDM wavelength grid,
       RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid
       Dense Wavelength Division Multiplexing (DWDM) Networks";
  }

  grouping wdm-label-hop {
    description
      "Generic label-hop information for fixed & flexi-DWDM or
       CWDM grid";
    choice grid-type {
      description
        "Label for DWDM or CWDM grid";
      case fixed-dwdm {
        choice fixed-single-or-super-channel {
          description
            "single or super channel";
          case single {
            leaf dwdm-n {
              type l0-types:dwdm-n;
              description
                "The given value 'N' is used to determine the
                 nominal central frequency.";
            }
          }
          case multi {
            leaf-list subcarrier-dwdm-n {
              type l0-types:dwdm-n;
              min-elements 2;
              description
                "The given values 'N' are used to determine the
                 nominal central frequency for each subcarrier
                 channel.";
              reference
                "ITU-T Recommendation G.694.1: Spectral grids for
                 WDM applications: DWDM frequency grid";
            }
          }
        }
      }
      case cwdm {
        leaf cwdm-n {
          type l0-types:cwdm-n;
          description
            "The given value 'N' is used to determine the nominal
             central wavelength.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case flexi-grid {
        uses l0-types:flexi-grid-label-hop;
      }
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers";
  }

  grouping wdm-label-range-info {
    description
      "WDM label range related information";
    uses l0-label-range-info;
    container flexi-grid {
      when "derived-from-or-self(../grid-type,
                \"flexi-grid-dwdm\")" {
        description
          "Applicable only when the grid type is flexi-grid-dwdm.";
      }
      description
        "flexi-grid definition";
      leaf slot-width-granularity {
        type identityref {
          base flexi-slot-width-granularity;
        }
        default "flexi-swg-12p5ghz";
        description
          "Minimum space between slot widths. Default is 12.500
           GHz.";
        reference
          "RFC 7698: Framework and Requirements for GMPLS-Based
           Control of Flexi-Grid Dense Wavelength Division
           Multiplexing (DWDM) Networks";
      }
      leaf min-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        default "1";
        description
          "A multiplier of the slot width granularity, indicating
           the minimum slot width supported by an optical port.

           Minimum slot width is calculated by:
             Minimum slot width (GHz) =
               min-slot-width-factor * slot-width-granularity.";
        reference
          "RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-
           Grid Dense Wavelength Division Multiplexing (DWDM)
           Networks";
      }

      leaf max-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        must '. >= ../min-slot-width-factor' {
          error-message
            "Maximum slot width must be greater than or equal to
             minimum slot width.";
        }
        description
          "A multiplier of the slot width granularity, indicating
           the maximum slot width supported by an optical port.

           Maximum slot width is calculated by:
             Maximum slot width (GHz) =
               max-slot-width-factor * slot-width-granularity

           If specified, maximum slot width must be greater than or
           equal to minimum slot width.  If not specified, maximum
           slot width is equal to minimum slot width.";
        reference
          "RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-
           Grid Dense Wavelength Division Multiplexing (DWDM)
           Networks";
      }
    }
  }

  grouping wson-label-start-end {
    description
      "The WSON label-start or label-end used to specify WSON label
       range.";
    choice grid-type {
      description
        "Label for DWDM or CWDM grid";
      case dwdm {
        leaf dwdm-n {
          when "derived-from-or-self(../../../grid-type,
                \"wson-grid-dwdm\")" {
            description
              "Valid only when grid type is DWDM.";
          }
          type l0-types:dwdm-n;
          description
            "The central frequency of DWDM.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case cwdm {
        leaf cwdm-n {
          when "derived-from-or-self(../../../grid-type,
                \"wson-grid-cwdm\")" {
            description
              "Valid only when grid type is CWDM.";
          }
          type l0-types:cwdm-n;
          description
            "Channel wavelength computing input.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers";
  }

  grouping wson-label-hop {
    description
      "Generic label-hop information for WSON";
    choice grid-type {
      description
        "Label for DWDM or CWDM grid";
      case dwdm {
        choice single-or-super-channel {
          description
            "single or super channel";
          case single {
            leaf dwdm-n {
              type l0-types:dwdm-n;
              description
                "The given value 'N' is used to determine the
                 nominal central frequency.";
            }
          }
          case super {
            leaf-list subcarrier-dwdm-n {
              type l0-types:dwdm-n;
              description
                "The given values 'N' are used to determine the
                 nominal central frequency for each subcarrier
                 channel.";
              reference
                "ITU-T Recommendation G.694.1: Spectral grids for
                 WDM applications: DWDM frequency grid";
            }
          }
        }
      }
      case cwdm {
        leaf cwdm-n {
          type l0-types:cwdm-n;
          description
            "The given value 'N' is used to determine the nominal
             central wavelength.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers";
  }

  grouping l0-label-range-info {
    description
      "Information about Layer 0 label range.";
    leaf grid-type {
      type identityref {
        base l0-grid-type;
      }
      description
        "Grid type";
    }
    leaf priority {
      type uint8;
      description
        "Priority in Interface Switching Capability Descriptor
         (ISCD).";
      reference
        "RFC 4203: OSPF Extensions in Support of Generalized
         Multi-Protocol Label Switching (GMPLS)";
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers";
  }

  grouping wson-label-step {
    description
      "Label step information for WSON";
    choice l0-grid-type {
      description
        "Grid type: DWDM, CWDM, etc.";
      case dwdm {
        leaf wson-dwdm-channel-spacing {
          when "derived-from-or-self(../../grid-type,
                \"wson-grid-dwdm\")" {
            description
              "Valid only when grid type is DWDM.";
          }
          type identityref {
            base dwdm-ch-spc-type;
          }
          description
            "Label-step is the channel spacing (GHz), e.g., 100.000,
             50.000, 25.000, or 12.500 GHz for DWDM.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
      case cwdm {
        leaf wson-cwdm-channel-spacing {
          when "derived-from-or-self(../../grid-type,
                \"wson-grid-cwdm\")" {
            description
              "Valid only when grid type is CWDM.";
          }
          type identityref {
            base cwdm-ch-spc-type;
          }
          description
            "Label-step is the channel spacing (nm), i.e., 20 nm
             for CWDM, which is the only value defined for CWDM.";
          reference
            "RFC 6205: Generalized Labels for Lambda-Switch-Capable
             (LSC) Label Switching Routers";
        }
      }
    }
    reference
      "RFC 6205: Generalized Labels for Lambda-Switch-Capable (LSC)
       Label Switching Routers,

       ITU-T G.694.2 (12/2003): Spectral grids for WDM applications:
       CWDM wavelength grid";
  }

  grouping flexi-grid-label-start-end {
    description
      "The flexi-grid label-start or label-end used to specify
       flexi-grid label range.";
    leaf flexi-n {
      type l0-types:flexi-n;
      description
        "The given value 'N' is used to determine the nominal
        central frequency.

        As described in section 3.1 of RFC 8363, the range of 
        available nominal central frequencies are advertised for 
        m=1, which means that for an available central frequency n, 
        the frequency slot from central frequency n-1 to central 
        frequency n+1 is available.";
    }
    reference
      "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
      Switch Capable (LSC) Label Switching Routers,
      
      RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid 
      Dense Wavelength Division Multiplexing (DWDM) Networks";
  }

  grouping flexi-grid-frequency-slot {
    description
      "Flexi-grid frequency slot grouping.";
    uses flexi-grid-label-start-end;
    leaf flexi-m {
      type l0-types:flexi-m;
      description
        "The given value 'M' is used to determine the slot width.";
    }
    reference
      "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
      Switch Capable (LSC) Label Switching Routers";
  }

  grouping flexi-grid-label-hop {
    description
      "Generic label-hop information for flexi-grid";
    choice single-or-super-channel {
      description
        "single or super channel";
      case single {
        uses flexi-grid-frequency-slot;
      }
      case super {
        status deprecated;
        list subcarrier-flexi-n {
          key "flexi-n";
          uses flexi-grid-frequency-slot;
          description
            "List of subcarrier channels for flexi-grid super
             channel.";
        }
      }
      case multi {
        container frequency-slots {
          description
            "The top level container for the list of frequency 
            slots used for flexi-grid super channel.";
          list frequency-slot {
            key "flexi-n";
            min-elements 2;
            uses flexi-grid-frequency-slot;
            description
              "List of frequency slots used for flexi-grid super 
              channel.";
          }
        }
      }
    }
    reference
      "RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid 
      Dense Wavelength Division Multiplexing (DWDM) Networks";
  }

  grouping flexi-grid-label-range-info {
    description
      "Flexi-grid-specific label range related information";
    uses l0-label-range-info;
    container flexi-grid {
      description
        "flexi-grid definition";
      leaf slot-width-granularity {
        type identityref {
          base flexi-slot-width-granularity;
        }
        default "flexi-swg-12p5ghz";
        description
          "Minimum space between slot widths. Default is 12.500
           GHz.";
        reference
          "RFC 8363: GMPLS OSPF-TE Extensions in Support of 
          Flexi-Grid Dense Wavelength Division Multiplexing (DWDM) 
          Networks";
      }
      leaf min-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        default "1";
        description
          "A multiplier of the slot width granularity, indicating
           the minimum slot width supported by an optical port.

           Minimum slot width is calculated by:
             Minimum slot width (GHz) =
               min-slot-width-factor * slot-width-granularity.";
        reference
          "RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-
           Grid Dense Wavelength Division Multiplexing (DWDM)
           Networks";
      }

      leaf max-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        must '. >= ../min-slot-width-factor' {
          error-message
            "Maximum slot width must be greater than or equal to
             minimum slot width.";
        }
        description
          "A multiplier of the slot width granularity, indicating
           the maximum slot width supported by an optical port.

           Maximum slot width is calculated by:
             Maximum slot width (GHz) =
               max-slot-width-factor * slot-width-granularity

           If specified, maximum slot width must be greater than or
           equal to minimum slot width.  If not specified, maximum
           slot width is equal to minimum slot width.";
        reference
          "RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-
           Grid Dense Wavelength Division Multiplexing (DWDM)
           Networks";
      }
    }
  }

  grouping flexi-grid-label-step {
    description
      "Label step information for flexi-grid";
    leaf flexi-grid-channel-spacing {
      type identityref {
        base flexi-ch-spc-type;
      }
      default "flexi-ch-spc-6p25ghz";
      status deprecated;
      description
        "Label-step is the nominal central frequency granularity
         (GHz), e.g., 6.25 GHz.";
      reference
        "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
         Switch Capable (LSC) Label Switching Routers";
    }
    leaf flexi-ncfg {
      type identityref {
        base flexi-ncfg-type;
      }
      default "flexi-ncfg-6p25ghz";
      description
        "Label-step is the nominal central frequency granularity
         (GHz), e.g., 6.25 GHz.";
      reference
        "RFC 7699: Generalized Labels for the Flexi-Grid in Lambda
         Switch Capable (LSC) Label Switching Routers";
    }
    leaf flexi-n-step {
      type uint8;
      description
        "This attribute defines the multiplier for the supported
         values of 'N'.

         For example, given a grid with a nominal central frequency
         granularity of 6.25 GHz, the granularity of the supported
         values of the nominal central frequency could be 12.5 GHz.
         In this case, the values of flexi-n should be even and this
         constraint is reported by setting the flexi-n-step to 2.

         This attribute is also known as central frequency
         granularity in RFC 8363.";
      reference
        "RFC 8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid
         Dense Wavelength Division Multiplexing (DWDM) Networks";
    }
  }

 /* supported inverse multiplexing capabilities such as
    max. OTSiG:OTSi cardinality
    It is a transponder attribute not transceiver
  */

 /*    leaf multiplexing-cap {
      type uint32;
    config false;
      description "supported inverse multiplexing capabilities
       such as max. OTSiG:OTSi cardinality";
    }
  */

  grouping transceiver-mode {
    description
      "This grouping is intended to be used for reporting the
       information of a transceiver's mode.
       
       The compatible-modes container shall be augmented with the 
       proper leafrefs when used: see for example the 
       transceiver-capabilities grouping below.";
    choice mode {
      mandatory true;
      description
        "Indicates whether the transceiver's mode is a standard
          mode, an organizational mode or an explicit mode.";
      case G.698.2 {
        uses standard-mode;
        uses common-standard-organizational-mode;
      }
      case organizational-mode {
        container organizational-mode {
          config false;
          description
            "The set of attributes for an organizational mode";
          uses organizational-mode;
          uses common-standard-organizational-mode;
          uses common-organizational-explicit-mode;
        }  // container organizational-mode
      }
      case explicit-mode {
        container explicit-mode {
          config false;
          description
            "The set of attributes for an explicit mode";
          uses common-explicit-mode;
          uses common-organizational-explicit-mode;
          container compatible-modes {
            description
              "Container for all the standard and organizational
                modes supported by the transceiver's explicit
                mode.";
          }  // container compatible-modes
        }  // container explicit-mode
      } // end of case explicit-mode
    } // end of choice
  }

  grouping transceiver-capabilities {
    description
      "This grouping is intended to be used for reporting the
       capabilities of a transceiver.";

    container supported-modes {
      presence
        "When present, it indicates that the modes supported by a 
        transceiver are reported.";
      description
        "The top level container for the list supported 
        transceiver's modes.";
      list supported-mode {
        key "mode-id";
        config false;
        min-elements 1;
        description "The list of supported transceiver's modes.";
        leaf mode-id {
          type string { 
            length "1..255";
          }
          description "ID for the supported transceiver's mode.";
        }
        uses transceiver-mode {
          augment "mode/explicit-mode/explicit-mode/"
                + "compatible-modes" {
            description
              "Augments the compatible modes with the proper 
              leafrefs.";
            leaf-list supported-application-codes {
              type leafref {
                path "../../../mode-id";
              }
              must "../../../../"
                  + "supported-mode[mode-id=current()]/"
                  + "standard-mode" {
                description
                  "The pointer is only for application codes
                    supported by transceiver."; 
              }
              description
                "List of pointers to the application codes
                  supported by the transceiver's explicit mode.";
            }
            leaf-list supported-organizational-modes {
              type leafref {
                path "../../../mode-id";
              }
              must "../../../../"
                  + "supported-mode[mode-id=current()]/"
                  + "organizational-mode" {
                description
                  "The pointer is only for organizational modes
                    supported by transceiver.";
              }
              description
                "List of pointers to the organizational modes
                  supported by the transceiver's explicit mode.";
            }
          }
        }
      }  // list supported-modes
    }  // container supported-modes
  }  // grouping transceiver-capabilities

  grouping standard-mode {
    description
      "ITU-T G.698.2 standard mode that guarantees interoperability.
       It must be an string with the following format:
       B-DScW-ytz(v) where all these attributes are conformant
       to the ITU-T recomendation";

    leaf standard-mode {
      type standard-mode;
      config false;
      description
        "G.698.2 standard mode";
    }
  }

  grouping organizational-mode {
    description
      "Transponder operational mode supported by organizations or
       vendor";

    leaf operational-mode {
      type operational-mode;
      config false;
      description
        "configured organization- or vendor-specific
         application identifiers (AI) supported by the transponder";
    }
    leaf organization-identifier {
      type organization-identifier;
      config false;
      description
        "organization identifier that uses organizational
         mode";
    }
  }

  grouping penalty-value {
    description
      "A common definition of the penalty value used for describing
      multiple penalty types (.e.g, CD, PMD, PDL).";

    leaf penalty-value {
      type union {
        type decimal64 {
          fraction-digits 2;
          range "0..max";
        }
        type empty;
      }
      units "dB";
      config false;
      mandatory true;
      description
        "The OSNR penalty associated with the related optical 
        impairment at the receiver, when the value is known or an 
        empty value when the value is not known.";
    }
  }

/* 
 * This grouping represent the list of attributes related to
 * optical impairment limits for explicit mode
 * (min OSNR, max PMD, max CD, max PDL, Q-factor limit, etc.)
 * In case of standard and operational mode the attributes are
 * implicit
 */

  grouping common-explicit-mode {
    description "Attributes capabilities related to 
    explicit mode of an optical transceiver";
    leaf line-coding-bitrate {
      type identityref {
        base line-coding;
      }
      config false;
      description
        "Bit rate/line coding of the optical tributary signal.";
      reference 
        "ITU-T G.698.2 section 7.1.2";
    }
    leaf bitrate {
      type uint16;
      units "Gbit/sec";
      config false;
      description
        "The gross bitrate (e.g., 100, 200) of the optical tributary
        signal.";
    }
    leaf max-diff-group-delay  {
      type uint32;
      units "ps";
      config false;
      description
        "Maximum Differential group delay of this mode for this 
        lane";
    }
    leaf max-chromatic-dispersion {
      type decimal64 {
        fraction-digits 2;
        range "0..max";
      }
      units "ps/nm";
      config false;
      description
        "Maximum acceptable accumulated chromatic dispersion (CD) 
        on the receiver";
    }
    list cd-penalty {
      config false;
      description
        "Optional penalty associated with a given accumulated
        chromatic dispersion (CD) value.

        This list of pair cd and penalty values can be used to
        sample the function penalty = f(CD).";
      leaf cd-value {
        type union {
          type decimal64 {
            fraction-digits 2;
            range "0..max";
          }
          type empty;
        }
        units "ps/nm";
        config false;
        mandatory true;
        description
          "The Chromatic Dispersion (CD), when the value is known 
          or an empty value when the value is not known.";
      }
      uses penalty-value;
    }
    leaf max-polarization-mode-dispersion {
      type decimal64 {
        fraction-digits 2;
        range "0..max";
      }
      units "ps";
      config false;
      description
        "Maximum acceptable accumulated polarization mode
         dispersion (PMD) on the receiver";
    }
    list pmd-penalty {
      config false;
      description
        "Optional penalty associated with a given accumulated
        polarization mode dispersion (PMD) value.

        This list of pair pmd and penalty can be used to
        sample the function penalty = f(PMD).";
      leaf pmd-value {
        type union {
          type decimal64 {
            fraction-digits 2;
            range "0..max";
          }
          type empty;
        }
        units "ps";
        config false;
        mandatory true;
        description
          "The Polarization Mode Dispersion (PMD), when the value 
          is known or an empty value when the value is not known.";
      }
      uses penalty-value;
    }
    leaf max-polarization-dependant-loss {
      type loss-in-db-or-null;
      config false;
      mandatory true;
      description
        "Maximum acceptable accumulated accumulated polarization 
        dependent loss (PDL) on the receiver";
    }
    list pdl-penalty {
      config false;
      description
        "Optional penalty associated with a given accumulated 
        polarization dependent loss (PDL) value.

        This list of pair pdl and penalty values can be used to
        sample the function PDL = f(penalty).";
      leaf pdl-value {
        type loss-in-db-or-null;
        config false;
        mandatory true;
        description
          "Maximum acceptable accumulated polarization dependent
          loss.";
      }
      uses penalty-value;
    }
    leaf available-modulation-type {
      type identityref {
        base modulation;
      }
      config false;
      description
        "Modulation type the specific transceiver in the list
         can support";
    }
    leaf min-OSNR {
      type snr;
      units "dBm";
      config false;
      description
        "min OSNR measured over 0.1 nm resolution bandwidth:
        if received OSNR at Rx-power reference point
        (rx-ref-channel-power) is lower than MIN-OSNR, an increased 
        level of bit-errors post-FEC needs to be expected";
    }
    leaf rx-ref-channel-power {
      type power-in-dbm;
      config false;
      description
        "The channel power used as reference for defining penalties 
        and min-OSNR";
    }
    list rx-channel-power-penalty {
      config false;
      description
        "Optional penalty associated with a received power
          lower than rx-ref-channel-power.
          This list of pair power and penalty can be used to
          sample the function penalty = f(rx-channel-power).";
      leaf rx-channel-power-value {
        type power-in-dbm-or-null;
        units "dBm";
        config false;
        mandatory true;
        description
          "The Received Power, when the value is known or an empty 
          value when the value is not known.";
      }
      uses penalty-value;
    }
    leaf min-Q-factor {
      type int32;
      units "dB";
      config false;
      description "min Qfactor at FEC threshold";
    }
    leaf available-baud-rate {
      type uint32;
      units "Bd";
      config false;
      description
        "Baud-rate the specific transceiver in 
        the list can support.
         Baud-rate is the unit for
         symbol rate or modulation rate 
         in symbols per second or
         pulses per second. 
         It is the number of distinct symbol
         changes (signal events) made to the 
         transmission medium
         per second in a digitally 
         modulated signal or a line code";
    }
    leaf roll-off {
      type decimal64 {
        fraction-digits 4;
        range "0..1";
      }
      config false;
      description 
        "the roll-off factor (beta with values from 0 to 1) 
        identifies how the real signal shape exceed 
        the baud rate. If=0 it is exactly matching 
        the baud rate.If=1 the signal exceeds the 
        50% of the baud rate at each side.";             
    }
    leaf min-carrier-spacing {
      type frequency-ghz;
      config false;
      description
        "This attribute specifies the minimum nominal difference
        between the carrier frequencies of two homogeneous OTSis
        (which have the same optical characteristics but the central
        frequencies) such that if they are placed next to each other
        the interference due to spectrum overlap between them can be
        considered negligible.

        In case of heterogeneous OTSi it is up to path computation
        engine to determine the minimum distance between the carrier
        frequency of the two adjacent OTSi.";
    }
    leaf available-fec-type {
      type identityref {
        base fec-type;
      }
      config false;
      description "Available FEC";
    }
    leaf fec-code-rate {
      type decimal64 {
        fraction-digits 8;
        range "0..max";
      }
      config false;
      description "FEC-code-rate";
    }
    leaf fec-threshold {
      type decimal64 {
        fraction-digits 8;
        range "0..max";
      }
      config false;
      description
        "Threshold on the BER, for which FEC 
         is able to correct errors";
    }
    leaf in-band-osnr {
      type snr;
      config false;
      description
        "The OSNR defined within the bandwidth of the transmit 
        spectral excursion (i.e.,  between the nominal central 
        frequency of the channel and the -3.0dB points of the 
        transmitter spectrum furthest from the nominal central 
        frequency) measured at reference point Ss.
        
        The in-band OSNR is referenced to an optical bandwidth of 
        0.1nm @ 193.7 THz or 12.5 GHz.";
      reference
        "OIF-400ZR-01.0: Implementation Agreement 400ZR";
    }
    leaf out-of-band-osnr {
      type snr;
      config false;
      description
        "The ratio of the peak transmitter power to the integrated 
        power outside the transmitter spectral excursion.
        
        The spectral resolution of the measurement shall be better 
        than the maximum spectral width of the peak.
        
        The out-of-band OSNR is referenced to an optical bandwidth 
        of 0.1nm @ 193.7 THz or 12.5 GHz";
      reference
        "OIF-400ZR-01.0: Implementation Agreement 400ZR";
    }
    leaf tx-polarization-power-difference {
      type decimal-2-digits;
      units "dB";
      config false;
      description
        "The transmitter polarization dependent power difference 
        defined as the power difference between X and Y 
        polarizations";
      reference
        "OIF-400ZR-01.0: Implementation Agreement 400ZR";
    }
    leaf polarization-skew {
      type decimal64 {
        fraction-digits 2;
      }
      units "ps";
      config false;
      description
        "The X-Y skew, included as a fixed value in the receiver 
        polarization mode dispersion (PMD) tolerance limits.";
      reference
        "OIF-400ZR-01.0: Implementation Agreement 400ZR";
    }
  } // grouping common-explicit-mode    

  grouping common-standard-organizational-mode {
    description
      "Common attributes used by standard and organizational 
      modes.";
    
    leaf-list line-coding-bitrate {
      type identityref {
        base line-coding;
      }
      config false;
      description
        "The list of the bit rate/line coding of the optical 
        tributary signal supported by the transceiver.

        Reporting this list is optional when the standard or 
        organization mode supports only one bit rate/line coding.";
      reference 
        "ITU-T G.698.2 section 7.1.2";
    }
  } // grouping common-standard-organizational-mode

  grouping transmitter-tuning-range {
    description
      "Transmitter tuning range (f_tx-min, f_tx-max)";

    leaf min-central-frequency {
      type frequency-thz;
      description
        "This parameter indicates the minimum frequency for the
        transmitter tuning range.";
    }
    leaf max-central-frequency {
      type frequency-thz;
      description
        "This parameter indicates the maximum frequency for the
        transmitter tuning range.";
    }

    leaf transceiver-tunability {
      type frequency-ghz;
      description
        "This parameter indicates the transmitter frequency fine
        tuning steps e.g 3.125GHz or 0.001GHz.";
    } 
  } // grouping transmitter-tuning-range

  grouping common-organizational-explicit-mode {
    description "Common capability attributes limit range 
    in case of operational mode and explicit mode. 
    These attributes are supported separately in 
    case of application codes";

/* transmitter tuning range (f_tx-min, f_tx-max) */
    uses transmitter-tuning-range;

/* supported transmitter power range [p_tx-min, p_tx_max] */

    leaf tx-channel-power-min {
      type power-in-dbm;
      config false;
      description "The minimum output power of this interface";
    }
    leaf tx-channel-power-max {
      type power-in-dbm;
      config false;
      description "The maximum output power of this interface";
    } 

/* supported receiver power range [p_rx-min, p_rx_max] */ 

     leaf rx-channel-power-min {
      type power-in-dbm;
      config false;
      description "The minimum input power of this interface";
    }
    leaf rx-channel-power-max {
      type power-in-dbm;
      config false;
      description "The maximum input power of this interface";
    }

    leaf rx-total-power-max {
      type power-in-dbm;
      config false;
      description "Maximum rx optical power for
      all the channels";
    }
  } // grouping common-organizational-explicit-mode

/* This grouping represent the list of configured parameters */
/* values independent of operational mode */

  grouping common-transceiver-configured-param {
    description "Capability of an optical transceiver";

    leaf line-coding-bitrate {
      type identityref {
        base line-coding;
      }
      config false;
      description
        "Bit rate/line coding of the optical tributary signal.
        
        Reporting this attribute is optional when the configured 
        mode supports only one bit rate/line coding.";
      reference 
        "ITU-T G.698.2 section 7.1.2";
    }
    leaf tx-channel-power {
      type power-in-dbm-or-null;
      description
        "The current channel transmit power, when the value is 
        known or an empty value when the value is not known.
        
        The empty value MUST NOT be used when this attribute is 
        configured.";
    }
    leaf rx-channel-power {
      type power-in-dbm-or-null;
      config false;
      description
        "The current channel received power, when the value is 
        known or an empty value when the value is not known.";
    }
    leaf rx-total-power {
      type power-in-dbm-or-null;
      config false;
      description
        "The current total received power, when the value is known 
        or an empty value when the value is not known.";
    }
  } // grouping for configured attributes out of mode

  grouping l0-tunnel-attributes {
    description
      "Parameters for Layer0 (WSON or Flexi-Grid) Tunnels.";
    leaf bit-stuffing {
      type boolean;
      description
        "Bit stuffing enabled/disabled.";
    }
    leaf wavelength-assignment {
      type identityref {
        base wavelength-assignment;
      }
      description "Wavelength Allocation Method";
    }
  }

  grouping frequency-range {
    description
      "This grouping defines the lower and upper bounds of a
      frequency range (e.g., a band).
        
      This grouping SHOULD NOT be used to define a frequency slot,
      which SHOULD be defined using the n and m values instead.";
    leaf lower-frequency {
      type frequency-thz;
      mandatory true;
      description
        "The lower frequency boundary of the
        frequency range.";
    }
    leaf upper-frequency {
      type frequency-thz;
      must '. > ../lower-frequency' {
        error-message
          "The upper frequency must be greater than the lower
          frequency.";
      }
      mandatory true;
      description
        "The upper frequency boundary of the
        frequency range.";
    }
  }

  grouping l0-path-constraints {
    description
      "Common attribute for Layer 0 path constraints to be used by
      Layer 0 computation.";
    leaf gsnr-margin {
      type snr {
        range 0..max;
      }
      default 0;
      description
        "An additional margin to be added to the OSNR-min of the
        transceiver when checking the estimated received Generalized
        SNR (GSNR).";
    }
  }

  grouping l0-path-properties {
    description
      "Common attribute for reporting the Layer 0 computed path
      properties.";
    leaf estimated-gsnr {
      type snr;
      config false;
      description
        "The estimate received GSNR for the computed path.";
    }
    leaf estimated-eol-gsnr {
      type snr;
      config false;
      description
        "The estimate received GSNR for the computed path
         degraded at the end of life.";
    }
    leaf estimated-lowest-gsnr {
      type snr;
      config false;
      description
        "The estimate lowest received GSNR for the computed path
         among all possible wavelength channels along the same
         path.";
    }
  }
}
]]></sourcecode></figure>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The YANG module specified in this document defines a schema for data
   that is designed to be accessed via network management protocols such
   as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
   is the secure transport layer, and the mandatory-to-implement secure
   transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
   is HTTPS, and the mandatory-to-implement secure transport is TLS
   <xref target="RFC8446"/>.</t>

<t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
   provides the means to restrict access for particular NETCONF or
   RESTCONF users to a preconfigured subset of all available NETCONF or
   RESTCONF protocol operations and content.  The NETCONF protocol over
   Secure Shell (SSH) specification <xref target="RFC6242"/> describes a method for
   invoking and running NETCONF within a Secure Shell (SSH) session as
   an SSH subsystem.</t>

<t>The objects in this YANG module are common data types and groupings.
   No object in this module can be read or written to.  These
   definitions can be imported and used by other Layer 0 specific
   modules.  It is critical to consider how imported definitions will be
   utilized and accessible via RPC operations, as the resultant schema
   will have data nodes that can be writable, or readable, and will have
   a significant effect on the network operations if used incorrectly or
   maliciously.  All of these considerations belong in the document that
   defines the modules that import from this YANG module.  Therefore, it
   is important to manage access to resultant data nodes that are
   considered sensitive or vulnerable in some network environments.</t>

<t>The security considerations spelled out in the YANG 1.1 specification
   <xref target="RFC7950"/> apply for this document as well.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>For the following URI in the "IETF XML Registry" <xref target="RFC3688"/>, IANA has updated the reference field to refer to this document:</t>

<figure><artwork><![CDATA[
   URI:  urn:ietf:params:xml:ns:yang:ietf-layer0-types
   Registrant Contact:  The IESG
   XML:  N/A; the requested URI is an XML namespace.
]]></artwork></figure>

<t>This document also adds an updated YANG module to the "YANG Module
Names" registry <xref target="RFC7950"/>:</t>

<figure><artwork><![CDATA[
   Name:  ietf-layer0-types
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-layer0-types
   Prefix:  l0-types
   Reference:  RFC XXXX
]]></artwork></figure>

<t>RFC Editor Note: Please replace XXXX with the RFC number assigned to this document.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="ITU-T_G.698.2" >
  <front>
    <title>Amplified multichannel dense wavelength division multiplexing applications with single channel optical interfaces</title>
    <author >
      <organization>ITU-T Recommendation G.698.2</organization>
    </author>
    <date year="2018" month="November"/>
  </front>
  <seriesInfo name="ITU-T G.698.2" value=""/>
</reference>


<reference anchor='RFC7950' target='https://www.rfc-editor.org/info/rfc7950'>
  <front>
    <title>The YANG 1.1 Data Modeling Language</title>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <date month='August' year='2016'/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7950'/>
  <seriesInfo name='DOI' value='10.17487/RFC7950'/>
</reference>

<reference anchor='RFC6241' target='https://www.rfc-editor.org/info/rfc6241'>
  <front>
    <title>Network Configuration Protocol (NETCONF)</title>
    <author fullname='R. Enns' initials='R.' role='editor' surname='Enns'/>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'/>
    <author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'/>
    <date month='June' year='2011'/>
    <abstract>
      <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6241'/>
  <seriesInfo name='DOI' value='10.17487/RFC6241'/>
</reference>

<reference anchor='RFC8342' target='https://www.rfc-editor.org/info/rfc8342'>
  <front>
    <title>Network Management Datastore Architecture (NMDA)</title>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='J. Schoenwaelder' initials='J.' surname='Schoenwaelder'/>
    <author fullname='P. Shafer' initials='P.' surname='Shafer'/>
    <author fullname='K. Watsen' initials='K.' surname='Watsen'/>
    <author fullname='R. Wilton' initials='R.' surname='Wilton'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8342'/>
  <seriesInfo name='DOI' value='10.17487/RFC8342'/>
</reference>

<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname='S. Bradner' initials='S.' surname='Bradner'/>
    <date month='March' year='1997'/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='2119'/>
  <seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>

<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname='B. Leiba' initials='B.' surname='Leiba'/>
    <date month='May' year='2017'/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='8174'/>
  <seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>

<reference anchor='RFC6205' target='https://www.rfc-editor.org/info/rfc6205'>
  <front>
    <title>Generalized Labels for Lambda-Switch-Capable (LSC) Label Switching Routers</title>
    <author fullname='T. Otani' initials='T.' role='editor' surname='Otani'/>
    <author fullname='D. Li' initials='D.' role='editor' surname='Li'/>
    <date month='March' year='2011'/>
    <abstract>
      <t>Technology in the optical domain is constantly evolving, and, as a consequence, new equipment providing lambda switching capability has been developed and is currently being deployed.</t>
      <t>Generalized MPLS (GMPLS) is a family of protocols that can be used to operate networks built from a range of technologies including wavelength (or lambda) switching. For this purpose, GMPLS defined a wavelength label as only having significance between two neighbors. Global wavelength semantics are not considered.</t>
      <t>In order to facilitate interoperability in a network composed of next generation lambda-switch-capable equipment, this document defines a standard lambda label format that is compliant with the Dense Wavelength Division Multiplexing (DWDM) and Coarse Wavelength Division Multiplexing (CWDM) grids defined by the International Telecommunication Union Telecommunication Standardization Sector. The label format defined in this document can be used in GMPLS signaling and routing protocols. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6205'/>
  <seriesInfo name='DOI' value='10.17487/RFC6205'/>
</reference>

<reference anchor='RFC7699' target='https://www.rfc-editor.org/info/rfc7699'>
  <front>
    <title>Generalized Labels for the Flexi-Grid in Lambda Switch Capable (LSC) Label Switching Routers</title>
    <author fullname='A. Farrel' initials='A.' surname='Farrel'/>
    <author fullname='D. King' initials='D.' surname='King'/>
    <author fullname='Y. Li' initials='Y.' surname='Li'/>
    <author fullname='F. Zhang' initials='F.' surname='Zhang'/>
    <date month='November' year='2015'/>
    <abstract>
      <t>GMPLS supports the description of optical switching by identifying entries in fixed lists of switchable wavelengths (called grids) through the encoding of lambda labels. Work within the ITU-T Study Group 15 has defined a finer-granularity grid, and the facility to flexibly select different widths of spectrum from the grid. This document defines a new GMPLS lambda label format to support this flexi-grid.</t>
      <t>This document updates RFCs 3471 and 6205 by introducing a new label format.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7699'/>
  <seriesInfo name='DOI' value='10.17487/RFC7699'/>
</reference>

<reference anchor='RFC8795' target='https://www.rfc-editor.org/info/rfc8795'>
  <front>
    <title>YANG Data Model for Traffic Engineering (TE) Topologies</title>
    <author fullname='X. Liu' initials='X.' surname='Liu'/>
    <author fullname='I. Bryskin' initials='I.' surname='Bryskin'/>
    <author fullname='V. Beeram' initials='V.' surname='Beeram'/>
    <author fullname='T. Saad' initials='T.' surname='Saad'/>
    <author fullname='H. Shah' initials='H.' surname='Shah'/>
    <author fullname='O. Gonzalez de Dios' initials='O.' surname='Gonzalez de Dios'/>
    <date month='August' year='2020'/>
    <abstract>
      <t>This document defines a YANG data model for representing, retrieving, and manipulating Traffic Engineering (TE) Topologies. The model serves as a base model that other technology-specific TE topology models can augment.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8795'/>
  <seriesInfo name='DOI' value='10.17487/RFC8795'/>
</reference>

<reference anchor='RFC4203' target='https://www.rfc-editor.org/info/rfc4203'>
  <front>
    <title>OSPF Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)</title>
    <author fullname='K. Kompella' initials='K.' role='editor' surname='Kompella'/>
    <author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'/>
    <date month='October' year='2005'/>
    <abstract>
      <t>This document specifies encoding of extensions to the OSPF routing protocol in support of Generalized Multi-Protocol Label Switching (GMPLS). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4203'/>
  <seriesInfo name='DOI' value='10.17487/RFC4203'/>
</reference>


<reference anchor='I-D.ietf-teas-rfc8776-update' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-rfc8776-update-07'>
   <front>
      <title>Common YANG Data Types for Traffic Engineering</title>
      <author fullname='Italo Busi' initials='I.' surname='Busi'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Aihua Guo' initials='A.' surname='Guo'>
         <organization>Futurewei Technologies</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc.</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <date day='15' month='September' year='2023'/>
      <abstract>
	 <t>   This document defines a collection of common data types and groupings
   in YANG data modeling language.  These derived common types and
   groupings are intended to be imported by modules that model Traffic
   Engineering (TE) configuration and state capabilities.  This document
   obsoletes RFC 8776.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-rfc8776-update-07'/>
   
</reference>

<reference anchor='RFC8363' target='https://www.rfc-editor.org/info/rfc8363'>
  <front>
    <title>GMPLS OSPF-TE Extensions in Support of Flexi-Grid Dense Wavelength Division Multiplexing (DWDM) Networks</title>
    <author fullname='X. Zhang' initials='X.' surname='Zhang'/>
    <author fullname='H. Zheng' initials='H.' surname='Zheng'/>
    <author fullname='R. Casellas' initials='R.' surname='Casellas'/>
    <author fullname='O. Gonzalez de Dios' initials='O.' surname='Gonzalez de Dios'/>
    <author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'/>
    <date month='May' year='2018'/>
    <abstract>
      <t>The International Telecommunication Union Telecommunication standardization sector (ITU-T) has extended its Recommendations G.694.1 and G.872 to include a new Dense Wavelength Division Multiplexing (DWDM) grid by defining channel spacings, a set of nominal central frequencies, and the concept of the "frequency slot". Corresponding techniques for data-plane connections are known as "flexi-grid".</t>
      <t>Based on the characteristics of flexi-grid defined in G.694.1 and in RFCs 7698 and 7699, this document describes the Open Shortest Path First - Traffic Engineering (OSPF-TE) extensions in support of GMPLS control of networks that include devices that use the new flexible optical grid.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8363'/>
  <seriesInfo name='DOI' value='10.17487/RFC8363'/>
</reference>

<reference anchor='RFC8040' target='https://www.rfc-editor.org/info/rfc8040'>
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname='A. Bierman' initials='A.' surname='Bierman'/>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='K. Watsen' initials='K.' surname='Watsen'/>
    <date month='January' year='2017'/>
    <abstract>
      <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8040'/>
  <seriesInfo name='DOI' value='10.17487/RFC8040'/>
</reference>

<reference anchor='RFC6242' target='https://www.rfc-editor.org/info/rfc6242'>
  <front>
    <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
    <author fullname='M. Wasserman' initials='M.' surname='Wasserman'/>
    <date month='June' year='2011'/>
    <abstract>
      <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6242'/>
  <seriesInfo name='DOI' value='10.17487/RFC6242'/>
</reference>

<reference anchor='RFC8446' target='https://www.rfc-editor.org/info/rfc8446'>
  <front>
    <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
    <author fullname='E. Rescorla' initials='E.' surname='Rescorla'/>
    <date month='August' year='2018'/>
    <abstract>
      <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
      <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8446'/>
  <seriesInfo name='DOI' value='10.17487/RFC8446'/>
</reference>

<reference anchor='RFC8341' target='https://www.rfc-editor.org/info/rfc8341'>
  <front>
    <title>Network Configuration Access Control Model</title>
    <author fullname='A. Bierman' initials='A.' surname='Bierman'/>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
      <t>This document obsoletes RFC 6536.</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='91'/>
  <seriesInfo name='RFC' value='8341'/>
  <seriesInfo name='DOI' value='10.17487/RFC8341'/>
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="ITU-T_G.694.1" >
  <front>
    <title>Spectral grids for WDM applications: DWDM frequency grid</title>
    <author >
      <organization>ITU-T Recommendation G.694.1</organization>
    </author>
    <date year="2020" month="October"/>
  </front>
  <seriesInfo name="ITU-T G.694.1" value=""/>
</reference>
<reference anchor="ITU-T_G.694.2" >
  <front>
    <title>Spectral grids for WDM applications: CWDM wavelength grid</title>
    <author >
      <organization>ITU-T Recommendation G.694.2</organization>
    </author>
    <date year="2003" month="December"/>
  </front>
  <seriesInfo name="ITU-T G.694.2" value=""/>
</reference>


<reference anchor='RFC6163' target='https://www.rfc-editor.org/info/rfc6163'>
  <front>
    <title>Framework for GMPLS and Path Computation Element (PCE) Control of Wavelength Switched Optical Networks (WSONs)</title>
    <author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'/>
    <author fullname='G. Bernstein' initials='G.' role='editor' surname='Bernstein'/>
    <author fullname='W. Imajuku' initials='W.' surname='Imajuku'/>
    <date month='April' year='2011'/>
    <abstract>
      <t>This document provides a framework for applying Generalized Multi-Protocol Label Switching (GMPLS) and the Path Computation Element (PCE) architecture to the control of Wavelength Switched Optical Networks (WSONs). In particular, it examines Routing and Wavelength Assignment (RWA) of optical paths.</t>
      <t>This document focuses on topological elements and path selection constraints that are common across different WSON environments; as such, it does not address optical impairments in any depth. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6163'/>
  <seriesInfo name='DOI' value='10.17487/RFC6163'/>
</reference>

<reference anchor='RFC7698' target='https://www.rfc-editor.org/info/rfc7698'>
  <front>
    <title>Framework and Requirements for GMPLS-Based Control of Flexi-Grid Dense Wavelength Division Multiplexing (DWDM) Networks</title>
    <author fullname='O. Gonzalez de Dios' initials='O.' role='editor' surname='Gonzalez de Dios'/>
    <author fullname='R. Casellas' initials='R.' role='editor' surname='Casellas'/>
    <author fullname='F. Zhang' initials='F.' surname='Zhang'/>
    <author fullname='X. Fu' initials='X.' surname='Fu'/>
    <author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'/>
    <author fullname='I. Hussain' initials='I.' surname='Hussain'/>
    <date month='November' year='2015'/>
    <abstract>
      <t>To allow efficient allocation of optical spectral bandwidth for systems that have high bit-rates, the International Telecommunication Union Telecommunication Standardization Sector (ITU-T) has extended its Recommendations G.694.1 and G.872 to include a new Dense Wavelength Division Multiplexing (DWDM) grid by defining a set of nominal central frequencies, channel spacings, and the concept of the "frequency slot". In such an environment, a data-plane connection is switched based on allocated, variable-sized frequency ranges within the optical spectrum, creating what is known as a flexible grid (flexi-grid).</t>
      <t>Given the specific characteristics of flexi-grid optical networks and their associated technology, this document defines a framework and the associated control-plane requirements for the application of the existing GMPLS architecture and control-plane protocols to the control of flexi-grid DWDM networks. The actual extensions to the GMPLS protocols will be defined in companion documents.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7698'/>
  <seriesInfo name='DOI' value='10.17487/RFC7698'/>
</reference>

<reference anchor='RFC9093' target='https://www.rfc-editor.org/info/rfc9093'>
  <front>
    <title>A YANG Data Model for Layer 0 Types</title>
    <author fullname='H. Zheng' initials='H.' surname='Zheng'/>
    <author fullname='Y. Lee' initials='Y.' surname='Lee'/>
    <author fullname='A. Guo' initials='A.' surname='Guo'/>
    <author fullname='V. Lopez' initials='V.' surname='Lopez'/>
    <author fullname='D. King' initials='D.' surname='King'/>
    <date month='August' year='2021'/>
    <abstract>
      <t>This document defines a collection of common data types and groupings in the YANG data modeling language. These derived common types and groupings are intended to be imported by modules that model Layer 0 optical Traffic Engineering (TE) configuration and state capabilities such as Wavelength Switched Optical Networks (WSONs) and flexi-grid Dense Wavelength Division Multiplexing (DWDM) networks.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9093'/>
  <seriesInfo name='DOI' value='10.17487/RFC9093'/>
</reference>

<reference anchor='RFC7446' target='https://www.rfc-editor.org/info/rfc7446'>
  <front>
    <title>Routing and Wavelength Assignment Information Model for Wavelength Switched Optical Networks</title>
    <author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'/>
    <author fullname='G. Bernstein' initials='G.' role='editor' surname='Bernstein'/>
    <author fullname='D. Li' initials='D.' surname='Li'/>
    <author fullname='W. Imajuku' initials='W.' surname='Imajuku'/>
    <date month='February' year='2015'/>
    <abstract>
      <t>This document provides a model of information needed by the Routing and Wavelength Assignment (RWA) process in Wavelength Switched Optical Networks (WSONs). The purpose of the information described in this model is to facilitate constrained optical path computation in WSONs. This model takes into account compatibility constraints between WSON signal attributes and network elements but does not include constraints due to optical impairments. Aspects of this information that may be of use to other technologies utilizing a GMPLS control plane are discussed.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7446'/>
  <seriesInfo name='DOI' value='10.17487/RFC7446'/>
</reference>

<reference anchor='RFC7581' target='https://www.rfc-editor.org/info/rfc7581'>
  <front>
    <title>Routing and Wavelength Assignment Information Encoding for Wavelength Switched Optical Networks</title>
    <author fullname='G. Bernstein' initials='G.' role='editor' surname='Bernstein'/>
    <author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'/>
    <author fullname='D. Li' initials='D.' surname='Li'/>
    <author fullname='W. Imajuku' initials='W.' surname='Imajuku'/>
    <author fullname='J. Han' initials='J.' surname='Han'/>
    <date month='June' year='2015'/>
    <abstract>
      <t>A Wavelength Switched Optical Network (WSON) requires certain key information fields be made available to facilitate path computation and the establishment of Label Switched Paths (LSPs). The information model described in "Routing and Wavelength Assignment Information Model for Wavelength Switched Optical Networks" (RFC 7446) shows what information is required at specific points in the WSON. Part of the WSON information model contains aspects that may be of general applicability to other technologies, while other parts are specific to WSONs.</t>
      <t>This document provides efficient, protocol-agnostic encodings for the WSON-specific information fields. It is intended that protocol- specific documents will reference this memo to describe how information is carried for specific uses. Such encodings can be used to extend GMPLS signaling and routing protocols. In addition, these encodings could be used by other mechanisms to convey this same information to a Path Computation Element (PCE).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7581'/>
  <seriesInfo name='DOI' value='10.17487/RFC7581'/>
</reference>


<reference anchor='I-D.ietf-ccamp-dwdm-if-param-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-ccamp-dwdm-if-param-yang-09'>
   <front>
      <title>A YANG model to manage the optical interface parameters for an external transponder in a WDM network</title>
      <author fullname='Gabriele Galimberti' initials='G.' surname='Galimberti'>
         <organization>Cisco</organization>
      </author>
      <author fullname='Ruediger Kunze' initials='R.' surname='Kunze'>
         <organization>Deutsche Telekom</organization>
      </author>
      <author fullname='Dharini Hiremagalur' initials='D.' surname='Hiremagalur'>
         <organization>Juniper</organization>
      </author>
      <author fullname='Gert Grammel' initials='G.' surname='Grammel'>
         <organization>Juniper</organization>
      </author>
      <date day='13' month='March' year='2023'/>
      <abstract>
	 <t>   This memo defines a Yang model related to the Optical Transceiver
   parameters characterising coherent 100G and above interfaces.  100G
   and above Transceivers support coherent modulation, multiple
   modulation formats, multiple FEC codes including some not yet
   specified (or by in phase of specification by) ITU-T G.698.2 or any
   other ITU-T recommendation.  Use cases are described in RFC7698.

   The Yang model defined in this memo can be used for Optical
   Parameters monitoring and/or configuration of the endpoints of a
   multi-vendor IaDI optical link.  The use of this model does not
   guarantee interworking of transceivers over a DWDM.  Optical path
   feasibility and interoperability has to be determined by tools and
   algorithms outside the scope of this document.  The purpose of this
   model is to program interface parameters to consistently configure
   the mode of operation of transceivers.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-ccamp-dwdm-if-param-yang-09'/>
   
</reference>

<reference anchor='RFC3688' target='https://www.rfc-editor.org/info/rfc3688'>
  <front>
    <title>The IETF XML Registry</title>
    <author fullname='M. Mealling' initials='M.' surname='Mealling'/>
    <date month='January' year='2004'/>
    <abstract>
      <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='81'/>
  <seriesInfo name='RFC' value='3688'/>
  <seriesInfo name='DOI' value='10.17487/RFC3688'/>
</reference>




    </references>


<section anchor="changes-bis"><name>Changes from RFC 9093</name>

<t>To be added in a future revision of this draft.</t>

</section>
<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>The authors and the working group give their sincere thanks to Robert
   Wilton for the YANG doctor review and Tom Petch for his comments
   during the model and document development.</t>

<t>This document was prepared using kramdown.</t>

</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="G." surname="Galimberti" fullname="Gabriele Galimberti">
      <organization>Cisco</organization>
      <address>
        <email>ggalimbe@cisco.com</email>
      </address>
    </contact>
    <contact initials="E." surname="Griseri" fullname="Enrico Griseri">
      <organization>Nokia</organization>
      <address>
        <email>Enrico.Griseri@nokia.com</email>
      </address>
    </contact>
    <contact initials="D." surname="Dhody" fullname="Dhruv Dhody">
      <organization>Huawei</organization>
      <address>
        <email>dhruv.ietf@gmail.com</email>
      </address>
    </contact>
    <contact initials="B.Y." surname="Yoon" fullname="Bin Yeong Yoon">
      <organization>ETRI</organization>
      <address>
        <email>byyun@etri.re.kr</email>
      </address>
    </contact>
    <contact initials="R." surname="Vilalta" fullname="Ricard Vilalta">
      <organization>CTTC</organization>
      <address>
        <email>ricard.vilalta@cttc.es</email>
      </address>
    </contact>
    <contact initials="Y." surname="Lee" fullname="Young Lee">
      <organization>Samsung</organization>
      <address>
        <email>younglee.tx@gmail.com</email>
      </address>
    </contact>
    <contact initials="V." surname="Lopez" fullname="Victor Lopez">
      <organization>Nokia</organization>
      <address>
        <email>victor.lopez@nokia.com</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
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
3//bedAf9Pr77Bj9DjzsFjbZwXXG6U9GjTx5J2UBlsBDCxKdeZukjvCjwyDh
R0mzDDeC66wausIGgBpqeEfgDH9tUWtgim5oxQUkTpLJRBl97QkEtbAzeclN
dG75K4DOYsD5NWBgUXcZ0dAwYIRW0XhMySgqYVvhbBrLxKtbgy2pSFd2tVxB
csXGG9AUwmLhZXmvQpOFwsiqNVSK6a+kZH7xh07zx6SxQ+D8I7/9goOvBzjg
Qor/NfiFISZY9WIYlyNBv1A+8ir9dDfs3RBz9p8dFWnMM7KaRDbO42i3eyfl
1JtFg2u1U0+1abtq1pzTdigy2qzMHooJ4T3k5itNim7O1Q0tHCK3+1tn39hX
T8gUWCAbx9qV3bSc1ixly3Y/ty4nqSAc5mqrwJ8OG2ni2mU9nexGO+dUZnun
iX8aD5E05JW7NpGq3/cS2i4oSoyzirJhc1JtpX4UPaTZ2h3/HRQ4WDtgatJv
4ad1JxOS3F1hBpkCc00Ob2Ec3mbndhbie4qUV29d7jLukvt8hXXtzNHy9iwa
spm+Etpy0/8StK3d1Mp6h7aqbP/8AMPyiNtoWciDoBvMBbZYDyHHqhxYc3dr
960wLrDC+cCyO+9ZTbCbBNWnUNtulfpSGaUqHZq3DSytSnuGFHHqGhk3v5Zr
iRrXvfgg+lz6MvSNaso5Urbg8Z0Onaohajd8cElt/tAoCd5liDmeCNTcffNQ
UsCtXKhz7GcxwL/N9AD4299hgP+QSaTGjnOPEjCU/aUnR2JjUCsbzNxZqSwx
leIXqQcrvKZlBaXw00OhJFftYiixCpW1RVMhcaZJnGkSM7lf+c9rHp7I9CrY
4jSuY/TgNF4MIwelIi3Ch0VIneNnn6xKa7fihq9sr26XqzK28/brNo1FArNI
Xrp1oUQr6hxXJvSXQXZQ29qL8ekvfy64c39KDxLQIF59ahRpW763YdO3NjlX
Sviu+98VI9Kp8FO3JC12aQhf2XZsUI7Na6R65Nt8si/uVuqYmg7fzZrObnX/
VbLE/LEQu/eHny4u2cnppT48l+CqfNIADHs8NmFV1S1OseXyIypUdJMMHpyK
3nla+vORZ0kjLTDHSvbwynN0NTGa2taStGw1fO0rFYUNqg+Igf2EMmA1bvSb
zoxKFm+N3PGsz7r0/i38bWpurbNLgqr9c3UpBLy6cjyuHRJepSm0aH9RAxWc
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

-->

</rfc>

