<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>

<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="std"
     ipr="trust200902" number="8859" submissionType="IETF" consensus="true"
     obsoletes="" updates="" xml:lang="en" tocInclude="true" symRefs="true"
     sortRefs="true" version="3" docName="draft-ietf-mmusic-sdp-mux-attributes-17">

  <!-- xml2rfc v2v3 conversion 2.30.0 -->
  <front>

    <title abbrev="SDP Attribute Multiplexing">A Framework for Session
    Description Protocol (SDP) Attributes When Multiplexing</title>
    <seriesInfo name="RFC" value="8859"/>
    <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
      <organization>Cisco</organization>
      <address>
        <postal>
          <street>170 West Tasman Drive</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>United States of America</country>
        </postal>
        <email>snandaku@cisco.com</email>
      </address>
    </author>
    <date month="January" year="2021"/>
    <area>ART</area>
    <workgroup>MMUSIC</workgroup>

    <abstract>
      <t>The purpose of this specification is to provide a framework
      for analyzing the multiplexing characteristics of Session Description
      Protocol (SDP) attributes when SDP is used to negotiate the usage of a
      single 5-tuple for sending and receiving media associated with multiple
      media descriptions.</t>
      <t>This specification also categorizes the existing SDP attributes based
      on the framework described herein.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="sec-intro" numbered="true" toc="default">
      <name>Introduction</name>
      <t>SDP defines several attributes for capturing characteristics that
        apply to the individual media descriptions (described by "m=" lines)
        and the overall multimedia session. Typically, different media types
        (audio, video, etc.) described using different media descriptions
        represent separate RTP sessions that are carried over individual
        transport-layer flows. However, <xref target="RFC8843" format="default"/>
        defines a way to use a single address:port combination (BUNDLE address)
        for receiving media associated with multiple SDP media
        descriptions. This would, for example, allow the usage of a
        single set of Interactive Connectivity Establishment (ICE) <xref target="RFC8445" format="default"/>
        candidates for multiple media descriptions. This, in turn, has made
        it necessary to understand the interpretation and usage of the SDP
        attributes defined for the multiplexed media descriptions.</t>
      <t>Given the number of SDP attributes registered with the
        <xref target="IANA" format="default"/> and the possibility of new attributes
        being defined in the future, there is need for a framework to
        analyze these attributes for their applicability in the transport
        multiplexing use cases.</t>
      <t>The document starts with providing the motivation for
        requiring such a framework. This is followed by introduction
        to the SDP attribute analysis framework and procedures, following
        which several sections apply the framework to the SDP
        attributes registered with the <xref target="IANA" format="default"/>.
      </t>
    </section>
    <section numbered="true" toc="default">
      <name>Terminology</name>
<dl>
      <dt>5-tuple:</dt><dd>A collection of the following values: source address,
       source port, destination address, destination port, and
       transport-layer protocol.</dd>
      <dt>3GPP:</dt><dd>Third Generation Partnership Project; see
        <eref target="https://www.3gpp.org" brackets="angle"/> for more information about this
        organization.</dd>
      </dl>
      <t>
    The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
    NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
    "<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
    described in BCP&nbsp;14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> 
    when, and only when, they appear in all capitals, as shown here.
      </t>
    </section>


    <section numbered="true" toc="default">
      <name>Motivation</name>
      <t>
   An effort to reduce the number of necessary transport-level flows is
   required because of the time and complications involved in setting up
   Secure Real-time Transport Protocol (SRTP) <xref target="RFC5763"/>
   transports for use by RTP based on ICE <xref target="RFC8445"/> and
   Datagram Transport Layer Security (DTLS).  These procedures motivate
   conservation of ports bindings on the Network Address Translators (NATs).

   This necessity has resulted in the definition of ways,
        such as that described in <xref target="RFC8843" format="default"/>,
        to multiplex RTP over a single transport flow in order to
        preserve network resources such as port numbers. This imposes
        further restrictions on applicability of the SDP attributes
        as they are defined today.</t>
      <t>The specific problem is that there are attribute combinations
        that make sense when specified on independent "m=" lines -- as
        with classical SDP -- that do not make sense when those
        "m=" lines are then multiplexed over the same transport. To give
        an obvious example, ICE permits each "m=" line to have an
        independently specified "ice-ufrag" attribute. However, if the
        media from multiple "m=" lines is multiplexed over the same ICE
        component, then the meaning of media-level "ice-ufrag"
        attributes becomes muddled.</t>
      <t>At the time of writing this document, there are close to 250 SDP
      	attributes registered with the <xref target="IANA" format="default"/>, and more
      	will be added in the future. There is no clearly defined procedure to
        establish the validity/applicability of these attributes when
        used with transport multiplexing.</t>
    </section>
    <section anchor="sec-mux-fwork" numbered="true" toc="default">
      <name>SDP Attribute Analysis Framework</name>
      <t>Attributes in an SDP session description can be defined at the
       session level, media level, or source level. Informally, there are
       various semantic groupings for these attributes. One such grouping
       could be as follows:</t>
      <ul spacing="normal">
        <li>Attributes related to media content such as media type,
         encoding schemes, and payload types.</li>
        <li>Attributes specifying media transport characteristics such as
          RTP/RTP Control Protocol (RTCP) port numbers, network addresses,
          and QoS.</li>
        <li>Metadata description attributes capturing session timing and
          origin information.</li>
        <li>Attributes establishing relationships between media descriptions,
          such as grouping framework <xref target="RFC5888" format="default"/>.</li>
      </ul>
      <t>The proposed framework analyzes the SDP attributes usage
       under multiplexing and assigns each SDP attribute to an appropriate
       multiplexing category. Since the multiplexing categories defined in
       this specification are independent of any informal semantic groupings
       of the SDP attributes, the categorizations assigned are normative.</t>
      <section numbered="true" toc="default">
        <name>Category: NORMAL</name>
        <t>The attributes in the NORMAL category can be independently
        specified when multiplexed, and they retain their original
        semantics.</t>
        <t>In the example given below, the direction and label
         attributes are independently specified for audio and video
         "m=" lines. These attributes are not impacted by multiplexing
         these media streams over a single transport-layer flow.</t>

<sourcecode type="sdp">
     v=0
     o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
     s=
     c=IN IP4 host.atlanta.example.com
     t=0 0
     m=audio 49172 RTP/AVP 99
     a=sendonly
     a=label:1
     a=rtpmap:99 iLBC/8000
     m=video 49172 RTP/AVP 31
     a=recvonly
     a=label:2
     a=rtpmap:31 H261/90000
</sourcecode>

      </section>
      <section numbered="true" toc="default">
        <name>Category: CAUTION</name>
        <t>It is not advisable to multiplex with the attributes in the CAUTION
	category, since their usage under multiplexing
         might lead to incorrect behavior.</t>

        <t>Example: Multiplexing media descriptions over a single
         Datagram Congestion Control Protocol (DCCP) transport
         <xref target="RFC5762" format="default"/> is not recommended,
         since DCCP is a connection-oriented protocol and therefore doesn't
         allow multiple connections on the same 5-tuple.</t>
 
<sourcecode type="sdp">
     v=0
     o=bob 2890844527 2890844527 IN IP4 client.biloxi.example.com
     s=
     c=IN IP4 client.biloxi.example.com
     t=0 0
     m=video 5004 DCCP/RTP/AVP 99
     a=rtpmap:99 h261/9000
     a=dccp-service-code:SC=x52545056
     a=setup:passive
     a=connection:new
     m=video 5004 DCCP/RTP/AVP 100
     a=rtpmap:100 h261/9000
     a=dccp-service-code:SC=x5254504f
     a=setup:passive
     a=connection:new
</sourcecode>

      </section>
      <section numbered="true" toc="default">
        <name>Category: IDENTICAL</name>
        <t>The attributes and their associated values (if any) in the
         IDENTICAL category <bcp14>MUST</bcp14> be repeated across all the
         media descriptions under multiplexing.</t>

        <t>Attributes such as rtcp-mux fall into this category. Since
          RTCP reporting is done per RTP session, RTCP multiplexing
          <bcp14>MUST</bcp14> be enabled for both the audio and video "m=" lines if
          they are transported over a single 5-tuple.</t>

<sourcecode type="sdp">
     v=0
     o=bob 2890844527 2890844527 IN IP4 client.biloxi.example.com
     s=
     c=IN IP4 client.biloxi.example.com
     t=0 0
     m=audio 34567 RTP/AVP 97
     a=rtcp-mux
     m=video 34567 RTP/AVP 31
     a=rtpmap:31 H261/90000
     a=rtcp-mux
</sourcecode>

        <t>Note: Even though IDENTICAL attributes must be repeated across all media 
       descriptions under multiplexing, they might not always be explicitly encoded across 
       all media descriptions. <xref target="RFC8843" format="default"/> 
       defines rules for when attributes and their values are implicitly applied to media 
       description.</t>
      </section>
      <section numbered="true" toc="default">
        <name>Category: SUM</name>
        <t>The attributes in the SUM category can be set as they are
         normally used, but software using them in the multiplexing scenario
         <bcp14>MUST</bcp14> apply the sum of all the attributes being multiplexed instead of
         trying to use them independently. This is typically used for
         bandwidth or other rate-limiting attributes to the
         underlying transport.</t>

        <t>
          The software parsing the SDP sample below should use the
          aggregate Application Specific (AS) bandwidth value from the
          individual media descriptions to determine the AS value for
          the multiplexed session. Thus the calculated AS value would
          be 256+64 kilobits per second for the given example.
        </t>

<sourcecode type="sdp">
      v=0
      o=test 2890844526 2890842807 IN IP4 client.biloxi.example.com
      c=IN IP4 client.biloxi.example.com
      t=0 0
      m=audio 49170 RTP/AVP 0
      b=AS:64
      m=video 51372 RTP/AVP 31
      b=AS:256
</sourcecode>

      </section>
      <section numbered="true" toc="default">
        <name>Category: TRANSPORT</name>
        <t>The attributes in the TRANSPORT category can be set normally
         for multiple items in a multiplexed group, but the software <bcp14>MUST</bcp14>
         pick the one that's associated with the "m=" line whose information is
         used for setting up the underlying transport.</t>

        <t>In the example below, the "a=crypto" attribute is defined for both
         the audio and video "m=" lines. The video media line's "a=crypto"
         attribute is chosen since its MID value (bar) appears first in
         the "a=group:BUNDLE" line. This is due to the BUNDLE grouping semantic
         <xref target="RFC8843" format="default"/>, which mandates that the values from
	 the "m=" line corresponding to the mid
         appearing first on the "a=group:BUNDLE" line be considered for
         setting up the RTP transport.</t>
 
<sourcecode type="sdp">
     v=0
     o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
     s=
     c=IN IP4 host.atlanta.example.com
     t=0 0
     a=group:BUNDLE bar foo
     m=audio 49172 RTP/AVP 99
     a=mid:foo
     a=crypto:1 AES_CM_128_HMAC_SHA1_80
       inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32
     a=rtpmap:99 iLBC/8000
     m=video 51374 RTP/AVP 31
     a=mid:bar
     a=crypto:1 AES_CM_128_HMAC_SHA1_80
       inline:EcGZiNWpFJhQXdspcl1ekcmVCNWpVLcfHAwJSoj|2^20|1:32
     a=rtpmap:96 H261/90000
</sourcecode>
 
      </section>
      <section numbered="true" toc="default">
        <name>Category: INHERIT</name>
        <t>The attributes in the INHERIT category encapsulate other SDP
        attributes or parameters. These attributes inherit their multiplexing
        characteristics from the attributes or parameters they encapsulate.
        Such attributes are defined in <xref target="RFC3407" format="default"/>,
        <xref target="RFC5939" format="default"/>, and <xref target="RFC6871"
	format="default"/> as part of a
        generic framework for indicating and negotiating capabilities in the
	SDP related to transport, media, and media format. </t>
        <t>The inheritance manifests itself when the encapsulated attribute or
       parameter is being leveraged. In the case of SDP Capability Negotiation
       <xref target="RFC5939" format="default"/>, for example, this occurs when a capability
       (encapsulating attribute) is used as part of a configuration; the
       configuration inherits the multiplexing category of each of its
       constituent (encapsulated) attributes and parameters. The inherited
       attributes <bcp14>MUST</bcp14> be coherent in order to form a valid configuration from a
       multiplexing point of view (see <xref target="sec-encap" format="default"/> for
       further details).</t>

