<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.8 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc toc="yes"?>

<rfc ipr="trust200902" docName="draft-petrov-lpwan-ipv6-schc-over-lorawan-01" category="info">

  <front>
    <title abbrev="SCHC-over-LORA">Static Context Header Compression (SCHC) over LoRaWAN</title>

    <author initials="N." surname="Sornin" fullname="Nicolas Sornin" role="editor">
      <organization>Semtech</organization>
      <address>
        <postal>
          <street>14 Chemin des Clos</street>
          <city>Meylan</city>
          <country>France</country>
        </postal>
        <email>nsornin@semtech.com</email>
      </address>
    </author>
    <author initials="M." surname="Coracin" fullname="Michael Coracin">
      <organization>Semtech</organization>
      <address>
        <postal>
          <street>14 Chemin des Clos</street>
          <city>Meylan</city>
          <country>France</country>
        </postal>
        <email>mcoracin@semtech.com</email>
      </address>
    </author>
    <author initials="I." surname="Petrov" fullname="Ivaylo Petrov">
      <organization>Acklio</organization>
      <address>
        <postal>
          <street>2bis rue de la Chataigneraie</street>
          <city>35510 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>ivaylo@ackl.io</email>
      </address>
    </author>
    <author initials="A." surname="Yegin" fullname="Alper Yegin">
      <organization>Actility</organization>
      <address>
        <postal>
          <street>.</street>
          <city>Paris, Paris</city>
          <country>France</country>
        </postal>
        <email>alper.yegin@actility.com</email>
      </address>
    </author>
    <author initials="J." surname="Catalano" fullname="Julien Catalano">
      <organization>Kerlink</organization>
      <address>
        <postal>
          <street>1 rue Jacqueline Auriol</street>
          <city>35235 Thorigné-Fouillard</city>
          <country>France</country>
        </postal>
        <email>j.catalano@kerlink.fr</email>
      </address>
    </author>
    <author initials="V." surname="Audebert" fullname="Vincent AUDEBERT">
      <organization>EDF R&amp;D</organization>
      <address>
        <postal>
          <street>7 bd Gaspard Monge</street>
          <city>91120 PALAISEAU</city>
          <country>FRANCE</country>
        </postal>
        <email>vincent.audebert@edf.fr</email>
      </address>
    </author>

    <date year="2018" month="March" day="05"/>

    
    <workgroup>lpwan Working Group</workgroup>
    

    <abstract>


<t>The Static Context Header Compression (SCHC) specification describes generic
header compression and fragmentation techniques for LPWAN (Low Power Wide Area
Networks) technologies. SCHC is a generic mechanism designed for great
flexibility, so that it can be adapted for any of the LPWAN technologies.</t>

<t>This document provides the adaptation of SCHC for use in LoRaWAN networks, and
provides elements such as efficient parameterization and modes of operation.</t>



    </abstract>


  </front>

  <middle>


<section anchor="Introduction" title="Introduction">

<t>The Static Context Header Compression (SCHC) specification
<xref target="I-D.ietf-lpwan-ipv6-static-context-hc"/> describes
generic header compression and fragmentation techniques that can be used on all
LPWAN (Low Power Wide Area Networks) technologies defined in
<xref target="I-D.ietf-lpwan-overview"/>. Even though those technologies share a great
number of common features like start-oriented topologies, network architecture,
devices with mostly quite predictable communications, etc; they do have some
slight differences in respect of payload sizes, reactiveness, etc.</t>

<t>SCHC gives a generic framework that enables those devices to communicate with
other Internet networks. However, for efficient performance, some parameters
and modes of operation need to be set appropriately for each of the LPWAN
technologies.</t>

<t>This document describes the efficient parameters and modes of operation when
SCHC is used over LoRaWAN networks.</t>

</section>
<section anchor="terminology" title="Terminology">

<t>This section defines the terminology and acronyms used in this document. For
all other definitions, please look up the SCHC specification
<xref target="I-D.ietf-lpwan-ipv6-static-context-hc"/>.</t>

<t>o  DevEUI: an IEEE EUI-64 identifier used to identify the device during the
     procedure while joining the network (Join Procedure)</t>

<t>o  DevAddr: a 32-bit non-unique identifier assigned to a device statically or
     dynamically after a Join Procedure (depending on the activation mode)</t>

