<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.18 (Ruby 2.7.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ybam-rfc8561bis-01" category="std" consensus="true" submissionType="IETF" obsoletes="8561" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.0 -->
  <front>
    <title abbrev="Microwave Radio Link YANG">A YANG Data Model for Microwave Radio Link</title>
    <seriesInfo name="Internet-Draft" value="draft-ybam-rfc8561bis-01"/>
    <author fullname="Scott Mansfield">
      <organization>Ericsson</organization>
      <address>
        <email>scott.mansfield@ericsson.com</email>
      </address>
    </author>
    <author fullname="Jonas Ahlberg">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Lindholmspiren 11</street>
          <city>Goteborg</city>
          <code>417 56</code>
          <country>Sweden</country>
        </postal>
        <email>jonas.ahlberg@ericsson.com</email>
      </address>
    </author>
    <author fullname="Min Ye">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>No.1899, Xiyuan Avenue</street>
          <city>Chengdu</city>
          <code>611731</code>
          <country>China</country>
        </postal>
        <email>amy.yemin@huawei.com</email>
      </address>
    </author>
    <author fullname="Daniela Spreafico">
      <organization>Nokia - IT</organization>
      <address>
        <postal>
          <street>Via Energy Park, 14</street>
          <city>Vimercate (MI)</city>
          <code>20871</code>
          <country>Italy</country>
        </postal>
        <email>daniela.spreafico@nokia.com</email>
      </address>
    </author>
    <author fullname="Danilo Pala">
      <organization>SIAE</organization>
      <address>
        <email>danilo.pala@saiemic.com</email>
      </address>
    </author>
    <date year="2024" month="March" day="03"/>
    <area>Routing</area>
    <workgroup>CCAMP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines a YANG data model for control and management of
radio link interfaces and their connectivity to packet (typically
Ethernet) interfaces in a microwave/millimeter wave node.  The data
nodes for management of the interface protection functionality is
broken out into a separate and generic YANG data model in order to
make it available for other interface types as well. This document obsoletes RFC 8561.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://example.com/LATEST"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ybam-rfc8561bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        CCAMP Working Group mailing list (<eref target="mailto:WG@example.com"/>),
        which is archived at <eref target="https://example.com/WG"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/USER/REPO"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines a YANG data model for management and control of
the radio link interface(s) and the relationship to packet (typically
Ethernet) and/or Time-Division Multiplexing (TDM) interfaces in a
microwave/millimeter wave node.  The ETSI EN 302 217 series defines
the characteristics and requirements of microwave/millimeter wave
equipment and antennas.  Specifically, ETSI EN 302 217-2 <xref target="EN302217-2"/>
specifies the essential parameters for systems operating from 1.4 GHz
to 86 GHz.  The data model includes configuration and state data
according to the new Network Management Datastore Architecture
<xref target="RFC8342"/>.</t>
      <t>The design of the data model follows the framework for management and
control of microwave and millimeter wave interface parameters defined
in <xref target="RFC8432"/>.  This framework identifies the need and the scope of
the YANG data model, use cases, and requirements that the model needs
to support.  Moreover, it provides a detailed gap analysis to
identify the missing parameters and functionalities of the existing
and established models to support the specified use cases and
requirements, and based on that, it recommends how the gaps should be
filled with the development of the new model.  According to the
conclusion of the gap analysis, the structure of the data model is
based on the structure defined in <xref target="RFC8561"/>, and it
augments <xref target="RFC8343"/> to align with the same structure for management of
the packet interfaces.  More specifically, the model will include
interface layering to manage the capacity provided by a radio link
terminal for the associated Ethernet and TDM interfaces, using the
principles for interface layering described in <xref target="RFC8343"/> as a basis.</t>
      <t>The data nodes for management of the interface protection
functionality is broken out into a separate and generic YANG data
module in order to make it also available for other interface types.</t>
      <t>The designed YANG data model uses established microwave equipment and
radio standards, such as ETSI EN 302 217-2; the IETF Radio Link Model
<xref target="RFC8561"/>; and the ONF Microwave Model <xref target="ONF-model"/>, as
the basis for the definition of the detailed leafs/parameters, and it
proposes new ones to cover identified gaps, which are analyzed in
<xref target="RFC8432"/>.</t>
      <section anchor="terminology-and-definitions">
        <name>Terminology and Definitions</name>
        <t>The following terms are used in this document:</t>
        <t>Carrier Termination (CT) is an interface for the capacity provided
over the air by a single carrier.  It is typically defined by its
transmitting and receiving frequencies.</t>
        <t>Radio Link Terminal (RLT) is an interface providing packet capacity
and/or TDM capacity to the associated Ethernet and/or TDM interfaces
in a node and is used for setting up a transport service over a
microwave/millimeter wave link.</t>
        <t>The following acronyms are used in this document:</t>
        <t>ACM Adaptive Coding Modulation</t>
        <t>ATPC Automatic Transmitter Power Control</t>
        <t>BBE Background Block Error</t>
        <t>BER Bit Error Ratio</t>
        <t>BPSK Binary Phase-Shift Keying</t>
        <t>CM Coding Modulation</t>
        <t>CT Carrier Termination</t>
        <t>ES Errored Seconds</t>
        <t>IF Intermediate Frequency</t>
        <t>MIMO Multiple Input Multiple Output</t>
        <t>RF Radio Frequency</t>
        <t>RLT Radio Link Terminal</t>
        <t>QAM Quadrature Amplitude Modulation</t>
        <t>QPSK Quadrature Phase-Shift Keying</t>
        <t>RTPC Remote Transmit Power Control</t>
        <t>SES Severely Errored Seconds</t>
        <t>TDM Time-Division Multiplexing</t>
        <t>UAS Unavailable Seconds</t>
        <t>XPIC Cross Polarization Interference Cancellation</t>
      </section>
      <section anchor="tree-structure">
        <name>Tree Structure</name>
        <t>A simplified graphical representation of the data model is used in
<xref target="tree"/> of this document.  The meaning of the symbols in these
diagrams is defined in <xref target="RFC8340"/>.</t>
      </section>
      <section anchor="prefixes-in-data-node-names">
        <name>Prefixes 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, as shown in <xref target="tab-prefix"/>.</t>
        <table anchor="tab-prefix">
          <name>Prefixes for imported YANG modules</name>
          <thead>
            <tr>
              <th align="left">Prefix</th>
              <th align="left">YANG Module</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">mrl</td>
              <td align="left">ietf-microwave-radio-link</td>
              <td align="left">This document</td>
            </tr>
            <tr>
              <td align="left">yang</td>
              <td align="left">ietf-yang-types</td>
              <td align="left">
                <xref target="RFC6991"/></td>
            </tr>
            <tr>
              <td align="left">ianaift</td>
              <td align="left">iana-if-type</td>
              <td align="left">
                <xref target="IANA-if-type-module"/></td>
            </tr>
            <tr>
              <td align="left">if</td>
              <td align="left">ietf-interfaces</td>
              <td align="left">
                <xref target="RFC8343"/></td>
            </tr>
            <tr>
              <td align="left">ifprot</td>
              <td align="left">ietf-interface-protection</td>
              <td align="left">This document</td>
            </tr>
            <tr>
              <td align="left">mw-types</td>
              <td align="left">ietf-microwave-types</td>
              <td align="left">This document</td>
            </tr>
          </tbody>
        </table>
        <t># Microwave Radio Link YANG Data Model</t>
      </section>
      <section anchor="tree">
        <name>YANG Tree</name>
        <artwork type="ascii-art" name="ietf-microwave-radio-link.tree"><![CDATA[
module: ietf-microwave-radio-link
 +--rw radio-link-protection-groups
 | +--rw protection-group* [name]
 |   +--rw name              string
 |   +--rw protection-architecture-type?  identityref
 |   +--rw members*            if:interface-ref
 |   +--rw operation-type?         enumeration
 |   +--rw working-entity*         if:interface-ref
 |   +--rw revertive-wait-to-restore?   uint16
 |   +--rw hold-off-timer?         uint16
 |   +--ro status?             identityref
 |   +---x manual-switch-working
 |   +---x manual-switch-protection
 |   +---x forced-switch
 |   +---x lockout-of-protection
 |   +---x freeze
 |   +---x exercise
 |   +---x clear
 +--rw xpic-pairs {xpic}?
 | +--rw xpic-pair* [name]
 |   +--rw name    string
 |   +--rw enabled?  boolean
 |   +--rw members*  if:interface-ref
 +--rw mimo-groups {mimo}?
   +--rw mimo-group* [name]
    +--rw name    string
    +--rw enabled?  boolean
    +--rw members*  if:interface-ref

 augment /if:interfaces/if:interface:
  +--rw id?           string
  +--rw (mode-option)
  | x--:(mode)
  | | x--rw mode       identityref
  | +--:(rlt-mode)
  |   +--rw rlt-mode
  |    +--rw num-bonded-carriers    uint32
  |    +--rw num-protecting-carriers  uint32
  +--rw carrier-terminations*  if:interface-ref
  +--rw rlp-groups*
  |    -> /radio-link-protection-groups/protection-group/name
  +--rw xpic-pairs*       -> /xpic-pairs/xpic-pair/name
  |    {xpic}?
  +--rw mimo-groups*      -> /mimo-groups/mimo-group/name
  |    {mimo}?
  +--rw tdm-connections* [tdm-type] {tdm}?
    +--rw tdm-type      identityref
    +--rw tdm-connections  uint16
 augment /if:interfaces/if:interface:
  +--rw carrier-id?           string
  +--rw tx-enabled?           boolean
  +--ro tx-oper-status?         enumeration
  +--rw tx-frequency          uint32
  +--rw (freq-or-distance)
  | +--:(rx-frequency)
  | | +--rw rx-frequency?       uint32
  | +--:(duplex-distance)
  |   +--rw duplex-distance?     int32
  +--ro actual-rx-frequency?      uint32
  +--ro actual-duplex-distance?     uint32
  +--rw channel-separation       uint32
  +--rw polarization?          enumeration
  +--rw (power-mode)
  | +--:(rtpc)
  | | +--rw rtpc
  | |   +--rw maximum-nominal-power  power
  | +--:(atpc)
  |   +--rw atpc
  |    +--rw maximum-nominal-power  power
  |    +--rw atpc-lower-threshold   power
  |    +--rw atpc-upper-threshold   power
  +--ro actual-transmitted-level?    power
  +--ro actual-received-level?     power
  +--rw (coding-modulation-mode)
  | +--:(single)
  | | +--rw single
  | |   +--rw selected-cm  identityref
  | +--:(adaptive)
  |   +--rw adaptive
  |    +--rw selected-min-acm  identityref
  |    +--rw selected-max-acm  identityref
  +--ro actual-tx-cm?          identityref
  +--ro actual-snir?          decimal64
  +--ro actual-xpi?           decimal64 {xpic}?
  +--rw ct-performance-thresholds
  | +--rw received-level-alarm-threshold?   power
  | +--rw transmitted-level-alarm-threshold?  power
  | +--rw ber-alarm-threshold?         enumeration
  +--rw if-loop?            enumeration
  +--rw rf-loop?            enumeration
  +--ro capabilities
  | +--ro min-tx-frequency?     uint32
  | +--ro max-tx-frequency?     uint32
  | +--ro min-rx-frequency?     uint32
  | +--ro max-rx-frequency?     uint32
  | +--ro minimum-power?       power
  | +--ro maximum-available-power?  power
  | +--ro available-min-acm?     identityref
  | +--ro available-max-acm?     identityref
  | +--ro acm-profile-list*
  |   [profile-channel-separation-id profile-coding-modulation-id]
  |   +--ro profile-channel-separation-id  uint32
  |   +--ro profile-coding-modulation-id   identityref
  |   +--ro modulation-scheme?        uint8
  |   +--ro nominal-tx-capacity?       uint32
  |   +--ro support-as-fixed-modulation?   boolean
  |   +--ro max-tx-power?          power
  |   +--ro min-tx-power?          power
  |   +--ro lower-acm-profile-ptr
  |   | +--ro profile-coding-modulation-id-ref?  leafref
  |   | +--ro profile-channel-separation-id-ref?  leafref
  |   +--ro upper-acm-profile-ptr
  |    +--ro profile-coding-modulation-id-ref?  leafref
  |    +--ro profile-channel-separation-id-ref?  leafref
  +--ro error-performance-statistics
  | +--ro bbe?  yang:counter32
  | +--ro es?  yang:counter32
  | +--ro ses?  yang:counter32
  | +--ro uas?  yang:counter32
  +--ro radio-performance-statistics
    +--ro min-rltm?  power
    +--ro max-rltm?  power
    +--ro min-tltm?  power
    +--ro max-tltm?  power
]]></artwork>
      </section>
      <section anchor="explanation-of-the-microwave-data-model">
        <name>Explanation of the Microwave Data Model</name>
        <t>The leafs in the Interface Management Module augmented by RLT and CT
are not always applicable.</t>
        <t>"/interfaces/interface/enabled" is not applicable for RLT.  Enable
and disable of an interface is done in the constituent CTs.</t>
        <t>The packet-related measurements "in-octets", "in-unicast-pkts",
"in-broadcast-pkts", "in-multicast-pkts", "in-discards", "in-errors",
"in-unknown-protos", "out-octets", "out-unicast-pkts", "out-
broadcast-pkts", "out-multicast-pkts", "out-discards", and "out-
errors" are not within the scope of the microwave radio link domain
and therefore are not applicable for RLT and CT.</t>
      </section>
    </section>
    <section anchor="microwave-radio-link-yang-data-model">
      <name>Microwave Radio Link YANG Data Model</name>
      <t>This module imports typedefs and modules from <xref target="RFC6991"/>, <xref target="RFC8343"/>
and <xref target="RFC7224"/>, and it references <xref target="TR102311"/>, <xref target="EN302217-1"/>,
<xref target="EN301129"/>, and <xref target="G.826"/>.</t>
      <sourcecode type="yang" markers="true" name="ietf-microwave-radio-link@2024-03-03.yang"><![CDATA[
module ietf-microwave-radio-link {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-microwave-radio-link";
  prefix mrl;

  import ietf-yang-types {
    prefix yang;
    reference
      "RFC 6991";
  }
  import iana-if-type {
    prefix ianaift;
  }
  import ietf-interfaces {
    prefix if;
    reference
      "RFC 8343";
  }
  import ietf-interface-protection {
    prefix ifprot;
    reference
      "RFC 8561";
  }
  import ietf-microwave-types {
    prefix mw-types;
    reference
      "RFC 8561";
  }

  organization
    "Internet Engineering Task Force (IETF) CCAMP WG";
  contact
    "WG List: <mailto:ccamp@ietf.org>

     Editors:
      Jonas Ahlberg (jonas.ahlberg@ericsson.com)
      Min Ye (amy.yemin@huawei.com)
      Xi Li (Xi.Li@neclab.eu)
      Daniela Spreafico (daniela.spreafico@nokia.com)
      Marko Vaupotic (Marko.Vaupotic@aviatnet.com)";
  description
    "This is a module for the entities in
     a generic microwave system.

     Copyright (c) 2024 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
     (http://trustee.ietf.org/license-info).

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

  // 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 2024-03-03 {
    description
      "pretty printing";
    reference
      "RFC XXX: A YANG Data Model for Microwave Radio Link";
  }
  revision 2023-10-06 {
    description
      "To add the summary of the changes in this revision:

       - more updates related to git Issue #13 and #16.

       - git Issue #13 and #16 and discussion updates for acm-profile

       - Updated with proposal for BCA.";
    reference
      "RFC XXX: A YANG Data Model for Microwave Radio Link";
  }
  revision 2019-06-19 {
    description
      "Initial revision.";
    reference
      "RFC 8561: A YANG Data Model for Microwave Radio Link";
  }

  /*
   * Features
   */

  feature xpic {
    description
      "Indicates that the device supports XPIC.";
    reference
      "ETSI TR 102 311";
  }

  feature mimo {
    description
      "Indicates that the device supports MIMO.";
    reference
      "ETSI TR 102 311";
  }

  feature tdm {
    description
      "Indicates that the device supports TDM.";
  }

  /*
   * Typedefs
   */

  typedef power {
    type decimal64 {
      fraction-digits 1;
    }
    description
      "Type used for the power values in the data nodes
       for configuration or status.";
  }

  grouping acm-profile {
    description
      "acm-profile";
    leaf modulation-scheme {
      type uint8;
      description
        "It is the logarithm base two of the number of points in the
         transmitted constellation.  E.G.:  value would be 2 for
         4QAM, 10 fo 1024QAM, and 12 for 4096QAM.";
    }
    leaf nominal-tx-capacity {
      type uint32;
      description
        "The nominal radio link capacity associated to this
         acm-profile.";
    }
    leaf support-as-fixed-modulation {
      type boolean;
      description
        "True when the profile can be used in single
         coding-modulation-mode.";
    }
    leaf max-tx-power {
      type power;
      description
        "The maximum transmitted power when the carrier termination
         is operating this acm-profile.  Used to configure
         transmitted power.";
    }
    leaf min-tx-power {
      type power;
      description
        "The minimum transmitted power when the carrier termination
         is operating this acm-profile.  Used to configure
         transmitted power.";
    }
  }

  /*
   * Radio Link Terminal (RLT)
   */

  augment "/if:interfaces/if:interface" {
    when "derived-from-or-self(if:type,"
       + "'ianaift:microwaveRadioLinkTerminal')";
    description
      "Addition of data nodes for the radio link terminal to
       the standard Interface data model, for interfaces of
       the type 'microwaveRadioLinkTerminal'.";
    leaf id {
      type string;
      description
        "Descriptive identity of the radio link terminal used by
         far-end RLT to check that it's connected to the correct
         near-end RLT.  Does not need to be configured if this
         check is not used.";
    }
    choice mode-option {
      mandatory true;
      description
        "A description of the mode in which the radio link
         terminal is configured in terms of:
         - number of bonded carrier terminations;
         - number of protecting carrier terminations.";
      leaf mode {
        type identityref {
          base mw-types:rlt-mode;
        }
        mandatory true;
        status deprecated;
        description
          "A description of the mode in which the radio link
           terminal is configured.  The format is X plus Y.
           X represents the number of bonded carrier terminations.
           Y represents the number of protecting carrier
           terminations.

           This attribute has been deprecated: the rlt-mode container
           which provide flexible definitions of number of bonded
           carriers and protecting carriers should be used instead.";
      }
      container rlt-mode {
        description
          "This grouping provides a flexible definition of number
           of bonded carriers and protecting carriers of a radio
           link.";
        uses mw-types:rlt-mode;
      }
    }
    leaf-list carrier-terminations {
      type if:interface-ref;
      must "derived-from-or-self(/if:interfaces/if:interface"
         + "[if:name = current()]"
         + "/if:type, 'ianaift:microwaveCarrierTermination')" {
        description
          "The type of interface must be
           'microwaveCarrierTermination'.";
      }
      min-elements 1;
      description
        "A list of references to carrier terminations
         included in the radio link terminal.";
    }
    leaf-list rlp-groups {
      type leafref {
        path "/mrl:radio-link-protection-groups/"
           + "mrl:protection-group/mrl:name";
      }
      description
        "A list of references to the carrier termination
         groups configured for radio link protection in this
         radio link terminal.";
    }
    leaf-list xpic-pairs {
      if-feature "xpic";
      type leafref {
        path "/mrl:xpic-pairs/mrl:xpic-pair/mrl:name";
      }
      description
        "A list of references to the XPIC pairs used in this
         radio link terminal.  One pair can be used by two
         terminals.";
      reference
        "ETSI TR 102 311";
    }
    leaf-list mimo-groups {
      if-feature "mimo";
      type leafref {
        path "/mrl:mimo-groups/mrl:mimo-group/mrl:name";
      }
      description
        "A reference to the MIMO group used in this
         radio link terminal.  One group can be used by more
         than one terminal.";
      reference
        "ETSI TR 102 311";
    }
    list tdm-connections {
      if-feature "tdm";
      key "tdm-type";
      description
        "A list stating the number of active TDM connections
         of a specified tdm-type that is configured to be
         supported by the RLT.";
      leaf tdm-type {
        type identityref {
          base mw-types:tdm-type;
        }
        description
          "The type of TDM connection, which also indicates
           the supported capacity.";
      }
      leaf tdm-connections {
        type uint16;
        mandatory true;
        description
          "Number of connections of the specified type.";
      }
    }
  }

  /*
   * Carrier Termination
   */

  augment "/if:interfaces/if:interface" {
    when "derived-from-or-self(if:type,"
       + "'ianaift:microwaveCarrierTermination')";
    description
      "Addition of data nodes for carrier termination to
       the standard Interface data model, for interfaces
       of the type 'microwaveCarrierTermination'.";
    leaf carrier-id {
      type string;
      default "A";
      description
        "ID of the carrier (e.g., A, B, C, or D).
         Used in XPIC and MIMO configurations to check that
         the carrier termination is connected to the correct
         far-end carrier termination.  Should be the same
         carrier ID on both sides of the hop.  Left as
         default value when MIMO and XPIC are not in use.";
    }
    leaf tx-enabled {
      type boolean;
      default "false";
      description
        "Disables (false) or enables (true) the transmitter.
         Only applicable when the interface is enabled
         (interface:enabled = true); otherwise, it's always
         disabled.";
    }
    leaf tx-oper-status {
      type enumeration {
        enum off {
          description
            "Transmitter is off.";
        }
        enum on {
          description
            "Transmitter is on.";
        }
        enum standby {
          description
            "Transmitter is in standby.";
        }
      }
      config false;
      description
        "Shows the operative status of the transmitter.";
    }
    leaf tx-frequency {
      type uint32;
      units "kHz";
      mandatory true;
      description
        "Selected transmitter frequency.";
    }
    choice freq-or-distance {
      mandatory true;
      description
        "A choice to configure rx-frequency directly or compute
         it as duplex-distance subtracted from tx-frequency.";
      leaf rx-frequency {
        type uint32;
        units "kHz";
        description
          "Selected receiver frequency.";
      }
      leaf duplex-distance {
        type int32;
        units "kHz";
        description
          "Distance between transmitter and receiver frequencies.";
      }
    }
    leaf actual-rx-frequency {
      type uint32;
      units "kHz";
      config false;
      description
        "Computed receiver frequency.";
    }
    leaf actual-duplex-distance {
      type uint32;
      units "kHz";
      config false;
      description
        "Computed distance between Tx and Rx frequencies.";
    }
    leaf channel-separation {
      type uint32;
      units "kHz";
      mandatory true;
      description
        "The amount of bandwidth allocated to a carrier.  The
         distance between adjacent channels in a radio
         frequency channels arrangement";
      reference
        "ETSI EN 302 217-1";
    }
    leaf polarization {
      type enumeration {
        enum horizontal {
          description
            "Horizontal polarization.";
        }
        enum vertical {
          description
            "Vertical polarization.";
        }
        enum not-specified {
          description
            "Polarization not specified.";
        }
      }
      default "not-specified";
      description
        "Polarization - a textual description for info only.";
    }
    choice power-mode {
      mandatory true;
      description
        "A choice of RTPC or ATPC.";
      container rtpc {
        description
          "Remote Transmit Power Control (RTPC).";
        reference
          "ETSI EN 302 217-1";
        leaf maximum-nominal-power {
          type power {
            range "-99..99";
          }
          units "dBm";
          mandatory true;
          description
            "Selected output power.";
          reference
            "ETSI EN 302 217-1";
        }
      }
      container atpc {
        description
          "Automatic Transmitter Power Control (ATPC).";
        reference
          "ETSI EN 302 217-1";
        leaf maximum-nominal-power {
          type power {
            range "-99..99";
          }
          units "dBm";
          mandatory true;
          description
            "Selected maximum output power.  Minimum output
             power is the same as the system capability,
             minimum-power.";
          reference
            "ETSI EN 302 217-1";
        }
        leaf atpc-lower-threshold {
          type power {
            range "-99..-20";
          }
          units "dBm";
          must 'current() <= ../atpc-upper-threshold';
          mandatory true;
          description
            "The lower threshold for the input power at the
             far end, which is used in the ATPC mode.";
          reference
            "ETSI EN 302 217-1";
        }
        leaf atpc-upper-threshold {
          type power {
            range "-99..-20";
          }
          units "dBm";
          mandatory true;
          description
            "The upper threshold for the input power at the
             far end, which is used in the ATPC mode.";
          reference
            "ETSI EN 302 217-1";
        }
      }
    }
    leaf actual-transmitted-level {
      type power {
        range "-99..99";
      }
      units "dBm";
      config false;
      description
        "Actual transmitted power level (0.1 dBm resolution).";
      reference
        "ETSI EN 301 129";
    }
    leaf actual-received-level {
      type power {
        range "-99..-20";
      }
      units "dBm";
      config false;
      description
        "Actual received power level (0.1 dBm resolution).";
      reference
        "ETSI EN 301 129";
    }
    choice coding-modulation-mode {
      mandatory true;
      description
        "A selection of single or
         adaptive coding/modulation mode.";
      container single {
        description
          "A single modulation order only.";
        reference
          "ETSI EN 302 217-1";
        leaf selected-cm {
          type identityref {
            base mw-types:coding-modulation;
          }
          mandatory true;
          description
            "Selected the single coding/modulation.";
        }
      }
      container adaptive {
        description
          "Adaptive coding/modulation.";
        reference
          "ETSI EN 302 217-1";
        leaf selected-min-acm {
          type identityref {
            base mw-types:coding-modulation;
          }
          mandatory true;
          description
            "Selected minimum coding/modulation.
             Adaptive coding/modulation shall not go
             below this value.";
        }
        leaf selected-max-acm {
          type identityref {
            base mw-types:coding-modulation;
          }
          mandatory true;
          description
            "Selected maximum coding/modulation.
             Adaptive coding/modulation shall not go
             above this value.";
        }
      }
    }
    leaf actual-tx-cm {
      type identityref {
        base mw-types:coding-modulation;
      }
      config false;
      description
        "Actual coding/modulation in transmitting direction.";
    }
    leaf actual-snir {
      type decimal64 {
        fraction-digits 1;
        range "0..99";
      }
      units "dB";
      config false;
      description
        "Actual signal to noise plus the interference ratio
         (0.1 dB resolution).";
    }
    leaf actual-xpi {
      if-feature "xpic";
      type decimal64 {
        fraction-digits 1;
        range "0..99";
      }
      units "dB";
      config false;
      description
        "The actual carrier to cross-polar interference.
         Only valid if XPIC is enabled (0.1 dB resolution).";
      reference
        "ETSI TR 102 311";
    }
    container ct-performance-thresholds {
      description
        "Specification of thresholds for when alarms should
         be sent and cleared for various performance counters.";
      leaf received-level-alarm-threshold {
        type power {
          range "-99..-20";
        }
        units "dBm";
        default "-99";
        description
          "An alarm is sent when the received power level is
           below the specified threshold.";
        reference
          "ETSI EN 301 129";
      }
      leaf transmitted-level-alarm-threshold {
        type power {
          range "-99..99";
        }
        units "dBm";
        default "-99";
        description
          "An alarm is sent when the transmitted power level
           is below the specified threshold.";
        reference
          "ETSI EN 301 129";
      }
      leaf ber-alarm-threshold {
        type enumeration {
          enum 1e-9 {
            description
              "Threshold at 1e-9 (10^-9).";
          }
          enum 1e-8 {
            description
              "Threshold at 1e-8 (10^-8).";
          }
          enum 1e-7 {
            description
              "Threshold at 1e-7 (10^-7).";
          }
          enum 1e-6 {
            description
              "Threshold at 1e-6 (10^-6).";
          }
          enum 1e-5 {
            description
              "Threshold at 1e-5 (10^-5).";
          }
          enum 1e-4 {
            description
              "Threshold at 1e-4 (10^-4).";
          }
          enum 1e-3 {
            description
              "Threshold at 1e-3 (10^-3).";
          }
          enum 1e-2 {
            description
              "Threshold at 1e-2 (10^-2).";
          }
          enum 1e-1 {
            description
              "Threshold at 1e-1 (10^-1).";
          }
        }
        default "1e-6";
        description
          "Specification of at which BER an alarm should
           be raised.";
        reference
          "ETSI EN 302 217-1";
      }
    }
    leaf if-loop {
      type enumeration {
        enum disabled {
          description
            "Disables the IF Loop.";
        }
        enum client {
          description
            "Loops the signal back to the client side.";
        }
        enum radio {
          description
            "Loops the signal back to the radio side.";
        }
      }
      default "disabled";
      description
        "Enable (client/radio) or disable (disabled)
         the IF Loop, which loops the signal back to
         the client side or the radio side.";
    }
    leaf rf-loop {
      type enumeration {
        enum disabled {
          description
            "Disables the RF Loop.";
        }
        enum client {
          description
            "Loops the signal back to the client side.";
        }
        enum radio {
          description
            "Loops the signal back to the radio side.";
        }
      }
      default "disabled";
      description
        "Enable (client/radio) or disable (disabled)
         the RF loop, which loops the signal back to
         the client side or the radio side.";
    }
    container capabilities {
      config false;
      description
        "Capabilities of the installed equipment and
         some selected configurations.";
      leaf min-tx-frequency {
        type uint32;
        units "kHz";
        description
          "Minimum Tx frequency possible to use.";
      }
      leaf max-tx-frequency {
        type uint32;
        units "kHz";
        description
          "Maximum Tx frequency possible to use.";
      }
      leaf min-rx-frequency {
        type uint32;
        units "kHz";
        description
          "Minimum Rx frequency possible to use.";
      }
      leaf max-rx-frequency {
        type uint32;
        units "kHz";
        description
          "Maximum Tx frequency possible to use.";
      }
      leaf minimum-power {
        type power;
        units "dBm";
        description
          "The minimum output power supported.";
        reference
          "ETSI EN 302 217-1";
      }
      leaf maximum-available-power {
        type power;
        units "dBm";
        description
          "The maximum output power supported.";
        reference
          "ETSI EN 302 217-1";
      }
      leaf available-min-acm {
        type identityref {
          base mw-types:coding-modulation;
        }
        description
          "Minimum coding-modulation possible to use.";
      }
      leaf available-max-acm {
        type identityref {
          base mw-types:coding-modulation;
        }
        description
          "Maximum coding-modulation possible to use.";
      }
      list acm-profile-list {
        key "profile-channel-separation-id "
          + "profile-coding-modulation-id";
        description
          "A list of acm-profile.
           Each acm-profile is identified by a channel-separation and
           coding-modulation values as supported by the carrier
           termination and defines the parameter's values of each
           transmission acm profile.
           Basically, the list contains all acm profiles supported by
           the device.  Profiles are organized into profile chains
           for each different channel separation value available. The
           chains are formed by the lower-acm-profile-ptr and
           upper-acm-profile-ptr pointers.  The sequence in the list
           reflects the sequence of profiles that are operated by the
           device according to the fading conditions, from the clear
           sky down to the persistent rain, and vice versa. The
           channel-separation and selected-cm configuration
           parameters (or the selected-min-acm/selected-max-acm
           pair) must address one of the profiles in the list.";
        leaf profile-channel-separation-id {
          type uint32;
          description
            "Uniquely identifies the acm profile (together with
             'profile-coding-modulation-id').  It could be used to
             allow the configuration of the channel-separation
             value.";
        }
        leaf profile-coding-modulation-id {
          type identityref {
            base mw-types:coding-modulation;
          }
          description
            "Uniquely identifies the acm profile (together with
             'profile-channel-separation-id').  It could be used to
             allow the configuration of the selected-cm (single
             mode) or selected-min-acm/selected-max-acm (adaptive
             mode).";
        }
        uses acm-profile;
        container lower-acm-profile-ptr {
          description
            "Together with the upper-acm-profile-ptr parameters it
             creates a chain of acm profiles related to a specific
             channel separation value.  Specifically it references
             the next lower acm-profile, while upper-acm-profile-ptr
             references the next higher profile.  The lowest profile
             in the chain, shall not instantiate this container.  The
             acm-profile-list can contain multiple chains related to
             different channel separation values supported by the
             device.";
          leaf profile-coding-modulation-id-ref {
            type leafref {
              path "../../../acm-profile-list"
                 + "/profile-coding-modulation-id";
            }
            description
              "A reference to an acm-profile to give an order in
               acm-profile-list.  This is the reference to the
               'profile-coding-modulation-id' key of the next lower
               acm-profile in the list respect to the current one.";
          }
          leaf profile-channel-separation-id-ref {
            type leafref {
              path
                "../../.."
              + "/acm-profile-list[profile-coding-modulation-id="
              + "current()/../profile-coding-modulation-id-ref]"
              + "/profile-channel-separation-id";
            }
            description
              "A reference to an acm-profile to give an order in
               acm-profile-list.  This is the reference to the
               'profile-channel-separation-id' key of the next lower
               acm-profile in the list respect to the current one.";
          }
        }
        container upper-acm-profile-ptr {
          description
            "Together with the lower-acm-profile-ptr parameters it
             creates a chain of acm profiles related to a specific
             channel separation value.  Specifically it references
             the next higher acm-profile, while lower-acm-profile-ptr
             references the next lower profile.  The highest profile
             in the chain, shall not instantiate this container.  The
             acm-profile-list can contain multiple chains related to
             different channel separation values supported by the
             device.";
          leaf profile-coding-modulation-id-ref {
            type leafref {
              path "../../../acm-profile-list"
                 + "/profile-coding-modulation-id";
            }
            description
              "A reference to an acm-profile to give an order in
               acm-profile-list.  This is the reference to the
               'profile-coding-modulation-id' key of the next higher
               acm-profile in the list respect to the current one.";
          }
          leaf profile-channel-separation-id-ref {
            type leafref {
              path
                "../../.."
              + "/acm-profile-list[profile-coding-modulation-id="
              + "current()/../profile-coding-modulation-id-ref]"
              + "/profile-channel-separation-id";
            }
            description
              "A reference to an acm-profile to give an order in
               acm-profile-list.  This is the reference to the
               'profile-channel-separation-id' key of the next higher
               acm-profile in the list respect to the current one.";
          }
        }
      }
    }
    container error-performance-statistics {
      config false;
      description
        "ITU-T G.826 error performance statistics relevant for
         a microwave/millimeter wave carrier.";
      leaf bbe {
        type yang:counter32;
        units "number of block errors";
        description
          "Number of Background Block Errors (BBEs).  A BBE is an
           errored block not occurring as part of Severely Errored
           Seconds (SES).  Discontinuities in the value of this
           counter can occur at re-initialization of the management
           system and at other times as indicated by the value of
           'discontinuity-time' in ietf-interfaces.";
        reference
          "ITU-T G.826";
      }
      leaf es {
        type yang:counter32;
        units "seconds";
        description
          "Number of Errored Seconds (ES).  An ES is a one-second
           period with one or more errored blocks or at least one
           defect.  Discontinuities in the value of this counter
           can occur at re-initialization of the management system
           and at other times as indicated by the value of
           'discontinuity-time' in ietf-interfaces.";
        reference
          "ITU-T G.826";
      }
      leaf ses {
        type yang:counter32;
        units "seconds";
        description
          "Number of SES.  SES is a one-second period that contains
           equal or more than 30% errored blocks or at least
           one defect.  SES is a subset of ES.  Discontinuities in
           the value of this counter can occur at re-initialization
           of the management system and at other times as indicated
           by the value of 'discontinuity-time' in ietf-interfaces.";
        reference
          "ITU-T G.826";
      }
      leaf uas {
        type yang:counter32;
        units "seconds";
        description
          "Number of Unavailable Seconds (UAS); that is, the
           total time that the node has been unavailable.
           Discontinuities in the value of this counter can occur
           at re-initialization of the management system and at
           other times as indicated by the value of
           'discontinuity-time' in ietf-interfaces.";
        reference
          "ITU-T G.826";
      }
    }
    container radio-performance-statistics {
      config false;
      description
        "ETSI EN 301 129 radio physical interface statistics relevant
         for a carrier termination.";
      leaf min-rltm {
        type power {
          range "-99..-20";
        }
        units "dBm";
        description
          "Minimum received power level.  Discontinuities in the
           value of this counter can occur at re-initialization
           of the management system and at other times as
           indicated by the value of 'discontinuity-time' in
           ietf-interfaces.";
        reference
          "ETSI EN 301 129";
      }
      leaf max-rltm {
        type power {
          range "-99..-20";
        }
        units "dBm";
        description
          "Maximum received power level.  Discontinuities in the
           value of this counter can occur at re-initialization
           of the management system and at other times as
           indicated by the value of 'discontinuity-time' in
           ietf-interfaces.";
        reference
          "ETSI EN 301 129";
      }
      leaf min-tltm {
        type power {
          range "-99..99";
        }
        units "dBm";
        description
          "Minimum transmitted power level.  Discontinuities
           in the value of this counter can occur at
           re-initialization of the management system and
           at other times as indicated by the value of
           'discontinuity-time' in ietf-interfaces.";
        reference
          "ETSI EN 301 129";
      }
      leaf max-tltm {
        type power {
          range "-99..99";
        }
        units "dBm";
        description
          "Maximum transmitted power level.  Discontinuities
           in the value of this counter can occur at
           re-initialization of the management system and
           at other times as indicated by the value of
           'discontinuity-time' in ietf-interfaces.";
        reference
          "ETSI EN 301 129";
      }
    }
  }

  /*
   * Radio Link Protection Groups
   */

  container radio-link-protection-groups {
    description
      "Configuration of radio link protected groups of
       carrier terminations in a radio link.  More than one
       protected group per radio link terminal is allowed.";
    uses ifprot:protection-groups {
      refine "protection-group/members" {
        must "derived-from-or-self(/if:interfaces/if:interface"
           + "[if:name = current()]"
           + "/if:type, 'ianaift:microwaveCarrierTermination')" {
          description
            "The type of a protection member must be
             'microwaveCarrierTermination'.";
        }
      }
      refine "protection-group/working-entity" {
        must "derived-from-or-self(/if:interfaces/if:interface"
           + "[if:name = current()]"
           + "/if:type, 'ianaift:microwaveCarrierTermination')" {
          description
            "The type of a working-entity must be
             'microwaveCarrierTermination'.";
        }
      }
    }
  }

  /*
   * XPIC & MIMO groups - Configuration data nodes
   */

  container xpic-pairs {
    if-feature "xpic";
    description
      "Configuration of carrier termination pairs
       for operation in XPIC mode.";
    reference
      "ETSI TR 102 311";
    list xpic-pair {
      key "name";
      description
        "List of carrier termination pairs in XPIC mode.";
      leaf name {
        type string;
        description
          "Name used for identification of the XPIC pair.";
      }
      leaf enabled {
        type boolean;
        default "false";
        description
          "Enable(true)/disable(false) XPIC";
      }
      leaf-list members {
        type if:interface-ref;
        must "derived-from-or-self(/if:interfaces/if:interface"
           + "[if:name = current()]"
           + "/if:type, 'ianaift:microwaveCarrierTermination')" {
          description
            "The type of a member must be
             'microwaveCarrierTermination'.";
        }
        min-elements 2;
        max-elements 2;
        description
          "Association to XPIC pairs used in the radio link
           terminal.";
      }
    }
  }
  container mimo-groups {
    if-feature "mimo";
    description
      "Configuration of carrier terminations
       for operation in MIMO mode.";
    reference
      "ETSI TR 102 311";
    list mimo-group {
      key "name";
      description
        "List of carrier terminations in MIMO mode.";
      leaf name {
        type string;
        description
          "Name used for identification of the MIMO group.";
      }
      leaf enabled {
        type boolean;
        default "false";
        description
          "Enable(true)/disable(false) MIMO.";
      }
      leaf-list members {
        type if:interface-ref;
        must "derived-from-or-self(/if:interfaces/if:interface"
           + "[if:name = current()]"
           + "/if:type, 'ianaift:microwaveCarrierTermination')" {
          description
            "The type of a member must be
             'microwaveCarrierTermination'.";
        }
        min-elements 2;
        description
          "Association to a MIMO group if used in the radio
           link terminal.";
      }
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="interface-protection-yang-data-model">
      <name>Interface Protection YANG Data Model</name>
      <t>The data nodes for management of the interface protection
functionality is broken out from the Microwave Radio Link Module into
a separate and generic YANG data model in order to make it also
available for other interface types.</t>
      <t>This module imports modules from <xref target="RFC8343"/>, and it references
<xref target="G.808.1"/>.</t>
      <sourcecode type="yang" markers="true" name="ietf-interface-protection@2024-03-03.yang"><![CDATA[
module ietf-interface-protection {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-interface-protection";
  prefix ifprot;

  import ietf-interfaces {
    prefix if;
    reference
      "RFC 8343";
  }

  organization
    "Internet Engineering Task Force (IETF) CCAMP WG";
  contact
    "WG List: <mailto:ccamp@ietf.org>

     Editors:
      Jonas Ahlberg (jonas.ahlberg@ericsson.com)
      Min Ye (amy.yemin@huawei.com)
      Xi Li (Xi.Li@neclab.eu)
      Daniela Spreafico (daniela.spreafico@nokia.com)
      Marko Vaupotic (Marko.Vaupotic@aviatnet.com)";
  description
    "This is a module for the entities in
     a generic interface protection mechanism.

     Copyright (c) 2024 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 Simplified BSD License
     set forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (http://trustee.ietf.org/license-info).

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

  // 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 2024-03-03 {
    description
      "Updating reference to RFC XXXX. - pretty printing";
    reference
      "RFC XXX: A YANG Data Model for Microwave Radio Link";
  }
  revision 2020-10-06 {
    description
      "Updating reference to RFC XXXX.";
    reference
      "RFC XXX: A YANG Data Model for Microwave Radio Link";
  }
  revision 2019-06-19 {
    description
      "Initial revision.";
    reference
      "RFC 8561: A YANG Data Model for Microwave Radio Link";
  }

  /*
   * Protection architecture type identities
   */

  identity protection-architecture-type {
    description
      "protection architecture type";
    reference
      "ITU-T G.808.1";
  }

  identity one-plus-one-type {
    base protection-architecture-type;
    description
      "1+1; one interface protects
       another one interface.";
    reference
      "ITU-T G.808.1";
  }

  identity one-to-n-type {
    base protection-architecture-type;
    description
      "1:N; one interface protects
       n other interfaces.";
    reference
      "ITU-T G.808.1";
  }

  /*
   * Protection states identities
   */

  identity protection-states {
    description
      "Identities describing the status of the protection
       in a group of interfaces configured in
       a protection mode.";
  }

  identity unprotected {
    base protection-states;
    description
      "Not protected.";
  }

  identity protected {
    base protection-states;
    description
      "Protected.";
  }

  identity unable-to-protect {
    base protection-states;
    description
      "Unable to protect.";
  }

  /*
   * Protection Groups
   */

  grouping protection-groups {
    description
      "Configuration of protected groups of interfaces
       providing protection for each other.  More than one
       protected group per higher-layer interface is allowed.";
    list protection-group {
      key "name";
      description
        "List of protected groups of interfaces
         in a higher-layer interface.";
      action manual-switch-working {
        description
          "A switch action initiated by an operator command.
           It switches a normal traffic signal to the working
           transport entity.";
        reference
          "ITU-T G.808.1";
      }
      action manual-switch-protection {
        description
          "A switch action initiated by an operator command.
           It switches a normal traffic signal to the protection
           transport entity.";
        reference
          "ITU-T G.808.1";
      }
      action forced-switch {
        description
          "A switch action initiated by an operator command.
           It switches a normal traffic signal to the protection
           transport entity and forces it to remain on that
           entity even when criteria for switching back to
           the original entity are fulfilled.";
        reference
          "ITU-T G.808.1";
      }
      action lockout-of-protection {
        description
          "A switch action temporarily disables access to the
           protection transport entity for all signals.";
        reference
          "ITU-T G.808.1";
      }
      action freeze {
        description
          "A switch action temporarily prevents any switch action
           to be taken and, as such, freezes the current state.
           Until the freeze is cleared, additional near-end external
           commands are rejected, and fault condition changes and
           received Automatic Protection-Switching (APS) messages
           are ignored.";
        reference
          "ITU-T G.808.1";
      }
      action exercise {
        description
          "A switch action to test if the APS communication is
           operating correctly.  It is lower priority than any 'real'
           switch request.";
        reference
          "ITU-T G.808.1";
      }
      action clear {
        description
          "An action clears all switch commands.";
        reference
          "ITU-T G.808.1";
      }
      leaf name {
        type string;
        description
          "Name used for identification of the protection group.";
      }
      leaf protection-architecture-type {
        type identityref {
          base protection-architecture-type;
        }
        default "ifprot:one-plus-one-type";
        description
          "The type of protection architecture used, e.g., one
           interface protecting one or several other interfaces.";
        reference
          "ITU-T G.808.1";
      }
      leaf-list members {
        type if:interface-ref;
        min-elements 2;
        description
          "Association to a group of interfaces configured for
           protection and used by a higher-layer interface.";
      }
      leaf operation-type {
        type enumeration {
          enum non-revertive {
            description
              "In non-revertive operation, the traffic does not
               return to the working interface if the switch requests
               are terminated.";
            reference
              "ITU-T G.808.1";
          }
          enum revertive {
            description
              "In revertive operation, the traffic always
               returns to (or remains on) the working interface
               if the switch requests are terminated.";
            reference
              "ITU-T G.808.1";
          }
        }
        default "non-revertive";
        description
          "The type of protection operation, i.e., revertive
           or non-revertive operation.";
      }
      leaf-list working-entity {
        when "../operation-type = 'revertive'";
        type if:interface-ref;
        min-elements 1;
        description
          "The interfaces that the traffic normally should
           be transported over when there is no need to use the
           protecting interface.";
      }
      leaf revertive-wait-to-restore {
        when "../operation-type = 'revertive'";
        type uint16;
        units "seconds";
        default "0";
        description
          "The time to wait before switching back to the working
           interface if operation-type is revertive.";
        reference
          "ITU-T G.808.1";
      }
      leaf hold-off-timer {
        type uint16;
        units "milliseconds";
        default "0";
        description
          "Time interval after the detection of a fault and its
           confirmation as a condition requiring the protection-
           switching procedure.";
        reference
          "ITU-T G.808.1";
      }
      leaf status {
        type identityref {
          base protection-states;
        }
        config false;
        description
          "Status of the protection in a group of interfaces
           configured in a protection mode.";
        reference
          "ITU-T G.808.1";
      }
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="microwave-types-yang-data-model">
      <name>Microwave Types YANG Data Model</name>
      <t>This module defines a collection of common data types using the YANG
data modeling language.  These common types are designed to be
imported by other modules defined in the microwave area.</t>
      <sourcecode type="yang" markers="true" name="ietf-microwave-types@2024-03-03.yang"><![CDATA[
module ietf-microwave-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-microwave-types";
  prefix mw-types;

  organization
    "Internet Engineering Task Force (IETF) CCAMP WG";
  contact
    "WG List: <mailto:ccamp@ietf.org>

     Editors:
      Jonas Ahlberg (jonas.ahlberg@ericsson.com)
      Min Ye (amy.yemin@huawei.com)
      Xi Li (Xi.Li@neclab.eu)
      Daniela Spreafico (daniela.spreafico@nokia.com)
      Marko Vaupotic (Marko.Vaupotic@aviatnet.com)";
  description
    "This module contains a collection of YANG data types
     considered generally useful for microwave interfaces.

     Copyright (c) 2024 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
     (http://trustee.ietf.org/license-info).

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

  // 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 2024-03-03 {
    description
      "pretty printing";
    reference
      "RFC XXX: A YANG Data Model for Microwave Radio Link";
  }
  revision 2023-10-06 {
    description
      "To add the summary of the changes in this revision:

       - Changed name for 8PSK.

       - Updated for 8PSK

       - Updated with proposal for BCA.";
    reference
      "RFC XXX: A YANG Data Model for Microwave Radio Link";
  }
  revision 2019-06-19 {
    description
      "Initial revision.";
    reference
      "RFC 8561: A YANG Data Model for Microwave Radio Link";
  }

  /*
   * Radio-link-terminal mode identities
   */

  identity rlt-mode {
    status deprecated;
    description
      "A description of the mode in which the radio link
       terminal is configured.  The format is X plus Y.
       X represents the number of bonded carrier terminations.
       Y represents the number of protecting carrier
       terminations.";
  }

  identity one-plus-zero {
    base rlt-mode;
    status deprecated;
    description
      "1 carrier termination only.";
  }

  identity one-plus-one {
    base rlt-mode;
    status deprecated;
    description
      "1 carrier termination
       and 1 protecting carrier termination.";
  }

  identity two-plus-zero {
    base rlt-mode;
    status deprecated;
    description
      "2 bonded carrier terminations.";
  }

  /*
   * Coding and modulation identities
   */

  identity coding-modulation {
    description
      "The coding and modulation schemes.";
  }

  identity half-bpsk {
    base coding-modulation;
    description
      "Half BPSK coding and modulation scheme.";
  }

  identity half-bpsk-strong {
    base half-bpsk;
    description
      "Half BPSK strong coding and modulation scheme.";
  }

  identity half-bpsk-light {
    base half-bpsk;
    description
      "Half BPSK light coding and modulation scheme.";
  }

  identity bpsk {
    base coding-modulation;
    description
      "BPSK coding and modulation scheme.";
  }

  identity bpsk-strong {
    base bpsk;
    description
      "BPSK strong coding and modulation scheme.";
  }

  identity bpsk-light {
    base bpsk;
    description
      "BPSK light coding and modulation scheme.";
  }

  identity qpsk {
    base coding-modulation;
    description
      "QPSK coding and modulation scheme.";
  }

  identity psk-8 {
    base coding-modulation;
    description
      "8PSK coding and modulation scheme.";
  }

  identity qam-4 {
    base coding-modulation;
    description
      "4 QAM coding and modulation scheme.";
  }

  identity qam-4-strong {
    base qam-4;
    description
      "4 QAM strong coding and modulation scheme.";
  }

  identity qam-4-light {
    base qam-4;
    description
      "4 QAM light coding and modulation scheme.";
  }

  identity qam-16 {
    base coding-modulation;
    description
      "16 QAM coding and modulation scheme.";
  }

  identity qam-16-strong {
    base qam-16;
    description
      "16 QAM strong coding and modulation scheme.";
  }

  identity qam-16-light {
    base qam-16;
    description
      "16 QAM light coding and modulation scheme.";
  }

  identity qam-32 {
    base coding-modulation;
    description
      "32 QAM coding and modulation scheme.";
  }

  identity qam-32-strong {
    base qam-32;
    description
      "32 QAM strong coding and modulation scheme.";
  }

  identity qam-32-light {
    base qam-32;
    description
      "32 QAM light coding and modulation scheme.";
  }

  identity qam-64 {
    base coding-modulation;
    description
      "64 QAM coding and modulation scheme.";
  }

  identity qam-64-strong {
    base qam-64;
    description
      "64 QAM strong coding and modulation scheme.";
  }

  identity qam-64-light {
    base qam-64;
    description
      "64 QAM light coding and modulation scheme.";
  }

  identity qam-128 {
    base coding-modulation;
    description
      "128 QAM coding and modulation scheme.";
  }

  identity qam-128-strong {
    base qam-128;
    description
      "128 QAM strong coding and modulation scheme.";
  }

  identity qam-128-light {
    base qam-128;
    description
      "128 QAM light coding and modulation scheme.";
  }

  identity qam-256 {
    base coding-modulation;
    description
      "256 QAM coding and modulation scheme.";
  }

  identity qam-256-strong {
    base qam-256;
    description
      "256 QAM strong coding and modulation scheme.";
  }

  identity qam-256-light {
    base qam-256;
    description
      "256 QAM light coding and modulation scheme.";
  }

  identity qam-512 {
    base coding-modulation;
    description
      "512 QAM coding and modulation scheme.";
  }

  identity qam-512-strong {
    base qam-512;
    description
      "512 QAM strong coding and modulation scheme.";
  }

  identity qam-512-light {
    base qam-512;
    description
      "512 QAM light coding and modulation scheme.";
  }

  identity qam-1024 {
    base coding-modulation;
    description
      "1024 QAM coding and modulation scheme.";
  }

  identity qam-1024-strong {
    base qam-1024;
    description
      "1024 QAM strong coding and modulation scheme.";
  }

  identity qam-1024-light {
    base qam-1024;
    description
      "1024 QAM light coding and modulation scheme.";
  }

  identity qam-2048 {
    base coding-modulation;
    description
      "2048 QAM coding and modulation scheme.";
  }

  identity qam-2048-strong {
    base qam-2048;
    description
      "2048 QAM strong coding and modulation scheme.";
  }

  identity qam-2048-light {
    base qam-2048;
    description
      "2048 QAM light coding and modulation scheme.";
  }

  identity qam-4096 {
    base coding-modulation;
    description
      "4096 QAM coding and modulation scheme.";
  }

  identity qam-4096-strong {
    base qam-4096;
    description
      "4096 QAM strong coding and modulation scheme.";
  }

  identity qam-4096-light {
    base qam-4096;
    description
      "4096 QAM light coding and modulation scheme.";
  }

  /*
   * TDM-type identities
   */

  identity tdm-type {
    description
      "A description of the type of TDM connection,
       also indicating the supported capacity of the
       connection.";
  }

  identity E1 {
    base tdm-type;
    description
      "E1 connection, 2.048 Mbit/s.";
  }

  identity STM-1 {
    base tdm-type;
    description
      "STM-1 connection, 155.52 Mbit/s.";
  }

  /*
   * Radio-link-terminal mode grouping
   */

  grouping rlt-mode {
    description
      "This grouping provides a flexible definition of number
       of bonded carriers and protecting carriers of a radio
       link.";
    leaf num-bonded-carriers {
      type uint32;
      mandatory true;
      description
        "Number of bonded carriers.";
    }
    leaf num-protecting-carriers {
      type uint32;
      mandatory true;
      description
        "Number of protecting carriers.";
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The YANG data models specified in this document define schemas 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.</t>
      <t>There are a number of data nodes defined in these YANG data models
that are writable/creatable/deletable (i.e., config true, which is
the default).  These data nodes may be considered sensitive or
vulnerable in some network environments.  Write operations (e.g.,
edit-config) to these data nodes without proper protection can have a
negative effect on network operations.  These are the subtrees and
data nodes and their sensitivity/vulnerability:</t>
      <t>Interfaces of type microwaveRadioLinkTerminal:</t>
      <artwork><![CDATA[
      /if:interfaces/if:interface/mode,
      /if:interfaces/if:interface/carrier-terminations,
      /if:interfaces/if:interface/rlp-groups,
      /if:interfaces/if:interface/xpic-pairs,
      /if:interfaces/if:interface/mimo-groups, and
      /if:interfaces/if:interface/tdm-connections:
]]></artwork>
      <t>These data nodes represent the configuration of the radio link
terminal, and they need to match the configuration of the radio link
terminal on the other side of the radio link.  Unauthorized access to
these data nodes could interrupt the ability to forward traffic.</t>
      <t>Interfaces of type microwaveCarrierTermination:</t>
      <artwork><![CDATA[
      /if:interfaces/if:interface/carrier-id,
      /if:interfaces/if:interface/tx-enabled,
      /if:interfaces/if:interface/tx-frequency,
      /if:interfaces/if:interface/rx-frequency,
      /if:interfaces/if:interface/duplex-distance,
      /if:interfaces/if:interface/channel-separation,
      /if:interfaces/if:interface/rtpc/maximum-nominal-power,
      /if:interfaces/if:interface/atpc/maximum-nominal-power,
      /if:interfaces/if:interface/atpc/atpc-lower-threshold,
      /if:interfaces/if:interface/atpc/atpc-upper-threshold,
      /if:interfaces/if:interface/single/selected-cm,
      /if:interfaces/if:interface/adaptive/selected-min-acm,
      /if:interfaces/if:interface/adaptive/selected-max-acm,
      /if:interfaces/if:interface/if-loop, and
      /if:interfaces/if:interface/rf-loop:
]]></artwork>
      <t>These data nodes represent the configuration of the carrier
termination, and they need to match the configuration of the carrier
termination on the other side of the carrier.  Unauthorized access to
these data nodes could interrupt the ability to forward traffic.</t>
      <t>Radio link protection:</t>
      <artwork><![CDATA[
      /radio-link-protection-groups/protection-group:
]]></artwork>
      <t>This data node represents the configuration of the protection of
carrier terminations.  Unauthorized access to this data node could
interrupt the ability to forward traffic or remove the ability to
perform a necessary protection switch.</t>
      <t>XPIC:</t>
      <artwork><![CDATA[
      /xpic-pairs:
]]></artwork>
      <t>This data node represents the XPIC configuration of a pair of
carriers.  Unauthorized access to this data node could interrupt the
ability to forward traffic.</t>
      <t>MIMO:</t>
      <artwork><![CDATA[
      /mimo-groups:
]]></artwork>
      <t>This data node represents the MIMO configuration of multiple
carriers.  Unauthorized access to this data node could interrupt the
ability to forward traffic.</t>
      <t>Some of the RPC operations in this YANG data model may be considered
sensitive or vulnerable in some network environments.  It is thus
important to control access to these operations.  These are the
operations and their sensitivity/vulnerability:</t>
      <t>Radio link protection:</t>
      <artwork><![CDATA[
  /radio-link-protection-groups/protection-group/
                                          manual-switch-working,
  /radio-link-protection-groups/protection-group/
                                          manual-switch-protection,
  /radio-link-protection-groups/protection-group/forced-switch,
  /radio-link-protection-groups/protection-group/
                                          lockout-of-protection,
  /radio-link-protection-groups/protection-group/freeze,
  /radio-link-protection-groups/protection-group/exercise, and
  /radio-link-protection-groups/protection-group/clear
]]></artwork>
      <t>These data nodes represent actions that might have an impact on the
configuration of the protection of carrier terminations.
Unauthorized access to these data nodes could interrupt the ability
to forward traffic or remove the ability to perform a necessary
protection switch.</t>
      <t>The security considerations of <xref target="RFC8343"/> also apply to this document.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>No IANA Considerations in this update.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC8561">
          <front>
            <title>A YANG Data Model for Microwave Radio Link</title>
            <author fullname="J. Ahlberg" initials="J." surname="Ahlberg"/>
            <author fullname="M. Ye" initials="M." surname="Ye"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="D. Spreafico" initials="D." surname="Spreafico"/>
            <author fullname="M. Vaupotic" initials="M." surname="Vaupotic"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document defines a YANG data model for control and management of radio link interfaces and their connectivity to packet (typically Ethernet) interfaces in a microwave/millimeter wave node. The data nodes for management of the interface protection functionality is broken out into a separate and generic YANG data model in order to make it available for other interface types as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8561"/>
          <seriesInfo name="DOI" value="10.17487/RFC8561"/>
        </reference>
        <reference anchor="RFC8343">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics).</t>
              <t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
              <t>This document obsoletes RFC 7223.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8343"/>
          <seriesInfo name="DOI" value="10.17487/RFC8343"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC7224">
          <front>
            <title>IANA Interface Type YANG Module</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines the initial version of the iana-if-type YANG module.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7224"/>
          <seriesInfo name="DOI" value="10.17487/RFC7224"/>
        </reference>
        <reference anchor="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="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">
          <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">
          <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">
          <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>
        <name>Informative References</name>
        <reference anchor="IANA-if-type-module" target="http://www.iana.or/assignments/iana-if-type">
          <front>
            <title>iana-if-type YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date year="2023" month="January"/>
          </front>
        </reference>
        <reference anchor="EN301129">
          <front>
            <title>Transmission and Multiplexing (TM); Digital Radio Relay Systems (DRRS); Synchronous Digital Hierarchy (SDH); System performance monitoring parameters of SDH DRRS</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="1999" month="May"/>
          </front>
          <seriesInfo name="EN 301 129 V1.1.2" value=""/>
        </reference>
        <reference anchor="EN302217-1">
          <front>
            <title>Fixed Radio Systems; Characteristics and requirements for point-to-point equipment and antennas; Part 1: Overview, common characteristics and system- dependent requirements</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2017" month="May"/>
          </front>
          <seriesInfo name="EN 302 217-1 V3.1.0" value=""/>
        </reference>
        <reference anchor="EN302217-2">
          <front>
            <title>Fixed Radio Systems; Characteristics and requirements for point to-point equipment and antennas; Part 2: Digital systems operating in frequency bands from 1 GHz to 86 GHz; Harmonised Standard covering the essential requirements of article 3.2 of Directive 2014/53/EU</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2017" month="May"/>
          </front>
          <seriesInfo name="EN 302 217-2 V3.1.1" value=""/>
        </reference>
        <reference anchor="G.808.1">
          <front>
            <title>SERIES G: TRANSMISSION SYSTEMS AND MEDIA, DIGITAL SYSTEMS AND NETWORKS; Digital networks ; General aspects Generic protection switching ; Linear trail and subnetwork protection</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2014" month="May"/>
          </front>
          <seriesInfo name="ITU-T Recommendation G.808.1" value=""/>
        </reference>
        <reference anchor="G.826">
          <front>
            <title>SERIES G: TRANSMISSION SYSTEMS AND MEDIA, DIGITAL SYSTEMS AND NETWORKS; Digital networks - Quality and availability targets; End-to-end error performance parameters and objectives for international, constant bit- rate digital paths and connections</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2002" month="December"/>
          </front>
          <seriesInfo name="ITU-T Recommendation G.826" value=""/>
        </reference>
        <reference anchor="ONF-model" target="https://www.opennetworking.org/images/stories/downloads/sdn-resources/technical-reports/TR-532-Microwave-Information-Model-V1.pdf">
          <front>
            <title>Microwave Information Model</title>
            <author>
              <organization>ONF</organization>
            </author>
            <date year="2016" month="December"/>
          </front>
          <seriesInfo name="TR-532, version 1.0" value=""/>
        </reference>
        <reference anchor="TR102311">
          <front>
            <title>Fixed Radio Systems; Point-to-point equipment; Specific aspects of the spatial frequency reuse method</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2015" month="November"/>
          </front>
          <seriesInfo name="ETSI TR 102 311 V1.2.1" value=""/>
        </reference>
        <reference anchor="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="RFC8432">
          <front>
            <title>A Framework for Management and Control of Microwave and Millimeter Wave Interface Parameters</title>
            <author fullname="J. Ahlberg" initials="J." role="editor" surname="Ahlberg"/>
            <author fullname="M. Ye" initials="M." role="editor" surname="Ye"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="LM. Contreras" initials="LM." surname="Contreras"/>
            <author fullname="CJ. Bernardos" initials="CJ." surname="Bernardos"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>The unification of control and management of microwave radio link interfaces is a precondition for seamless multi-layer networking and automated network provisioning and operation.</t>
              <t>This document describes the required characteristics and use cases for control and management of radio link interface parameters using a YANG data model.</t>
              <t>The purpose is to create a framework to identify the necessary information elements and define a YANG data model for control and management of the radio link interfaces in a microwave node. Some parts of the resulting model may be generic and could also be used by other technologies, e.g., Ethernet technology.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8432"/>
          <seriesInfo name="DOI" value="10.17487/RFC8432"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
      </references>
    </references>
    <section anchor="changes-bis">
      <name>Changes from RFC 8561</name>
      <t>To be added in a future revision of this draft.</t>
    </section>
    <section anchor="example-10-and-20-configuration-instances">
      <name>Example: 1+0 and 2+0 Configuration Instances</name>
      <t>This section gives simple examples of 1+0 and 2+0 instances using the
   YANG data model defined in this document.  The examples are not
   intended as a complete module for 1+0 and 2+0 configuration.</t>
      <section anchor="instance">
        <name>1+0 Instance</name>
        <figure anchor="fig-1-plus-0-example">
          <name>1+0 Example</name>
          <artwork type="ascii-art" name="1+0-example.txt"><![CDATA[
                    /--------- Radio Link ---------\
                     Near End              Far End

              +---------------+           +---------------+
              |  Radio Link   |           | Radio Link    |
              |  Terminal A   |           | Terminal B    |
              |               |           |               |
              |               |           |               |
              | +-----------+ |           | +-----------+ |
              | |           | | Carrier A | |           | |
              | |  Carrier  | |<--------->| |  Carrier  | |
              | |Termination| |           | |Termination| |
              | |     1     | |           | |     1     | |
              | +-----------+ |           | +-----------+ |
              |               |           |               |
              |               |           |               |
              +---------------+           +---------------+

        \--- Microwave Node ---/          \--- Microwave Node ---/
]]></artwork>
        </figure>
        <t><xref target="fig-1-plus-0-example"/> shows a 1+0 example.  The following instance shows the 1+0 configuration of the Near End node.</t>
        <artwork type="ascii-art" name="1+0-example.json"><![CDATA[
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "RLT-A",
        "description": "Radio Link Terminal A",
        "type": "iana-if-type:microwaveRadioLinkTerminal",
        "ietf-microwave-radio-link:mode":
           "ietf-microwave-types:one-plus-zero",
        "ietf-microwave-radio-link:carrier-terminations": [
          "RLT-A:CT-1"
        ]
      },
      {
        "name": "RLT-A:CT-1",
        "description": "Carrier Termination 1",
        "type": "iana-if-type:microwaveCarrierTermination",
        "ietf-microwave-radio-link:carrier-id": "A",
        "ietf-microwave-radio-link:tx-enabled": true,
        "ietf-microwave-radio-link:tx-frequency": 10728000,
        "ietf-microwave-radio-link:duplex-distance": 644000,
        "ietf-microwave-radio-link:channel-separation": 28000,
        "ietf-microwave-radio-link:polarization": "not-specified",
        "ietf-microwave-radio-link:rtpc": {
          "maximum-nominal-power": "20.0"
        },
        "ietf-microwave-radio-link:single": {
          "selected-cm": "ietf-microwave-types:qam-512"
        }
      }
    ]
  }
}
]]></artwork>
      </section>
      <section anchor="instance-1">
        <name>2+0 Instance</name>
        <t><xref target="fig-2-plus-0-example"/> shows a 2+0 example.</t>
        <figure anchor="fig-2-plus-0-example">
          <name>2+0 Example</name>
          <artwork type="ascii-art" name="2+0-example.txt"><![CDATA[
                    /--------- Radio Link ---------\
                     Near End              Far End

              +---------------+           +---------------+
              | Radio Link    |           | Radio Link    |
              | Terminal A    |           | Terminal B    |
              |               |           |               |
              |               |           |               |
              | +-----------+ |           | +-----------+ |
              | |           | | Carrier A | |           | |
              | |  Carrier  | |<--------->| |  Carrier  | |
              | |Termination| |           | |Termination| |
              | |     1     | |           | |     1     | |
              | +-----------+ |           | +-----------+ |
              |               |           |               |
              | +-----------+ |           | +-----------+ |
              | |           | | Carrier B | |           | |
              | |  Carrier  | |<--------->| |  Carrier  | |
              | |Termination| |           | |Termination| |
              | |     2     | |           | |     2     | |
              | +-----------+ |           | +-----------+ |
              |               |           |               |
              +---------------+           +---------------+

        \--- Microwave Node ---/          \--- Microwave Node ---/
]]></artwork>
        </figure>
        <t>The following instance shows the 2+0 configuration of the Near End
node.</t>
        <artwork type="ascii-art" name="2+0-example.json"><![CDATA[
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "RLT-A",
        "description": "Radio Link Terminal A",
        "type": "iana-if-type:microwaveRadioLinkTerminal",
        "ietf-microwave-radio-link:mode":
          "ietf-microwave-types:two-plus-zero",
        "ietf-microwave-radio-link:carrier-terminations": [
          "RLT-A:CT-1",
          "RLT-A:CT-2"
        ]
      },
      {
        "name": "RLT-A:CT-1",
        "description": "Carrier Termination 1",
        "type": "iana-if-type:microwaveCarrierTermination",
        "ietf-microwave-radio-link:carrier-id": "A",
        "ietf-microwave-radio-link:tx-enabled": true,
        "ietf-microwave-radio-link:tx-frequency": 10728000,
        "ietf-microwave-radio-link:duplex-distance": 644000,
        "ietf-microwave-radio-link:channel-separation": 28000,
        "ietf-microwave-radio-link:polarization": "not-specified",
        "ietf-microwave-radio-link:rtpc": {
          "maximum-nominal-power": "20.0"
        },
        "ietf-microwave-radio-link:single": {
          "selected-cm": "ietf-microwave-types:qam-512"
        }
      },
      {
        "name": "RLT-A:CT-2",
        "description": "Carrier Termination 2",
        "type": "iana-if-type:microwaveCarrierTermination",
        "ietf-microwave-radio-link:carrier-id": "B",
        "ietf-microwave-radio-link:tx-enabled": true,
        "ietf-microwave-radio-link:tx-frequency": 10618000,
        "ietf-microwave-radio-link:duplex-distance": 644000,
        "ietf-microwave-radio-link:channel-separation": 28000,
        "ietf-microwave-radio-link:polarization": "not-specified",
        "ietf-microwave-radio-link:rtpc": {
          "maximum-nominal-power": "20.0"
        },
        "ietf-microwave-radio-link:single": {
          "selected-cm": "ietf-microwave-types:qam-512"
        }
      }
    ]
  }
}
]]></artwork>
      </section>
      <section anchor="xpic-instance">
        <name>2+0 XPIC Instance</name>
        <t>The following instance shows the XPIC configuration of the Near End
node.</t>
        <artwork type="ascii-art" name="2+0-xpic-example.json"><![CDATA[
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "RLT-A",
        "description": "Radio Link Terminal A",
        "type": "iana-if-type:microwaveRadioLinkTerminal",
        "ietf-microwave-radio-link:mode":
           "ietf-microwave-types:two-plus-zero",
        "ietf-microwave-radio-link:carrier-terminations": [
          "RLT-A:CT-1",
          "RLT-A:CT-2"
        ],
        "ietf-microwave-radio-link:xpic-pairs": [
          "xpic-pair1"
        ]
      },
      {
        "name": "RLT-A:CT-1",
        "description": "Carrier Termination 1",
        "type": "iana-if-type:microwaveCarrierTermination",
        "ietf-microwave-radio-link:carrier-id": "A",
        "ietf-microwave-radio-link:tx-enabled": true,
        "ietf-microwave-radio-link:tx-frequency": 10728000,
        "ietf-microwave-radio-link:duplex-distance": 644000,
        "ietf-microwave-radio-link:channel-separation": 28000,
        "ietf-microwave-radio-link:polarization": "not-specified",
        "ietf-microwave-radio-link:rtpc": {
          "maximum-nominal-power": "20.0"
        },
        "ietf-microwave-radio-link:single": {
          "selected-cm": "ietf-microwave-types:qam-512"
        }
      },
      {
        "name": "RLT-A:CT-2",
        "description": "Carrier Termination 2",
        "type": "iana-if-type:microwaveCarrierTermination",
        "ietf-microwave-radio-link:carrier-id": "B",
        "ietf-microwave-radio-link:tx-enabled": true,
        "ietf-microwave-radio-link:tx-frequency": 10618000,
        "ietf-microwave-radio-link:duplex-distance": 644000,
        "ietf-microwave-radio-link:channel-separation": 28000,
        "ietf-microwave-radio-link:polarization": "not-specified",
        "ietf-microwave-radio-link:rtpc": {
          "maximum-nominal-power": "20.0"
        },
        "ietf-microwave-radio-link:single": {
          "selected-cm": "ietf-microwave-types:qam-512"
        }
      }
    ]
  },
  "ietf-microwave-radio-link:xpic-pairs": {
    "xpic-pair": [
      {
        "name": "xpic-pair1",
        "members": [
          "RLT-A:CT-1",
          "RLT-A:CT-2"
        ]
      }
    ]
  }
}
]]></artwork>
        <t>~~~~</t>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document was prepared using the kramdown RFC tool written and maintained by Carsten Bormann. Thanks to Martin Thomson for the github integration of the kramdown RFC tool and for the aasvg tool which is used for the ascii to SVG conversion.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Italo Busi">
        <organization>Huawei Technologies</organization>
        <address>
          <email>italo.busi@huawei.com</email>
        </address>
      </contact>
      <contact fullname="Koji Kawada">
        <organization>NEC Corporation</organization>
        <address>
          <postal>
            <street>1753, Shimonumabe Nakahara-ku</street>
            <region>Kawasaki, Kanagawa</region>
            <code>211-8666</code>
            <country>Japan</country>
          </postal>
          <email>k-kawada@ah.jp.nec.com</email>
        </address>
      </contact>
      <contact fullname="Carlos J. Bernardos">
        <organization>Universidad Carlos III de Madrid</organization>
        <address>
          <postal>
            <street>Av. Universidad, 30</street>
            <city>Leganes, Madrid</city>
            <code>28911</code>
            <country>Spain</country>
          </postal>
          <email>cjbc@it.uc3m.es</email>
        </address>
      </contact>
      <contact fullname="Marko Vaupotic">
        <organization>Aviat Networks</organization>
        <address>
          <postal>
            <street>Motnica 9</street>
            <city>Trzin-Ljubljana</city>
            <code>1236</code>
            <country>Slovenia</country>
          </postal>
          <email>Marko.Vaupotic@Aviatnet.com</email>
        </address>
      </contact>
      <contact fullname="Xi Li">
        <organization>NEC Laboratories Europe</organization>
        <address>
          <postal>
            <street>Kurfursten-Anlage 36</street>
            <city>Heidelberg</city>
            <code>69115</code>
            <country>Germany</country>
          </postal>
          <email>Xi.Li@neclab.eu</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+19a3PbRrLod1btf5ij1L2WEoESJVmx6ZNdy5LsaGMpXlHO