<sourcecode type="sdp">
       v=0
       o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
       s=
       c=IN IP4 host.atlanta.example.com
       t=0 0
       m=video 3456 RTP/AVP 100
       a=rtpmap:100 VP8/90000
       a=fmtp:100 max-fr=30;max-fs=8040
       a=sqn: 0
       a=cdsc: 1 video RTP/AVP 100
       a=cpar: a=rtcp-mux
       m=video 3456 RTP/AVP 101
       a=rtpmap:101 VP8/90000
       a=fmtp:100 max-fr=15;max-fs=1200
       a=cdsc: 2 video RTP/AVP 101
       a=cpar: a=rtcp-mux</sourcecode>

        <t>In this example, the category IDENTICAL is inherited by
       the cpar-encapsulated "rtcp-mux" attribute.</t>

      </section>
      <section numbered="true" toc="default">
        <name>Category: IDENTICAL-PER-PT</name>
        <t>The attributes in the IDENTICAL-PER-PT category define
         the RTP payload configuration on the basis of the payload type, and they
         <bcp14>MUST</bcp14> have identical values across all the media descriptions
         for a given RTP payload type when repeated. 

	 These payload types
         identify the same codec configuration as defined in <xref target="RFC8843"
	 sectionFormat="of" section="9.1"/>
         under this context.</t>

        <t>In the SDP example below, Payload Types 96 and 97 are repeated
         across all the video "m=" lines, and all the payload-specific
         parameters (for example, rtpmap and fmtp) are identical.
         (Note: some line breaks are due to formatting only.)</t>

        <sourcecode type="sdp">
     v=0
     o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
     s=
     c=IN IP4 host.atlanta.example.com
     t=0 0
     a=group:BUNDLE cam1 cam2
     m=video 96 97
     a=mid:cam1
     a=rtpmap:96 H264/90000
     a=fmtp:96 profile-level-id=42400d; max-fs=3600; max-fps=3000;
     max-mbps=108000; max-br=1000
     a=rtpmap:97 H264/90000
     a=fmtp:97 profile-level-id=42400a; max-fs=240; max-fps=3000;
     max-mbps=7200; max-br=200
     m=video  96 97
     a=mid:cam2
     a=rtpmap:96 H264/90000
     a=fmtp:96 profile-level-id=42400d; max-fs=3600; max-fps=3000;
     max-mbps=108000; max-br=1000
     a=rtpmap:97 H264/90000
     a=fmtp:97 profile-level-id=42400a; max-fs=240; max-fps=3000;
     max-mbps=7200; max-br=200</sourcecode>

      </section>
      <section numbered="true" toc="default">
        <name>Category: SPECIAL</name>
        <t>For the attributes in the SPECIAL category, the text in the
      specification defining the attribute <bcp14>MUST</bcp14> be consulted for further
      handling when multiplexed. </t>
        <t>As an example, for the attribute "extmap" <xref target="RFC5285" format="default"/>,
      the specification defining the extension needs to be consulted to
      understand the multiplexing implications.</t>
      </section>
      <section numbered="true" toc="default">
        <name>Category: TBD</name>
        <t>The attributes in the TBD category have not been analyzed under the
       proposed multiplexing framework and <bcp14>SHOULD NOT</bcp14> be multiplexed.</t>
      </section>
    </section>
    <section anchor="sec-cur-analysis" numbered="true" toc="default">
      <name>Analysis of Existing Attributes</name>
      <t>This section analyzes attributes listed in <xref target="IANA" format="default"/>, grouped under the IETF document that
      defines them.</t>
      <t>The "Level" column indicates whether the attribute
      is currently specified as:</t>
      <ul spacing="normal">
        <li>S -- Session level</li>
        <li>M -- Media level</li>
        <li>B -- Both (Implies either a session level or a media level attribute)</li>
        <li>SR -- Source-level (for a single SSRC) <xref target="RFC5576" format="default"/></li>
      </ul>
      <t>The "Mux Category" column identifies the multiplexing category
      assigned to each attribute, and the "Notes" column captures additional
      informative details regarding the assigned category, wherever
      necessary.</t>

      <section numbered="true" toc="default">
        <name>RFC 4566: SDP</name>
        <t><xref target="RFC4566" format="default"/> defines SDP that is intended for describing
      multimedia sessions for the purposes of session announcement,
      session invitation, and other forms of multimedia session
      initiation.</t>
        <table align="center">
          <name>RFC 4566 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">sendrecv</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">sendonly</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">recvonly</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">inactive</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">cat</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ptime</td>
              <td align="left"> The attribute value <bcp14>MUST</bcp14> be the same
        for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">maxptime</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
        for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">orient</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">framerate</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
        for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">quality</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">rtpmap</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
        for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">fmtp</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
        for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">keywds</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">type</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">type:broadcast</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">type:H332</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">type:meeting</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">type:moderated</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">type:test</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">tool</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">charset</td>
              <td align="left">Not impacted
        </td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">sdplang</td>
              <td align="left">Not impacted
        </td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">lang</td>
              <td align="left">Not impacted
        </td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>

      <section numbered="true" toc="default">
        <name>RFC 4585: RTP/AVPF</name>
        <t><xref target="RFC4585" format="default"/> defines an extension to
      the Audio-visual Profile (AVP) that enables receivers to
      provide, statistically, more immediate feedback to the senders
      and thus allows for short-term adaptation and efficient
      feedback-based repair mechanisms to be implemented.</t>
        <table align="center">
          <name>RFC 4585 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp-fb</td>
              <td align="left">Since RTCP feedback attributes are scoped by payload type
        (PT), their values <bcp14>MUST</bcp14> be identical for a given PT across
        the multiplexed "m=" lines.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5761: Multiplexing RTP and RTCP</name>
        <t><xref target="RFC5761" format="default"/> discusses issues that
        arise when multiplexing RTP data packets and RTP Control
        Protocol (RTCP) packets on a single UDP port. It describes
        when such multiplexing is and is not appropriate, and it
        explains how the SDP can be used to signal multiplexed sessions.</t>
        <table align="center">
          <name>RFC 5761 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp-mux</td>
              <td align="left">RTP and RTCP multiplexing affects the
          entire RTP session.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3312: Integration of Resource Management and SIP</name>
        <t><xref target="RFC3312" format="default"/>  defines a generic framework for
        preconditions, which are extensible through IANA registration.
        This document also discusses how network quality of service can be
        made a precondition for establishment of sessions initiated by the
        Session Initiation Protocol (SIP). These preconditions require that
        the participant reserve network resources before continuing with the
        session.</t>
        <table align="center">
          <name>RFC 3312 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">des</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">conf</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">curr</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: A mismatched set of preconditions across media descriptions
         results in session establishment failures due to inability
         to meet the requested resource reservations.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4574: SDP "label" Attribute</name>

        <t><xref target="RFC4574" format="default"/> defines a new SDP media-level
        attribute: "label". The "label" attribute carries a pointer to
        a media stream in the context of an arbitrary network application
        that uses SDP. The sender of the SDP document can attach the "label"
        attribute to a particular media stream or streams. The
        application can then use the provided pointer to refer to
        each particular media stream in its context.</t>
        <table align="center">
          <name>RFC 4574 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">label</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5432: QoS Mechanism Selection in SDP</name>
        <t><xref target="RFC5432" format="default"/> defines procedures for
        negotiating QoS mechanisms using the SDP offer/answer model.</t>
        <table align="center">
          <name>RFC 5432 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">qos-mech-send</td>
              <td align="left"> Refer to <xref target="SecqostokenAnalysis" format="default"/>.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">qos-mech-recv</td>
              <td align="left">Refer to <xref target="SecqostokenAnalysis" format="default"/>.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4568: SDP Security Descriptions</name>
        <t><xref target="RFC4568" format="default"/> defines an SDP cryptographic
        attribute for unicast media streams. The attribute describes a
        cryptographic key and other parameters that serve to
        configure security for a unicast media stream in either a
        single message or a roundtrip exchange.</t>
        <table align="center">
          <name>RFC 4568 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">crypto</td>
              <td align="left">crypto attribute <bcp14>MUST</bcp14> be the one that corresponds
          to the "m=" line chosen for setting up the underlying transport
	  flow. </td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5762: RTP over DCCP</name>
        <t>RTP is a widely used transport for real-time multimedia
        on IP networks. DCCP is a transport protocol that provides desirable
        services for real-time applications. <xref target="RFC5762" format="default"/>
        specifies a mapping of RTP onto DCCP, along with associated
        signaling, such that real-time applications can make use of
        the services provided by DCCP.</t>
        <table align="center">
          <name>RFC 5762 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Current</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">dccp-service-code</td>
              <td align="left"> If RFC 6773 is not being
          used in addition to RFC5762, the port in the "m=" line is a
          DCCP port. Being a connection-oriented protocol, DCCP does
          not allow multiple connections on the same
          5-tuple.</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
        <t>
         NOTE: If RFC 6773 is being used in addition to RFC 5762, and the
         DCCP-in-UDP layer has additional demultiplexing, then it
         may be possible to use different DCCP service codes for each
         DCCP flow, given each uses a different DCCP port. However,
         doing so might conflict with the media type of the "m="
         line. None of this is standardized yet, and it wouldn't work
         as explained. Hence performing multiplexing is not recommended
         even in this alternate scenario.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6773: DCCP-UDP Encapsulation</name>
        <t><xref target="RFC6773" format="default"/> specifies an
        alternative encapsulation of DCCP, referred to as DCCP-UDP. This
        encapsulation allows DCCP to be carried through the current
        generation of Network Address Translation (NAT) middleboxes
        without modification of those middleboxes.</t>
        <table align="center">
          <name>RFC 6773 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">dccp-port</td>
              <td align="left"> Multiplexing is not recommended
          due to potential conflict between the port used for DCCP
          encapsulation/decapsulation and the RTP.</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>

        <t>
	  NOTE: RFC 6773 allows DCCP-UDP encapsulation, with the UDP port
	  being the port of the DCCP encapsulation/decapsulation service.
	  This encapsulation allows arbitrary DCCP packets to be encapsulated,
	  and the DCCP port chosen can conflict with
         the port chosen for the RTP traffic. 

	 Multiplexing several DCCP-in-UDP encapsulations on the same UDP port
	 with no RTP traffic on the same port implies collapsing several DCCP
	 port spaces together. Whether or not this works depends on the nature
	 of DCCP encapsulation and ports choices; it is thus very application
	 dependent.
        </t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5506: Reduced-Size RTCP in RTP Profile</name>
        <t><xref target="RFC5506" format="default"/> discusses benefits and
        issues that arise when allowing RTCP packets to be transmitted with
        reduced size.</t>
        <table align="center">
          <name>RFC 5506 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp-rsize</td>
              <td align="left">Reduced-size RTCP affects the
          entire RTP session.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6787: Media Resource Control Protocol Version 2</name>
        <t>The Media Resource Control Protocol Version 2 (MRCPv2)
        allows client hosts to control media service resources such
        as speech synthesizers, recognizers, verifiers, and
        identifiers residing in servers on the network. MRCPv2 is
        not a "stand-alone" protocol; it relies on other
        protocols, such as the SIP, to coordinate MRCPv2 clients and
        servers and manage session between them, and SDP to
        describe, discover, and exchange capabilities. It also
        depends on SIP and SDP to establish the media sessions and
        associated parameters between the media source or sink and
        the media server. Once this is done, the MRCPv2 exchange
        operates over the control session established above,
        allowing the client to control the media-processing
        resources on the speech resource server. <xref target="RFC6787" format="default"/> defines attributes for this
        purpose.</t>
        <table align="center">
          <name>RFC 6787 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">resource</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">channel</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">cmid</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 8445: ICE</name>
        <t><xref target="RFC8445" format="default"/> describes a protocol
        for NAT traversal for UDP-based multimedia sessions
        established with the offer/answer model.
        ICE makes use of the Session Traversal Utilities for NAT
        (STUN) protocol and its extension, Traversal Using Relay NAT (TURN).
        ICE can be used by any protocol utilizing the offer/answer model, such as
        the SIP.</t>
        <table align="center">
          <name>RFC 8445 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ice-lite</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ice-options</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ice-mismatch</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ice-pwd</td>
              <td align="left">ice-pwd <bcp14>MUST</bcp14> be the one that
          corresponds to the "m=" line chosen for setting up the
          underlying transport flow.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">ice-ufrag</td>
              <td align="left">ice-ufrag <bcp14>MUST</bcp14> be the one that
          corresponds to the "m=" line chosen for setting up the
          underlying transport flow.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">candidate</td>
              <td align="left">ice candidate <bcp14>MUST</bcp14> be the one that
          corresponds to the "m=" line chosen for setting up the
          underlying transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">remote-candidates</td>
              <td align="left">ice remote candidate <bcp14>MUST</bcp14>
          be the one that corresponds to the "m=" line chosen for setting
          up the underlying transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">ice2</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>

      <section numbered="true" toc="default">
        <name>RFC 5285: RTP Header Extensions</name>
        <t><xref target="RFC5285" format="default"/> provides a general
        mechanism for using the header-extension feature of RTP. (Note: <xref
	target="RFC5285"/> has been obsoleted by <xref target="RFC8285"/>.)
        It provides the option to use a small number of small extensions
        in each RTP packet, where the universe of possible extensions is
        large and registration is decentralized. The actual extensions in
        use in a session are signaled in the setup information for
        that session.</t>
        <table align="center">
          <name>RFC 5285 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">extmap</td>
              <td align="left">Refer to the document defining the
          specific RTP extension.</td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3605: RTCP Attribute in SDP</name>
        <t>Originally, SDP assumed that RTP and RTCP were carried on
	    consecutive ports. However, this is not always true when
	    NATs are involved. <xref target="RFC3605" format="default"/> specifies an
	    early mechanism for indicating the RTCP port.</t>
        <table align="center">
          <name>RFC 3605 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp</td>
              <td align="left">RTCP port <bcp14>MUST</bcp14> be the one
          that corresponds to the "m=" line chosen for
          setting up the underlying transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5576: Source-Specific SDP Attributes</name>
        <t><xref target="RFC5576" format="default"/> defines a mechanism for describing RTP
	media sources -- which are identified by their
        synchronization source (SSRC) identifiers -- in SDP, to
        associate attributes with these sources and express
        relationships among sources. It also defines several
        source-level attributes that can be used to describe
        properties of media sources.</t>
        <table align="center">
          <name>RFC 5576 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ssrc</td>
              <td align="left">Refer to notes
          below.</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ssrc-group</td>
              <td align="left">Refer to <xref target="sec-ssrc-group" format="default"/>
          for specific analysis of the grouping semantics.</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">cname</td>
              <td align="left">Not impacted</td>
              <td align="left">SR</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">previous-ssrc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">SR</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">fmtp</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same for a
          given codec configuration.</td>
              <td align="left">SR</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: If SSRCs are repeated across "m=" lines being multiplexed, they
         <bcp14>MUST</bcp14> all represent the same underlying RTP Source.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7273: RTP Clock Source Signaling</name>
        <t><xref target="RFC7273" format="default"/> specifies
        SDP signaling that identifies  timestamp reference clock sources
        and SDP signaling that identifies the media clock sources in a
        multimedia session.</t>
        <table align="center">
          <name>RFC 7273 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ts-refclk</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">mediaclk</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:ntp</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:ptp</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:gps</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:gal</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:glonass</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:local</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ts-refclk:private</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">mediaclk:sender</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">mediaclk:direct</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">mediaclk:IEEE1722</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6236: Image Attributes in SDP</name>
        <t><xref target="RFC6236" format="default"/> proposes a new generic
        session setup attribute to make it possible to negotiate
        different image attributes, such as image size. A possible
        use case is to make it possible for a low-end handheld
        terminal to display video without the need to rescale the
        image, something that may consume large amounts of memory and
        processing power. The document also helps to maintain an
        optimal bitrate for video as only the image size that is
        desired by the receiver is transmitted.</t>
        <table align="center">
          <name>RFC 6236 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">imageattr</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
          for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7197: Duplication Delay Attribute in SDP</name>
        <t><xref target="RFC7197" format="default"/> defines an attribute to
        indicate the presence of temporally redundant media streams
        and the duplication delay in SDP.</t>
        <table align="center">
          <name>RFC 7197 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">duplication-delay</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7266: RTCP XR Blocks for MOS Metric Reporting</name>
        <t><xref target="RFC7266" format="default"/> defines an RTCP Extended Report (XR) Block
        that includes two new segment types and associated SDP parameters that allow
        the reporting of mean opinion score (MOS) metrics for use in a
        range of RTP applications.</t>
        <table align="center">
          <name>RFC 7266 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">calgextmap</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6285: Rapid Acquisition of Multicast RTP Sessions</name>
        <t><xref target="RFC6285" format="default"/> describes a method of
        using the existing RTP and RTCP machinery that reduces the
        acquisition delay. In this method, an auxiliary unicast RTP
        session carrying the reference information to the receiver precedes or
        accompanies the multicast stream. This unicast RTP flow can
        be transmitted at a faster-than-natural bitrate to further
        accelerate the acquisition. The motivating use case for
        this capability is multicast applications that carry
        real-time compressed audio and video.</t>
        <table align="center">
          <name>RFC 6285 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rams-updates</td>
              <td align="left">Not recommended
          </td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6230: Media Control Channel Framework</name>
        <t><xref target="RFC6230" format="default"/> describes a framework
        and protocol for application deployment where the
        application programming logic and media processing are
        distributed. This implies that application programming
        logic can seamlessly gain access to appropriate resources
        that are not co-located on the same physical network entity.
        The framework uses SIP to establish an application-level control
        mechanism between application servers and associated external
        servers such as media servers.</t>
        <table align="center">
          <name>RFC 6230 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">cfw-id</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6364: SDP Elements for FEC Framework</name>
        <t><xref target="RFC6364" format="default"/> specifies the use of
        SDP to describe the parameters required to signal the
        Forward Error Correction (FEC) Framework Configuration
        Information between the sender(s) and receiver(s). This
        document also provides examples that show the semantics for
        grouping multiple source and repair flows together for the
        applications that simultaneously use multiple instances of the
        FEC Framework.</t>
        <table align="center">
          <name>RFC 6364 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">fec-source-flow</td>
              <td align="left">Refer to the document defining specific
           FEC scheme.</td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">fec-repair-flow</td>
              <td align="left">Refer to the document defining specific
           FEC scheme.</td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">repair-window</td>
              <td align="left">Refer to the document defining specific
          FEC scheme.</td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4796: "content" Attribute</name>
        <t><xref target="RFC4796" format="default"/> defines a new SDP media-level
        attribute, "content". The "content" attribute defines the
        content of the media stream to a more detailed level than
        the media description line. The sender of an SDP session
        description can attach the "content" attribute to one or more
        media streams. The receiving application can then treat each media
        stream differently (e.g., show it on a big or small screen) based
        on its content.</t>
        <table align="center">
          <name>RFC 4796 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">content</td>
              <td align="left">Not
          impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3407: SDP Simple Capability Declaration</name>
        <t><xref target="RFC3407" format="default"/> defines a set of SDP attributes that enables
        SDP to provide a minimal and backwards-compatible capability
        declaration mechanism.</t>
        <table align="center">
          <name>RFC 3407 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">sqn</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">cdsc</td>
              <td align="left">Not
          impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">cpar</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">INHERIT</td>
            </tr>
            <tr>
              <td align="left">cparmin</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">cparmax</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
          </tbody>
        </table>
        <t>
         NOTE: The attributes "a=cparmin" and "a=cparmax" define minimum
         and maximum numerical values associated with the attributes
         described in "a=cpar".</t>
        <t>Since the cpar attribute can either define
         a "b=" attribute or any "a=" attribute, the multiplexing category
         depends on the actual attribute being encapsulated and the implications
         of the numerical values assigned. Hence it is recommended to consult
         the specification defining attributes "cparmin" and "cparmax" to further
         analyze their behavior under multiplexing.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6284: Port Mapping between Unicast and Multicast RTP Sessions</name>
        <t><xref target="RFC6284" format="default"/> presents a port-mapping solution that
	allows RTP receivers to choose their
        own ports for an auxiliary unicast session in RTP
        applications using both unicast and multicast services. The
        solution provides protection against denial-of-service or
        packet amplification attacks that could be used to cause one
        or more RTP packets to be sent to a victim client.</t>
        <table align="center">
          <name>RFC 6284 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">portmapping-req</td>
              <td align="left">Not recommended if port mapping is
          required by the application</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6714: MSRP-CEMA</name>
        <t><xref target="RFC6714" format="default"/> defines a Message
        Session Relay Protocol (MSRP) extension, Connection
        Establishment for Media Anchoring (CEMA). Support of this
        extension is optional. The extension allows middleboxes to
        anchor the MSRP connection without the need for middleboxes to modify
	the MSRP messages; thus, it also enables
        secure end-to-end MSRP communication in networks where such
        middleboxes are deployed. This document also defines an
        SDP attribute, "msrp-cema", that MSRP endpoints use to indicate
        support of the CEMA extension.</t>
        <table align="center">
          <name>RFC 6714 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">msrp-cema</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>

        <t>NOTE: As per <xref target="RFC8843" sectionFormat="of" section="9"/>, there
         exists no publicly available specification that
         defines procedures for multiplexing/demultiplexing MSRP flows
         over a single 5-tuple. Once such a specification is available,
         the assignments of multiplexing categories for the attributes in this
         section could be revisited.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4583: SDP Format for BFCP Streams</name>
        <t><xref target="RFC4583" format="default"/> specifies how
        to describe Binary Floor Control Protocol (BFCP) streams in
        SDP descriptions. User agents using the offer/answer model to
        establish BFCP streams use this format in their offers and answers.</t>

        <table align="center">
          <name>RFC 4583 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">floorctrl</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>

            <tr>
              <td align="left">confid</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">userid</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">floorid</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>
	<t>NOTE: <xref target="RFC4583"/> has been obsoleted by
	<xref target="RFC8856"/>, which redefines the SDP attributes
	listed in this section, including the "Mux Category" values. However,
	<xref target="RFC8856"/> does not change the "Mux Category"
	values of the attributes.</t>

        <t>NOTE: As per <xref target="RFC8843" sectionFormat="of"
        section="9"/>, there exists no publicly available specification that
        defines procedures for multiplexing/demultiplexing BFCP streams over a
        single 5-tuple. Once such a specification is available, the
        assignments of multiplexing categories for the attributes in this
        section could be revisited.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5547: SDP Offer/Answer for File Transfer</name>
        <t><xref target="RFC5547" format="default"/> provides a mechanism
        to negotiate the transfer of one or more files between two
        endpoints by using the SDP offer/answer model specified in
        <xref target="RFC3264" format="default"/>.</t>
        <table align="center">
          <name>RFC 5547 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">file-selector</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">file-transfer-id</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">file-disposition</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">file-date</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">file-icon</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">file-range</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: As per <xref target="RFC8843" sectionFormat="of" section="9"/>,
         there exists no publicly available specification that
         defines procedures for multiplexing/demultiplexing MSRP flows
         over a single 5-tuple. Once such a specification is available,
         the assignments of multiplexing categories for attributes in this
         section could be revisited.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6849: SDP and RTP Media Loopback Extension</name>
        <t><xref target="RFC6849" format="default"/> adds new SDP media
        types and attributes that enable establishment of media
        sessions where the media is looped back to the
        transmitter. Such media sessions will serve as monitoring
        and troubleshooting tools by providing the means for
        measurement of more advanced Voice over IP (VoIP), real-time text,
        and Video over IP performance metrics.</t>
        <table align="center">
          <name>RFC 6849 Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">loopback rtp-pkt-loopback</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be
          same for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">loopback rtp-media-loopback</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be
          same for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">loopback-source</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">loopback-mirror</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5760: RTCP with Unicast Feedback</name>
        <t><xref target="RFC5760" format="default"/> specifies an extension
        to RTCP to use unicast feedback to a multicast sender. The proposed
        extension is useful for single-source multicast sessions
        such as source-specific multicast (SSM) communication where
        the traditional model of many-to-many group communication is
        either not available or not desired.</t>
        <table align="center">
          <name>RFC 5760 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp-unicast</td>
              <td align="left">The attribute <bcp14>MUST</bcp14> be reported
          across all multiplexed "m=" lines.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3611: RTCP XR</name>
        <t><xref target="RFC3611" format="default"/> defines the Extended
        Report (XR) packet type for RTCP and defines how the use of XR packets
	can be signaled by an
        application if it employs the Session Description Protocol
        (SDP).</t>
        <table align="center">
          <name>RFC 3611 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp-xr</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5939: SDP Capability Negotiation</name>
        <t><xref target="RFC5939" format="default"/> defines a general SDP
        Capability Negotiation framework. It also specifies how to
        provide attributes and transport protocols as capabilities
        and negotiate them using the framework. Extensions for
        other types of capabilities (e.g., media types and media
        formats) may be provided in other documents.</t>
        <table align="center">
          <name>RFC 5939 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">pcfg</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">acfg</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">csup</td>
              <td align="left">Not impacted </td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">creq</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">acap</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">INHERIT</td>
            </tr>
            <tr>
              <td align="left">tcap</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">INHERIT</td>
            </tr>
            <tr>
              <td align="left">cap-v0</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6871: SDP Media Capabilities Negotiation</name>
        <t>SDP capability negotiation provides a general framework
        for indicating and negotiating capabilities in SDP. The base
        framework only defines capabilities for negotiating transport
        protocols and attributes. <xref target="RFC6871" format="default"/> extends the
        framework by defining media capabilities that can be used to
        negotiate media types and their associated parameters.</t>
        <table align="center">
          <name>RFC 6871 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rmcap</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">omcap</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">mfcap</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">mscap</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">INHERIT</td>
            </tr>
            <tr>
              <td align="left">lcfg</td>
              <td align="left">Refer to <xref target="sec-encap" format="default"/></td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">sescap</td>
              <td align="left">Refer to notes below</td>
              <td align="left">S</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">med-v0</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: The "sescap" attribute is not recommended
        for use with multiplexing. The reason is that it requires the
        use of unique configuration numbers across the entire SDP
        (per <xref target="RFC6871" format="default"/>) as opposed to within a media
        description only (per <xref target="RFC5939" format="default"/>). As described in
        <xref target="sec-encap" format="default"/>, the use of identical configuration
        numbers between multiplexed (bundled) media descriptions is the
        default way of indicating compatible configurations in a bundle.
        </t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7006: Miscellaneous Capabilities Negotiation in SDP</name>
        <t><xref target="RFC7006" format="default"/> extends the SDP Capability Negotiation
        framework to allow endpoints to negotiate three additional SDP
        capabilities. In particular, this memo provides a mechanism to
        negotiate bandwidth ("b=" line), connection data ("c=" line), and
        session or media titles ("i=" line for each session or media).</t>
        <table align="center">
          <name>RFC 7006 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">bcap</td>
              <td align="left">Inherit the category SUM as
          applicable to the "b=" attribute</td>
              <td align="left">B</td>
              <td align="left">INHERIT</td>
            </tr>
            <tr>
              <td align="left">bcap-v0</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ccap</td>
              <td align="left">The connection address type
          <bcp14>MUST</bcp14> be identical across all the multiplexed
          "m=" lines.</td>
              <td align="left">B</td>
              <td align="left">IDENTICAL</td>
            </tr>
            <tr>
              <td align="left">ccap-v0</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">icap</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">icap-v0</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4567: Key Management Extensions for SDP and RTSP</name>
        <t><xref target="RFC4567" format="default"/> defines general
        extensions for SDP and Real-Time Streaming Protocol (RTSP) to
        carry messages, as specified by a key management protocol, in
        order to secure the media. These extensions are presented as
        a framework to be used by one or more key management protocols. As
        such, their use is meaningful only when complemented by an
        appropriate key management protocol.</t>
        <table align="center">
          <name>RFC 4567 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">key-mgmt</td>
              <td align="left">Key management protocol <bcp14>MUST</bcp14> be
          identical across all the "m=" lines.</td>
              <td align="left">B</td>
              <td align="left">IDENTICAL</td>
            </tr>
            <tr>
              <td align="left">mikey</td>
              <td align="left">Key management protocol <bcp14>MUST</bcp14> be
          identical across all the "m=" lines.</td>
              <td align="left">B</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>

      <section numbered="true" toc="default">
        <name>RFC 4572: Comedia over TLS in SDP</name>
        <t><xref target="RFC4572" format="default"/> specifies how to
        establish secure connection-oriented media transport
        sessions over the Transport Layer Security (TLS) protocol
        using SDP. (Note: <xref target="RFC4572"/> has been obsoleted by <xref
	target="RFC8122"/>.) It defines a
        new SDP protocol identifier, "TCP/TLS". It also defines the
        syntax and semantics for an SDP "fingerprint" attribute that
        identifies the certificate that will be presented for the
        TLS session. This mechanism allows media transport over TLS
        connections to be established securely, so long as the
        integrity of session descriptions is assured.</t>
        <table align="center">
          <name>RFC 4572 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">fingerprint</td>
              <td align="left">fingerprint value <bcp14>MUST</bcp14> be the
          one that corresponds to the "m=" line chosen for 
          setting up the underlying transport flow.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4570: SDP Source Filters</name>
        <t><xref target="RFC4570" format="default"/> describes how to adapt
        SDP to express one or more source addresses as a source
        filter for one or more destination "connection" addresses.
        It defines the syntax and semantics for an SDP "source-filter"
        attribute that may reference either IPv4 or IPv6 address(es) as
        either an inclusive or exclusive source list for either multicast or
        unicast destinations. In particular, an inclusive source filter can be
	used to specify a source-specific multicast (SSM) session.</t>
        <table align="center">
          <name>RFC 4570 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">source-filter</td>
              <td align="left">The attribute <bcp14>MUST</bcp14> be repeated
          across all multiplexed "m=" lines.</td>
              <td align="left">B</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6128: RTCP Port for Multicast Sessions</name>
        <t>SDP has an attribute that allows RTP applications to specify
        an address and a port associated with the RTCP traffic. In
        RTP-based source-specific multicast (SSM) sessions, the same
        attribute is used to designate the address and the RTCP port
        of the Feedback Target in the SDP description. However, the
        RTCP port associated with the SSM session itself cannot be
        specified by the same attribute to avoid ambiguity and
        thus is required to be derived from the "m=" line of the
        media description. Deriving the RTCP port from the "m="
        line imposes an unnecessary restriction. <xref target="RFC6128" format="default"/>
        removes this restriction by introducing a new SDP attribute.</t>
        <table align="center">
          <name>RFC 6128 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">multicast-rtcp</td>
              <td align="left">Multicast RTCP port <bcp14>MUST</bcp14> be
          identical across all the
          "m=" lines.</td>
              <td align="left">B</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6189: ZRTP</name>
        <t><xref target="RFC6189" format="default"/> defines ZRTP, a protocol for media
        path Diffie-Hellman exchange to agree on a session key and
        parameters for establishing unicast SRTP sessions for VoIP applications.</t>
        <table align="center">
          <name>RFC 6189 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">zrtp-hash</td>
              <td align="left">The zrtp-hash attribute <bcp14>MUST</bcp14> be the one
          that corresponds to the "m=" line chosen for setting up
          the underlying transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4145: Connection-Oriented Media</name>
        <t><xref target="RFC4145" format="default"/> describes how to
        express media transport over TCP using SDP. It defines
        the SDP "TCP" protocol identifier, the SDP "setup" attribute,
        which describes the connection setup procedure, and the SDP
        "connection" attribute, which handles connection
        re-establishment.</t>
        <table align="center">
          <name>RFC 4145 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">setup</td>
              <td align="left">The setup attribute <bcp14>MUST</bcp14> be the one that corresponds to the "m="
          line chosen for setting up the underlying transport flow.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">connection</td>
              <td align="left">The connection attribute <bcp14>MUST</bcp14> be the one that corresponds to the
          "m=" line chosen for setting up the underlying transport flow.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6947: The SDP "altc" Attribute</name>
        <t><xref target="RFC6947" format="default"/> proposes a mechanism that allows
        the same SDP offer to carry multiple IP addresses of different
        address families (e.g., IPv4 and IPv6). The proposed "altc" attribute
	solves the backward-compatibility problem
        that plagued Alternative Network Address Types (ANAT) due to
        their syntax.</t>
        <table align="center">
          <name>RFC 6947 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">altc</td>
              <td align="left">The IP address and port <bcp14>MUST</bcp14> be the ones
          that correspond to the "m=" line chosen for setting up the
          underlying transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7195: SDP Extension for Circuit-Switched Bearers         in PSTN</name>
        <t><xref target="RFC7195" format="default"/> describes use cases, requirements, and
        protocol extensions for using the SDP offer/answer model for establishing
        audio and video media streams over circuit-switched bearers in the
        Public Switched Telephone Network (PSTN).</t>
        <table align="center">
          <name>RFC 7195 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">cs-correlation:callerid</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">cs-correlation:uuie</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">cs-correlation:dtmf</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">cs-correlation:external</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>

        <t>NOTE: <xref target="RFC7195" format="default"/> defines SDP attributes for
         establishing audio and video media streams over circuit-switched
         bearers by defining a new nettype value, "PSTN". However, 
         <xref target="RFC8843" sectionFormat="of" section="7.2"/> requires the
         "c=" line nettype value to be "IN". If there exists in future a specification
         that defines procedures to multiplex media streams over nettype "PSTN",
         the multiplexing categories for attributes in this section could be
         revisited.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7272: IDMS Using the RTP Control Protocol (RTCP)</name>
        <t><xref target="RFC7272" format="default"/> defines a new RTCP packet type and an
        RTCP Extended Report (XR) Block Type to be used for achieving
        Inter-Destination Media Synchronization (IDMS).</t>
        <table align="center">
          <name>RFC 7272 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtcp-idms</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5159: Open Mobile Alliance (OMA) Broadcast (BCAST) SDP Attributes</name>
        <t><xref target="RFC5159" format="default"/> provides descriptions
        of SDP attributes used by the
        Open Mobile Alliance's "Service and Content Protection for Mobile
        Broadcast Services" specification.</t>
        <table align="center">
          <name>RFC 5159 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">bcastversion</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">stkmstream</td>
              <td align="left">Not impacted</td>
              <td align="left">B</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">SRTPAuthentication</td>
              <td align="left">Needs further analysis</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">SRTPROCTxRate</td>
              <td align="left">Needs further analysis</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6193: Media Description for IKE in SDP</name>
        <t><xref target="RFC6193" format="default"/> specifies how to
        establish a media session that represents a virtual private
        network using the Session Initiation Protocol for the
        purpose of on-demand media/application sharing between
        peers. It extends the protocol identifier of SDP so that it can
        negotiate use of the Internet Key Exchange Protocol (IKE) for
        media sessions in the SDP offer/answer model.</t>
        <table align="center">
          <name>RFC 6193 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ike-setup</td>
              <td align="left">Unlikely to use IKE in the context of
          multiplexing</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">psk-fingerprint</td>
              <td align="left">Unlikely to use IKE in the context of
          multiplexing</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">ike-esp</td>
              <td align="left">Unlikely to use IKE in the context of
          multiplexing</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">ike-esp-udpencap</td>
              <td align="left">Unlikely to use IKE in the context of
          multiplexing</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>


      <section numbered="true" toc="default">
        <name>RFC 2326: Real Time Streaming Protocol</name>
        <t>The Real Time Streaming Protocol, or RTSP, is an application-level
        protocol for control over the delivery of data with real-time
        properties. RTSP provides an extensible framework to enable
        controlled, on-demand delivery of real-time data, such as audio
        and video.</t>
        <table align="center">
          <name>RFC 2326 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">etag</td>
              <td align="left">RFC 2326 is obsolete.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">range</td>
              <td align="left">RFC 2326 is obsolete.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">control</td>
              <td align="left">RFC 2326 is obsolete.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">mtag</td>
              <td align="left">RFC 2326 is obsolete.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: <xref target="RFC2326" format="default"/> defines SDP attributes that are
         applicable in the declarative usage of SDP alone. For the
         purposes of this document, only the offer/answer usage of SDP
         is considered to be mandated by <xref target="RFC8843" format="default"/>.</t>
      </section>


      <section numbered="true" toc="default">
        <name>RFC 7826: Real-Time Streaming Protocol</name>
        <t>The Real-Time Streaming Protocol, or RTSP, is an application-level
        protocol for control over the delivery of data with real-time
        properties. RTSP provides an extensible framework to enable
        controlled, on-demand delivery of real-time data, such as audio
        and video.</t>
        <table align="center">
          <name>RFC 7826 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">range</td>
              <td align="left">RTSP is not supported for RTP stream
          multiplexing.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">control</td>
              <td align="left">RTSP is not supported for RTP stream
          multiplexing.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">mtag</td>
              <td align="left">RTSP is not supported for RTP stream
          multiplexing.</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: <xref target="RFC7826" format="default"/> defines SDP attributes that are
         applicable in the declarative usage of SDP alone. For the
         purposes of this document, only the offer/answer usage of SDP
         is considered to be mandated by <xref target="RFC8843" format="default"/>.</t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6064: SDP and RTSP Extensions for 3GPP</name>
        <t>The Packet-switched Streaming Service (PSS) and the
        Multimedia Broadcast/Multicast Service (MBMS) defined by
        3GPP use SDP and RTSP with some extensions. <xref target="RFC6064" format="default"/> provides information about
        these extensions and registers the RTSP and SDP extensions
        with IANA.</t>
        <table align="center">
          <name>RFC 6064 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">X-predecbufsize</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">X-initpredecbufperiod</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">X-initpostdecbufperiod</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">X-decbyterate</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3gpp-videopostdecbufsize</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">framesize</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-Integrity-Key</td>
              <td align="left">Refer to notes below</td>
              <td align="left">S</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-SDP-Auth</td>
              <td align="left">Refer to notes below</td>
              <td align="left">S</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-SRTP-Config</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">alt</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">alt-default-id</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">alt-group</td>
              <td align="left">Refer to notes below</td>
              <td align="left">S</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-Adaptation-Support</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-Asset-Information</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">mbms-mode</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">mbms-flowid</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">mbms-repair</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Corruption duration</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Rebuffering duration</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Initial buffering duration</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Successive loss of RTP packets</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Frame rate deviation</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Jitter duration</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Content Switch Time</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Average Codec Bitrate</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Codec Information</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">3GPP-QoE-Metrics:Buffer Status</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: <xref target="RFC6064" format="default"/> defines SDP attributes that are
         applicable in the declarative usage of SDP alone. For the
         purposes of this document, only the offer/answer usage of SDP
         is considered to be mandated by <xref target="RFC8843" format="default"/>.
        </t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3108: ATM SDP</name>
        <t><xref target="RFC3108" format="default"/> describes conventions
        for using SDP described for controlling ATM bearer connections
        and any associated ATM Adaptation Layer (AAL).</t>
        <table align="center">
          <name>RFC 3108 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">aalType</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">eecid</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">capability</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">qosClass</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">bcob</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">stc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">upcc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">atmQOSparms</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">atmTrfcDesc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">abrParms</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">abrSetup</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">bearerType</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">lij</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">anycast</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">cache</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">bearerSigIE</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aalApp</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">cbrRate</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">sbc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">clkrec</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">fec</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">prtfl</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">structure</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">cpsSDUsize</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aal2CPS</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aal2CPSSDUrate</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aal2sscs3661unassured</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aal2sscs3661assured</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aal2sscs3662</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">aal5sscop</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">atmmap</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">silenceSupp</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">ecan</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">gc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">profileDesc</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">vsel</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">dsel</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">fsel</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">onewaySel</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">codecconfig</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">isup_usi</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">uiLayer1_Prot</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">chain</td>
              <td align="left">Refer to notes below</td>
              <td align="left">B</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: RFC 3108 describes conventions for using SDP for
        characterizing ATM bearer connections using an AAL1, AAL2, or
        AAL5 adaptation layer. For AAL1, AAL2, and AAL5, bearer
        connections can be used to transport single media streams.
        In addition, for AAL1 and AAL2, multiple media streams can be
        multiplexed into a bearer connection. For all adaptation types
        (AAL1, AAL2, and AAL5), bearer connections can be bundled into a single media
        group. In all cases addressed by RFC 3108, a real-time media
        stream (voice, video, voiceband data, pseudowire, and others)
        or a multiplex of media streams is mapped directly into an ATM
        connection. RFC 3108 does not address cases where ATM serves
        as a low-level transport pipe for IP packets that can, in turn,
        carry one or more real-time (e.g., VoIP) media sessions with a
        life cycle different from that of the underlying ATM
        transport.</t>
      </section>

      <section numbered="true" toc="default">
        <name>3GPP TS 183.063</name>
        <t>
          <xref target="TISPAN" format="default"/> describes Telecommunications and Internet
          converged Services and Protocols for Advanced Networking (TISPAN);
        </t>
        <table align="center">
          <name>3GPP TS 183.063 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">PSCid</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">bc_service</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">bc_program</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">bc_service_package</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>