<t>o  TBD: all significant LoRaWAN-related terms.</t>

</section>
<section anchor="static-context-header-compression-overview" title="Static Context Header Compression Overview">

<t>This section contains a short overview of Static Context Header Compression
(SCHC). For a detailed description, refer to the full specification
<xref target="I-D.ietf-lpwan-ipv6-static-context-hc"/>.</t>

<t>Static Context Header Compression (SCHC) avoids context synchronization, which
is the most bandwidth-consuming operation in other header compression
mechanisms such as RoHC <xref target="RFC5795"/>. Based on the fact that the nature of data
flows is highly predictable in LPWAN networks, some static contexts may be
stored on the Device (Dev). The contexts must be stored in both ends, and it
can either be learned by a provisioning protocol or by out of band means or it
can be pre-provisioned, etc. The way the context is learned on both sides is
out of the scope of this document.</t>

<figure title="Architecture" anchor="Fig-archi"><artwork><![CDATA[
     Dev                                                 App
+--------------+                                  +--------------+
|APP1 APP2 APP3|                                  |APP1 APP2 APP3|
|              |                                  |              |
|      UDP     |                                  |     UDP      |
|     IPv6     |                                  |    IPv6      |
|              |                                  |              |
|   SCHC C/D   |                                  |              |
|   (context)  |                                  |              |
+-------+------+                                  +-------+------+
         |   +--+     +----+     +---------+              .
         +~~ |RG| === |NGW | === |SCHC C/D |... Internet ..
             +--+     +----+     |(context)|
                                 +---------+
]]></artwork></figure>

<t><xref target="Fig-archi"/> represents the architecture for compression/decompression, it is
based on <xref target="I-D.ietf-lpwan-overview"/> terminology. The Device is sending
applications flows using IPv6 or IPv6/UDP protocols. These flows are compressed
by an Static Context Header Compression Compressor/Decompressor (SCHC C/D) to
reduce headers size. Resulting information is sent on a layer two (L2) frame to
a LPWAN Radio Network (RG) which forwards the frame to a Network Gateway (NGW).
The NGW sends the data to a SCHC C/D for decompression which shares the same
rules with the Dev. The SCHC C/D can be located on the Network Gateway (NGW) or
in another place as long as a tunnel is established between the NGW and the
SCHC C/D. The SCHC C/D in both sides must share the same set of Rules. After
decompression, the packet can be sent on the Internet to one or several LPWAN
Application Servers (App).</t>

<t>The SCHC C/D process is bidirectional, so the same principles can be applied in
the other direction.</t>

<t>In a LoRaWAN network, the RG is called a Gateway, the NGW is Network Server,
and the SCHC C/D can be embedded in different places, for example in the
Network Server and/or the Application Server.</t>

<t>Next steps for this section: detailed overview of the LoRaWAN architecture and
its mapping to the SCHC architecture.</t>

</section>
<section anchor="lorawan-architecture" title="LoRaWAN Architecture">

<t>An overview of LoRaWAN <xref target="lora-alliance-spec"/> protocol and architecture is
described in <xref target="I-D.ietf-lpwan-overview"/>. Mapping between the LPWAN
architecture entities as described in <xref target="I-D.ietf-lpwan-ipv6-static-context-hc"/>
and the ones in <xref target="lora-alliance-spec"/> is as follows:</t>

<t>o Devices (Dev) are the end-devices or hosts (e.g. sensors,
   actuators, etc.).  There can be a very high density of devices per
   radio gateway. This entity maps to the LoRaWAN End-device.</t>

<t>o The Radio Gateway (RGW), which is the end point of the constrained
   link. This entity maps to the LoRaWAN Gateway.</t>

<t>o The Network Gateway (NGW) is the interconnection node between the
   Radio Gateway and the Internet. This entity maps to the LoRaWAN Network
   Server.</t>

<t>o LPWAN-AAA Server, which controls the user authentication and the
   applications. This entity maps to the LoRaWAN Join Server.</t>

<t>o Application Server (App). The same terminology is used in LoRaWAN.</t>

