<?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.7.29 (Ruby 3.2.3) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-defoy-moq-relay-network-handling-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="MOQ-EXT-NET-HANDLING">MoQ relays for Support of High-Throughput Low-Latency Traffic in 5G</title>
    <seriesInfo name="Internet-Draft" value="draft-defoy-moq-relay-network-handling-04"/>
    <author initials="X." surname="de Foy" fullname="Xavier de Foy">
      <organization>InterDigital</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>xavier.defoy@interdigital.com</email>
      </address>
    </author>
    <author initials="R." surname="Krishna" fullname="Renan Krishna">
      <organization/>
      <address>
        <postal>
          <country>United Kingdom</country>
        </postal>
        <email>renan.krishna@gmail.com</email>
      </address>
    </author>
    <author initials="T." surname="Jiang" fullname="Tianji Jiang">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>tianjijiang@chinamobile.com</email>
      </address>
    </author>
    <date/>
    <area>Transport</area>
    <workgroup>MOQ</workgroup>
    <abstract>
      <?line 57?>

<t>This document describes a mechanism to convey information about media frames. The information is used for specific handling in functions such as error recovery and congestion handling. These functions can be critical to improve energy efficiency and network capacity in some (especially wireless) networks. Due to end-to-end encryption, MoQ relays are expected to extract the metadata required by these functions. This document aims to enable a level of wireless network support for MoQ that is equivalent to what is possible for RTP.</t>
    </abstract>
  </front>
  <middle>
    <?line 62?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Wireless networks can be a challenging environment for applications with high-throughput and low latency requirements, such as video conferencing and Extended Reality (XR, presented for example in <xref target="RFC9699"/>). Wireless networks implement techniques to improve network capacity and energy efficiency, as well as reduce the impact of packet losses on users' quality of experience (<xref target="intro-1-1"/>). An extension to the RTP protocol <xref target="TS26.522"/> has been defined, which enables metadata associated with application data units to be identified at the ingress point of the wireless network (<xref target="intro-1-2"/>). To enable a similar operation with the MoQ protocol <xref target="I-D.draft-ietf-moq-transport"/>, this document describes how a MoQ relay can be used at the ingress point of the wireless network (<xref target="intro-1-3"/>).</t>
      <t>The rest of this document is structured as follows:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="_section-xr-metadata"/> describes XR metadata for MoQ.</t>
        </li>
        <li>
          <t><xref target="_section-xr-handling"/> describes the behavior of the MoQ relay and of MOQ endpoints.</t>
        </li>
        <li>
          <t><xref target="_section-iana"/> describes IANA registrations.</t>
        </li>
        <li>
          <t><xref target="_section-sec"/> describes applicable security considerations.</t>
        </li>
      </ul>
      <section anchor="intro-1-1">
        <name>Techniques used by Wireless Networks for XR Traffic Handling</name>
        <t>The network can handle groups of packets based on how critical they are to the user's experience. Some groups of data packets hold a unit of information generated at the application level, which we will designate as an <em>application data unit</em>, and which can be for example a video frame, or video slice. Application data units are typically handled (e.g., decoded) together by the application. 3GPP defines the term <em>PDU set</em> to identify these groups of data packets <xref target="TS23.501"/>, which can correspond to the data packets of an application layer data unit. The handling of application data units by the application can depend on other application data units (e.g., in the case of decoding dependency).