<!-- removed 3GPP TS 24.182 and 3GPP TS 24.183 
per draft-ietf-mmusic-sdp-mux-attributes-19
-->

      <section numbered="true" toc="default">
        <name>3GPP TS 24.229</name>
        <t>
         <xref target="IP-CALL" format="default"/> specifies an IP multimedia call
         control protocol based on Session Initial protocol and
         Session Description Protocol.
        </t>
        <table align="center">
          <name>3GPP TS 24.229 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">secondary-realm</td>
              <td align="left">secondary-realm  <bcp14>MUST</bcp14> be the one that corresponds
          to the "m=" line chosen for setting up the underlying
          transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">visited-realm</td>
              <td align="left">visited-realm <bcp14>MUST</bcp14> be the one that corresponds
          to the "m=" line chosen for setting up the underlying
          transport flow.</td>
              <td align="left">M</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">omr-m-cksum</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">omr-s-cksum</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">omr-m-att</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">omr-s-att</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">omr-m-bw</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">omr-s-bw</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">omr-codecs</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>ITU T.38</name>
        <t>
         <xref target="T.38" format="default"/> defines procedures for
         real-time Group 3 facsimile communications over IP networks.
        </t>
        <table align="center">
          <name>ITU T.38 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">T38FaxVersion</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38MaxBitRate</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxFillBitRemoval</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxTranscodingMMR</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxTranscodingJBIG</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxRateManagement</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxMaxBuffer</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxMaxDatagram</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxUdpEC</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxMaxIFP</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxUdpECDepth</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38FaxUdpFECMaxSpan</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38ModemType</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">T38VendorInfo</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>

        <t>NOTE: As per <xref target="RFC8843" sectionFormat="of" section="9"/>,
          there exists no publicly available specification that defines
          procedures for multiplexing/demultiplexing fax protocol flows over a
          single 5-tuple. Once such a specification is available, the multiplexing
          category assignments for the attributes in this section could be revisited.</t>
      </section>
      <section numbered="true" toc="default">
        <name>ITU-T Q.1970</name>
        <t>
         <xref target="Q.1970" format="default"/> defines Bearer Independent Call Control (BICC)
         IP bearer control protocol.
        </t>
        <table align="center">
          <name>ITU-T Q.1970 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ipbcp</td>
              <td align="left">ipbcp version identifies the types of
          IP bearer control protocol (IPBCP) message used in BICC (ITU-T Q.1901)
          environment that are limited to single-media payload. Refer to the pertinent
          ITU-T specifications while multiplexing.</td>
              <td align="left">S</td>
              <td align="left">SPECIAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>ITU-T H.248.15</name>
        <t>
          ITU-T H.248.15 <xref target="H.248.15" format="default"/> defines the Gateway Control Protocol
          SDP H.248 package attribute.
        </t>
        <table align="center">
          <name>ITU-T H.248.15 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">h248item</td>
              <td align="left">It is only applicable for
          signaling the inclusion of H.248 extension packages to a
          gateway via the local and remote descriptors. The attribute
          itself is unaffected by multiplexing, but the package
          referenced in a specific use of the attribute can be
          impacted. Further analysis of each package is needed to
          determine if there is an issue. This is only a concern in
          environments using a decomposed server/gateway with H.248
          signaled between them. The ITU-T will need to do further
          analysis of various packages when they specify how to signal
          the use of multiplexing to a gateway.</td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 4975: The Message Session Relay Protocol</name>
        <t><xref target="RFC4975" format="default"/> describes the Message Session
        Relay Protocol, a protocol for transmitting a series of
        related instant messages in the context of a session.
        Message sessions are treated like any other media stream
        when set up via a rendezvous or session-creation protocol
        such as the Session Initiation Protocol.</t>
        <table align="center">
          <name>RFC 4975 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">accept-types</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">accept-wrapped-types</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">max-size</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
            <tr>
              <td align="left">path</td>
              <td align="left">Refer to notes below</td>
              <td align="left">M</td>
              <td align="left">TBD</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: As per 
         <xref target="RFC8843" sectionFormat="of" section="9"/>,
         there exists no publicly available specification that
         defines procedures for multiplexing/demultiplexing MSRP flows over
         a single 5-tuple. Once such a specification is available, the multiplexing
         categories assignments for the attributes in this section could be revisited.</t>
      </section>
      <section numbered="true" toc="default">
        <name>Historical Attributes</name>
        <t>
          This section specifies analysis for the attributes that are
          included for historic usage alone by the <xref target="IANA" format="default"/>.
        </t>
        <table align="center">
          <name>Historical Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rtpred1</td>
              <td align="left">Historic attributes</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">rtpred2</td>
              <td align="left">Historic attributes</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="SecbwtypeAnalysis" numbered="true" toc="default">
      <name>bwtype Attribute Analysis</name>
      <t>This section specifies handling of specific bandwidth attributes
      when used in multiplexing scenarios.</t>
      <section numbered="true" toc="default">
        <name>RFC 4566: SDP</name>
        <t><xref target="RFC4566" format="default"/> defines SDP that is intended for describing
      multimedia sessions for the purposes of session announcement,
      session invitation, and other forms of multimedia session
      initiation.</t>
        <table align="center">
          <name>RFC 4566 bwtype Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">bwtype:CT</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">bwtype:AS</td>
              <td align="left"> For media-level usage,
         the aggregate of individual bandwidth values is considered.</td>
              <td align="left">B</td>
              <td align="left">SUM</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3556: SDP Bandwidth Modifiers for RTCP Bandwidth</name>
        <t><xref target="RFC3556" format="default"/> defines an extension to
        SDP to specify two additional modifiers for the bandwidth attribute. These
        modifiers may be used to specify the bandwidth allowed for
        RTCP packets in an RTP session.</t>
        <table align="center">
          <name>RFC 3556 bwtype Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">bwtype:RS</td>
              <td align="left">Session-level usage represents
         session aggregate, and media-level usage indicates SUM of the
         individual values while multiplexing.</td>
              <td align="left">B</td>
              <td align="left">SUM</td>
            </tr>
            <tr>
              <td align="left">bwtype:RR</td>
              <td align="left">Session-level usage represents
         session aggregate, and media-level usage indicates SUM of the
         individual values while multiplexing.</td>
              <td align="left">B</td>
              <td align="left">SUM</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3890: Bandwidth Modifier for SDP</name>
        <t><xref target="RFC3890" format="default"/> defines SDP Transport Independent Application
        Specific Maximum (TIAS) bandwidth modifier that does not
        include transport overhead; instead, an additional packet-rate
        attribute is defined. The transport-independent bitrate
        value together with the maximum packet rate can then be used
        to calculate the real bitrate over the transport actually
        used.</t>
        <table align="center">
          <name>RFC 3890 bwtype Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">bwtype:TIAS</td>
              <td align="left">The usage of TIAS is not
         defined under offer/answer usage.</td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">maxprate</td>
              <td align="left">The usage of TIAS and maxprate
         is not well defined under multiplexing.</td>
              <td align="left">B</td>
              <td align="left">SPECIAL</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: The intention of TIAS is that the media-level bitrate is
       multiplied with the known per-packet overhead
       for the selected transport and the maxprate value to determine
       the worst-case bitrate from the transport to more accurately
       capture the required usage. Summing TIAS values independently
       across "m=" lines and multiplying the computed sum with maxprate
       and the per-packet overhead would inflate the value
       significantly. Instead, performing multiplication and adding the
       individual values is a more appropriate usage.</t>
      </section>
    </section>
    <section anchor="SecrtcpfbAnalysis" numbered="true" toc="default">
      <name>rtcp-fb Attribute Analysis</name>
      <t>
      This section analyzes rtcp-fb SDP attributes.
      </t>
      <section numbered="true" toc="default">
        <name>RFC 4585: RTP/AVPF</name>
        <t><xref target="RFC4585" format="default"/> defines an extension to
        the Audio-Visual Profile (AVP) that enables receivers to
        provide, statistically, more immediate feedback to the
        senders; it thus allows for short-term adaptation and implementation of
        efficient feedback-based repair mechanisms.</t>
        <table align="center">
          <name>RFC 4585 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ack rpsi</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">ack app</td>
              <td align="left">Feedback parameters <bcp14>MUST</bcp14> be handled in the app-specific
         way when multiplexed.</td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">nack</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">nack pli</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">nack sli</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">nack rpsi</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">nack app</td>
              <td align="left">Feedback parameters <bcp14>MUST</bcp14> be handled in the app specific
         way when multiplexed.</td>
              <td align="left">M</td>
              <td align="left">SPECIAL</td>
            </tr>
            <tr>
              <td align="left">trr-int</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5104: Codec Control Messages in AVPF</name>
        <t><xref target="RFC5104" format="default"/> specifies a few
        extensions to the messages defined in the Audio-Visual
        Profile with Feedback (AVPF). They are helpful primarily in
        conversational multimedia scenarios where centralized
        multipoint functionalities are in use. However, some are
        also usable in smaller multicast environments and
        point-to-point calls.</t>
        <table align="center">
          <name>RFC 5104 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ccm</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
        for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6285: Unicast-Based Rapid Acquisition of Multicast        RTP Sessions (RAMS)</name>
        <t><xref target="RFC6285" format="default"/> describes a method of
        using the existing RTP and RTCP
        machinery that reduces the acquisition delay. In this
        method, an auxiliary unicast RTP session carrying the
        Reference Information to the receiver precedes or
        accompanies the multicast stream. This unicast RTP flow can
        be transmitted at a faster-than-natural bitrate to further
        accelerate the acquisition. The motivating use case for
        this capability is multicast applications that carry
        real-time compressed audio and video.</t>
        <table align="center">
          <name>RFC 6285 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">nack rai</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6679: ECN for RTP over UDP/IP</name>
        <t><xref target="RFC6679" format="default"/> specifies how Explicit
        Congestion Notification (ECN) can be used with the RTP running
        over UDP, using the RTCP as a feedback mechanism. It defines
        a new RTCP Extended Report (XR) block for periodic ECN
        feedback, a new RTCP transport feedback message for timely
        reporting of congestion events, and a STUN extension used in the optional
        initialization method using ICE.</t>
        <table align="center">
          <name>RFC 6679 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ecn-capable-rtp</td>
              <td align="left">ECN markup is enabled at the
         RTP session level.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL</td>
            </tr>
            <tr>
              <td align="left">nack ecn</td>
              <td align="left">This attribute enables ECN at the RTP
         session level.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 6642: Third-Party Loss Report</name>
        <t>In a large RTP session using the RTCP
        feedback mechanism defined in <xref target="RFC4585" format="default"/>,
        a feedback target may experience transient overload if some event
        causes a large number of receivers to send feedback at once.
        This overload is usually avoided by ensuring that feedback
        reports are forwarded to all receivers, allowing them to avoid
        sending duplicate feedback reports. However, there are cases where
        it is not recommended to forward feedback reports, and this may allow
        feedback implosion. <xref target="RFC6642" format="default"/> discusses these
	cases and defines a new RTCP Third-Party
        Loss Report that can be used to inform receivers that the
        feedback target is aware of some loss event, allowing them to
        suppress feedback. Associated SDP signaling is also defined.</t>
        <table align="center">
          <name>RFC 6642 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">nack tllei</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">nack pslei</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5104: Codec Control Messages in AVPF</name>
        <t><xref target="RFC5104" format="default"/> specifies a few
        extensions to the messages defined in the Audio-Visual
        Profile with Feedback (AVPF). They are helpful primarily in
        conversational multimedia scenarios where centralized
        multipoint functionalities are in use. However, some are
        also usable in smaller multicast environments and
        point-to-point calls.</t>
        <table align="center">
          <name>RFC 5104 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ccm fir</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">ccm tmmbr</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">ccm tstr</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">ccm vbcm</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="SecgroupAnalysis" numbered="true" toc="default">
      <name>group Attribute Analysis</name>
      <t>
       This section analyzes SDP "group" attribute semantics
       <xref target="RFC5888" format="default"/>.
      </t>
      <section numbered="true" toc="default">
        <name>RFC 5888: SDP Grouping Framework</name>

        <t>
         <xref target="RFC5888" format="default"/> defines a framework
         to group "m=" lines in SDP for different purposes.
        </t>
        <table align="center">
          <name>RFC 5888 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">group:LS</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">group:FID</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 3524: Mapping Media Streams to Resource Reservation Flows</name>
        <t><xref target="RFC3524" format="default"/> defines an extension to
        the SDP grouping framework. It allows requesting a group of media
        streams to be mapped into a single resource reservation flow. The SDP syntax
        needed is defined, as well as a new "semantics" attribute
        called Single Reservation Flow (SRF).</t>
        <table align="center">
          <name>RFC 3524 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">group:SRF</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>

      <section numbered="true" toc="default">
        <name>RFC 4091: ANAT Semantics</name>
        <t>
         <xref target="RFC4091" format="default"/> defines ANAT semantics for the
         SDP grouping framework. (Note: <xref target="RFC4091"/> has been
	 obsoleted by <xref
        target="RFC8445"/>.) The ANAT semantics allow alternative
         types of network addresses to establish a particular media stream.
        </t>
        <table align="center">
          <name>RFC 4091 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">group:ANAT</td>
              <td align="left">ANAT semantics is obsoleted.</td>
              <td align="left">S</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5956: FEC Grouping Semantics in SDP</name>
        <t><xref target="RFC5956" format="default"/> defines the semantics
        for grouping the associated source and FEC-based repair flows in
	SDP. The semantics defined in the document are to be used with the SDP
	Grouping Framework
        <xref target="RFC5888" format="default"/>. These
        semantics allow the description of grouping relationships
        between the source and repair flows when one or more source
        and/or repair flows are associated in the same group; they also
	provide support for additive repair flows. SSRC-level
        grouping semantics are also defined
        in this document for RTP streams using SSRC multiplexing.</t>
        <table align="center">
          <name>RFC 5956 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">group:FEC-FR</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5583: Signaling Media Decoding Dependency in SDP</name>
        <t><xref target="RFC5583" format="default"/> defines semantics that
        allow for signaling the decoding dependency of different
        media descriptions with the same media type in SDP. This is
        required, for example, if media data is separated and transported
        in different network streams as a result of using a layered or
        multiple descriptive media coding process.</t>
        <table align="center">
          <name>RFC 5583 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">group:DDP</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">depend lay</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
            <tr>
              <td align="left">depend mdc</td>
              <td align="left">The attribute value <bcp14>MUST</bcp14> be the same
         for a given codec configuration.</td>
              <td align="left">M</td>
              <td align="left">IDENTICAL-PER-PT</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7104: Duplication Grouping Semantics in the SDP</name>
        <t><xref target="RFC7104" format="default"/> defines the semantics for
   		grouping redundant streams in SDP. The semantics defined in this
   		document are to be used with the SDP Grouping Framework. Grouping
   		semantics at the synchronization source (SSRC) level are also
		defined in this document for RTP
   		streams using SSRC multiplexing.</t>
        <table align="center">
          <name>RFC 7104 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">group:DUP</td>
              <td align="left">Not impacted</td>
              <td align="left">S</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="sec-ssrc-group" numbered="true" toc="default">
      <name>ssrc-group Attribute Analysis</name>
      <t>
     This section analyzes "ssrc-group" semantics.
      </t>
      <section numbered="true" toc="default">
        <name>RFC 5576: Source-Specific SDP Attributes</name>
        <t><xref target="RFC5576" format="default"/> defines a mechanism for
        describing RTP media sources -- which are identified by their
        synchronization source (SSRC) identifiers -- in SDP, to
        associate attributes with these sources and express
        relationships among sources. It also defines several
        source-level attributes that can be used to describe
        properties of media sources.</t>
        <table align="center">
          <name>RFC 5576 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ssrc-group:FID</td>
              <td align="left">Not impacted</td>
              <td align="left">SR</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ssrc-group:FEC</td>
              <td align="left">Not impacted</td>
              <td align="left">SR</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">ssrc-group:FEC-FR</td>
              <td align="left">Not impacted</td>
              <td align="left">SR</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 7104: Duplication Grouping Semantics in the SDP</name>
        <t><xref target="RFC7104" format="default"/> defines the semantics for
        grouping redundant streams in SDP.
        The semantics defined in this document are to be used with the SDP
        Grouping Framework. Grouping semantics at the synchronization source
        (SSRC) level are also defined in this document for RTP streams using
        SSRC multiplexing.</t>
        <table align="center">
          <name>RFC 7104 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ssrc-group:DUP</td>
              <td align="left">Not impacted</td>
              <td align="left">SR</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="SecqostokenAnalysis" numbered="true" toc="default">
      <name>QoS Mechanism Token Analysis</name>
      <t>
        This section analyzes QoS tokes specified with SDP.
      </t>
      <section numbered="true" toc="default">
        <name>RFC 5432: QoS Mechanism Selection in SDP</name>
        <t><xref target="RFC5432" format="default"/> defines procedures to
        negotiate QoS mechanisms using the SDP offer/answer model.</t>
        <table align="center">
          <name>RFC 5432 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">rsvp</td>
              <td align="left">rsvp attribute <bcp14>MUST</bcp14> be the one
          that corresponds to the "m=" line chosen for
          setting up the underlying transport flow.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
            <tr>
              <td align="left">nsis</td>
              <td align="left">rsvp attribute <bcp14>MUST</bcp14> be the one
          that corresponds to the "m=" line chosen for
          setting up the underlying transport.</td>
              <td align="left">B</td>
              <td align="left">TRANSPORT</td>
            </tr>
          </tbody>
        </table>

        <t>NOTE: A single Differentiated Services Code Point (DSCP) for each
        flow being multiplexed doesn't impact multiplexing, since QoS
        mechanisms are signaled/scoped per flow. For scenarios that involve
        having different DSCP code points for packets being transmitted over
        the same 5-tuple, issues as discussed in <xref target="RFC7657"
        format="default"/> need to be taken into consideration.</t>
      </section>
    </section>
    <section anchor="SeckAnalysis" numbered="true" toc="default">
      <name>k= Attribute Analysis</name>
      <section numbered="true" toc="default">
        <name>RFC 4566: SDP</name>
        <t><xref target="RFC4566" format="default"/> defines SDP that is intended for describing
        multimedia sessions for the purposes of session announcement,
        session invitation, and other forms of multimedia session
        initiation.</t>
        <table align="center">
          <name>RFC 4566 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">k=</td>
              <td align="left">It is not recommended to use this attribute under multiplexing.</td>
              <td align="left">S</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="SeccontentAnalysis" numbered="true" toc="default">
      <name>content Attribute Analysis</name>
      <section numbered="true" toc="default">
        <name>RFC 4796</name>
        <t><xref target="RFC4796" format="default"/> defines a new SDP media-level attribute,
        "content". The "content" attribute defines the content of the media
        stream to a more detailed level than the media description
        line. The sender of an SDP session description can attach
        the "content" attribute to one or more media streams. The
        receiving application can then treat each media stream
        differently (e.g., show it on a big or small screen) based
        on its content.</t>
        <table align="center">
          <name>RFC 4796 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">content:slides</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">content:speaker</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">content:main</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">content:sl</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
            <tr>
              <td align="left">content:alt</td>
              <td align="left">Not impacted</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>


      <section numbered="true" toc="default">
        <name>3GPP TS 24.182</name>
        <t>
          <xref target="IMS-CAT" format="default"/> specifies an IP multimedia subsystem for
          customized alerting tones.
        </t>
        <table align="center">
          <name>3GPP TS 24.182 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">g.3gpp.cat</td>
              <td align="left">Usage defined for the IP multimedia subsystem</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>3GPP TS 24.183</name>
        <t>
          <xref target="IMS-CRS" format="default"/> specifies an IP multimedia
          subsystem for customized ringing signal.
        </t>
        <table align="center">
          <name>3GPP TS 24.183 Attribute Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">g.3gpp.crs</td>
              <td align="left">Usage defined for the IP multimedia subsystem</td>
              <td align="left">M</td>
              <td align="left">NORMAL</td>
            </tr>
          </tbody>
        </table>
      </section>


    </section>
    <section anchor="sec-pay" numbered="true" toc="default">
      <name>Payload Formats</name>
      <section numbered="true" toc="default">
        <name>RFC 5109: RTP Payload Format for Generic FEC</name>
        <t><xref target="RFC5109" format="default"/> describes a payload
        format for generic Forward Error Correction (FEC) for media
        data encapsulated in RTP. It is based on the exclusive-or
        (parity) operation. The payload format allows end systems
        to apply protection using various protection lengths and
        levels, in addition to using various protection group sizes
        to adapt to different media and channel characteristics. It
        enables complete recovery of the protected packets or
        partial recovery of the critical parts of the payload,
        depending on the packet loss situation.</t>
        <table align="center">
          <name>RFC 5109 Payload Format Analysis</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Notes</th>
              <th align="left">Level</th>
              <th align="left">Mux Category</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">audio/ulpfec</td>
              <td align="left">Not recommended for multiplexing due to reuse of SSRCs.</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">video/ulpfec</td>
              <td align="left">Not recommended for multiplexing due to reuse of SSRCs.</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">text/ulpfec</td>
              <td align="left">Not recommended for multiplexing due to reuse of SSRCs.</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
            <tr>
              <td align="left">application/ulpfec</td>
              <td align="left">Not recommended for multiplexing due to reuse of SSRCs.</td>
              <td align="left">M</td>
              <td align="left">CAUTION</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="sec-encap" numbered="true" toc="default">
      <name>Multiplexing Considerations for Encapsulating Attributes</name>
      <t>This section deals with recommendations for defining the
           multiplexing characteristics of the SDP attributes that
           encapsulate other SDP attributes/parameters. As of today, such
           attributes, for example, are defined in
           <xref target="RFC3407" format="default"/>, <xref target="RFC5939" format="default"/> and
           <xref target="RFC6871" format="default"/> as part of a generic
           framework for indicating and negotiating transport-, media-,
           and media-format-related capabilities in the SDP.</t>
      <t>The behavior of such attributes under multiplexing is, in
           turn, defined by the multiplexing behavior of the attributes
           they encapsulate, which are made known once the offer/answer
           negotiation process is completed.</t>
      <section numbered="true" toc="default">
        <name>RFC 3407: cpar Attribute Analysis</name>
        <t>The <xref target="RFC3407" format="default"/> capability parameter
             attribute "a=cpar" encapsulates a "b=" (bandwidth) or an
             "a=" attribute. For bandwidth attribute encapsulation,
             the category SUM is inherited. For the case of "a=" attribute,
             the category corresponding to the SDP attribute being
             encapsulated is inherited.
        </t>
        <sourcecode type="sdp">
 v=0
 o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
 s=
 c=IN IP4 host.atlanta.example.com
 t=0 0
 m=video 3456 RTP/AVP 100
 a=rtpmap:100 VP8/90000
 a=sqn: 0
 a=cdsc: 1 video RTP/AVP 100
 a=cpar: a=rtcp-mux
 m=video 3456 RTP/AVP 101
 a=rtpmap:101 VP8/90000
 a=fmtp:100 max-fr=15;max-fs=1200
 a=cdsc: 2 video RTP/AVP 101
 a=cpar: a=rtcp-mux</sourcecode>

        <t>In this example, the category IDENTICAL is
             inherited for the cpar-encapsulated "rtcp-mux"
             attribute. </t>
        <t></t>
      </section>
      <section numbered="true" toc="default">
        <name>RFC 5939 Analysis</name>
        <t><xref target="RFC5939" format="default"/> defines a general SDP
              capability negotiation framework. It also specifies
              how to provide transport protocols and SDP attributes
              as capabilities and negotiate them using the
              framework.</t>
        <t>For this purpose, <xref target="RFC5939" format="default"/> defines the following:
        </t>
        <ul spacing="normal">
          <li>A set of capabilities for the session and its
                    associated media-stream components, supported
                    by each side. The attribute "a=acap" defines
                    how to list an attribute name and its
                    associated value (if any) as a capability. The
                    attribute "a=tcap" defines how to list
                    transport protocols (e.g., "RTP/AVP") as
                    capabilities.</li>
          <li>A set of potential configurations ("a=pcfg") provided
                    by the offerer to indicate which combinations of those
                    capabilities can be used for the session and its
                    associated media stream components. Potential
                    configurations are not ready for use until fully
                    negotiated. They provide an alternative that <bcp14>MAY</bcp14>
                    be used, subject to SDP capability-negotiation
                    procedures. In particular, the answerer <bcp14>MAY</bcp14> choose
                    one of the potential configurations for use as part
                    of the current offer/answer exchange.</li>
          <li>An actual configuration ("a=acfg") for the session
                    and its associated media stream components. The
                    actual configuration identifies the potential
                    configuration that was negotiated for use. Use
                    of an actual configuration does not require
                    any further negotiation.</li>
          <li>A negotiation process that takes the current
                    actual and the set of potential configurations
                    (combinations of capabilities) as input and
                    provides the negotiated actual configurations
                    as output. In <xref target="RFC5939" format="default"/>, the
                    negotiation process is done independently for
                    each media description.</li>
        </ul>
        <section anchor="sec-cap-neg-proc" numbered="true" toc="default">
          <name>Recommendation: Procedures for Potential Configuration Pairing</name>
          <t>This section provides recommendations for entities
                generating and processing SDP under the generic
                capability-negotiation framework as defined in
                <xref target="RFC5939" format="default"/> under the context of media-stream
		multiplexing.</t>
          <t>These recommendations are provided for the purposes
                of enabling the offerer to make sure that the
                generated potential configurations between the
                multiplexed streams can (easily) be negotiated to be
                consistent between those streams. In particular, the
                procedures aim to simplify the answerer's procedure for choosing
                potential configurations that are consistent across
                all the multiplexed media descriptions.</t>
          <t>A potential configuration selects a set of attributes
                and parameters that become part of the media description
                when negotiated. When multiplexing media descriptions with
                potential configurations specified, there <bcp14>MAY</bcp14> be a need
                for coordinating this selection between multiplexed media
                descriptions to ensure the right multiplexing behavior.</t>
          <t>Although it is possible to analyze the various potential
                configurations in multiplexed media descriptions to find combinations
                that satisfy such constraints, it can quickly become complicated
                to do so. </t>
          <t>The procedures defined in <xref target="RFC5939" format="default"/> state
                that each potential configuration in the SDP has a unique
                configuration number; however, the scope of uniqueness is
                limited to each media description. To make it simple for the
                answerer to chose valid combinations of potential configurations
                across media descriptions in a given BUNDLE group, we provide a
                simple rule for constructing potential configurations:
          </t>
          <ul spacing="normal">
            <li>Let m-bundle be the set of media descriptions that form
                    a given bundle.</li>
            <li>Let m-bundle-pcfg be the set of media descriptions in
                    m-bundle that include one or more potential configurations.</li>
            <li>Each media description in m-bundle-pcfg <bcp14>MUST</bcp14> have at
                    least one potential configuration with the same configuration
                    number (e.g., "1").</li>
            <li>For each potential configuration with configuration number x
                    in m-bundle-pcfg, the offerer <bcp14>MUST</bcp14> ensure that if the answerer
                    chooses configuration number x in each of the media descriptions
                    in m-bundle-pcfg, then the resulting SDP will have all multiplexing
                    constraints satisfied for those media descriptions.</li>
            <li>Since it is nearly impossible to define a generic
                    mechanism for various capability extensions, this
                    document doesn't provide procedures for dealing
                    with the capability-extension attributes. However,
                    <xref target="med-cap-analysis" format="default"/> provides
                    analysis of media-capability-extension attributes
                    as defined in <xref target="RFC6871" format="default"/>. </li>
          </ul>
          <t>The above allows the answerer to easily find multiplexing-compatible
                  combinations of potential configurations. The answerer simply chooses a
                  potential configuration (number) that is present in all of the media
                  descriptions with potential configurations in the bundle.</t>
          <t>Note that it is still possible for the offerer to provide additional
                  potential configurations with independent configuration numbers. The
                  answerer will have to perform more complicated analysis to determine
                  valid multiplexed combinations of those.</t>
          <section numbered="true" toc="default">
            <name>Example: Transport-Capability Multiplexing</name>
	<sourcecode type="sdp">