o/bsrQLJoYgIBLh4WGIcnd9+u3vewIAv2U5216xULADz6Onp6e7p6e4JgqA1
SIdRct1lZTEKnrRaRVTEvMs2jtjPRxev2ElYhOw8HfKYjdKMnUeDLL0N33F2
GQ6jlL2OkpuNVtjvZ/wdVPJ9pnY2WoOw4NdpNuuyvBi2hukgCSfQzzALR0Uw
64eTIBsNnjw+7PSjPIihcF600n6exhz+7DL80oqmWZexIivzYm939+nuXisv
+5Moz6M0KWZTaO7s9OoljCjJeZKXUA3K8hZAtt8KMx522WVaFjDa1m2a3Vxn
aTntsuPjo/M37Ed4AR/YK3zZuuEzKDGE9pKCZwkvghOEs/WOJyXvthiz68Kj
6Nxtg7FJGMXw9tVzfhdOpjFvD9IJvA6zwbjLxkUxzbs7O9a3nR9fYdNRMS77
Xfa2d3q5c3n65nt4J/Dhr/T66Oq0d9WaRl329yIdbLM8zYqMj3L4azbBP/7R
aoVlMU4zgDyA1hgblXEs8N8bpEXBzsMkH0U8HtLXNLsOk+jXsAC0dtlpFg3y
PE3oExdjyrFWe6JqPeeyjBhhtY+/pkmYs6Nx3OfZ9Zwe2NEL+poD+BxGC9Qz
HKfxJJ9GGU9Yp0NfB1EBRPQqLXg/lc0BCUM3B52v2eND+aJMCqS13i0fcgf0
XxCYdiiAWQD4eZSwn7kH4m/L8JZH7IoPxkkap9cRzx3IL9J258nTp9vsp2hW
hjAwIhwL/OMxT66HpQX9Yafz9X7Hhf54HCWhDXw4mbVnfBIlz8cEgR/sE4CU
xyHrTYHmR9Eg9YzgIr2JQhawsysH8B/g5WkCmJmxN2F2s806BxbUP0QTnuFC
ZpvnZ1sW8Hu7T76uwH5WhPHMhn0ooGrnCqrnCcLQPIQ4BRji0AN87+zotNp0
nLanUPp5HkaAoAE1i5ygyKJ+WXhpH0FM2Ysyj1aYYtllhHXbfag7dyq+S3+J
2HfhbTj0jePi9Jgdp9k0zeiFMxOdrx/vb7PeOJqkSTkJ+5xdhDfhOMzC4EbQ
TcavqRVsPg9vom34Kwmv4cmemU4neHJ4WFkWfw2nobMqboIbAvJ5OG7/Mm0n
fOAfz3GYxWnO/tpmL4AvhtkwzT3jeptE73iWR8NwqGqcnZ2xIQdGM8yioTPQ
o3dtu8I229+1SO41h4Y58DKrphzZk6edCs31pmHkDGvwS3/wPCra5WB/0sYJ
rK1wIPKU/RCW07SIBp6hHL2LwoJd8AIlhrvIz9MiiQYhe2qBe5X9GiXB61/K
fvxLmNgT0dnbr/KmOAW2EDkLnOBpK3ieU+8gfvyT8VMELLKBrF6HfaSqNAO6
Zadllk65A/x3ZTYqs7zgSXCUxOE1Zwo8Gse3PAKRr/m1ZFGA8MfuGF7xDKSA
s85/itqvo+dAQXHYb/Oy1UpSKFPABHdbUTIyD4ydHV0cBdEoQPEZTNJhGdNr
kKdCCYkAheq7UEfOqRCV0SKN1TGADdOHITArUBn+GiZlmM2AT+3tiw7C7JpL
gQry9Pb2to2dtdNsJwR14jqZ8KTId2wAoN7pxf5up7P31AHyzxKCqwzEoVRG
WJgM2XkZFxFI6TvUCTavzreesZPoGhmH0I5kvUtgijPWm8FcTHK2eXJ52YOS
vVkyGGdpkpa5rvVtxDNUHmZss3fy7dYz2YCoyqY8I+QmA86AZ0Q499DxFDjG
BHSoLGfpiEE9hj0sxODpVe/MxuA5wNh5+lTQes6RrHAyoeAFLNgOkPdT9kOn
3WnvSTzt7XW+DjpeTL2M7vhQaohy3M9A1gGgA4AzyoHyc8SgLJ7xf5agANCM
kBI6TaOkCIo0oD8Yfp7iV8J6CBpbAiJeYQfEWME6XfY9MJh3Eb/dBuKdAH7Y
oN4hKEwITSCrDvmUJ0Ns2AZhLdTt7Xa+9qNujxGi2A/7gLxdG3l7Hw95bBXk
7XU1BeaSSoGboMgC8gINaYR98GQwY31oA3rJSM3FX4e9+vZX6Iw9OcS/nrFv
wwxpM4ch9AooDRIE5gOmBtsqxlzW4zko8EUEPTrwAwEDQNEgBm7V3sPHE/g2
QHYiKwKeD3Ye7++cvv0o07QnpgnFzqv2k90nbT+Bg+Z+dtpjr0AeXB5d9M7P
er2z7y9Y7+fe1el5jx1dnLDz05Ozo212cvbq7OrotapnFbg4vfrx+8vveoZp
JFIIsWfAdkFHg1dhPoXh57I6vY0GbJqBcjzAUbL8NioGY0TuM1SneZjBlgjY
tKD2si/blA2Yios57NXb4MqDvoMa+qgkcDlcdrCcqL7CnsDj3uHvgcWA/a0M
Y5B21moJ3wFuwn5Er4WMgNV1mgyR2wDwjGcZriHDahXmDJdFzKb9XwRZijUX
0S6SRh7GyICSHIi/YP2oULwmQ616KGGchsVYNARFEzEji/lObUpO+IBPQIbD
vOzuLT0ve6gHfH/xEgUyj52ZMdv7MyXIoQ5ZBxZCBy02wNY5rMF2dRk83t/b
ZqQUQheCM7piO5dyG3hRIicV6Bwk+PVONAGFJt/JhfqzM0xvkzgNh/BmmAQZ
z9MyG8D7AnV70OBieAc6OMh70W+gxxlY4wxonAEIuelwBNBcXXZAm+isIOLe
NMgtLchhMUewM1LLGhkc8ESWAz0gLzSMNuNlDlKeA7qHKzO6C+C3CvWP69wO
SsPYGAyOwehQqO/BQm0FQcDCPqiPIGdaratxlLNhOihJdAz5CHgLUKxQ0oZo
M5pomxFtwlLBcia4QyFuDoNrZYSfGI1EtERG4YALuodhR5mm/ne0HFNYF4Mb
XrBNUMdw2mB/eQoF0T6zZTcAMgn6V3O4M4niOKLFyYh2E4CsDfMHmEVIW/gs
1qkDHaFet2oz1VGZDMRaRriivNXP0huesLQssEIKveccOQIsaRzMteTLVeQA
nGk2BLCKtDUJb6C3QnEgkHAIUIrDs4BAPRQQlLNbHsdt5s6Ctpaxy5fHZDBr
i2mbRMMhKM2tL9CclYEGLVj8SpNooUbyJZpTmEREk28iN/MtNZVArzERYz6O
posmEursQIdXMGXBCUw9MYCKLn1yXpvw1lITTtRtBLqkfDV2GotPL6xqIY19
tfz6VNssbhztdhUOUCzevzeK3/19KxfFATaEyehDlqDBaakrZKh9Ab88QH2r
pTUvi9418Q3iEgkfpnIUXZfCBCH0goKEEa6NcDAAEiXlLCVIEn6rdsNoNVQ0
gWZiZLecHcEGJcKVUma89f79X4AWn+wfwJDaSHDQLMftlVpfDpXFcXorxjvC
QVIfddprGdoz8yCYS2XercVrsCameghbUSahO9hH6JhYTabnCDV/MwUJ50NN
z/kAEK6Iv7Jcthny5kGYo9WiRjzFOCyoCTFobDXHacrLKYogAOMcsIga8Tay
A+A676IhrcohL4A1ABDX4RTaDeNZDvAC65CAzkSzuAF1t30Ig82ycEQS/bCe
crKHYxkO896Po3wMfRB02LoCTAoiQZRDM0SaEXuEYsz9EFV8oCccL40kU4pG
zsbpLTUHA8lZPk7LGCrw1gimDyqBxjoWtMHf8Tid2uwYqY9AAzwdVUgT6QJI
mtiFLG5jaluMoMhKIk0PASIjN2DbZSXNMKKZ/0KaAeZ6fy+GGhWtsLwWsyu/
7h/s398jWIBuoHU9ohymxGq2JnKInCRvNOxN0oTCvuQghoZuAW9qObcMzcfh
TG6rUtkL1RmE0AHKLUlagHrQgC0O3oIGJlESCr6PVcI8TwcR8IQhU2yaRg5s
2AIT6V7t4qbQ8QD5taX/ukABTQ+yqO8gVaAtRGKHiYhyxTFwilYV0q2qkGar
CumWMEjZUpppKR3n6TKi2uF5MNaqZC1xBTnrTjM0R5BITSmXW2Y82ikHY0RV
TZA8I5TgOZh9Bid0dJt4n2lmBpq5pdmLs7737/UOgOhciEaaFU0WtCqiwlpv
mkXFPBzlO4YH6ZUCEzRNcdC4klNUNwCrZAAw/JY4HFS5HUc4xoyLNfwr0UrL
Ydqg03zBrohe0UZPWznYWii4coF+IVmINqFoTk2WuSC9wtaBuq3WcZiBRpDJ
RoVM3Dy+2kIKChNrfhUWauupRaOhdQMqLC0uXBcxFqW2YT2fFdie1n40g4HS
EWznC2FKLEigCxEy4KAKkXgXe4CIiMua4Su1ajcvX3vAFdAJyUD8RcHdUvoW
LGY9FinsGxa+Km7WfotUblyjYqJzgV/SULgYRgmsmNHASJzkaI0DuAhZ85Q3
ZEnt6jyGUDqZLZhKEBHH5+xoGE5xJ86O6ZxbWJDFcQuWuHpzzI7KIsU93kDZ
cAvs/U16C/8/FsoGln3x4pS9AOTh2S8M8kWcDm7YKRoE6OvpJXsBrIFewNKD
Huj1m9538D5B6/ObMYiXoDeORgX7js9Q7kIJgNEL2vEV8xAjfjntiV7QiAZS
FUQqvj17KU6rJ3yIU8Zeqt0ifjw/O/9eK9FQbgpcUD9+XxbwjMUuFdNwKgNB
MQ+l4ae/HZ2jGWUIbBQl2tFkCuy2HPLKWP6GWLDK+TFxiZNxySfAw/VM1Keh
B8PvgWoAe4qZDw9Imc2bByzx9qjH3iaGfVuVf3pzdsyOszTPoeM4zOQmWmB2
BH2idf0YDT+xGh1yoIxDK0qut1pHsOIRE4KZZeF0jOscVvE046jIhw7TtDUQ
RczA5vCgBsQhlbIIW2ryEw47fKAZZSKYTfppnItlAH20gAagY1ghUe6qL1Ih
31Xc800GX+/EJoqcPS5wFV8A485bZ5VFtc3w4Im0R0sok8GLpJ81FGEBEwt0
KroYGgVBSzL5zeY0WlsC9Q7QNYWpwVokOgGrwDyEfgqyGeUKaZC3iRgcCNJA
tEjD+02OjjH2m31+xNzfb0B0cm6hyiSL1euIF6NAs6aAhHBAu9zf3L03VJuF
AKRVDZ8DsV+3exIi+PDpUxDBUAsPmHARsN/cw64KfO/fe47KRAMj5kBr7Yrr
3QoNi2qhpuSpFVhmjvoYJ7dyRDXUWAOtVnvfZV+YeRGGsm82NNmRfqimleZI
zu3GfesLr79R1TGpJbrA5UIUTZ9xSbZa/ws/IJFBFAVhVkiNrts8ry32VRBk
t8y8sRASkNNP3oIRilLVT1+yv+P6+AeWYLIMvnBnE/R/5ENWGaud0No9E1L/
wqRiVMwAY3atCRnx8i/ttqNR10xlpbw0EUAnsl354wnMk3JAMMWlPTUQfX+5
VBcZsmUUtsFtGJGlExYwWgWwtxKqoanXFB+n8TBIR0DU6FdiIKqWJMW3KHNT
ggDxoCW4w+1BGcaBOPgI5CiaC9hHHqYMEOWAD2UZ+wPKfNhBANRNNYHufuX2
G37Hs0GUO+8GoCBnitjuQAsMpqAswv4R/77/iyEx/W0ebdUpiico2IaAsH6a
Ql+Jn3DqcylLRJNUUjt7jw8IEqt9NDA1gjQPomUAajG5t2Y79rfceUKzt2gp
Gto0ooEQHzdRMgXpFKcMnZd+Y3dB0KW34pFeZMLC4CMyMSvdzSwuAlNLE798
K18qhJSToA8iDKhJqv+5IvH9vXpRRVSw8ExxXViUkx+CwmiF/snUgE3lZH6p
Ogz+zHbm8bid6psdnFjdoqFYxRewQfPW/KnqUa+auutk9qVpxnpr/e02pGlS
NFQMJ4F1UgZ0iW+Qzf2DvYc/BflahY2MdSe4oUHDklaiRjVRc6myuAvM2tA/
s0gEA4RSyL+DKiN0mLdp0ZwUOUzVIqJNLBKkWTCMUBcbSGIW9G01oFaGJCXr
y1+qDcvawxJV7Uq7qtvKR9GGDVkKe7sC+bOnq9Jb0NtkdcmMQ5hMYPrC4oPa
jRcrU0vnt6bDh+XNKW5MLD4gUFdMBxWUwRv5QtN9eBdNYLEnKe2jAmqJMfrH
NBXqplS9UDW1fEtO3SAmkIsxSGWUvay5ZDmdNpR0cK8NFcDeYjTXEtK8RYUJ
wynnFASMCk90od0KTaWCXWFHcfEr3lUwnPMYli7y3EkDDw+lWaCCYfnWxYhu
DZAchL4mPUXDO19RF3t3AJ9FZnOK5klkKUiwoxtEkzA+PKiWAw5rsxFdrsZ7
B0VgeTGYmc4Vikids6csCGFtTEzJv7AKySLrqdKDp1K1Doh+X9PNKw92QXGa
Th1t0FcuW6pcSlYvcvkQLr6/ydc42UWNCbncDovBRC9TDFqrszRva8sUixJa
94RLNUAXsalmDtrQoYtXS5oSksL/4qFHT2FB43MLD0inGUVQPAYOrTSQv6uX
dc4M4pLprzWOEA3/Ya3YlM1vx9WzKjU8bXvGoapZ5fLBmE/MDgr7eOKUVewY
F7g0qXqkpd7ciBO2IMwDMpNYIGEtowpYwAiic6a/ws0dIl5cUIgGe7qmhSrx
2xKYQ40TOkDDv8FcraJvkrw1RT0hhfxArQvTWiCJOuT85bBNVMeEm4BF8/0+
0gbaf7rkJ80zZ+3yfN7XfP7nMvR+Fh+FRt8In00TsFmZWIzApqumT0hJzbWc
T2h2QaNMmJGjQIC6+zcbjVaXNtpuNoTx5vRuGoeJYyA1NiDb5oNGUDpmkjZP
aaLFsw7LL0Ha+6TaLk5Y0JyNNsvjKwwKg8WK53m34Sxn4XQaRwPkbe1Wa2PH
VvDVnztSWd9AwypV1XXIlAWNtxk7pUJ0qg56KX1E31X7QIZMZAlX0JNPYFSU
CPTxlTo4FGc1AbnPoNWTh3mpPAk2YEJS0DWKfGObHkr0ZctBrt/gqxa+6mdp
OLReUrkJmsOrLwHMAZ4sykciddVKmdwk6W1C28SUSpAJRPeNT27n4l2r3j2+
rvePby0AEG2iAQkGU/OEtmGJMOWCIb0eFIlYnkjDdILhIPKYExYyHqLrGa9N
m6QJtIovaXYkO6c6JSYTJp3p8SEfCau4tGQKnxzb8rvtGmSxrHjx9d7egXEs
AA1M2qXRtUA5HIrqxscenlviGWMTVO3378mXk+zgZAZFpqHPtBsN2+9bgr0E
xvWyg/6JZPifIuFulFnSxQa6dL6bd+8mcTfJu8SUGhvewEakCXiSxc/wsEXg
rGYuf0+sRZbF98I/UuOiJWTYBnq5ITqp6XurPduQ7jQmre3V8hW7uVtlNKd3
nL5a74329Eq7+GVe248P6yPzGd2dZpWFfrmGW66rKJXaUCGvwMSuo4QLd42r
ML9hL9EqyjbRt2BLhc2+oqbQJQv9QqmBH1/BesFo1f/GgKAi7Q4G4WT6HIFH
79w/twQ0p0MMUcmVz6oTJMo2m8M0t2QFEZzJNn0xkaoMRUixzUpIkvpai5Nk
m3OCFHW/TsgY26yEbIVWyNYWIUe4ukwNholv4AG9Yh7Kl4A0z4jO4kRnoXZL
MRxOuPy1JRaP0+ksi67HBWyftzC+6UD4flxhkLR28QCdIEc7luVjEcqoAeE5
rD3CBsJX8iiOGTWbMzyyzGAXqHq85GhqoahK5TCI3mAwG8KvWvh/iRNvVETQ
kwOP9FKhMtADOuHA2MmbCVvZRnRM0Z6JW0c2LbO8DClMZVtFKuBxomhAOicA
++YJdCx8OogC5SmncI665O8ozuRF7wSIgMqK+jnQNgAGIAHMPbk4D9oDhQKD
v0c5xR/G7A16T+TaC59itgrpW0XFT+Rpl/y+KePKKFSd87ai/R0JdIC+1lsK
o0QPit+q817rKIyQg5E48A1X8E/we6bGIry68HVU5DweETFhjCBoRwh6glTJ
8/YGsdydHSp6Omx38Tg6RoaOzYkpEkYEKgH7ZHQRF84nk5RMIlCZQIMm5aNq
Qvj4yuN2dDM3p7hyCNOyH8vJpgKqOSL+SUj+MJszHqJFLSnGwTCcbSHAulUk
7WB3H/6THK+6rGBhwaItyBMH+C/MzsYcLghj7rIVchwoTmzDsx90doPdw2Z4
rmADPJQeo+VkgitCLTPYdlzzXLutqGa7kiQYCwBz6NwyRWzlTKmAQHDXoBic
5XnJ2RedfZqhLzqHbauitwCTyuigFBGKqmEcsbXDspp5SyXkgbxw3JJOgS+O
j9ofGbmdp4DZoPO0Gbln6ONFXhWi0lyIUOitARJSKZos2JfsJSfXFVrgX+7g
l5F4Q6ch88AcIt1zy/V3yMn1Se77c3I6aYS+Eo9hAFPd41nIg7pH36D1uy+G
kwf1fnVy3q5j+0qq0QbbUrEWO0zZI2l4lo1TdjtC/33cyVM8Vc46Ymz3jcsU
m9EOayQvqZN3YVxyvb80Hi9qicjgFst7Hv3d6ITGGhIdXwmnNb3KmjFmFZJT
gpvcuvVJD5ZwQCYoFUZUbxVnQngcotxMr8MMlvSEnLQZ7NC1d7Xg+elIBImq
ketGbPOu2LAqLyjc8rZfgUwROGO30qeb7SGSTAMHfzs63wZagrdIUeIRGVOH
CrKD3aeH8E5R471BgMekVkfB/t5cHOCOWrZj7xN1e5YTEukYUW4gt+bFA90c
E54LpTTmzQczQwyOuSA7RTGDMEGEKmdHfewhf/6zEw+otunQhY1eLUSgtCo7
tCAa0yDLc09mHVAbQCM7WIVkn41axt7mAv1qYTWQH3XpG55l8FxreMKy/ocb
nsMdG91+DbtUB9Ubc06qNySCaGQbQ9hn4GEPGivwYBiVyU0ojsjb3lBgfsU2
HsltdFfvSQgeBEdB82hLgu7hcEfDoXYar7j2V0LJdCBCoXIluL6DxuJnR984
AQe4r7HrEiU8mgN42+a60dAlIXF0P5eGTtRLjD+SRwmKv/qGRuu5PzNUMAIV
GCON0SKFdDLmgxshPSPcj0ivBMWipJek2hrhD4O8VQtAcCcpF4ZKCmCCSn1u
iG+I/oMuoxMdSuMmQucussE4jQYi8kS60mgUTXBaYEs/o6xbc7F0ZL/WRjx0
uwHWJvz+XYRZq0RhLsqdcSRyI5iOuqZwYMk04YXjW7063UGlhnHG8dZSiDEi
2khlSTDWYZL1iQnJq2w1XeU5ZMC413/5kcqkmoEpKmD2UWSZTz6MPwznTViX
vshmB/cTm8YA1c9tu+5PxvE5r+gZc+bEaeLn5ibqk+SBW7Zof6FNd1gIQwZn
4zCHlQF80GC0K/AhJ0dbGJz2Bd5k6AcboY85mpRNaAwZVqoDtlvQbl6oBtUH
YwXIKdkPalc4NMSnaEXDZ0B+v4gmCAlaQbWCDT0jMQOxwa9NYvNA8AREkJfd
AB0AbRjqpZCoxqVxX5H3dKjs9YhzOXfVOU61N0ErmV/0zROcZgAgD/8On8jv
8Rs2KIEZJ8Xm1j/cIjtKjrK68JRBHlaMB0jPZaZOSjNAqzlVovH0uY3gR/N6
qpMRKlA8lmdMnQVcnLAPAFjnFCizPMvZ0pBEpOJQ7as8UrGu14l5Np6M7uzK
g1oLaZhBA9A+yeLuXD/HDRtTMFFYoeb7iC9xgmu4WgkrC1VHOTJLqKEqY6HH
OkuQdiNTeQUs2v7GsoFoFKj9/AZ+1iNdjF7L69N5/IBYo6AcAbAd6zV/8Ix9
n3Cq5Wyd+jPc8dbVCUuaV20gDVaQOmIdt2kPZvH7Cph1HGGd55Vxq4ekUErx
YNTWyigVtSo4RVulhdQxfMXD7Sopro5cxGvVG9eHWyij+7jhM3pBMmRjGRZG
fhIyNMkI65BS+IjIyEoeHvqRQDMx8dqxWGjrzkomvdvUlPYCSY9ovwdd3VUn
dWtrqZSqtk+lXEKguEPWobgY9Rwpk56jZo25NSZlUKkLFz0y33RahpzOoQG8
SQNuGMaFnj67D51JR08WdFWFr7bP9sVfst9lh+1VEtbZYnsk0EO216qixG9l
ez1H4SBKMA7y8/fZo7CMAdFH89fy2Yk+XZGD3OTt6/Y2O9pmL7bZ8TaaZ0+2
rI3FW8n6SMBQykZki45JN3c34TaP84pzue4X7NHVJt/TAKaK0Rq/Shphbc9l
DRwscOAUpEVOOrsc+jidQguv+ajQJ7w2DqV5FsmRxoqDFqOXfjGADeDpHsOa
iVNYYNGUkzUCbrGA+Z4I16icbVLhLZwf0Qe8wsW+JYjKBGVbc/d9Es9sLx5t
nnNcrCTIptqmidNQw/mGGMvWMxHEehvlfFvYWoRXmIVEAe/Qjx0rPsPFkOVz
bPE6fAuT5jJxP08jm7AJTEcT42hk75nuK60m6zWazGmTuEJ/tlbDaK4W1X0d
WPtXWHaMSGEu2cDykGmCpKX1HVfmEMWGLIrxzpWJj5lzhlAmeHi0cfPtrxrq
FUxcPRkJYANjMrh5jWrVkJz1LGuyMdvG7MTtABkjM4LVQ8dXk2lZWPwFk5vk
1TAd9L+gxG+4J0FfNhuFFb0l82HXi18vhhvlusanjErwILOiZ1QHUVWk1ofl
RDXZ58UtGo3sOTb5OiwYI577tA0JqSfkaUXCXHrxHIsJn4fGOmBNmPxYsA2r
+L26I7Re3vkQasHrifP6aAsc9eVwgk7YZASDirfREJ1o4jgdqEPE0Er6cmUf
pdaGGA5/AaEEjckxyDSGFXuZoQ9dDNpHXxLURRfusuyMw3Xs2dFvS4uwcQpV
0PQYLycbvjXl7f7miB6KKR8s2/4PqvSSrYPSE5htwVJdOJlBUGnS9efJN60Z
OT3O15CcngJMoMPvyEXLNuULjXyUggCP/YLFhCo+SKSg+xmmaIH+MG9O217h
yvRcTAcWEhv459wcL2wTO9myUVkn5zkEjT910u0JjrRn2JwLO6/R+gErim0E
T5+220+fWg3b5KMZyPDFxCnStGOdQ1JauqWUi8c9/21GwgI0eFQsOU/hUvO0
RGIktnn0HzxbyhnCmTVyTbZeO3XlAKQvDiUEDOXfIo2/jkacbbsVnZi/D0Ya
StD7woNXRn6wt7sy9vHA4pE+N2H//Q1rt3d8MciPHjhpFDBEAzAjVE4HUaKn
jwk/NRf3sF8HaTFUhrDINkRzkUTMdrf5oLNSDcX+JLOyHnoJ1H8B9DYp4LXw
ZY8HkYXoBr6jevHgdmlV+Eh4Yte9kARYm7vtDoOG0Tk/jckR32LBc7U/uqqj
UdN3Q76XH75NYx9w/Aqcjzd4qdr43efW05ZEDgBpfpWpH20nSJVkQHa6Y/kK
ulRuxLVsZbHAViWtNkXyUls39KNpGSFt51Wo8aGmk4nq2UQN103M6SGSmSSq
TLtZRfMCK5RSkdQ0LcZ644R+QIyr3BN/bLQr98k6JlyO34wylo9hB03bquvU
rdTnMWWOxmgZtGP7d3UVtMk8HH9wtEk98qOgLeyn7/gCtDVKxDt7qc9B3JJI
W9nYKwVBfbyRZXWjhNLiJiCz5uqDwSQq7ljqsQON0QP4kxJvd764X1vaYZJo
8naFaYwAneRLZ4405Ak+mWHMDEtp6BOGdQzcTSPv6Xnd5+MPghkyskkSUGdl
KRtggtaADDwObqrHQ0DuEbm40hGXOQ6ah7SVXRSMxGjMqaNx6D8pUHndjWOm
rogaNJ1sUYYc5QxohtkHKafv5MCkgtJr6F2YRXh1nH0pnEwYUfVbnZ/lp2o1
r282mrcahjt6txnaIBY4m/YmIStxgNNIQ9YHfl4lMXL8E5TkcDwA1BBXENK2
/lj1aliU+mg1TDoo+USIbNht2IjEPPofH5eelFBV7Pkt0tKm2+HBU+dtswwm
HqP6gL0pVd3s7P6/4OmWu9+89/TyZP1enohenizRy9fr9/K16OXrJXo5XL+X
Q9HL4RK9PF6/l8eil8dL9HKwfi8HopeDJXrZX7+XfdHL/hK97K3fy57oZW+J
Xjrr99IRvXQae7FdzySnQqJZzKpqkjEspIkIs+2HipFVhSKJxSyMcr4KP6pu
wGoqscw7t/TJmHIXWe5QSTvDUAqCl+w1dDXn2GoQR8i7l2oam5I2ZqFh9kN0
Z5K+SaIhdCKa051wB314b/Iek4bOakdlCoXzT8lEtiW2KYYiEtuSM5HKvbSp
2tkyoFpoVnbHuAFyt5KFMObErNmjssgm+3Rkc/mZbD4F2QCa449JNtaOwkpN
qdG4vD+FXVvflZQXId2z5V4wpGHNU7yjShkmXF/IasRbJUNmVUd7iLuPOkK7
urN8Hqaw7aOoJCALy0uxoj1WM3J+ULCkoWYdsCoZQD8Gti7Xw9ZHA+tB2DKn
nd6tUw2k6qao0ct94hzPyq2Odl9/sMpQOdCupF/90GPxnEB/+LHUEsRWR7Fc
VMIcW+rC8IRzx7JsJ1hYjqBqaWt/hyE4Vt7VhoBRKtVkuhaYFPIyPxeuHer2
lVXYkzh1CSOCDtey0xvYEv00xIgRK+VJ5KQfo3vRPO56jizypLVQSVnw3p9q
EM38+F+RAEleckuZNdT1dI9y1SqMh4d444fVgjCKiKRJSDa+wb4Ic/teRhGU
KqQ4upHHdkUXcKcrnR6nzTDlmCiNnvkySx+diRepyQkyxg7sJtD2hyMAHWZE
y137EzILySIKQK+ItuuayGS71DNaDw2GvVmCq3PmzdorUsqg9VHEjOdCHOj8
p4gyuxFYhTFdIFXYhUW8t8ALRVkRcsgLXANptyKTDdVusR2F9ITXfoko7W3p
10yKGt3NYn75zYzhFeKqMibTA2gRt7DJTEQCG+oHc7iFPmx6qNw5S3XULLuu
dY3rptQaqyeCO9WzLrd+lG0JJ5twOIR9e05xeVIZ1Li0JsEWGcIrdC5XqZ2r
VfWFOSr/2ySCeY1n1at2rcXCNov0mmNcBqUhc+qzR/N42KMtcc/iwImeL6pn
Y7EyZlYSOZk0be6Y3eqLjiHn5hr/+EeSnwDzPqL4IKi3l8dmNdsR/uhuCMq4
tWhBsE3rXodqC/7ZoywEFgszZczmzM8Ml9rsXtmopeE2ME2z/KOKH+Eg45RY
LRTcWopis6SthIE6SHVQaaJBMlRuK3cTEbtNUMAsvyukZ50FP+2O44aBuY3Y
Ed+qvXF0jfgxiZOU+15eqJduIyqP9phYsjkNpw0v3p1eyDNwPYFVl3wiyqqK
hXHOsgabqAszpXw0KHYbWSx768pLpQWhBTj21IUMJajzjYYgc/EToebt9o74
rzr0jUpxJjJZLKk34u/eeZpjUa4EqIeJozhSyku64l36MkXVBmrTpm5zl262
1fD3avX5goSUa30BuaL1OSDY4hSPmGEtFdpuJjxdUQo3G+UXy9115ro2n3ru
q1ON81xF6d/n4egbTwvapxf7WES3//CBMBcD//q05hWdn5rYzF9GsPll0ZqC
zS8l/3UEmxREHsnWdGWK9fNJNiEpXcFGnXyWbJ8l2+8s2QSxfxZtn0XbpxBt
H5vafM6tRsrNu81p9bO2s6u3wRWjK1dEy47rndUysFb+Du82cBIjh+aCh51J
FMcRCUdGWclVBLF7+Nbv1yLa3WuhamcKVhZCvMaYyct1Ftp6TUadF+HgBtM/
JUP2gpo4pSbY5osXpzlu+o8Y/EVXWzi0RT2hQKBKKLvSAc4fZcU2dxv08Ppo
tEqcivJ2Ez2Oxjroqnfaw55OohynMkpKdWMGUYWwbKbVpKZMOT+S1KPO0Zck
w4sYKIu8irFVaTH1DVKOIVBE6KHxDiqLK+/x6mqyRqu8SNpWqkCxW3g0tMCe
0b3XjxD0yhU0C49tLGrzn3bwWlqlBcSRC/yuQg1ylszUiJk5SthpT1xvAmsz
EA07NkmeRam8VoCMkZm46sChkhxfA5ZhNDktctesOwJOsCQVqKl3qGFFKpBT
bzfxr0AF+acgA1iQqFfX51xNNBnq1WmIwxb+iX7davopadz+7v+ZQwd2ZaQc
TQe697zs4/UuSJ09L33YTTSSygL6cMBoIJVF9GG3USGVT0cfZfgJ6ONtog+a
DKt4e9TbeqYS5W1XlYkixfQQOG6m743AFGYmS29pGnUO4lZhCGaWnXW9CkOQ
s+wQxB+SIVSVn3lXRa6u/FScuqVj03Q8o1NRKyOXRw8y8NNNNN6UaHW3I7yk
cjWH+hVDE+b6IPgiDhqlkT3Rn5bb2DUb6bCJ+JzKK9LhUk7+6q7R32EapR/G
52n8ENMo74VdbRpXC2+ZuxgbolbqE+nicUnpb1daTS5UhMrvKReWXo+/z0Q2
3ijzeSJXmsha/lrrnpg3Jnf4K0opTSUokW1VK/CnSpcU4Mk2e1w9vq+nLAfs
yFYMXnxZ4q2cZ+JiAMbO9d7A2gRWmsWdhvd2lSgXbgbGE5IO9sXlq7VE70bz
ychNjJzkKqngOaq1uZ2f/8FXCCx1icCDrxFYkLpFZX4O7SzzYrS+SwWWvlag
7qXfiFu8KhwtqMIJ5t8Zxe5IPyh+azyAQp//r5XwPWcBc5ese7NdlSnUrgto
CBxfhjP4EiZT02o0uAeQWV1FjD+Bb6dFWeqGQukwq0HXk0R+sk7mfO+G5rV0
bm2E1wuauqounNRMs25G6+ZdM1bVNxEq56yBI6P0bQgNjs7VLM3+PM2NmZob
YRPhMiIv846MjFGJmxEmLzTyYgTBNWse1w2Xsvz7LfgPykgrd7RYRhpU4Xzv
m5y45X2HEeWA91+zsehCKH8OfZt/1G/FaLgTY00G0sw7iOetyzsM2B+QeeRe
sD4N3zAS4A/EOOy7Zz9zDkLX78I5luMQoX1vTDSqswkbPu9dRC6buG/9L/xa
77vy6ni8fD6YhNkNTPk3G0gwG/YXnJFvNmjPpEcemD3Lc3NFeBvN2BugB31h
3WJhbYEq10C3Woj0yk0Z1l5Qx06qpozu2hqVCf0RYspOyo+RpTc8wYAsE1Pg
u2Iau6bL3ZMibYXKkYaTDeiaA+eMBgJOc/sG4lqc3cNkTMIbTuna4xzqaxM7
cUHaohpwyW28jaME+NSd8hNx/7J4zAWs79//1+XL4yf7B/v39yKuwXWRev/+
VfvJ7pN25/4emsPJowODlmrT2c5ae0iifCwZqGvuO23KHoRTmk8Rxo0yS7rY
QJd8w/Lu3STuJnmXDiQaGyaymuKW4k7u6uiaezG46vZarj9dvEEo0H3hgAJq
m3RpGX5j7HgbRFUJL9hpcg1SjtNR9lWY37CXKZAr2zw7vXq5xY6Pj87fsB9f
UVMkEuUtIBs/vmIoJ7rsvycwc0XaHQzCyfQ5QtyG7v4s7yo8HUZFmuXqSsu/
Ap3l7GgcA0+4Zpu/4GM7FI/PkWJgvSbtQTpREcvnQDE/AzjhZNaecViKz8dl
eMsju8xPEYDCNn+K2q+j5wkfAB21eam+nsDIeRyyHqAtBJmSss2heNXO1avn
SXoThU6/sIhT9kNYTlNMH7xJz231/Dx8B0wF0EdVCDlVBrShHE9CRbAqmSht
muzDvFAvF98CBQ6K7ihRPlH3Px6n01kWXY8LtjnYYsg0GM4Wu8ooTCYZ6igf
EtgmZk2ZYsOyGKeZDqlG3oTn3nHMqFk828h5BvJH9XjJMd073TSpon+AddK9
GMTd6E0f+GQ2o4CrfFuejsuTKXxAfgKY0GJ9G5EzRfYqDGZllpfoVlKkYuHm
Zf8XfeeM9JmJowFPci5vSlUqGrJwEbfWg3UTi7G+6J0AVVBx0QQeqwJsABWA
3ZO4PWgPFBYMCh/l7DW/DmNkuO+i3Khol+hVKKOwqPhJOihJFInvm+OimHZ3
dgpshfO2Wgw7Eu4As5xvKaQSgSh2oix/xDAVNzKeJbikf4LfMxiGHI8I5D8G
BofKAVHXqIQpjAn0BMlUGORwL71DRU+H7S5eRBojhWFzYpZkfjIsIV1sxBUQ
k5QCTqAygQZNykfVhPCpEihCLs+N16wcwrTsx0qNwwKqOfvO1c0ZXvg7gckc
B8NwtoUA61aNSGy2372dDsW0OP5dCmVtFiDHLEC4TYHLYcEmbVpW6bKjqoAl
9PqEoOSxLsS7QWc32D1cG+KPDF/nKQAXdJ42w3cmjMu60lyInjw+7KwBUsuY
eCzFJswG4wgfcHNlB5VFtnFHX0xt2eDsmvbFc57hTef01zRSfTSN2oMZgrki
OwGxHpd5gH9Y3VPk2zwwG/eOna86z8hLpCYV9I4xTISm5JRqnKxlhlCkQfKB
wO9eLAI/qSp6+aqweygIj+h5vjTZyOLNS0G3I7/21T2L7pVNlkYtR0dHAWKr
YV9xW7n1W0+lI/L15tqdoTIxBwf++RHDaZyUi7QwZw++Hh7Y/pt5bZe0j0YS
kw2u18dbkfZGhJFjnfZceqieFtm3Ra99QuQ5FvJcKijuo3b7MhHuRPurHBAJ
d+MgDmfO5qh+RkSWh+rw1rUCLTdUSe5+EM3mOZT0HSaUzxbUhcE4kKcJlnWh
OTs41VDNiDNQeXSJ+CPjmbgVDLMZO55VZ4WsTaE5CaoflJ9+BAqplbkW17IE
yK5NZ7u0JxPEvLwrk2ZY+Lufh4fKdvMPgYo6W/t42BjhznMosfGvhgLSmWkE
GBGGdUGBpvCvhLkXbzJVg7/jiUheCsODpRKFxBwEXLgganm4hNafwi6NTodV
z5jmooxHURwvkTFnqalAz1XYsAXp6EFUWXC0Y4RZFM9UUjKMSh9gGod6CIbV
Uw275FsXqxTTK3gSziW4jPNfl7uVoHFYsLV4R8bIMJm5xZxpS+k21BANayFe
FELpXwbjbQlD7oSEkAB0yPUtYCEW+yYBMzqJiHTJ25gYIxIWPJZweTErv0P7
TujkvpXrQORFyfgvxNXFZlsYxHU6EYqOu8a5cr1HtMOZuVjJSNqgpwl38+hN
b4tNYJrDa9fdBbuGKUT/6A8zh/yOZwNMNr76LAIBYsxiJBQ4AJkwVCZqw+oG
YMiTGcq6kokLKEWWCJgKFRIZwdIsZkKYIz08yngYP7JbkSBQMjE3V8n6KCBC
WGL8iVNB5PWR8CjSeCBAn+IYyOIS8w6DltgZaujmZs5avPmx+7ZOl6STTm1j
uPjAyT5BadqrIpa2mbgfuhJdUrciAtHKQJUcQ5QwaKFh4/WAiV/3wOuBJzoL
dlhOlJojY6QVU6byWqS5OsSlT2m95DQ3tXcClVBkZJWrWZqHLNCfVGpqEITl
U6kuw5STpa5SH+YUqCapKLj2JkImrXHYU15tBbm3Og12Gbjow3ehVSPt2FjV
6FkPNQvRUr0J20YKqSKYnEoobJhgasuPpWp9P9I+JpY8bMYhi7V5i4W3qM2B
p+gmHRmYNVHhvDPwireYmVjSfTHSubKevkHBKbt4ZA1pFU7SWQoTFs/QgTqK
ZsSmAFQ8b3puraHinZd4DbG6hSAj5SxJQRcTSR7wpKRB07WJq4HVaEQEt2FU
oPEkAyJDk8ED8Yh5zjqH5uWcAClJabtLUheFPaUM4QVMjRDW2p6maZ/tcKTK
cKLcYONDKCqYAh52OCNyZ67lNW3ADwU3PxBJiCAa6DuQxOGo4OJgcMj1akTP
CdGgOMOuhAKDdMPTE5JilGhEK+7IhKJMmSgt3aWuhEq7FGy5QVB+CHxKg+ia
ypVt9bOb9odxNafcb7DKNppja5hVltkmk+yaSHqox4jPe8DvMWIOXa7Qb8Ln
LGLcKFRCUSSi2Lr3D3cEyrWW3C+AjymywgZbxqsDX8fQewmbPZG5JeeqvqiK
EhHmCzZ+giX2eUt4OAjtSyijypFDQKT9crSnDLYSNnptGIca0eWHcNiotGn7
aqhchs8+u1f8ju4VkgBMptoKERv3I5qsllrkmLIeFzn5XZCMByE9KsWZpSE4
a3v02fVigevFJR4V/1v6XeD59me/C+8x+if1qthf5FVxlaIpVGzJyskEV4SV
BvdaRcIKNZKa7baU9A7YMZUZCvMVAvbkTe+7tlWAnDakaQq/eT7RNIB4nqZ5
KEb34vjoP86d49JE4elANrqNeO6ZfBYX9p3FUpkccqAyCk9sPA8+sl/qQEjq
L5E3nPjDAOwoO6P5yYx2Zp38JO6x/Fkb5H/ChYh8OpHpva3ERKCI460jHs95
Xf3n5urWvrCSC95paZ77ya88UxfWkIat0PpsRax2vLFD5hbmZu+Xj9a7wgVy
yY4HV/WUCy6QxW36YXG0N3e+6wvjmDKsEfz2RbDzVkX9/oBm9jdW1+pWe8gH
Yz7hXroZh/Eo6E9BMbXw0ZCf29Pnt1CdvQBmOLfnuR3Dxi9L9ek/9a+/LdGv
rL1+9zGpc2v2Liqv2vn6+F4L1Q1YnjvEh+DWj9bF3a2HzH+ujcy/rYNMHNuT
9fp7sk5//wwn+jbIFfs7YH87Ol+vQw+50PsFfa1JMKLLGsUs0+OaNAMtdw7X
wyrUWxetncMGvCo7Y3N3D8As9OpF7eJO10fu/t56yIV66yJ3f68BuSoLWHN3
D0Au9OpF7uJO10fu4Zr84HB9hnDYxBEOmxfo4YN5wmEDU1jc6QPYwt6a3B0r
rs0Y9p40cYa9Jwt7fAhvgI79zGGJftdH8t7jNZkvVlwXyVC3AcnwZWGPD0Ay
duxF8jL9ro/kx501mTBWXBfJULcByfBlYY8PQDJ27EXyMv0+gF2gCXg9foE1
12YYaJ5r4BjwaXGnD+EZ2LefaSzV9QPYxu7BmsyZaq7NOKByE+eAT4s7fQjv
wL79zGOprtdH9sHu0zWZNNVce+sBlZt2H/BpcacP2YNg3/5tyFJdr4RsZRS6
OjkPFge6FcPJgqA2rxlUefpAJ2jiTMTxy7asQ6H3KgGcDmvS11/g5c0Dsu6N
bAcW044Pj6cdG3cK7EbcQXELLrbXRsI970fFjtdc1bs6D1brQNSw++g8ftx+
vFfvZKH5WkUOmenRsUQV47XXOhflTuzRu2hIx+6jmN/R1al07h2p2RNGYYXz
mmmZXLM9NtBc+I44ySwoEZ00+QsP3XISiOYCXe29LO25AxE9gzGQAqgwK+cn
0r1osIRr/9J7FwozgI8HiQdJNjQfJosHnS/73TF6fFCSW/ixPHiWWX8oZ0cl
QUauLgRS/g9ANEN52CkdIwQnCSnHh3DCkFmoKx4WMs6C49WeIUt4gd5WdlIQ
xEs6SOO8hZEI6Eh0cXp1/P3FS5lF43DvoHN/jz5/l6c9+8OT3YPd+3v3SjtZ
tSX9Z9W1pwMKq9XBHPR1W5+T6+lEtzYM3Rc3FtSqQXM98a435nHMNnu9b7cM
lHsVYFoaXg3Nt1dXb3qLOpbwtpyOr1731LAPDg4pbQj2dCHx6UYGHonQFngJ
QiiWB2ebF0fH51smNQkgtaXXP0HDQ+GEip59WTQoVIgMHrnhSXQ0ACmS6emB
edcjLHNcMuQIjccVxn/JJJKn63t1ehVfI4oSjMOdYC94yg94EUPOyAEHg6X0
yrISzrhOO3mdsFv6uttbWAwIyg5dlEV/QQFOf7FN4X0qXb5w7W3LM7wIm+DK
0W5LOxpZQEzCGRK+5eCRc/hTeKpmrXdljO4e/Vi6T0y4XhY8eReB2kA+BdDy
jxiPZWNjkxztW3wYFYGAbUs6RrgQKG8LPAMWl2Qp/zFM5TomL6ZWwq9DgomP
MP0/RogpOEyXenzkTUxyuV9kXMbkWF1Kmo4yPVjgNTtqrBFm9em2WmfG0RWl
ObJWzbxI4OFRrky/FHeFk5VkpnPSTu3g3G4vUU4y3sA+IFumXhZPZXDuMqVN
psdlSlt53batQKd5VVDbMKpE3hVoatUIUR/wSicfz/Ww1nG00jI0f5pp3+FJ
WMjj62UbEfGGXPrU4TqoF25jQJnwRKI7uXVEXqtG0OIKXMJAVk7FeCRVIXzA
oW7DbKh8ptvzCa2e5Wt5SlMUFA2XmdviLpDZ4JYsPcrEFd2zpahyxfLDEiTM
XYCOXHhVwVILpnYD1VKAFdPBzkSkow6SlAgioFTUy9QOH14b/xeIewWLMSwB
dLFerbK4u3GlyuJy5R3rwuWlupRXKu9Ur19es7K4qnmZytEIUJROl2U6mSj+
EGajnEks9rs6s/E00sxs1J1fH5HTXNaydNcZyryE4DvVNwbDqEwryKreOl7c
2JE0o5bXHaQJE1LJ190RHlrL4oGJuKX0Ha8UbMm7UVBh49gVusNZYIoYAEAj
Zk2tYM3I0eVQQolXa3gJKRerhY8VceDSQmsuLWBax8ogLPG+3CgoNWRtFOpm
0U8wiB5qpJKgLt8c2/qn2gtW8ynWNN6WrfGy5TVeEcdcjMtceuYLf2DaAuBW
xgnaz/kcRbVV2UQs1k0XLOTVFvGONgEs/nnTkGx/wi5NS2v06qTL+LhQe9NB
rAMyJS9Yo6KK8lcyc8XqFPC+WH6K8HgZCjghY67YsiWYkDMUWzUk8cUyoMEF
tJFzLC8MWysIAeYRAi2fELhS1hrhc2jbqXAwdlpVYTQOp9N4ZpieNFG1KWHt
0cVRzdZ1kfrea75WkgM1VA+CgEIEW2iO+0L6bQf9KCdT2rH046Zcr8pZGaAX
9q7hUMVtjUqKkddO0srLfwj4EkCe3oVo9umyzle7xKb24F/XmHOWCHU9J0dv
kh25SjwA/BWeyHLEuGiKEGW3Fqn6JnIKG6qycMdyYuNSmLR068heZWA30gVZ
V2XwHxYotO8/Wo1sOBxixcF/QZ/V8GRAVZgPoigIs1rkOP12AvWzEwDrl//j
5yUXmJfiFMBwfi/Fy1alzleB+/tq3rdK3d+YDRY9W9+cT+y3el1l92BHtbr6
04uGuo3PtW8ftO5XDqZ+m/etVve3ypPclsPoa998dVVxfPpv3dGfa9/qda2N
f60n91sDzJ2GETjfPiiump8/5vyuthZ05f/B9WliNC5QC4VXO6ZyUwl9AvIF
sIqgI9zkdwPJfFgRFTH/ZgPZhmScGy1gFagxyeMQ+KRKt4u7Ak8+3r/3tQUC
BDb2t8i4sDlVRwVdYCI7ERYvuJMsjGKtU+VlSvBqNoOys13jZ+//BAiqxNDm
1m57o8uoCBbS+fS77O9/knh9/yeNYJE2r8s2Ll9fBUcb29YX6xCKChieY7iL
U4FSwUBJTL0fRCM6Qeo222Sduo0p5LsoUza6f7LpyXtU1XUCRpZs3GfFtTFF
1Qk13eOroLNh3v9D/Xm/vRCtou4c3ComY7EM1lkBt3Uz5Irjj4bY+NGStYwt
EmrRicay1bSRESp2dr/ee7K7u7tc5YrFEeofHhwsXbtufIQGVuh9msZhJuOh
EVOgtgT6XHNJrKEp06xMWdxrnMQe9nbbuxa53S/XhzAc1nqxDIlERL7lIz3L
7D41iYs/iOThb3O63Mwxf8kBUcAyUTfbc3QzwUT3mpnonsVE/z1UuYq6Nu9b
ra6jyX1W5exvn1W5xuffZ45e/OHnaK9hBM63P8gc/c4qc5VDK5V5r1ll3qur
zAt14Np+vqoDtz7rwB4d2C/DnXjgj6QCb/s/7H3WjT/rxv+JuvFyJL63Konv
fXoSf/GJSfyw85nE/yVIfLnt355n+yd3f3ScbraAC5UC//H7Z61gTcvYH0Ut
WK5n46tR609/+myJ+6xt/Eey4s/axmdt49+cxG1tY9vI88WyQkl2/XKRZLfE
iT1imfD/g22Cl1efCKCKDiV8fL5gR4ObJL2FZXCt80ReOcFUt2GOETNTvELF
Sm17k4WTYXqbkHdJkaYxhasU4toWhvnhZd7L/gytbzl+eYGp4pKkDT2EyQ05
9Jxj1E4CL9JJLu/8wtavo2Jc9sl/49rV1Or9yvuEhEdPmL+7luDIYBhzTQYV
QJ0OO+798ApVQZnest36//p0f9khNwEA

-->

</rfc>
