<?xml version="1.0" encoding="US-ASCII"?>
<!-- This template is for creating an Internet Draft using xml2rfc,
     which is available here: http://xml.resource.org. -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!-- One method to get references from the online citation libraries.
     There has to be one entity for each item to be referenced. 
     An alternate method (rfc include) is described in the references. -->
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC2629 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2629.xml">
<!ENTITY RFC3552 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3552.xml">
<!ENTITY I-D.narten-iana-considerations-rfc2434bis SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.narten-iana-considerations-rfc2434bis.xml">
]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs), 
     please see http://xml.resource.org/authoring/README.html. -->
<!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
     (Here they are set differently than their defaults in xml2rfc v1.32) -->
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space 
     (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="no"?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="no" ?>
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions -->
<rfc category="std" docName="draft-gomez-6lo-schc-dispatch-01"
     ipr="trust200902">
  <!-- category values: std, bcp, info, exp, and historic
     ipr values: full3667, noModification3667, noDerivatives3667
     you can add the attributes updates="NNNN" and obsoletes="NNNN" 
     they will automatically be output with "(if approved)" -->

  <!-- ***** FRONT MATTER ***** -->

  <front>
    <!-- The abbreviated title is used in the page header - it is only necessary if the 
         full title is longer than 39 characters -->

    <title abbrev="6LoWPAN Dispatch Type for SCHC">
     IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) Dispatch Type for SCHC
    </title>

 
    <!-- add 'role="editor"' below for the editors if appropriate -->

    <!-- Another author who claims to be an editor -->
 
    <author fullname="Carles Gomez" initials="C.G" surname="Gomez">
      <organization>UPC</organization>

      <address>
        <postal>
          <street>C/Esteve Terradas, 7</street>

          <city>Castelldefels</city>

          <region/>

          <code>08860</code>

          <country>Spain</country>
        </postal>

        <phone/>

        <facsimile/>

        <email>carlesgo@entel.upc.edu</email>

        <uri/>
      </address>
    </author>

    <!-- uri and facsimile elements may also be added -->

    <date month="September" year="2020"/>

    <!-- If the month and year are both specified and are the current ones, xml2rfc will fill 
         in the current day for you. If only the current year is specified, xml2rfc will fill 
	 in the current day and month for you. If the year is not the current one, it is 
	 necessary to specify at least a month (xml2rfc assumes day="1" if not specified for the 
	 purpose of calculating the expiry date).  With drafts it is normally sufficient to 
	 specify just the year. -->

    <!-- Meta-data Declarations -->

    <area>INT</area>

    <workgroup>6lo Working Group</workgroup>

    <!-- WG name at the upperleft corner of the doc,
         IETF is fine for individual submissions.  
	 If this element is not present, the default is "Network Working Group",
         which is used by the RFC Editor as a nod to the history of the IETF. -->

    <!---->

    <abstract>
      <t> A new framework called Static Context Header Compression (SCHC) has been designed with the primary goal of supporting IPv6 over Low Power Wide Area Network 
          (LPWAN) technologies <xref target="RFC8724"/>. One of the SCHC components is a header compression mechanism. If used properly, SCHC header compression allows a greater compression ratio than that
          achievable with traditional 6LoWPAN header compression <xref target="RFC6282"/>. For this reason, it may make sense to use SCHC header 
          compression in some 6LoWPAN environments. This document defines a 6LoWPAN Dispatch Type to signal when a packet
          header has been compressed by using SCHC header compression.</t>
    </abstract>
  </front>

  <middle>
    <section title="Introduction ">

      <t>RFC 6282 is the main specification for IPv6 over Low power Wireless Personal Area Network (6LoWPAN) IPv6 header compression <xref target="RFC6282"/>. 
         This RFC was designed assuming IEEE 802.15.4 as the layer below the 6LoWPAN adaptation layer, and it has also been reused (with proper adaptations)
         for IPv6 header compression over many other technologies relatively similar to IEEE 802.15.4 in terms of characteristics such as 
         physical layer bit rate, layer 2 maximum payload size, etc. Examples of such technologies comprise BLE, DECT-ULE, ITU G.9959, MS/TP, NFC, and PLC.
         RFC 6282 provides additional functionality, such as a mechanism for UDP header compression.  
      </t>

      <t>In the best cases, RFC 6282 allows to compress a 40-byte IPv6 header down to a 2-byte compressed header (for link-local interactions) or a 3-byte 
         compressed header (when global IPv6 addresses are used).  On the other hand, an RFC 6282 compressed UDP header has a typical size of 4 bytes. 
         Therefore, in advantageous conditions, a 48-byte uncompressed IPv6/UDP header may be compressed down to a 6-byte format (when using link-local
         addresses) or a 7-byte format (for global interactions) by using RFC 6282. 
      </t>
 
      <t>Recently, a new framework called Static Context Header Compression (SCHC) has been designed with the primary goal of supporting IPv6 over Low Power Wide Area Network 
         (LPWAN) technologies <xref target="RFC8724"/>. SCHC comprises header compression and fragmentation functionality tailored to the extraordinary 
         constraints of LPWAN technologies, which are more severe than those exhibited by IEEE 802.15.4 or other relatively similar technologies.</t>

      <t>SCHC header compression allows a greater compression ratio than that of RFC 6282. If used properly, SCHC allows to compress an IPv6/UDP header 
         down to e.g. a single byte. Therefore, it may make sense to use SCHC header compression in some 6LoWPAN environments [I-D.toutain-6lo-6lo-and-schc],
         considering its greater efficiency. </t>

      <t>If SCHC header compression is added to the panoply of header compression mechanisms used in 6LoWPAN environments, then there is a need to
         signal when a packet header has been compressed by using SCHC. To this end, in its current form, the present document specifies a 6LoWPAN Dispatch Type for 
         SCHC header compression, based on exploiting RFC 8025 Dispatch type space <xref target="RFC8025"/>. 
      </t>

    </section>
 
      <section title="Conventions used in this document">
        <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 <xref
        target="RFC2119"/>.</t>
      </section>


  <section title="Frame Format">
  
      <t>Figure 1 illustrates the content of an encapsulated, SCHC compressed, IPv6 datagram:    
      </t>

      <t>
        <figure title="Encapsulated, SCHC compressed IPv6 datagram"
                anchor="fig_frame_format">
        <artwork><![CDATA[    

         +---------------+-------------+---------+
         | SCHC Dispatch | SCHC Header | Payload |
         +---------------+-------------+---------+

        ]]></artwork></figure>

      </t>

      <t>The SCHC Dispatch is a 6LoWPAN Dispatch Type that indicates that the next field is a SCHC Header. The latter corresponds to a packet header
         that has been compressed by using SCHC. As defined in <xref target="RFC8724"/>, the SCHC Header comprises
         a Rule ID, and a compression residue. (Note: more details, including a discussion on padding, to be added.)
      </t>


  </section> 

  <section title="SCHC Dispatch Type">

      <t>This section defines the 6LoWPAN Dispatch Type called "SCHC Dispatch", by using the RFC 8025 concept of "pages". 
         With the aim to minimize overhead, the present document allocates a whole page (Page 2) for the SCHC Dispatch Type:
      </t>

      	<t>    SCHC Dispatch Type bit pattern:  11110010  (Page 2 (Note: to be confirmed by IANA))
        </t>

      	<t>For example, two bytes may be used for the SCHC Dispatch plus the Rule ID, which offers a Rule ID space of 256 possible Rule IDs. 
           </t>


  </section>

  
  <section title="IANA Considerations">  
    <t>This document requests the allocation of the Dispatch Type Field bit pattern 11110010 (Page 2) as SCHC Dispatch Type.
    </t>
 
  </section>

    <section anchor="Security" title="Security Considerations">

      <t>TBD
      </t>
    
    </section>

    <!-- This PI places the pagebreak correctly (before the section title) in the text output. -->

    <!-- Possibly a 'Contributors' section ... -->
    
    <section anchor="ACKs" title="Acknowledgments">

      <t>Ana Minaburo and Laurent Toutain suggested for the first time the use of SCHC in environments where
         6LoWPAN has traditionally been used. Laurent Toutain made comments that helped shape this document.
      </t>     

      <t>Carles Gomez has been funded in part by the Spanish Government 
         through project PID2019-106808RA-I00, and by Secretaria
         d'Universitats i Recerca del Departament d'Empresa i Coneixement de
         la Generalitat de Catalunya 2017 through grant SGR 376.
      </t>


    </section>

   </middle>

  <!--  *****BACK MATTER ***** -->

  <back>
    <!-- References split into informative and normative -->

    <!-- There are 2 ways to insert reference entries from the citation libraries:
     1. define an ENTITY at the top, and use "ampersand character"RFC2629; here (as shown)
     2. simply use a PI "less than character"?rfc include="reference.RFC.2119.xml"?> here
        (for I-Ds: include="reference.I-D.narten-iana-considerations-rfc2434bis.xml")

     Both are cited textually in the same manner: by using xref elements.
     If you use the PI option, xml2rfc will, by default, try to find included files in the same
     directory as the including file. You can also define the XML_LIBRARY environment variable
     with a value containing a set of directories to search.  These can be either in the local
     filing system or remote ones accessed by http (http://domain/dir/... ).-->


    <references title="Normative References">

      <?rfc include='reference.RFC.2119.xml'?>

      <?rfc include='reference.RFC.4944.xml'?>

      <?rfc include='reference.RFC.6282.xml'?>

      <?rfc include='reference.RFC.8025.xml'?>

      <?rfc include='reference.RFC.8724.xml'?>

    </references>

    <references title="Informative References">
      <!-- Here we use entities that we defined at the beginning. -->

      <?rfc include='reference.I-D.toutain-6lo-6lo-and-schc.xml'?>
   
    </references>

    <!-- -->
  </back>
</rfc>