v=0
o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
s=
c=IN IP4 host.atlanta.example.com
t=0 0
a=tcap:1 RTP/SAVPF
a=tcap:2 RTP/SAVP
a=group:BUNDLE audio video
m=audio
a=mid:audio
a=pcfg:1 t=1
a=pcfg:2
m=video
a=mid:video
a=pcfg:1 t=1
a=pcfg:2 t=2
</sourcecode>


            <t>In this example, the potential configurations that offer
            transport-protocol capability of RTP/SAVPF have the same configuration
            number "1" in both the audio and video media descriptions.</t>
          </section>
          <section numbered="true" toc="default">
            <name>Example: Attribute-Capability Multiplexing</name>
            
<sourcecode type="sdp">
v=0
o=alice 2890844526 2890844527 IN IP4 host.atlanta.example.com
s=
c=IN IP4 host.atlanta.example.com
t=0 0
a=acap:1 a=rtcp-mux
a=acap:2 a=crypto:1 AES_CM_128_HMAC_SHA1_80
  inline:EcGZiNWpFJhQXdspcl1ekcmVCNWpVLcfHAwJSoj|2^20|1:32
a=group:BUNDLE audio video
m=audio 49172 RTP/AVP 99
a=mid:audio
a=pcfg:1 a=1
a=pcfg:2
m=video 560024 RTP/AVP 100
a=mid:video
a=pcfg:1 a=1
a=pcfg:2 a=2
</sourcecode>
            <t>In this example, the potential configuration number "1" is
            repeated while referring to attribute capability a=rtcp-mux, since
            the behavior is IDENTICAL for the attribute a=rtcp-mux under
            multiplexing.</t>
          </section>
        </section>
      </section>
      <section anchor="med-cap-analysis" numbered="true" toc="default">
        <name>RFC 6871 Analysis</name>
        <t><xref target="RFC6871" format="default"/> extends the capability negotiation
        framework described in <xref target="RFC5939" format="default"/> by
        defining media capabilities that can be used to indicate
        and negotiate media types and their associated format
        parameters. It also allows indication of latent configurations
        and session capabilities.</t>
        <section numbered="true" toc="default">
          <name>Recommendation: Dealing with Payload Type Numbers</name>
          <t><xref target="RFC6871" format="default"/> defines a new payload type parameter ("pt")
          to be used with the potential, actual, and latent configuration parameters.
          The parameter associates RTP payload type numbers with the
          referenced RTP-based media-format capabilities ("a=rmcap") defined
          in <xref target="RFC6871" format="default"/> and is appropriate only when the
	  transport protocol
          uses RTP. This means that the same payload type number can be
          assigned as part of potential or actual configurations in different
          media descriptions in a bundle. There are rules for the usage of
          identical payload type values across multiplexed "m=" lines,
          described in <xref target="RFC8843" format="default"/>,
          which must be followed here, as well. As described in
          <xref target="sec-cap-neg-proc" format="default"/>, the use of identical
          configuration numbers for compatible configurations in
          different media descriptions that are part of the bundle provides
          a way to ensure that the answerer can easily pick compatible
          configurations here, as well.</t>
          <section numbered="true" toc="default">
            <name>Example: Attribute Capability under Shared Payload Type</name>
            <t>The attributes "a=rmcap" and "a=mfcap" follow the above
            recommendations under multiplexing.</t>
            <sourcecode type="sdp">
