<?xml version="1.0" encoding="US-ASCII"?>
 <?xml-stylesheet type='text/xsl' href='../rfc2629.xslt' ?>

 <?rfc toc="yes"?>
 <?rfc rfcedstyle="yes"?>
 <?rfc subcompact="no"?>
 <?rfc sortrefs="yes" ?>
 <?rfc symrefs="no"?>
 <?rfc comments="yes"?>
 <?rfc inline="no"?>

<rfc number="5159" category="info">
    <front>
        <title abbrev="OMA BCAST SDP Attributes"> Session Description
	  Protocol (SDP) Attributes for Open&nbsp;Mobile&nbsp;Alliance&nbsp;(OMA) Broadcast&nbsp;(BCAST) Service&nbsp;and&nbsp;Content&nbsp;Protection</title>
        <author fullname="Lakshminath Dondeti" initials="L" surname="Dondeti" role="editor">
            <organization>QUALCOMM, Inc.</organization>
            <address> <postal> 
                <street>5775 Morehouse Dr</street> 
                <city>San Diego</city>
                <region>CA</region>
                <country>USA</country>
            </postal>
                <phone>+1 858-845-1267</phone>
                <email>ldondeti@qualcomm.com</email>
            </address>
        </author>

        <author fullname="Anja Jerichow" initials="A" surname="Jerichow">
            <organization abbrev="Nokia Siemens Networks">Nokia Siemens Networks GmbH and Co.KG</organization>
            <address> <postal> 
                <street>Martinstr. 76</street> 
                <city>81541 Munich</city>
                <country>Germany</country>
            </postal>
                <phone>+49 89 636-45868</phone>
                <email>anja.jerichow@nsn.com</email>
            </address>
        </author>

        <date month="March" year="2008"/>
        <area> </area>

<!-- [rfced] Please insert any additional keywords (beyond those that appear in
the title) for use on http://www.rfc-editor.org/rfcsearch.html. -->

        <keyword>SDP</keyword>
        <keyword>IANA registration</keyword>
        <keyword>OMA BCAST</keyword>

        <abstract>
            <t>This document provides descriptions of Session
                Description Protocol (SDP) attributes used by the Open Mobile Alliance's Broadcast
                Service and Content Protection specification.</t>
        </abstract>

    </front>
    <middle>
        <section title="Introduction" anchor="intro">
            <t> The Open Mobile Alliance (OMA) Broadcast (BCAST) group is specifying service and content protection
                mechanisms for broadcast services over wireless networks. As part of that specification, several new SDP
                attributes are necessary to allow the broadcast server to signal the service and content protection
                parameters to clients. </t>
            <t> Section 8.2.4 of RFC 4566 <xref target="RFC4566"/> requires that new SDP attributes are registered
                through IANA with name, contact information, and description (and other similar parameters). A standards
                track specification is RECOMMENDED if the new attribute(s) will have widespread use and interoperability
                considerations. </t>

<t>
   OMA BCAST specifications are expected to be used by broadcast
   wireless systems that are based on 3rd Generation Partnership Project (3GPP)
   Multimedia Broadcast/Multicast Service (MBMS), 3GPP2 Broadcast and
   Multicast Services (BCMCS), and Digital Video Broadcasting -
   Handheld (DVB-H). Although this would
   typically be considered a "widespread" use, in this case IETF chose
   to use a non-standards-track RFC to register the SDP attributes
   because OMA maintains change control of the documents that specify
   the interpretation of the values in the attributes.
</t>

            <t>This document provides descriptions of the SDP attributes used in the OMA BCAST Service and Content
                Protection specification <xref target="SvcCnt"/>.</t>
        </section>
        <section anchor="terms" title="Terminology">
            <t> The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT",
                "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119
                    <xref target="RFC2119"/>. </t>

        </section>


        <section title="New SDP Attributes">
            <t> The following new SDP attributes have been specified: </t>
<t>
                <list style="symbols">
                    <t>a=bcastversion:&lt;major&gt;.&lt;minor&gt;
                        </t>
                                                      
                    <t>a=stkmstream:&lt;id of the stkm stream&gt;
                         </t>
                   

   		    <t>a=SRTPAuthentication:&lt;id for SRTP authentication algorithm value&gt;
                         </t>

		    <t>a=SRTPROCTxRate:&lt;ROC transmission rate&gt;
                         </t>
                </list>