<figure><artwork><![CDATA[
()   ()   ()       |                      +------+
 ()  () () ()     / \       +---------+   | Join |    () () () () () () /   \======|    ^    |===|Server|  +-----------+
()  ()   ()     |           | <--|--> |   +------+  |Application|    ()  ()  ()  ()  / \==========|    v    |=============|  Server   |
 ()  ()  ()   /   \         +---------+             +-----------+
End-Devices  Gateways     Network Server


                   Figure 1: LPWAN/LoRaWAN Architecture
]]></artwork></figure>

<t>SCHC C/D (Compressor/Decompressor) and SCHC Fragmentation are performed on
   the LoRaWAN End-device and the Application Server. While the point-to-point
   link between the End-device and the Application Server constitutes single IP
   hop, the ultimate end-point of the IP communication may be an Internet node
   beyond the Application Server. In other words, the LoRaWAN Application
   Server acts as the first hop IP router for the End-device. Note that the
   Application Server and Network Server may be co-located, which effectively
   turns the Network/Application Server into the first hop IP router.</t>

<section anchor="device-classes-a-b-c-and-interactions" title="Device classes (A, B, C) and interactions">
<t>TBD</t>

</section>
<section anchor="device-addressing" title="Device addressing">
<t>TBD</t>

</section>
<section anchor="general-message-types" title="General Message Types">
<t>TBD</t>

</section>
<section anchor="lorawan-mac-frames" title="LoRaWAN MAC Frames">
<t>TBD</t>

</section>
</section>
<section anchor="schc-over-lorawan" title="SCHC over LoRaWAN">

<section anchor="rule-id-management" title="Rule ID management">

<t>Rule ID can be stored and transported in the FPort field of the LoRaWAN MAC
frame.</t>

<t>TBD</t>

</section>
<section anchor="iid-computation" title="IID computation">
<t>TBD</t>

</section>
<section anchor="Frag" title="Fragmentation">
<t>TBD</t>

<section anchor="reliability-options" title="Reliability options">
<t>TBD</t>

</section>
<section anchor="supporting-multiple-window-sizes" title="Supporting multiple window sizes">
<t>TBD</t>

</section>
<section anchor="downlink-fragment-transmission" title="Downlink fragment transmission">
<t>TBD</t>

</section>
<section anchor="schc-behavior-for-devices-in-class-a-b-and-c" title="SCHC behavior for devices in class A, B and C">
<t>TBD</t>

</section>
</section>
</section>
<section anchor="security-considerations" title="Security considerations">
<t>TBD</t>

</section>
<section anchor="acknowledgements" title="Acknowledgements">
<t>TBD</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC4944" target='https://www.rfc-editor.org/info/rfc4944'>
<front>
<title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
<author initials='G.' surname='Montenegro' fullname='G. Montenegro'><organization /></author>
<author initials='N.' surname='Kushalnagar' fullname='N. Kushalnagar'><organization /></author>
<author initials='J.' surname='Hui' fullname='J. Hui'><organization /></author>
<author initials='D.' surname='Culler' fullname='D. Culler'><organization /></author>
<date year='2007' month='September' />
<abstract><t>This document describes the frame format for transmission of IPv6 packets and the method of forming IPv6 link-local addresses and statelessly autoconfigured addresses on IEEE 802.15.4 networks. Additional specifications include a simple header compression scheme using shared context and provisions for packet delivery in IEEE 802.15.4 meshes.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4944'/>
<seriesInfo name='DOI' value='10.17487/RFC4944'/>
</reference>



<reference  anchor="RFC5795" target='https://www.rfc-editor.org/info/rfc5795'>
<front>
<title>The RObust Header Compression (ROHC) Framework</title>
<author initials='K.' surname='Sandlund' fullname='K. Sandlund'><organization /></author>
<author initials='G.' surname='Pelletier' fullname='G. Pelletier'><organization /></author>
<author initials='L-E.' surname='Jonsson' fullname='L-E. Jonsson'><organization /></author>
<date year='2010' month='March' />
<abstract><t>The Robust Header Compression (ROHC) protocol provides an efficient, flexible, and future-proof header compression concept.  It is designed to operate efficiently and robustly over various link technologies with different characteristics.</t><t>The ROHC framework, along with a set of compression profiles, was initially defined in RFC 3095.  To improve and simplify the ROHC specifications, this document explicitly defines the ROHC framework and the profile for uncompressed separately.  More specifically, the definition of the framework does not modify or update the definition of the framework specified by RFC 3095.</t><t>This specification obsoletes RFC 4995.  It fixes one interoperability issue that was erroneously introduced in RFC 4995, and adds some minor clarifications.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5795'/>
<seriesInfo name='DOI' value='10.17487/RFC5795'/>
</reference>