v=0
o=- 25678 753849 IN IP4 192.0.2.1
s=
c=IN IP4 192.0.2.1
t=0 0
a=creq:med-v0
m=audio 54322 RTP/AVP 96
a=rtpmap:96 AMR-WB/16000/1
a=fmtp:96 mode-change-capability=1; max-red=220;
mode-set=0,2,4,7
a=rmcap:1,3 audio AMR-WB/16000/1
a=rmcap:2 audio AMR/8000/1
a=mfcap:1,2 mode-change-capability=1
a=mfcap:3 mode-change-capability=2
a=pcfg:1 m=1 pt=1:96
a=pcfg:2 m=2 pt=2:97
a=pcfg:3 m=3 pt=3:98
m=audio 54322 RTP/AVP 96
a=rtpmap:96 AMR-WB/16000/1
a=fmtp:96 mode-change-capability=1; max-red=220;
mode-set=0,2,4,7
a=rmcap:4 audio AMR/8000/1
a=rmcap:5 audio OPUS/48000/2
a=mfcap:5 minptime=40
a=mfcap:4 mode-change-capability=1
a=pcfg:1 m=4 pt=4:97
a=pcfg:4 m=5 pt=5:101
</sourcecode>

            <t>In this example, the potential configuration
            number "1" is repeated when referring to media and media-format
	    capability used for the Payload Type 96. This
            implies that both media capabilities 2 and 4, along
            with their media-format capabilities, <bcp14>MUST</bcp14> refer to the
            same codec configuration, as per the definition of
            IDENTICAL-PER-PT.</t>
          </section>
        </section>
        <section numbered="true" toc="default">
          <name>Recommendation: Dealing with Latent Configurations</name>
          <t><xref target="RFC6871" format="default"/> adds the notion of a latent
	  configuration that provides configuration information that may be
	  used to guide a
          subsequent offer/exchange -- e.g., by adding another media stream or using
          alternative codec combinations not currently offered. Latent configurations
          have configuration numbers that cannot overlap with the potential configuration
          numbers <xref target="RFC6871" format="default"/>. Supported combinations of potential and
          latent configurations are indicated by use of the "a=sescap" attribute;
          however, use of this attribute is not recommended with multiplexed media,
          since it requires the use of unique configuration numbers across the SDP.
          Taken together, this means there is no well-defined way to indicate supported
          combinations of latent configurations, or combinations of latent and potential
          configurations with multiplexed media. It is still allowed to
          use the latent configuration attribute; however, the limitations
          above will apply. To determine valid combinations, actual
          negotiation will have to be attempted subsequently instead.</t>
        </section>
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t><xref target="sec-mux-cat-iana" format="default"/> defines a new
      subregistry, which has been
       added by the IANA, for identifying the initial registrations for
       various multiplexing categories applicable, as described in this document.</t>
      <t>IANA has added a new column named "Mux Category"
       to several of the subregistries in the "Session Description Protocol
       (SDP) Parameters" registry. The tables in <xref target="sec-mux-cat-values-iana" format="default"/>
       identify the names of entries in the existing subregistry and specify the
       value to be put in the new "Mux Category" column of the associated IANA
       registry for each.</t>
      <section anchor="sec-mux-cat-iana" numbered="true" toc="default">
        <name>New "Multiplexing Categories" Subregistry</name>
        <t>A new subregistry has been created. It is called "Multiplexing
	  Categories" and has the following registrations
          initially:</t>
        <table align="left">
          <thead>
            <tr>
              <th align="left">Multiplexing Categories</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">NORMAL</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">CAUTION</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">IDENTICAL</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">TRANSPORT</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">SUM</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">INHERIT</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">IDENTICAL-PER-PT</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">SPECIAL</td>
              <td align="left">RFC 8859</td>
            </tr>
            <tr>
              <td align="left">TBD</td>
              <td align="left">RFC 8859</td>
            </tr>
          </tbody>
        </table>

        <t>Further entries can be registered using Standard Actions policies
         outlined in <xref target="RFC8126" format="default"/>, which requires IESG review and
         approval and Standards Track IETF RFC publication.</t>
        <t>Each registration needs to indicate the multiplexing category value
         to be added to the "Multiplexing Categories" subregistry, as defined
         in this section.</t>
        <t>Such a registration <bcp14>MUST</bcp14> also indicate the applicability of the
         newly defined multiplexing category value to various subregistries
         defined in the "Session Description Protocol (SDP) Parameters" registry.</t>
      </section>
      <section anchor="sec-mux-cat-values-iana" toc="default" numbered="true">
        <name>"Mux Category" Column for Subregistries</name>
        <t>Each subsection identifies a subregistry of the "Session Description
        Protocol (SDP) Parameters" registry. The tables list the column that
        identifies the SDP attribute name/Token/Value from the corresponding
        subregistries and the values to be used for the new "Mux Category" column
        to be added.</t>
        <t>Entries in the existing subregistries of the "Session Description
        Protocol (SDP) Parameters" registry that lack a value for the
        "Mux Category" in this specification will get a value of "TBD".</t>
        <t>The registration policy for updates to the "Mux Category" column values 
        for existing parameters, or when registering new parameters, is beyond the 
        scope of this document. The registration policy  for the affected table is 
        defined in <xref target="RFC8866" format="default"/>.</t>
        <section numbered="true" toc="default">
          <name>Table: SDP bwtype</name>
          <t>The following values have been added to the "bwtype" subregistry
         of the "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC as well
         as the previous references.</t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">SDP Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">CT</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">AS</td>
                <td align="left">SUM</td>
              </tr>
              <tr>
                <td align="left">RS</td>
                <td align="left">SUM</td>
              </tr>
              <tr>
                <td align="left">RR</td>
                <td align="left">SUM</td>
              </tr>
              <tr>
                <td align="left">TIAS</td>
                <td align="left">SPECIAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: attribute-name</name>
          <t>The following values have been added to the "attribute-name"
          (formerly "att-field") subregistry of the "Session Description
          Protocol (SDP) Parameters" registry.  The references have been
          updated to point to this RFC as well as the previous references.</t>

          <t>NOTE: The attributes from <xref target="I-D.ietf-rmt-flute-sdp" format="default"/>
          ("flute-tsi", "flute-ch", "FEC-declaration", "FEC-OTI-extension",
          "content-desc") were not analyzed for their multiplexing behavior,
          due to the expired status of the draft. For the purposes of this
          specification, the multiplexing category of "TBD" is assigned. </t>
          
	  <table align="left">
            <thead>
              <tr>
                <th align="left">SDP Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">cat</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">keywds</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">type</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">type:broadcast</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">type:H332</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">type:meeting</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">type:moderated</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">type:test</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">charset</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">charset:iso8895-1</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">tool</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ipbcp</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">group</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ice-lite</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ice-options</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">bcastversion</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">3GPP-Integrity-Key</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">3GPP-SDP-Auth</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">alt-group</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">PSCid</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">bc_service</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">bc_program</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">bc_service_package</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">sescap</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">rtsp-ice-d-m</td>
                <td align="left">TBD</td>
              </tr>