</t>
	    <t> See Section 5 for details on IANA considerations. </t>
        </section>

        <section title="Security Considerations">
            <t>	In addition to the notes in Section 7 of RFC 4566 <xref target="RFC4566"></xref>, the following
                considerations may be applicable:</t>

            <t> The bcastversion parameter indicates the version of
            the broadcast system used for distribution of broadcast
            content. In case future versions indicated by this
            parameter allow for enhanced or additional security
            features, the bcastversion parameter, if unprotected,
            could be utilized for downgrade attacks.</t>
            
            <t> The stkmstream parameter provides references to
            relevant key management streams so that receivers can map
            the media streams to key streams and retrieve the
            necessary keys to decrypt media. As such, this parameter
            could be utilized, if unprotected, for denial-of-service (DoS) attacks.</t>

        </section>
        
    <section title="IANA Considerations">

            <t>Per this document, which follows the guidelines of <xref target="RFC2434"/>, IANA has registered a number of SDP attributes.</t>

	<section title="Registration of New SDP Attributes">
		<t>IANA has registered a 
		number of OMA BCAST only attributes in the Session Description Protocol 
		Parameters registry <xref target="RFC4566"></xref>.  The registration data, according to RFC 
		4566 <xref target= "RFC4566"> </xref> follows.</t>
		<t>The registration templates below refer to the OMA-TS-BCAST_SvcCntProtection specification <xref target="SvcCnt"/>.</t>
		
		<section title="Registration of the Attribute bcastversion:&lt;major&gt;.&lt;minor&gt; ">
		<t>
		       <list style="hanging">
           		<t hangText="Contact:"> Anja Jerichow &lt;anja.jerichow@nsn.com&gt;</t>
          		<t hangText="Phone:"> +49 89 636-45868</t>
           		<t hangText="Attribute name:"> bcastversion</t>
           		<t hangText="Long-form attribute name:">  BCAST version</t>
           		<t hangText="Type of attribute:"> session level </t>
			<t> This attribute is not dependent on charset.</t>
			<t hangText="Purpose:"> This attribute specifies the OMA BCAST version "bcastversion" value in the format x.y.  </t>
			<t hangText="Specification of attribute
			values:"> This attribute has a mandatory value
			of the form &lt;major&gt;.&lt;minor&gt;, where
			&lt;major&gt; and &lt;minor&gt; are
			non-negative decimal numbers. The att-value
			field is of XML data type decimal. For
			details, see OMA-TS-BCAST_SvcCntProtection,
			Section 10.1.1.</t>
       			</list>
		</t>
		</section>

		<section title="Registration of the Attribute stkmstream:&lt;id of the stkm stream&gt;">
		<t>
		       <list style="hanging">
           		<t hangText="Contact:"> Anja Jerichow &lt;anja.jerichow@nsn.com&gt;</t>
          		<t hangText="Phone:"> +49 89 636-45868</t>
           		<t hangText="Attribute name:"> stkmstream</t>
           		<t hangText="Long-form attribute name:">  Short Term Key Message stream identifier</t>
           		<t hangText="Type of attribute:"> session
           		level or media level </t>
		
		<t>The attribute can be at session level, in which case it applies to
			all media streams, or it can be at media level, in which case it
			only applies to the specified media and would overwrite possible
			session-level attributes.</t>
			<t>This attribute is not dependent on charset.</t>
			
		<t hangText="Purpose:"> The stkmstream attribute specifies the mapping of Short Term Key Message
			streams to media streams in the SDP.</t>

		<t>Each session or media stream can have multiple
		stkmstream attributes. By comparing the value of this
		attribute with the identifier of each STKM stream, the
		terminal can figure out which one to listen to and
		process. We note that this attribute is optional and hence would not be there for unencrypted media streams.</t>

		<t hangText="Specification of attribute values:"> This
		attribute has a mandatory value of the form &lt;id of
		the stkm stream&gt;, a unique non-zero integer
		identifying a particular key stream. Numbers are
		unique within a particular SDP session, i.e., no global
		numbering is required.  The att-value field is of XML
		data type unsignedShort. For details, see
		OMA-TS-BCAST_SvcCntProtection, Section 10.1.3. </t>
       			</list>
		</t>
		</section>





		<section title="Registration of the Attribute SRTPAuthentication:&lt;id for SRTP authentication algorithm value&gt;">
		<t>
		       <list style="hanging">
           		<t hangText="Contact:"> Anja Jerichow &lt;anja.jerichow@nsn.com&gt;</t>
          		<t hangText="Phone:"> +49 89 636-45868</t>
           		<t hangText="Attribute name:"> SRTPAuthentication </t>
           		<t hangText="Long-form attribute name:">  SRTP authentication algorithm value identifier</t>
           		<t hangText="Type of attribute:"> media level </t>
			<t>This attribute is not dependent on charset.</t>
			<t hangText="Purpose:"> When SRTP is used, the attribute SRTPAuthentication states which
    			  authentication algorithm to use.  </t> 

			<t hangText="Specification of attribute values:"> Based on <xref target="RFC4771"/>, the identifier
   			  is a transform-independent parameter of the cryptographic context
  			  for SRTP in integer format.</t>

			<t>One of the following three integrity transforms registered for the
      			 three modes MUST be used: value "2" for RCCm1, "3" for RCCm2, and
     			 "4" for RCCm3. For details, see OMA-TS-BCAST_SvcCntProtection, Section 10.4.  </t>
       			</list>
		</t>
		</section>


		<section title="Registration of the Attribute SRTPROCTxRate:&lt;ROC transmission rate&gt;">
		<t>
		       <list style="hanging">
           		<t hangText="Contact:"> Anja Jerichow &lt;anja.jerichow@nsn.com&gt;</t>
          		<t hangText="Phone:"> +49 89 636-45868</t>
           		<t hangText="Attribute name:"> SRTPROCTxRate</t>
           		<t hangText="Long-form attribute name:">  ROC transmission rate</t>
           		<t hangText="Type of attribute:"> media level </t>
			<t>This attribute is not dependent on charset.</t>
			<t hangText="Purpose:"> When SRTP is used, the attribute SRTPROCTxRate  defines
		         the ROC transmission rate, R.</t>
			
			<t hangText="Specification of attribute
       			values:"> The attribute value MUST be a
       			decimal integer R between 1 and 65535
       			inclusive, as specified in
       			<xref target="RFC4771"/>.  If the ROC
       			transmission rate is not included in the
       			negotiation, the default value of 1 SHALL be
       			used. For details, see
       			OMA-TS-BCAST_SvcCntProtection, Section
       			10.4.</t>
       			</list>
		</t>
		</section>

	</section>
        

    </section>


        <section anchor="ack" title="Acknowledgments" toc="default">
            <t>Many thanks to Hosame Abu-Amara, Francois Ambrosini, David Castleford, Miguel Garcia, Alfred Hoenes, Charles Lo, and Uwe Rauschenbach for their help and support.</t>
        </section>
    </middle>
    <back>
        <references title="Normative References"> <?rfc linefile="1:http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml"?>