<reference  anchor="RFC7136" target='https://www.rfc-editor.org/info/rfc7136'>
<front>
<title>Significance of IPv6 Interface Identifiers</title>
<author initials='B.' surname='Carpenter' fullname='B. Carpenter'><organization /></author>
<author initials='S.' surname='Jiang' fullname='S. Jiang'><organization /></author>
<date year='2014' month='February' />
<abstract><t>The IPv6 addressing architecture includes a unicast interface identifier that is used in the creation of many IPv6 addresses. Interface identifiers are formed by a variety of methods.  This document clarifies that the bits in an interface identifier have no meaning and that the entire identifier should be treated as an opaque value.  In particular, RFC 4291 defines a method by which the Universal and Group bits of an IEEE link-layer address are mapped into an IPv6 unicast interface identifier.  This document clarifies that those two bits are significant only in the process of deriving interface identifiers from an IEEE link-layer address, and it updates RFC 4291 accordingly.</t></abstract>
</front>
<seriesInfo name='RFC' value='7136'/>
<seriesInfo name='DOI' value='10.17487/RFC7136'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor="I-D.ietf-lpwan-overview">
<front>
<title>LPWAN Overview</title>

<author initials='S' surname='Farrell' fullname='Stephen Farrell'>
    <organization />
</author>

<date month='February' day='7' year='2018' />

<abstract><t>Low Power Wide Area Networks (LPWAN) are wireless technologies with characteristics such as large coverage areas, low bandwidth, possibly very small packet and application layer data sizes and long battery life operation.  This memo is an informational overview of the set of LPWAN technologies being considered in the IETF and of the gaps that exist between the needs of those technologies and the goal of running IP in LPWANs.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-lpwan-overview-10' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-lpwan-overview-10.txt' />
</reference>



<reference anchor="I-D.ietf-lpwan-ipv6-static-context-hc">
<front>
<title>LPWAN Static Context Header Compression (SCHC) and fragmentation for IPv6 and UDP</title>

<author initials='A' surname='Minaburo' fullname='Ana Minaburo'>
    <organization />
</author>

<author initials='L' surname='Toutain' fullname='Laurent Toutain'>
    <organization />
</author>

<author initials='C' surname='Gomez' fullname='Carles Gomez'>
    <organization />
</author>

<date month='February' day='28' year='2018' />

<abstract><t>This document defines the Static Context Header Compression (SCHC) framework, which provides header compression and fragmentation functionality.  SCHC has been tailored for Low Power Wide Area Networks (LPWAN).  SCHC compression is based on a common static context stored in LPWAN devices and in the network.  This document applies SCHC compression to IPv6/UDP headers.  This document also specifies a fragmentation and reassembly mechanism that is used to support the IPv6 MTU requirement over LPWAN technologies.  Fragmentation is mandatory for IPv6 datagrams that, after SCHC compression or when it has not been possible to apply such compression, still exceed the layer two maximum payload size.  The SCHC header compression mechanism is independent of the specific LPWAN technology over which it will be used.  Note that this document defines generic functionality.  This document purposefully offers flexibility with regard to parameter settings and mechanism choices, that are expected to be made in other, technology-specific, documents.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-lpwan-ipv6-static-context-hc-10' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-lpwan-ipv6-static-context-hc-10.txt' />
</reference>


<reference anchor="lora-alliance-spec" target="http://portal.lora-alliance.org/DesktopModules/Inventures_Document/FileDownload.aspx?ContentID=1398">
  <front>
    <title>LoRaWAN Specification Version V1.0.2</title>
    <author initials="L." surname="Alliance" fullname="LoRa Alliance">
      <organization></organization>
    </author>
    <date />
  </front>
</reference>


    </references>


<section anchor="examples" title="Examples">

</section>
<section anchor="note" title="Note">

</section>


  </back>

<!-- ##markdown-source:
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
vZrDOP3qb4xegmYc+nrY0Hdy7OS/3nZNV0ckAAA=

-->

</rfc>