<!-- (both session and media level) -->
              <tr>
                <td align="left">recvonly</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">sendrecv</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">sendonly</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">sdplang</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">lang</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">h248item</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">sqn</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">cdsc</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">cpar</td>
                <td align="left">INHERIT</td>
              </tr>
              <tr>
                <td align="left">cparmin</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">cparmax</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">rtcp-xr</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">maxprate</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">setup</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">connection</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">key-mgmt</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">source-filter</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">inactive</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">fingerprint</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">flute-tsi</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">flute-ch</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">FEC-declaration</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">FEC-OTI-extension</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">content-desc</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">ice-pwd</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">ice-ufrag</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">stkmstream</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">extmap</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">qos-mech-send</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">qos-mech-recv</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">csup</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">creq</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">acap</td>
                <td align="left">INHERIT</td>
              </tr>
              <tr>
                <td align="left">tcap</td>
                <td align="left">INHERIT</td>
              </tr>
              <tr>
                <td align="left">3GPP-QoE-Metrics</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">3GPP-Asset-Information</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">mbms-mode</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">mbms-repair</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">ike-setup</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">psk-fingerprint</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">multicast-rtcp</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">rmcap</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">omcap</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">mfcap</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">mscap</td>
                <td align="left">INHERIT</td>
              </tr>
              <tr>
                <td align="left">3gpp.iut.replication</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">bcap</td>
                <td align="left">INHERIT</td>
              </tr>
              <tr>
                <td align="left">ccap</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">icap</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">etag</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">duplication-delay</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">range</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">control</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">mtag</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">ts-refclk</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">mediaclk</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">calgextmap</td>
                <td align="left">NORMAL</td>
              </tr>