The wireless network performs differentiated handling of groups of data packets. For example, it prioritizes some groups over others in case of congestion. In congestion situations, the network can also selectively drop data packets that depend on already lost data packets. Furthermore, the network can limit the amount of time that the radio needs to stay awake to transmit and receive data. To achieve this this, the scheduler can use information on the size and periodicity of traffic, as well as delay budget and maximum tolerable jitter specific to the application.</t>
      </section>
      <section anchor="intro-1-2">
        <name>Identifying XR Metadata in RTP Media Flows</name>
        <t>To perform differentiated handling of PDU sets, a network node (i.e., a User Plane Function, UPF) at the ingress point of a wireless network identifies PDU set metadata from a downlink media flow. 3GPP has developed an RTP header extension for XR traffic for this purpose (see Appendix A for details). When receiving a downlink packet, the UPF reads the XR metadata fields from the RTP header extension and transmits them to the RAN node in the GTP header that encapsulates the packet. The RAN node uses the XR metadata information to implement the differentiated handling described in <xref target="intro-1-1"/>.</t>
        <t>3GPP defines metadata used for XR traffic handling when using RTP:</t>
        <ul spacing="normal">
          <li>
            <t>In the 3GPP release 18 (RTP header extension for PDU set marking, <xref target="TS26.522"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>The <em>PDU Set Importance</em> (<strong>PSI</strong>, 4 bits) is the importance of this PDU Set compared to other PDU Sets within the same Multimedia Session.</t>
              </li>
              <li>
                <t>The <em>end PDU of PDU set</em> (<strong>E</strong>, 1 bit) indicates the last PDU of the PDU set.</t>
              </li>
              <li>
                <t>The <em>end of data burst</em> (<strong>D</strong>, 1 bit) indicates the last PDU of a data burst.</t>
              </li>
              <li>
                <t>The <em>PDU set sequence number</em> (<strong>PSSN</strong>, 10 bits) identifies the PDU set. The PSSN is incremented monotonically by 1 for each subsequent PDU set.</t>
              </li>
              <li>
                <t>The <em>PDU Sequence Number within a PDU Set</em> (<strong>PSN</strong>, 6 bits) identifies a PDU with the PDU set, starting from 0 and incremented monotonically for every PDU in the PDU set in the order of transmission from the sender.</t>
              </li>
              <li>
                <t>The <em>PDU set size</em> (<strong>PSSize</strong>, 24 bits) is an optional field which indicates the total size, in bytes, of all PDUs of the PDU Set (including IP header and IP payload).</t>
              </li>
              <li>
                <t>The <em>number of PDUs in the PDU Set</em> (<strong>NPDS</strong>, 16 bits) is an optional field which indicates the number of PDUs in the same PDU set.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In the 3GPP release 19 (<xref target="TS23.501"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>The <em>Expedited Transfer Indication</em> (<strong>ETI</strong>) indicates whether this PDU should be forwarded with an expedited QoS level.</t>
              </li>
              <li>
                <t>The <em>Burst Size</em> (<strong>BSize</strong>) describes the size of a burst of traffic, which includes one or more PDU sets. [23.501] defines a data burst as a set of multiple PDUs generated and sent by the application in a short period of time.</t>
              </li>
              <li>
                <t>The <em>Time to Next Burst</em> (<strong>TTNB</strong>) describes the time between the end of the present burst and the beginning of the next burst.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>The optional header extension fields are included subjects to an SDP signaling offer/answer negotiation.</t>
      </section>
      <section anchor="intro-1-3">
        <name>Identifying XR Metadata in MOQ flows</name>
        <t>For XR media traffic transported over the MOQ protocol, the UPF cannot access XR metadata unless it is exposed to the UPF in some fashion. This document describes how the UPF can act as, or communicate with, a MoQ relay to obtain XR metadata associated with media data. To enable this behavior, it is also necessary for the media sender to identify application data units that correspond to different desired traffic handling (e.g., different layers within a media frame), and provide associated metadata. <xref target="_figure-relay"/> describes a UPF with MoQ relay functionality, identifying XR metadata and transmitting it to access nodes, for example, for a media stream sent by B towards A and C. For privacy and security, it is desirable that the MoQ relay, which can be operated by a network or service operator, does not have access to media data. For interoperability, it is also desirable for these mechanisms to not be codec specific.</t>
        <figure anchor="_figure-relay">
          <name>XR Traffic Handling by Access Networks using a MoQ relay.</name>
          <artwork><![CDATA[
  +---+  +-----------+            +-----------+
  | A |<-|Access Node|------------|           |
  +---+  |           |<-metadata--|           |            +---+
         +-----------+            |    UPF    |<--data+md--| B |
                                  | MoQ relay |            +---+
         +-----------+            |           |
  +---+  |           |<-metadata--|           |
  | C |<-|Access Node|------------|           |
  +---+  +-----------+            +-----------+
]]></artwork>
        </figure>
      </section>
      <section anchor="terms-and-definitions">
        <name>Terms and Definitions</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
        </t>
      </section>
      <section anchor="notational-conventions">
        <name>Notational Conventions</name>
        <t>This document uses the conventions detailed in (<xref target="RFC9000"/>, Section 1.3) when describing the binary encoding. See <xref target="I-D.draft-ietf-moq-transport"/>, section 1.3 for a non normative summary of the syntax.</t>
      </section>
    </section>
    <section anchor="_section-xr-metadata">
      <name>XR Metadata in MOQ Transport</name>
      <t>In MOQ Transport (MOQT), XR metadata is transmitted in object headers, using the extension header mechanism described in <xref target="I-D.draft-ietf-moq-transport"/>.
This document describes additional metadata in the MOQT protocol, corresponding to XR metadata identified in Release 18 and 19 of 3GPP.</t>
      <section anchor="signalling">
        <name>Signalling of XR Metadata Support</name>
        <t>This document registers with IANA two new integer MoQ Extension Header types named <em>Release 18 XR Metadata Extension</em>, and <em>Release 19 XR Metadata Extension</em>. These MoQ Extension Header types are used to transmit XR metadata in object headers.</t>
        <t>This document registers with IANA a new MOQT setup parameter <em>EXT-XR-METADATA</em>.
The EXT-XR-METADATA parameter can optionally be exchanged by endpoints to indicate their support for specific sets of XR metadata.
Alternatively, the endpoints may determine whether to communicate XR metadata, and which metadata to communicate, based on an out-of-band agreement.</t>
        <figure anchor="ext-xr-metadata">
          <name>EXT-XR-METADATA MOQT setup parameter</name>
          <artwork><![CDATA[
EXT-XR-METADATA {
   Parameter Type (i) = <TBD value registered for EXT-XR-METADATA>,
   Extension List (i),
}
]]></artwork>
        </figure>
        <t><em>Extension List</em> is a variable-length integer (as defined in <xref target="RFC9000"/>) containing a bit field, with zero or more bits being set to 1 among:</t>
        <ul spacing="normal">
          <li>
            <t>0x01, which indicates the Release 18 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x02, which indicates the use of optional PSSize field in the Release 18 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x04, which indicates the use of optional NPDS field in the Release 18 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x08, which indicates the Release 19 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x10, which indicates the use of optional PSSize field in the Release 19 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x20, which indicates the use of optional NPDS field in the Release 19 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x40, which indicates the use of optional Burst Size field in the Release 19 XR Metadata Extension,</t>
          </li>
          <li>
            <t>0x80, which indicates the use of optional Time-to-Next-Burst field in the Release 19 XR Metadata Extension,</t>
          </li>
        </ul>
        <t>The client can include an EXT-XR-METADATA parameter in CLIENT_SETUP, to indicate that it supports receiving certain extensions and options.</t>
        <t>The server can include an EXT-XR-METADATA parameter in SERVER_SETUP, to indicate that it supports receiving certain extensions and options.</t>
        <t>The EXT-XR-METADATA parameter is advisory in nature, and its purpose is both to inform the media sender that including per-object XR metadata can be useful, and to enable the media sender to save processing time by only including the fields that are supported by the receiver.</t>
        <t>For example, a client may indicate that it supports receiving any metadata and optional metadata with an EXT-XR-METADATA Extension List value of (0x3f), and the server may reply with a SERVER_SETUP that does not include EXT-XR-METADATA, to indicate that it does not intend to use any per-object XR metadata in objects it receives from the client (or, e.g., because the connection is intended for unidirectional streams from server to client only).</t>
      </section>
      <section anchor="metadata">
        <name>XR Metadata in MOQT Datagrams or Streams</name>
        <t>When sending MOQ objects, an endpoint can include one of the extension headers described in this section.
When receiving MOQ objects, an endpoint can ignore any header extension or optional field that it does not support or does not wish to process.</t>
        <t>A media sender MAY include a <em>Release 18 Metadata Extension Header</em> in an object.
If the sender includes the optional PSSize field, it MUST set PSSize_present to 1, else it sets PSSize_present to 0.
If the sender includes the optional NPDS field, it MUST set NPDS_present to 1, else it sets NPDS_present to 0.</t>
        <figure anchor="rel-18-xr-metadata">
          <name>XR Metadata MOQT Extension Header</name>
          <artwork><![CDATA[
Release 18 XR Metadata Extension Header {
   Header Type (i) = extension type value TBD,
   Header Length (i),
   E (1),
   D (1),
   PSSize_present (1),
   NPDS_present (1),
   PSI (4),
   PSSN (10),
   PSN (6),
   [PSSize (i)],
   [NPDS (i),]
}
]]></artwork>
        </figure>
        <t>A media sender MAY include a <em>Release 19 Metadata Extension Header</em> in an object.
If the sender includes the optional PSSize field, it MUST set PSSize_present to 1, else it sets PSSize_present to 0.
If the sender includes the optional NPDS field, it MUST set NPDS_present to 1, else it sets NPDS_present to 0.
If the sender includes the optional BSize field, it MUST set BSize_present to 1, else it sets BSize_present to 0.
If the sender includes the optional TTNB field, it MUST set TTNB_present to 1, else it sets TTNB_present to 0.
The Reserved field MUST be set to 0 by the sender, and MUST be ignored by the receiver.</t>
        <figure anchor="rel-19-xr-metadata">
          <name>XR Metadata MOQT Extension Header</name>
          <artwork><![CDATA[
Release 19 XR Metadata Extension Header {
   Header Type (i) = extension type value TBD,
   Header Length (i),
   E (1),
   D (1),
   ETI (1),
   PSSize_present (1),
   NPDS_present (1),
   BSize_present (1),
   TTNB_present (1),
   Reserved (5),
   PSI (4),
   PSSN (10),
   PSN (6),
   [PSSize (i)],
   [NPDS (i),]
   [BSize (i)],
   [TTNB (i),]
}
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="_section-xr-handling">
      <name>Endpoint Behavior for Communicating XR Metadata</name>
      <section anchor="endpoint-behavior">
        <name>Endpoint Behavior</name>
        <t>The endpoints can either have an out-of-band or in-band agreement to use per-object XR metadata in some tracks in a MOQT connection. To establish an in-band agreement, the endpoint can exchange the setup parameter EXT-XR-METADATA including a value indicating the content of the XR metadata extensions and optional fields that the endpoint support receiving, as described in <xref target="signalling"/>.</t>
        <t>An endpoint can send objects including XR metadata extension header(s) in the object header, which the receiver can parse to obtain XR metadata associated with the object, as described in <xref target="metadata"/>.</t>
      </section>
      <section anchor="moq-relay-behavior">
        <name>MoQ relay Behavior</name>
        <t>Extension headers defined in this document can be added, removed and/or cached, but <em>not</em> modified by a MoQ relay.</t>
        <t>To handle high-throughput low-latency traffic, a MoQ client (e.g., running on a mobile device) should set up a MOQT connection through a MoQ relay interworking with a wireless network and providing this functionality. Discovery of such relay is out of scope of this document.</t>
        <t>The MoQ relay establishes a connection with a MoQ server and may send the setup parameter EXT-XR-METADATA in CLIENT_SETUP, as described in <xref target="signalling"/>.</t>
        <t>The MoQ relay, during the media delivery session, parses XR metadata associated with the downlink media objects, as described in <xref target="metadata"/>.</t>
        <t>The MoQ relay transmits, to the Radio Access Network (RAN), GTP-U encapsulated IP packets containing the MOQT objects. The header of each GTP-U packet includes the XR metadata associated with the encapsulated IP packet, which enables the RAN to perform XR-specific resource scheduling and mobile device control.</t>
      </section>
    </section>
    <section anchor="_section-iana">
      <name>IANA considerations</name>
      <t>This document will register 2 odd-numbered MOQT header extensions: a Release-18 XR Metadata Extension, and a Release-19 XR Metadata Extension.</t>
      <t>This document will register a MOQT setup parameter: EXT-XR-PARAMETER.</t>
    </section>
    <section anchor="_section-sec">
      <name>Security Considerations</name>
      <t>To enable support for the feature described in this document, the application exposes metadata to a MoQ relay under the control of a network or service operator. End-to-end encrypted media is not exposed to the MoQ relay, so this is not seen as a high-risk exposure.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Srinivas Gudumasu, who was a contributor to the first revision of this draft. Thanks to Jaya Rao, Ghyslain Pelletier, John Kaippallimalil, Sri Gundavelli, Hang Shi, Mike Starsinic and Hyunsik Yang for discussions and comments about this draft.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.draft-ietf-moq-transport">
          <front>
            <title>Media over QUIC Transport</title>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <author fullname="Ian Swett" initials="I." surname="Swett">
              <organization>Google</organization>
            </author>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Meta</organization>
            </author>
            <date day="2" month="September" year="2025"/>
            <abstract>
              <t>   This document defines the core behavior for Media over QUIC Transport
   (MOQT), a media transport protocol designed to operate over QUIC and
   WebTransport, which have similar functionality.  MOQT allows a
   producer of media to publish data and have it consumed via
   subscription by a multiplicity of endpoints.  It supports
   intermediate content distribution networks and is designed for high
   scale and low latency distribution.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-moq-transport-14"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9699">
          <front>
            <title>Use Case for an Extended Reality Application on Edge Computing Infrastructure</title>
            <author fullname="R. Krishna" initials="R." surname="Krishna"/>
            <author fullname="A. Rahman" initials="A." surname="Rahman"/>
            <date month="December" year="2024"/>
            <abstract>
              <t>This document explores the issues involved in the use of edge computing resources to operationalize a media use case that involves an Extended Reality (XR) application. In particular, this document discusses an XR application that can run on devices having different form factors (such as different physical sizes and shapes) and needs edge computing resources to mitigate the effect of problems such as the need to support interactive communication requiring low latency, limited battery power, and heat dissipation from those devices. This document also discusses the expected behavior of XR applications, which can be used to manage traffic, and the service requirements for XR applications to be able to run on the network. Network operators who are interested in providing edge computing resources to operationalize the requirements of such applications are the intended audience for this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9699"/>
          <seriesInfo name="DOI" value="10.17487/RFC9699"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="TS26.522" target="www.3gpp.org/dynareport/26522.htm">
          <front>
            <title>5G Real-time Media Transport Protocol Configurations</title>
            <author initials="" surname="3GPP">
              <organization/>
            </author>
            <date year="2024"/>
          </front>
          <refcontent>3GPP</refcontent>
        </reference>
        <reference anchor="TS23.501" target="www.3gpp.org/dynareport/23501.htm">
          <front>
            <title>System architecture for the 5G System</title>
            <author initials="" surname="3GPP">
              <organization/>
            </author>
            <date year="2024"/>
          </front>
          <refcontent>3GPP</refcontent>
        </reference>
      </references>
    </references>
    <?line 278?>

<section anchor="xr-in-5g">
      <name>XR RTP Header Extension for XR Traffic Handling in 5G Networks</name>
      <t>3GPP defined an RTP header extensions for PDU set marking, in <xref target="TS26.522"/>, which enables a media sender to indicate media related information in each RTP packet.</t>
      <section anchor="release-18-xr-metadata">
        <name>Release 18 XR Metadata</name>
        <t>The fields defined in the Release 18 of 3GPP are included in this appendix, for the reader's convenience (text copied from <xref target="TS26.522"/> V18.1.0 with minor adaptations and omissions of some notes for readability):</t>
        <ul spacing="normal">
          <li>
            <t><strong>End PDU of the PDU Set [E]</strong> (1 bit): This field is a flag that shall be set to 1 for the last PDU of the PDU Set and set to 0 for all other PDUs of the PDU Set.</t>
          </li>
          <li>
            <t><strong>End of Data Burst [D]</strong> (1 bit): This field is a flag that shall be set to 1 for the last PDU of a Data Burst. It shall be set to 0 for all other PDUs. A Data Burst may consist of one or more PDU Sets.</t>
          </li>
          <li>
            <t><strong>PDU Set Importance [PSI]</strong> (4 bits): The PDU Set Importance field indicates the importance of this PDU Set compared to other PDU Sets within the same Multimedia Session. This information may help RAN to discard PDUs, when needed. Lower values shall indicate a higher importance PDU Set, with the highest importance PDU Set indicated by 1 and the lowest importance PDU Set indicated by 15. When the RTP sender cannot define an importance, it shall set the value to 0.</t>
          </li>
          <li>
            <t><strong>PDU Set Sequence Number [PSSN]</strong> (10 bits): The sequence number of the PDU Set to which the current PDU belongs, acting as a 10-bit numerical identifier for the PDU Set. The PSSN shall be incremented monotonically by 1 for each subsequent PDU Set.</t>
          </li>
        </ul>
        <t>NOTE: This value wraps around at 1023, however, using the 16-bit RTP packet sequence number and PSSN pair, a receiver may uniquely distinguish between any PDU Sets.</t>
        <ul spacing="normal">
          <li>
            <t><strong>PDU Sequence Number within a PDU Set [PSN]</strong> (6 bits): The sequence number of the current PDU within the PDU Set. The PSN shall be set to 0 for the first PDU in the PDU Set and incremented monotonically for every PDU in the PDU Set in the order of transmission from the sender.</t>
          </li>
        </ul>
        <t>NOTE:   A receiver may use the RTP packet sequence number together with the PSN to distinguish between PDUs within a PDU Set that contains more than 64 PDUs.</t>
        <ul spacing="normal">
          <li>
            <t><strong>PDU Set Size [PSSize]</strong> (24 bits): The PDU Set Size indicates the total size of all PDUs of the PDU Set to which this PDU belongs. This field is optional and subject to an SDP signaling offer/answer negotiation, where the RTP sender shall indicate whether it will provide the size of the PDU Set for that RTP stream. If not enabled, the field shall not be present within the RTP HE. If enabled, but the RTP sender is not able to determine the PDU Set Size for a particular PDU Set, it shall set the value to 0 in all PDUs of that PDU Set. The PSSize shall indicate the size of a PDU Set including RTP/UDP/IP header encapsulation overhead of its corresponding PDUs. The PSSize shall be expressed in bytes. It is recommended to add the PDU Set Size field when the Number of PDUs in the PDU Set field is present.</t>
          </li>
        </ul>
        <t>NOTE:   This field may be optionally present given the signaling of the "pdu-set-size" extension attribute in the SDP offer/answer negotiation.</t>
        <ul spacing="normal">
          <li>
            <t><strong>Number of PDUs in the PDU Set [NPDS]</strong> (16 bits): The number of PDUs within the PDU Set indicates the total number of PDUs belonging to the same PDU Set. This field is optional and subject to an SDP signaling offer/answer negotiation, where the RTP sender may indicate whether it will provide the number of PDUs within the PDU Set for that RTP stream. If enabled, but the RTP sender is not able to determine the Number of PDUs in the PDU Set, it shall set the value to 0 in all PDUs of that PDU Set.  It is recommended to add the Number of PDUs in the PDU Set field when the PDU Set Size field is present.</t>
          </li>
        </ul>
        <t>NOTE: This field may be optionally present given the signaling of the "num-pdus-in-pdu-set" extension attribute in the SDP offer/answer negotiation.</t>
      </section>
      <section anchor="release-19-xr-metadata">
        <name>Release 19 XR Metadata</name>
        <t>Additional fields are added to media related information in the Release 19 of 3GPP (text based on <xref target="TS23.501"/>):</t>
        <ul spacing="normal">
          <li>
            <t><strong>Expedited Transfer Indication [ETI]</strong>: this field indicates whether this object should be forwarded with an expedited QoS level.</t>
          </li>
          <li>
            <t><strong>Burst size [BSize]</strong>: this field describes the size of a burst of traffic, which includes one or more PDU sets.</t>
          </li>
          <li>
            <t><strong>Time-to-next-burst [TTNB]</strong>: this field describes the time between the end of the present burst and the beginning of the next burst.</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1c63LbOJb+r6fAOj9iu0VGdi6buHousq0k7o4dt6XMZirV
1QWJkMQ2RaoJ0rLG8T7LPss+2Z4LAILUJU66p39tqmYsUSBwcHAu37mggyBo
FXGRqCOxc579JHKVyKUW4ywX/XI+z/JCZGPxNp5Mg8E0z8rJdF4W4l22CN7J
QqWjpRjkcjyORyJOxfM3Oy05HObq5kicv/8p6H0cBBe9QfC2e3H67uziTSvK
RqmcwVoRvFQEkRpny2CW/RbQskGqikWWXwdTmUZJnE6CzrNWBMscibvT7qB3
39JFruTsSJz1Bq9bI/hlkuXLI6GLqBXP8yNR5KUuDjudV53DloShR0hdqnEb
LZx5AjuYE20tmAtW+UUmWQrzL5VuzeMj8anIRm2hYXyuxho+LWf8ASifyfkc
iPq51ZJlMc3yo5YQAfxPwNb1kfgYikiJ19mSHvE2P8qbWOX+8yyfAPlpofLT
eBIXMqGnaibj5Ejc0vCQ2PL3GAdFPCgcZTMaOMrKtMAtn8hURrJOwVUofsxj
PU2lR8KVSmVae24Wy/GH8Jp/+PsEH64u8yGNCxWJH2HfEf3mLTcIxQ+xTCfe
YgP4/mvsPabtnkzjVIrzbBgnyqegoNG/4uC/j3DMjIas2Sz+2GqlWT6TRXyj
jujns+A0ZDmKVTEmMSrsaR+1WnE6ro+/en3y6sWrV9WXTqcD4/DboH/4Inx+
eMi/CWE04vHzN8A/mQRFPFPiXEWxrARKXOYZSEuWiJMsHceTMoe1slQ/NnNU
QoL/AubZ46dvLi/tCBbtx4edw2f2UT5qjClkPlEFPFwsFuHTyXweAkufRMsU
xBupeHL4AugOp8XssdvK0/B556C5lf5SF2omZA6cLtSoKHNFWl5MFeit4J//
bNqfAqGG9iAIhByCgstR0WoNprFGnStnKi1Af/Qoj4dKCylmagTmIdYzUWQg
IemNWgp31FkKc2RgoGZ0VuMcpFKHYgB79MfA3KUGscb967kaxWi/rNFBQzYu
0xEdptDlaCqkFirPYXCuRtmNypcCxuLiE6VpQvsuLaWV9/4IlG+oBJBfxCOZ
INHxbJ7DLEKlKp8shULrGZMpxVmNDYQX53IUF7g5sEcgfruKSJVJshSLGAym
0nrPDodNnpYKZ1dpFBRZAH/g4yhfzpGOtvBsO3BfqFuYCzUb37glppMkzFQB
ZqWQMPa3EhaJxHCJP/h7wk36pyPjmeaV5TBRcESJulEJug1LptuUNi4FGY8U
FVNZ4GngYjcywdlgooV5Os+0jnFKHH41uAxbLCazOIrAkrQeoSHNs6gkulqt
/2os57gvBchMAtNP8HxVehPnWUq048xg1hM4Gz6vRVxMxRTdXVG5OzyXJFuI
xLg8wxycAX2EEZGbOFIkkmMFtnWES+GLvVt4KQJOoiXBA939eNUW8xx4mhZG
CNWtnM0TFFJxd2fs1P39XihWtxTjQKIdtHiaxr+VSvtStSI/kiShIWptJHih
kgT/wjGXI0XnD7OgKMDZwd9rVcC2tYYFQMZBY3L9WPxW8i5gCApRjtOBcN7d
xXgWwUFwQIR3U5QrlWpUDyAPJ4cjhH0bo3l3Z43u/T3oj4ZzUilo+jhOVdQG
GYiBqyxSuhJLqXUGOoB8o5Pyzk7QgBIcFvEDjh3OIy1At2GwZPGGM8mRm/MM
qMUt4MMVKfU2c0ibGXjCreNZnMhcZLB3XpcIwYlQor39bfNP9/dteGW9jZuC
pMlKYa0Qk8X61n08xX2gWVUwqTav+MvDZ7C9JfmFCIVinCUg8hocZAB70Yp0
LLjNA3sWcGwVzR+vqjMyyh02X7RGsvYiEj5UUwA+8JbZSLV1lF14CHgN7Rrt
VtfnBfBQp+Sse9GFtycxuhK2V7UX4G9tvJEgPFz4qcxRtkGHNQiPex9MzSMx
qNSNjgIMo9POC6uduHfghcXEb61PuXtUqQcfQ6Wnxn0oQehUV8oHOiFxJXQw
IBOVD5mCz0MrbvQKNfOx9tQxFH30GNV8dC520mmWwAmTpuBvvmOcoKEg7TKC
5usXmXWrmQuUNzAfwMh4ksIrKDOwlf21GrnfpqPkV408+3ZPGuNJDrsNqNF8
1zAV7Ka7XsuJBcs58gR8IjMxAj8ZTkIA7OCqweruAZMAhEwBhbMn87cUCoQr
xuiwLALmnon9y9MPIA3FPhlWtiLWDW5g6ieLu35ue9scZTmo2zxLI3tWtZdg
EhhU47FcYrxg98jQxSETHL+eFat7o/UjNUcgAN8yYsGGtw3LwPvgJCMQOtof
chCX5VnQbYANGayzNCB4KERgT+Ixeb+CbbRP+XrGhRAZOTkAEgqwoGAKQNL/
BSeifTEG4MXb0EippbJCYSHAAR+U6bgoWYPbtC9f42SiQbpgEyOMD0B6ojyb
1w+HsEnFQJlAPBkt0SEWzR2UOZI1y3K1ulIC/sLo0gzjGTJyGE7Q/Pg8l1Gc
wTsqIscFcSlo90Jes36jx8AZUH8Afiogl5YnryQBzINWsi3H/+P19WgKLj0B
fiEFYB5qSp7xMWvgMM2KVgMOemS8esG2q4YQIrLGwzICVaJ3ZvI2npWIwWEV
Mp6/xgXoTgWnjbz72kZm9MyoE0oFWMpz6zXgSBEfcJD1Gl2PZzQP0WhmVsy2
SZnRXGCEdMeQgiEQu3GoQnz6AayluExkCkG5gbRt8eHy9d5G5ypXBd5BC21X
9PxfnkGcBa51kQJV1zYWgS0ZezMljoLYAYaI0ALgxqcgXSr3QJNxJeY4TKyG
qLjMARjDhrRSaBlBPuNb0aUBEdAQJxqB4xTQFMsLAdGKHBZbFhTYtkCxZttX
c+KxSuAx7cVitxUSURKsgNIUMwf1uhfMdmNT3lSvk9yDMZFzXSKg5rWZKrZ3
7uVSq1XKfFFm3GvxMJrXDZJh/X3EENvDqiCVNSfg1nERoncIbr4FsrfU+BE4
QyDpjHdKk6G0oH06eCl2Nx6uExyZX8NE7Rok3mtR4I3sIG/Uh4FnM4SOEhz8
vtjd37/sn+2DY30mhsD9PRFri+DNIAfy7PujDNB9zkEf+wPzC4c95qi0xFxH
maCRQsHtg9yT9lYEoUnEVyt9I4J6SM4BkgPUgFSO3OkmEoymeQO/m7eac1rf
MCxzzVOePmhK6b0WNhiHHNYQr1GYkpazocoN9/oXNHnH8q9SaZ9EmgkHI4Nj
iKhJ2ICJsywFqJ8a9AEO+IAhDdhkCAmHvGaxbqvMdUPSBZFkD0DaIzE0Eokv
VinkcS7yMIu00XnkBUolKW6HNHQz0UQv5TNwAnP+lmnma5aj5LJfQEXXLL/W
LmhEBvlapoN/sZzGj7CRQ09WwexllJsAQEvGxsCm+ikXWQG/41QET4ZL+KFN
Rw6OCVbSvkShjO/CbpOSYMuZ0zvkAnyby2WSyWjPp5Ylwkiy9nlgD+Hi8rRP
gvLia4lfPzfpl5OKDXbjlditEKVvC3oA8iPKyVIiEowdTBAZD8taOACz4GsL
2CpSdmcL9DQrgWTG4AuZRy6aTimI4Pl/yvoM+X12HaOKib492mM+2b1GQEfQ
gvSSVLKGKiyj8JQosYAiJhA7Od8dik9m584q+xpOkQaJGMw7Q0OFIQSx2Itf
4MgxwbIOGZOeARPywmAfi8n8nQ4Io2UQ2t0W4tgZpMHg4nh1wwTohoANMIeB
D4w1I8/GmR5LO7pMinkncZoa0MKY8bawFoxAthOwVefBvhnDH8PHCC3OrwBm
CUHCMfZPLwUFZgYXgZw8AXFZwDypmmToHhmRfQGSYeQ9boCxpwDGXrNfZA9h
vaPLbmDMeqM4t4wz2KRIBToAl4IhAvw6QlTlu/cyJaAVc17wFqGOC57wTZsO
HUs9JdC/KVWMIbO3nMC8ltQUXIIjnJUpqQcJfruWb0HvOAQcldboamaeeOsO
iZv8EOmYzWe0zS4o2EgVblXmS5d15xnYgNYCzU1JLQRO9YjSwR2Kw8m1N5GK
DYfdSAoxdeVwvFT5HofpmEgEYvwtWzaEAFKo1qG4ZFdPpRCviTsVN23amLKG
bbdJI2sVez0oSQ4splSwERBEg3B0Yz9UpNStZSLVBZ3CH8OraNc0wGKc+ISj
TIgsb6RJs9tcjz0j4p85QhMHuD2064kLzvxxBqgKMrCUoPKbeGQH4PlHmULi
CzgOiNLMZmBbvvAgZVTro9eGceJRRZJTkWYkR6uqCkLT4QpYZAAujVwEFgrQ
7v92/8C0fRcEwXf8x/77Tnj/aj/A+M/Avs/fB5+7TPcFTP/ZGxJ89t79XM1f
e/y9yxc2xjcX/q61ng7RfAlljGcOcNrvZhHOfEwUfOnfZ08wv52Cb90ysfTk
W1j6wCPzTvvuSDzyFZXrgH/ZWZecBDm29Ng8Joc2nlUMd+5tGhTzPKhCp+ib
Y0qwsMe6VksBr4Pa7Zx/6A922vxXXLynz1e9nz6cXfVO8XP/bffdO/ehZUb0
377/8O60+lS9efL+/Lx3ccovw1NRe9TaOe/+c4eN1877y8HZ+4vuux0GXLVK
FedMsTSACgeemaCCbtXCw+OTy//9n4NnYOn+4+r1yeHBwSuwcvzl5cF/PoMv
GP3xalmK1Tj6ilnZFphuJXNCGABQIcbF6r2mXAoAjkUKzjwHmPH934DxSgQv
/vZX5uoF4Fzj7k+wppk6tvr0u3h4VI0xMT+TvsvVo06ngwWGPqe8xUH4dI8j
VrNPPFsCIXGKDgniEEr0hfCGekDhQlfzGiucwjdXnQcsMpvhvAbZ6GVayFvC
GuvgRVVQv3u0rszQap01B+7C1wE4q1paQFf+g5mRESIy8AnOgGWa0JmDUgZb
VUXlRqJgOyvCzXXqKIrNeXqJCwuIBh4iqhw6UZfVN1VVsDA/VmUVUPYgSAAO
Y9xgcFyfAJ/NhPmstq08wGE35r4pXVw0sdiACylgDsDDLUhfJoqLtj3Hvbcm
o7Oco5sDABGJfY9InwL3kikFVONebRhna+lblkR9Li0+tInSeq6oIQXhQzYt
act0ThBllHMIHBEdYXpzH1uaPl4F571B97Q76O5zQrzx1Hth5IWKmCZA4UNZ
mzB+cFUtAoAmZEMxifNasdylVbWpG3i7DFvdBJZKJaey2zYAMRPPwPhHSMsM
TY4LBrMaCvam80s1jpH14e2qMIXbK4sgGwdDfE1OckW5hpDBR6vJmTt0speO
PQM4R4jZ98RfxPeD41NxI5NSuUMxCbjGHH9t4xyVSLyDsThHu3Xfsq4PNNw3
Itb7NalZd8bk6Pbr0+8TGAPq8hiBWICtBMXUacUuJXSpcl2V8MkI76GpxliC
3ekQ5JOitzaL278A9bnwd0iFHIUjMbgFlh9gzSCdUHqxc9s5aK9NM3xJ49r8
9uH6t0suo7hok7M1JqthTNYDV3j2sBUwofJN87/8wv43WBJ++6DzB+x/6wqH
D1xhy/63zv/sgfNXOZpvWeXlA1fB/Ag2GmF+JOAlv3I1spyjJEYzjGbS5DLQ
pGy2pzD7ybuz3sXgl35v8OGy3bCb2DhUWMupvQLISOUU0jvXzxiWt6NNygUD
OGOzH0pMv3f1j97Vv4OYLcsivriJdZZTdxgY/hIrj5TrLaoCEWYiMkwQZ6Zm
sibrQDS6jCkEoIHxl74XrRpQxmXC6xRexmM1k6Ex2gWIgzEFoRpKjy0ZLVfL
4asml0WEoDs33HKNZ7bmmYecdHLhv7Sig/7tIUyX6bKebnCi7J7aJGiT9Q1f
w04KlGG3c/t0bJImRSU/SFGu5tSnhxPWhMTUlW1iwMpZY8n1ouS9hT1lOAbV
Ene24egcAKKMmuGlV9YzPNzFZAUnioZqJHFSE2akButT8cM0sqFPBiQQxbky
qR2TgDETGzYgZuDp8dz3DEhdjQAG4hS+THJ8H9vOzVR3j7wQgMqZKGB4khgM
mF21KWdtsE5NcSmxPF4L93Ud5VOMaCKPsNUonG5fa5Ki40b+ryRpsZ2pXiJY
OUUL8LBwa58tYk0aa7QHmNatqxdEupVxqsHtVRtr0PI+xaNWEsLW2dgr3VSp
+MJPOvtukLJRFMkjLuFffrFpbYQpIDsJGpyC4enqiM7DFq08Y31JfL5twebv
sBwhwS/hChtNECg1nz1E6jUw4kNWe0CpbW/4O0aCBD8RlYrdA/506j412GEf
14iuxp6J3WfuvQv4oWO/wZcX/PmTOR1Y9Wd+QJxDIn72QHCukuDg5Toc7HOD
NLDJEgLBD5S8V/8veV+73PGmLR5/aYcrAx64Itat1i2Iz7et1/y9wwHvlSIj
HxnTRtMNlY1bOtZ5M0nsIO0YNprr/HtNZTfAxj9HZXuDs29S3+O1Q2s8tA8d
B3ef/2Gqj1+PGz/Twa+1DK++3TI8Ej3rB49t8y6ighOXI2jWEmu5PdcJzJBg
ZS4GwFUKA32tiilvwYWUetKBCiiN/IPFRptxEVUR8ebDteaKMG23gjxc1tMF
oFz0yQQtGovUUy1MpsnuGPGvZ4+auLKCwtKIqoF8Fh1j8kBVHd7+DtbGDhZr
6KqK5aizaMNhmzZ39tXynV56EDujug3Ao6mubQGlo34tXQYS7WLHhGkl8VNx
Nsr0bQCtAezS6oFF2GrWdZupOtUN9qyKP05qAWW664e2bgti2VsDGV1+p15U
sHdMogjvLeRqlt1w/8ETrDRLbMUEVF0WYh/w3b6YZREndKl6WNVXqMHRNII3
758k2SKwd0+q9kx62QJ4Bu95aXoKqLBLt+mw0zAeqT3b9YEmGoRyRdyFWa9W
CqcyCVaEqOeNg5mVXsiqZMxiC8ypFX1DcRprc28KBJmuy5jpNeoxPRxl86ph
zfLWRMIVPU4dqdrsEW9ow5Em+uAu1SWL7MOUsZFZ+KJ21Ghri6jMrd6a+q5K
Ytq15ha6Nsu2/qJIN1pHq/hju4jXeeUaM9uuKZMajeulPrF71b2AEPbN4DL4
4Ldlmo4p7oX2kpiuhGGoMi3q7FrxUhD2v/Fs5gpRDZB8aevrKWjeB7ItpkXV
EwxH6ZLk4GqzMh+5Rmh7FaumEbSpPEvQNuBVMsz81y9+eE6Lrpk0awd0AcLm
qsWhyKIo4J4voJ141IwK9REIqYE4wcZsJ9HqjdsAhVZqGXV65Nrs9pGV+8vu
VRdkv3fFhbm+vftysokFeHGGjJRJ/PjlCcrkKMpDrYmtLYHtlU4s7u/RtTqD
b39Kk6Vyh8VdZVt6LkJEE40LkNS/gooUc4zd6CryVFhnTLEZqLGdi7rNyCLn
sb7ml0ss4gLXuqPrNFskKprQXUA8EJleUzGnD8YgvoGX35RROZO6RBnOxEIa
y1UAj8oiyy0V4xhTqDmIJqcPrCnE4iPqmJ33B7kE0ZAZqOx0qRP0kJcqSVQR
o0/9IZum4kcZz+dop2Zgf5M2kgJUpBFAJ3jYxsL/RPSn8Ok8vlaiX4BVAmJH
JHdvlyUIwLX4Jw6innIw3qWukAbWgXCz5qatRyXfzhyCxppSL7Y+G9BdOdRN
V6Tovx9QdSDcPQKgCIjrOaJEr0N7Y8O8Xt9UTWay6qtuWhK5krx0WTf+ASWD
C8re/eGUzRxdaOTGdcIX6/MNbJgNLqvBiFrlw9Ry6219VoWk6fNvO3XLafuP
tekFMNcwC+wiBF+KAINycbVrlv84eBkehB3TwBanWLuP5Lwwuk440nT4UpGR
IDIogmLe4pKmQWmPalL7+72qE9zvwv3U+3l/HwIYatw+4hY9Ux1Alo8TOWGE
qvFerhc5Hrj9rWsZ75vbJy7MpO4DmMB1szf7gUNHJTzHNKOpjnw6/UMJlN7c
oThbfW0dqaHo+iQhWCH/ww2zzcZYbNPn3axeB8Co8Iw2ZBqsj7hrfXWgLdH4
lZ1/240BZquvOLjHqUrm1nmjbZE5iZBuc4sK3oNSUYj/iRFYjqIibdjpNJPt
MeY6KtINYe0KStAYYObqIDdTxH37Nn8POPtBLzw392tIg8EGGONhmlpZxSlg
dBNR0oV3QRIxtbkJTqn4x9q8GYAR/wVLa8c/3calhqae0D16G2CBb8/tZYSh
SrJ0gmhyRHEmOaSDToC1aZhK5XTH1HWe5E7grUpVNyKclH/jvQhSUGz+6hkV
ZJ4scoCAYAezMqWLqAedw6dt7OfFuwp+H8/BC6K6MsMrTMGTJVLnMsY8VBVq
zghe4H1evP0HSgeTlhjo2zZuzOpXiucd0faLG3hefFwvHnBa/sF4GtVg9cUG
e1Lhhsb9DWsov+HqR/9rr34Ie4JCdBvsNWWkLefjLudWV1n61jKsnAjZ9xV+
m7ZoClA020t4lIoXz9jKturahdkxk0SjUzpcazJp2KarKNvun3hqZ+yo0bew
4WRcwoYcGnfvf1XzPtnLXDWNUMNU2n6f2IQHtre78K5p+PSzWElWKq7qgUMb
M24mzBS1q8KtWc30H9sUpyfIhAB7NIN7e1gWTaIN3uaCcua1KxXNM+F+wzne
chqV+N9hcHZ/i4G1/ZjVgclixZzh7A3m+UySnnbYvBfs4MmH08sn1U2jKnwl
EA+agD/QNXsKo/1eP8YAK6tTixiyUjP+oztPBCpiKmcT/I7YJ8soWsMicyHJ
OKiLbTecKnk0hxdW2uzJK2rzUPmNbPasJ6Dt9j5xJbH0YGcelRA1FgGycMe/
Nlpw8ONuh6LAb7mjgvq7fReUBGcfWbO6jRtYqxZ2rY433mIFNt2ZDu944vNn
qHWty2GbUn95y5tU/JsVdOvZ/A7F3C7zD5FrpwRrFMSTeVEDIb9H5IH7AYi9
xsjViP/vkXw/pnxVjym7VYexdx+MstDVDZMNwWst8nRdxCZ6dK2dFDrSPbz7
exfvbbt+CGHfAMOQI5MEbsQatXuIphbw1VcRkQiOl8gwc7mrueYfexuR1rTt
bnhNL+B5qLS2fek/+F7g/wFTjd8zrVEAAA==

-->

</rfc>