<reference anchor='RFC2119'>

<front>
<title abbrev='RFC Key Words'>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='Scott Bradner'>
<organization>Harvard University</organization>
<address>
<postal>
<street>1350 Mass. Ave.</street>
<street>Cambridge</street>
<street>MA 02138</street></postal>
<phone>- +1 617 495 3864</phone>
<email>sob@harvard.edu</email></address></author>
<date year='1997' month='March' />
<area>General</area>
<keyword>keyword</keyword>
<abstract>
<t>
   In many standards track documents several words are used to signify
   the requirements in the specification.  These words are often
   capitalized.  This document defines these words as they should be
   interpreted in IETF documents.  Authors who follow these guidelines
   should incorporate this phrase near the beginning of their document:

<list>
<t>
      The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
      NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and
      "OPTIONAL" in this document are to be interpreted as described in
      RFC 2119.
</t></list></t>
<t>
   Note that the force of these words is modified by the requirement
   level of the document in which they are used.
</t></abstract></front>

<seriesInfo name='BCP' value='14' />
<seriesInfo name='RFC' value='2119' />
<format type='TXT' octets='4723' target='ftp://ftp.isi.edu/in-notes/rfc2119.txt' />
<format type='HTML' octets='17491' target='http://xml.resource.org/public/rfc/html/rfc2119.html' />
<format type='XML' octets='5777' target='http://xml.resource.org/public/rfc/xml/rfc2119.xml' />
</reference>
<?rfc linefile="229:/tmp/CGI19791.2"?> <?rfc linefile="1:http://xml.resource.org/public/rfc/bibxml/reference.RFC.4771.xml"?>

<reference anchor='RFC4771'>

<front>
<title>Integrity Transform Carrying Roll-Over Counter for the Secure Real-time Transport Protocol (SRTP)</title>
<author initials='V.' surname='Lehtovirta' fullname='V. Lehtovirta'>
<organization /></author>
<author initials='M.' surname='Naslund' fullname='M. Naslund'>
<organization /></author>
<author initials='K.' surname='Norrman' fullname='K. Norrman'>
<organization /></author>
<date year='2007' month='January' />
<abstract>
<t>This document defines an integrity transform for Secure Real-time Transport Protocol (SRTP; see RFC 3711), which allows the roll-over counter (ROC) to be transmitted in SRTP packets as part of the authentication tag.  The need for sending the ROC in SRTP packets arises in situations where the receiver joins an ongoing SRTP session and needs to quickly and robustly synchronize.  The mechanism also enhances SRTP operation in cases where there is a risk of losing sender-receiver synchronization. [STANDARDS TRACK]</t></abstract></front>