<!-- (media level only) -->

              <tr>
                <td align="left">ptime</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">orient</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">orient:portrait</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">orient:landscape</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">orient:seascape</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">framerate</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">quality</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">rtpmap</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">fmtp</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">rtpred1</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">rtpred2</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">T38FaxVersion</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38MaxBitRate</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxFillBitRemoval</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxTranscodingMMR</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxTranscodingJBIG</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxRateManagement</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxMaxBuffer</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxMaxDatagram</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxUdpEC</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">maxptime</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">des</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">curr</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">conf</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">mid</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">rtcp</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">rtcp-fb</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">label</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">T38VendorInfo</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">crypto</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">eecid</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aalType</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">capability</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">qosClass</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">bcob</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">stc</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">upcc</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">atmQOSparms</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">atmTrfcDesc</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">abrParms</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">abrSetup</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">bearerType</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">lij</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">anycast</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">cache</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">bearerSigIE</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aalApp</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">cbrRate</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">sbc</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">clkrec</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">fec</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">prtfl</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">structure</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">cpsSDUsize</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aal2CPS</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aal2CPSSDUrate</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aal2sscs3661unassured</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aal2sscs3661assured</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aal2sscs3662</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">aal5sscop</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">atmmap</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">silenceSupp</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">ecan</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">gc</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">profileDesc</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">vsel</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">dsel</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">fsel</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">onewaySel</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">codecconfig</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">isup_usi</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">uiLayer1_Prot</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">chain</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">floorctrl</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">confid</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">userid</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">floorid</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">FEC</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">accept-types</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">accept-wrapped-types</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">max-size</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">path</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">dccp-service-code</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">rtcp-mux</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">candidate</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">ice-mismatch</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">remote-candidates</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">SRTPAuthentication</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">SRTPROCTxRate</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">rtcp-rsize</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">file-selector</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">file-transfer-id</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">file-disposition</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">file-date</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">file-icon</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">file-range</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">depend</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">ssrc</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ssrc-group</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">rtcp-unicast</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">pcfg</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">acfg</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">zrtp-hash</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">X-predecbufsize</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">X-initpredecbufperiod</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">X-initpostdecbufperiod</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">X-decbyterate</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">3gpp-videopostdecbufsize</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">framesize</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">3GPP-SRTP-Config</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">alt</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">alt-default-id</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">3GPP-Adaption-Support</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">mbms-flowid</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">fec-source-flow</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">fec-repair-flow</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">repair-window</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">rams-updates</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">imageattr</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">cfw-id</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">portmapping-req</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">ecn-capable-rtp</td>
                <td align="left">IDENTICAL</td>
              </tr>
              <tr>
                <td align="left">visited-realm</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">secondary-realm</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">omr-s-cksum</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">omr-m-cksum</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">omr-codecs</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">omr-m-att</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">omr-s-att</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">omr-m-bw</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">omr-s-bw</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">msrp-cema</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">dccp-port</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">resource</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">channel</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">cmid</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">content</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">lcfg</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">loopback</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">loopback-source</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">loopback-mirror</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">chatroom</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">altc</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">T38FaxMaxIFP</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxUdpECDepth</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38FaxUdpFECMaxSpan</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">T38ModemType</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">cs-correlation</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">rtcp-idms</td>
                <td align="left">NORMAL</td>
              </tr>

<!-- (source level)-->

              <tr>
                <td align="left">cname</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">previous-ssrc</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">fmtp</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">ts-refclk</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">mediaclk</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: content SDP Parameters</name>
          <t>The following values have been added to the
         "content SDP Parameters" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">SDP Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">slides</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">speaker</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">sl</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">main</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">alt</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">g.3gpp.cat</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">g.3gpp.crs</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: Semantics for the "group" SDP Attribute</name>
          <t>The following values have been added to the
         "Semantics for the 'group' SDP Attribute" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC as well as
         the previous references.</t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Token</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">LS</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">FID</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">SRF</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ANAT</td>
                <td align="left">CAUTION</td>
              </tr>
              <tr>
                <td align="left">FEC</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">FEC-FR</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">CS</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">DDP</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">DUP</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: "rtcp-fb" Attribute Values</name>
          <t>The following values have been added to the
         "'rtcp-fb' Attribute Values" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC as well as
         the previous references.</t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Value Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">ack</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">app</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">ccm</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">nack</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">trr-int</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: "ack" and "nack" Attribute Values</name>
          <t>The following values have been added to the
         "'ack' and 'nack' Attribute Values" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC as
         well as the previous references.</t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Value Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">sli</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">pli</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">rpsi</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">app</td>
                <td align="left">SPECIAL</td>
              </tr>
              <tr>
                <td align="left">rai</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">tllei</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">pslei</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">ecn</td>
                <td align="left">IDENTICAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: "depend" SDP Attribute Values</name>
          <t>The following values have been added to the
         "'depend' SDP Attribute Values" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Token</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">lay</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">mdc</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: "cs-correlation" Attribute Values</name>
          <t>The following values have been added to the
         "'cs-correlation' Attribute Values" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Value</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">callerid</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">uuie</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">dtmf</td>
                <td align="left">TBD</td>
              </tr>
              <tr>
                <td align="left">external</td>
                <td align="left">TBD</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: Semantics for the "ssrc-group" SDP Attribute</name>
          <t>The following values have been added to the "Semantics for the
	'ssrc-group' SDP Attribute"
         subregistry of the "Session Description Protocol (SDP) Parameters"
         registry. The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Token</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">FID</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">FEC</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">FEC-FR</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">DUP</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>

        </section>
        <section numbered="true" toc="default">
          <name>Table: SDP/RTSP Key Management Protocol Identifiers</name>
          <t>The following values have been added to the
        "SDP/RTSP key management protocol identifiers" subregistry
        of the  "Session Description Protocol (SDP) Parameters" registry.
        The references have been updated to point to this RFC as well as
        the previous references.</t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Value Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">mikey</td>
                <td align="left">IDENTICAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: Codec Control Messages</name>
          <t>The following values have been added to the
         "Codec Control Messages" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Value Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">fir</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">tmmbr</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">tstr</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
              <tr>
                <td align="left">vbcm</td>
                <td align="left">IDENTICAL-PER-PT</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: QoS Mechanism Tokens</name>
          <t>The following values have been added to the
         "QoS Mechanism Tokens" subregistry of the
         "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">QoS Mechanism</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">rsvp</td>
                <td align="left">TRANSPORT</td>
              </tr>
              <tr>
                <td align="left">nsis</td>
                <td align="left">TRANSPORT</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: SDP Capability Negotiation Option Tags</name>
          <t>The following values have been added to the
         "SDP Capability Negotiation Option Tags" subregistry
         of the "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC
         as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Option Tag</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">cap-v0</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">med-v0</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">bcap-v0</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ccap-v0</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">icap-v0</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: Timestamp Reference Clock Source Parameters</name>
          <t>The following values have been added to the
         "Timestamp Reference Clock Source Parameters" subregistry
         of the "Session Description Protocol (SDP) Parameters" registry.
         The references have been updated to point to this RFC as well as
         the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">ntp</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">ptp</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">gps</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">gal</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">glonass</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">local</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">private</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section numbered="true" toc="default">
          <name>Table: Media Clock Source Parameters</name>
          <t>The following values have been added to the
         "Media Clock Source Parameters" subregistry
         of the "Session Description Protocol (SDP) Parameters"
         registry. The references have been updated to point to
         this RFC as well as the previous references. </t>
          <table align="left">
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="left">Mux Category</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">sender</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">direct</td>
                <td align="left">NORMAL</td>
              </tr>
              <tr>
                <td align="left">IEEE1722</td>
                <td align="left">NORMAL</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>
        The primary security considerations for RTP, including the way it is used here,
        are described in <xref target="RFC3550" format="default"/> and <xref target="RFC3711" format="default"/>.
      </t>
      <t>
        When multiplexing SDP attributes with the category "CAUTION", the
        implementations should be aware of possible issues described in
        this specification.
      </t>
    </section>
  </middle>
  <back>

    <displayreference target="I-D.ietf-rmt-flute-sdp" to="FLUTE"/>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4566.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>

<!-- draft-ietf-mmusic-sdp-bundle-negotiation (RFC 8843) -->
    <reference anchor="RFC8843" target="https://www.rfc-editor.org/info/rfc8843">
      <front>
        <title>Negotiating Media Multiplexing Using the Session Description Protocol (SDP)</title>
        <author initials="C" surname="Holmberg" fullname="Christer Holmberg">
          <organization/>
        </author>
        <author initials="H" surname="Alvestrand" fullname="Harald Alvestrand">
          <organization/>
        </author>
        <author initials="C" surname="Jennings" fullname="Cullen Jennings">
          <organization/>
        </author>
        <date month="January" year="2021"/>
      </front>
        <seriesInfo name="RFC" value="8843"/>
        <seriesInfo name="DOI" value="10.17487/RFC8843"/>
    </reference>

      </references>
      <references>
        <name>Informative References</name>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2326.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3108.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3264.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3312.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3407.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3524.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3550.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3556.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3605.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3611.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3711.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3890.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4091.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4145.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4567.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4568.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4570.xml"/>
        <xi:include
	    href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4572.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8122.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4574.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4583.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4585.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4796.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4975.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5104.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5109.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5159.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8445.xml"/>
        <xi:include
	    href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5285.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8285.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5432.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5506.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5547.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5576.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5583.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5760.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5761.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5762.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5763.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5888.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5939.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5956.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6064.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6128.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6189.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6193.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6230.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6236.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6284.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6285.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6364.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6642.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6679.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6714.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6773.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6787.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6849.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6871.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6947.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7006.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7104.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7197.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7195.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7272.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7273.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7266.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7657.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7826.xml"/>

<!-- draft-ietf-mmusic-rfc4566bis (RFC 8866) -->
        <reference anchor="RFC8866" target="https://www.rfc-editor.org/info/rfc8866">
          <front>
            <title>SDP: Session Description Protocol</title>
            <author initials="A" surname="Begen" fullname="Ali Begen">
              <organization/>
            </author>
            <author initials="P" surname="Kyzivat" fullname="Paul Kyzivat">
              <organization/>
            </author>
            <author initials="C" surname="Perkins" fullname="Colin Perkins">
              <organization/>
            </author>
            <author initials="M" surname="Handley" fullname="Mark Handley">
              <organization/>
            </author>
            <date month="January" year="2021"/>
          </front>
          <seriesInfo name="RFC" value="8866"/>
          <seriesInfo name="DOI" value="10.17487/RFC8866"/>
        </reference>

        <reference anchor="IANA" target="https://www.iana.org/assignments/sdp-parameters">
          <front>
            <title>Session Description Protocol (SDP) Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="T.38" target="https://www.itu.int/rec/T-REC-T.38/e">
          <front>
            <title>Procedures for real-time Group 3 facsimile communication over
	  IP networks</title>
            <seriesInfo name="ITU-T Recommendation" value="T.38"/>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date month="November" year="2015"/>
          </front>
        </reference>
        <reference anchor="H.248.15" target="https://www.itu.int/rec/T-REC-H.248.15">
          <front>
            <title>Gateway control protocol: SDP ITU-T H.248 package attribute</title>
            <seriesInfo name="ITU-T Recommendation" value="H.248.15"/>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date month="March" year="2013"/>
          </front>
        </reference>
        <reference anchor="Q.1970" target="https://www.itu.int/rec/T-REC-Q.1970-200609-I/en">
          <front>
            <title>Q.1970: BICC IP bearer control protocol</title>
            <seriesInfo name="ITU-T Recommendation" value="Q.1970"/>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date month="September" year="2006"/>
          </front>
        </reference>

        <reference anchor="IP-CALL" target="https://www.3gpp.org/ftp/Specs/html-info/24229.htm">
          <front>
            <title>IP multimedia call control protocol based on
           Session Initiation Protocol (SIP)
            and Session Description Protocol (SDP); Stage 3</title>
            <seriesInfo name="Specification" value="24.229"/>
            <author>
              <organization>3GPP</organization>
            </author>
            <date month="September" year="2016"/>
          </front>
        </reference>
        <reference anchor="TISPAN" target="https://www.etsi.org/deliver/etsi_ts/183000_183099/183063/02.01.00_60/ts_183063v020100p.pdf">
          <front>
            <title> Telecommunications and Internet converged Services and
	  Protocols for Advanced Networking (TISPAN); IMS-based IPTV stage 3
	  specification</title>
            <seriesInfo name="Technical Specification" value="183 063 V2.1.0"/>
            <author>
              <organization>ETSI</organization>
            </author>
            <date month="June" year="2008"/>
          </front>
        </reference>
        <reference anchor="IMS-CAT" target="https://www.3gpp.org/ftp/Specs/html-info/24182.htm">
          <front>
            <title>IP Multimedia Subsystem (IMS) Customized Alerting Tones (CAT);
           Protocol specification</title>
            <seriesInfo name="Specification" value="24.182"/>
            <author>
              <organization>3GPP</organization>
            </author>
            <date month="January" year="2015"/>
          </front>
            <seriesInfo name="Specification" value="24.182"/>
        </reference>
        <reference anchor="IMS-CRS" target="https://www.3gpp.org/ftp/Specs/html-info/24183.htm">
          <front>
            <title>IP Multimedia Subsystem (IMS) Customized Ringing Signal (CRS);
           Protocol specification</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date month="September" year="2016"/>
          </front>
            <seriesInfo name="Specification" value="24.183"/>
        </reference>

        <!-- draft-ietf-rmt-flute-sdp-03 is expired -->

<xi:include href="https://datatracker.ietf.org/doc/bibxml3/reference.I-D.ietf-rmt-flute-sdp.xml"/>

<!-- draft-ietf-bfcpbis-rfc4583bis: 8856 -->
<reference anchor='RFC8856' target="https://www.rfc-editor.org/info/rfc8856">
<front>
<title>Session Description Protocol (SDP) Format for Binary Floor Control
Protocol (BFCP) Streams</title>
<author initials='G' surname='Camarillo' fullname='Gonzalo Camarillo'>
    <organization />
</author>
<author initials='T' surname='Kristensen' fullname='Tom Kristensen'>
    <organization />
</author>
<author initials='C.' surname='Holmberg' fullname='Christer Holmberg'>
    <organization />
</author>
<date month='January' year='2021' />
</front>
<seriesInfo name="RFC" value="8856"/>
<seriesInfo name="DOI" value="10.17487/RFC8856"/>
</reference>


      </references>
    </references>
    <section numbered="false" toc="default">
      <name>Acknowledgements</name>
      <t>
       	I would like to thank <contact fullname="Cullen Jennings"/> and
	<contact fullname="Flemming Andreasen"/>
        for suggesting the categories, contributing text, and reviewing
        the draft of this document. I would also like to thank <contact
	fullname="Magnus Westerlund"/>,
        <contact fullname="Christer Holmberg"/>, <contact fullname="Jonathan
	  Lennox"/>, <contact fullname="Bo Burman"/>, <contact fullname="Ari Keränen"/>, and
        <contact fullname="Dan Wing"/> for suggesting structural changes that improved the
        document's readability.
      </t>
      <t>
       	I would like also to thank the following experts for their inputs and
        reviews as listed: </t>

	<ul empty="true" spacing="compact">
	<li><t><contact fullname="Flemming Andreasen"/> (5.24, 5.32, 5.33, 14),</t></li>
	<li><t><contact fullname="Rohan Mahy"/> (5.54),</t></li>
        <li><t><contact fullname="Eric Burger"/> (5.26),</t></li>
	<li><t><contact fullname="Christian Huitema"/> (5.14),</t></li>
	<li><t><contact fullname="Christer Holmberg"/> (5.21, 5.26, 12.2, 12.3),</t></li>
        <li><t><contact fullname="Richard Ejzak"/> (5.44, 5.50, 5.51),</t></li>
	<li><t><contact fullname="Colin Perkins"/> (5.7, 5.8, 5.9, 5.55),</t></li>
        <li><t><contact fullname="Magnus Westerlund"/> (5.2, 5.3, 5.9, 5.27, 5.47, 6.1 - 6.3, 8.3, 7),</t></li>
        <li><t><contact fullname="Roni Even"/> (5.12, 5.27, 8.4),</t></li>
	<li><t><contact fullname="Subha Dhesikan"/> (5.6, 10),</t></li>
        <li><t><contact fullname="Dan Wing"/> (5.7, 5.12, 5.35, 5.39, 5.45),</t></li>
	<li><t><contact fullname="Cullen Jennings"/> (5.40),</t></li> 
        <li><t><contact fullname="Ali C Begen"/> (5.1, 5.20, 5.22, 5.25, 5.38, 7.3, 8.2, 8.4, 8.6, 9.2, 13.1),</t></li>
        <li><t><contact fullname="Bo Burman"/> (7.2, 7.6),</t></li>
	<li><t><contact fullname="Charles Eckel"/> (5.15, 5.27, 5.28, 9.1, 8.5),</t></li>
        <li><t><contact fullname="Paul Kyzivat"/> (5.24),</t></li>
	<li><t><contact fullname="Ian Johansson"/> (5.15),</t></li>
	<li><t><contact fullname="Saravanan Shanmugham"/> (5.11),</t></li>
        <li><t><contact fullname="Paul E Jones"/> (5.30),</t></li>
	<li><t><contact fullname="Rajesh Kumar"/> (5.48),</t></li>
	<li><t><contact fullname="Jonathan Lennox"/> (5.36, 5, 15, 9.1, 11.1),</t></li>
        <li><t><contact fullname="Mo Zanaty"/> (5.4, 5.5, 5.23, 8.1, 8.3, 8.5, 12.1),</t></li>
	<li><t><contact fullname="Christian Huitema "/> (5.14),</t></li>
        <li><t><contact fullname="Qin Wu"/> (5.47, PM-Dir review),</t></li>
	<li><t><contact fullname="Hans Stokking"/> (5.43, 5.16),</t></li>
        <li><t><contact fullname="Christian Groves"/> (5.48, 5.52), and</t></li>
	<li><t><contact fullname="Thomas Stach"/>.</t></li>  
      </ul>

	<t>
          I would like to thank <contact fullname="Chris Lonvick"/> for the SECDIR
	  review, <contact fullname="Dan Romascanu"/>
          for the Gen-ART review, and <contact fullname="Sabrina Tanamal"/> for the IANA review.
	</t>
      <t>
       Thanks to <contact fullname="Ben Campbell"/> for Area Director review
       suggestions. Thanks to <contact fullname="Spencer Dawkins"/>, 
       <contact fullname="Stephen Farrel"/>, <contact fullname="Alissa Cooper"/>,
	 <contact fullname="Mirja Kühlewind"/>, and the entire IESG
       for their reviews.
      </t>
    </section>
  </back>
</rfc>