<seriesInfo name='RFC' value='4771' />
<format type='TXT' octets='27945' target='ftp://ftp.isi.edu/in-notes/rfc4771.txt' />
</reference>
<?rfc linefile="229:/tmp/CGI19791.2"?> <reference anchor="SvcCnt">
                <front>
                    <title>Service and Content Protection for Mobile Broadcast Services</title>
                    <author>
                        <organization>Open Mobile Alliance</organization>
                    </author>
                    <date year="2007"/>
                </front>
                <seriesInfo name="OMA" value="OMA-TS-BCAST_SvcCntProtection-V1_0-20071218-D"/>
            </reference> <?rfc linefile="1:http://xml.resource.org/public/rfc/bibxml/reference.RFC.4566.xml"?>

<reference anchor='RFC4566'>

<front>
<title>SDP: Session Description Protocol</title>
<author initials='M.' surname='Handley' fullname='M. Handley'>
<organization /></author>
<author initials='V.' surname='Jacobson' fullname='V. Jacobson'>
<organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'>
<organization /></author>
<date year='2006' month='July' />
<abstract>
<t>This memo defines the Session Description Protocol (SDP).  SDP is intended for describing multimedia sessions for the purposes of session announcement, session invitation, and other forms of multimedia session initiation. [STANDARDS TRACK]</t></abstract></front>

<seriesInfo name='RFC' value='4566' />
<format type='TXT' octets='108820' target='ftp://ftp.isi.edu/in-notes/rfc4566.txt' />
</reference>
<?rfc linefile="238:/tmp/CGI19791.2"?> </references>
        <references title="Informative References"><?rfc linefile="1:http://xml.resource.org/public/rfc/bibxml/reference.RFC.2434.xml"?>

<reference anchor='RFC2434'>

<front>
<title abbrev='Guidelines for IANA Considerations'>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author initials='T.' surname='Narten' fullname='Thomas Narten'>
<organization>IBM Corporation</organization>
<address>
<postal>
<street>3039 Cornwallis Ave.</street>
<street>PO Box 12195 - BRQA/502</street>
<street>Research Triangle Park</street>
<street>NC 27709-2195</street></postal>
<phone>919-254-7798</phone>
<email>narten@raleigh.ibm.com</email></address></author>
<author initials='H.T.' surname='Alvestrand' fullname='Harald Tveit Alvestrand'>
<organization>Maxware</organization>
<address>
<postal>
<street>Pirsenteret</street>
<street>N-7005 Trondheim</street>
<country>Norway</country></postal>
<phone>+47 73 54 57 97</phone>
<email>Harald@Alvestrand.no</email></address></author>
<date year='1998' month='October' />
<area>General</area>
<keyword>Internet Assigned Numbers Authority</keyword>
<keyword>IANA</keyword>
<abstract>
<t>
   Many protocols make use of identifiers consisting of constants and
   other well-known values. Even after a protocol has been defined and
   deployment has begun, new values may need to be assigned (e.g., for a
   new option type in DHCP, or a new encryption or authentication
   algorithm for IPSec).  To insure that such quantities have consistent
   values and interpretations in different implementations, their
   assignment must be administered by a central authority. For IETF
   protocols, that role is provided by the Internet Assigned Numbers
   Authority (IANA).
</t>
<t>
   In order for the IANA to manage a given name space prudently, it
   needs guidelines describing the conditions under which new values can
   be assigned. If the IANA is expected to play a role in the management
   of a name space, the IANA must be given clear and concise
   instructions describing that role.  This document discusses issues
   that should be considered in formulating a policy for assigning
   values to a name space and provides guidelines to document authors on
   the specific text that must be included in documents that place
   demands on the IANA.
</t></abstract></front>

<seriesInfo name='BCP' value='26' />
<seriesInfo name='RFC' value='2434' />
<format type='TXT' octets='25092' target='ftp://ftp.isi.edu/in-notes/rfc2434.txt' />
<format type='HTML' octets='37803' target='http://xml.resource.org/public/rfc/html/rfc2434.html' />
<format type='XML' octets='26924' target='http://xml.resource.org/public/rfc/xml/rfc2434.xml' />
</reference>
<?rfc linefile="239:/tmp/CGI19791.2"?></references>


    </back>

<vspace blankLines="100"/> <!-- page break so that authors' addresses appear on the same page-->

</rfc>

