<?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.3 -->

<!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-ietf-lpwan-ipv6-static-context-hc-14" category="info">

  <front>
    <title abbrev="LPWAN SCHC">LPWAN Static Context Header Compression (SCHC) and fragmentation for IPv6 and UDP</title>

    <author initials="A." surname="Minaburo" fullname="Ana Minaburo">
      <organization>Acklio</organization>
      <address>
        <postal>
          <street>1137A avenue des Champs Blancs</street>
          <city>35510 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>ana@ackl.io</email>
      </address>
    </author>
    <author initials="L." surname="Toutain" fullname="Laurent Toutain">
      <organization>IMT-Atlantique</organization>
      <address>
        <postal>
          <street>2 rue de la Chataigneraie</street> <street>CS 17607</street>
          <city>35576 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>Laurent.Toutain@imt-atlantique.fr</email>
      </address>
    </author>
    <author initials="C." surname="Gomez" fullname="Carles Gomez">
      <organization>Universitat Politècnica de Catalunya</organization>
      <address>
        <postal>
          <street>C/Esteve Terradas, 7</street> <street>08860 Castelldefels</street>
          <country>Spain</country>
        </postal>
        <email>carlesgo@entel.upc.edu</email>
      </address>
    </author>
    <author initials="D." surname="Barthel" fullname="Dominique Barthel">
      <organization>Orange Labs</organization>
      <address>
        <postal>
          <street>28 chemin du Vieux Chêne</street> <street>38243 Meylan</street>
          <country>France</country>
        </postal>
        <email>dominique.barthel@orange.com</email>
      </address>
    </author>

    <date year="2018" month="June" day="29"/>

    
    <workgroup>lpwan Working Group</workgroup>
    

    <abstract>


<t>This document defines the Static Context Header Compression (SCHC) framework, which provides both header compression and fragmentation functionalities. SCHC has been tailored for Low Power Wide Area Networks (LPWAN).</t>

<t>SCHC compression is based on a common static context stored in both the LPWAN devices and the network side. This document defines a header compression mechanism and its application to compress IPv6/UDP headers.</t>

<t>This document also specifies a fragmentation and reassembly mechanism that is used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the layer two maximum payload size.</t>

<t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. Note that this document defines generic functionalities and advisedly offers flexibility with regard to parameter settings and mechanism choices. Such settings and choices are expected to be made in other technology-specific documents.</t>



    </abstract>


  </front>

  <middle>


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

<t>This document defines the Static Context Header Compression (SCHC) framework, which provides both header compression and fragmentation functionalities. SCHC has been tailored for Low Power Wide Area Networks (LPWAN).</t>

<t>Header compression is needed to efficiently bring Internet connectivity to the node within an LPWAN network. Some LPWAN networks properties can be exploited to get an efficient header compression:</t>

<t><list style="symbols">
  <t>The network topology is star-oriented, which means that all packets follow the same path. For the needs of this document, the architecture can simply be described as Devices (Dev) exchanging information with LPWAN Application Servers (App) through Network Gateways (NGW).</t>
  <t>Because devices embed built-in applications, the traffic flows to be compressed are known in advance. Indeed, new applications cannot be easily installed in LPWAN devices, as they would in computers or smartphones.</t>
</list></t>

<t>The Static Context Header Compression (SCHC) is defined for this environment. SCHC uses a context, in which information about header fieds is stored. This context is static: the values of the header fields do not change over time. This avoids complex resynchronization mechanisms, that would be incompatible with LPWAN characteristics. In most cases, a small context identifier is enough to represent the full IPv6/UDP headers. The SCHC header compression mechanism is independent of the specific LPWAN technology over which it is used.</t>

<t>LPWAN technologies impose some strict limitations on traffic. For instance, devices are sleeping most of the time and MAY receive data during short periods of time after transmission to preserve battery. LPWAN technologies are also characterized,
among others, by a very reduced data unit and/or payload size (see <xref target="RFC8376"/>).  However, some of these technologies do not provide fragmentation functionality, therefore the only option for them to support the IPv6 MTU requirement of 1280 bytes <xref target="RFC2460"/> is to use a fragmentation protocol at the adaptation layer, below IPv6.
In response to this need, this document also defines a fragmentation/reassembly mechanism, which supports the IPv6 MTU requirement over LPWAN technologies. Such functionality has been designed under the assumption that there is no out-of-sequence delivery of data units between the entity performing fragmentation and the entity performing reassembly.</t>

<t>Note that this document defines generic functionality and purposefully offers flexibility with regard to parameter settings
and mechanism choices. Such settings and choices are expected to be made in other, technology-specific documents.</t>

</section>
<section anchor="LPWAN-Archi" title="LPWAN Architecture">

<t>LPWAN technologies have similar network architectures but different terminologies.
Using the terminology defined in <xref target="RFC8376"/>,
we can identify different types of entities in a typical LPWAN network, see <xref target="Fig-LPWANarchi"/>:</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.</t>

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

<t>o  The Network Gateway (NGW) is the interconnection node between the Radio Gateway and the Internet.</t>

<t>o  LPWAN-AAA Server, which controls the user authentication and the applications.</t>

<t>o  Application Server (App)</t>

<figure title="LPWAN Architecture" anchor="Fig-LPWANarchi"><artwork><![CDATA[
                                           +------+
 ()   ()   ()       |                      |LPWAN-|
  ()  () () ()     / \       +---------+   | AAA  |
() () () () () () /   \======|    ^    |===|Server|  +-----------+
 ()  ()   ()     |           | <--|--> |   +------+  |APPLICATION|
()  ()  ()  ()  / \==========|    v    |=============|   (App)   |
  ()  ()  ()   /   \         +---------+             +-----------+
 Dev        Radio Gateways         NGW

]]></artwork></figure>

</section>
<section anchor="Term" title="Terminology">
<t>This section defines the terminology and acronyms used in this document.</t>

<t>Note that the SCHC acronym is pronounced like “sheek” in English (or “chic” in French). Therefore, this document writes “a SCHC Packet” instead of “an SCHC Packet”.</t>

<t><list style="symbols">
  <t>Abort. A SCHC Fragment format to signal the other end-point that the on-going fragment transmission is stopped and finished.</t>
  <t>All-0. The SCHC Fragment format for the last fragment of a window that is not the last one of a SCHC Packet (see window in this glossary).</t>
  <t>All-1. The SCHC Fragment format for the last fragment of the SCHC Packet.</t>
  <t>All-0 empty. An All-0 SCHC Fragment without payload. It is used to request the SCHC ACK with the encoded Bitmap when the Retransmission Timer expires, in a window that is not the last one of a packet.</t>
  <t>All-1 empty. An All-1 SCHC Fragment without payload. It is used to request the SCHC ACK with the encoded Bitmap when the Retransmission Timer expires in the last window of a packet.</t>
  <t>App: LPWAN Application. An application sending/receiving IPv6 packets to/from the Device.</t>
  <t>AppIID: Application Interface Identifier. The IID that identifies the application server interface.</t>
  <t>Bi: Bidirectional. Characterises a Rule Entry that applies to headers of packets travelling in either direction (Up and Dw, see this glossary).</t>
  <t>Bitmap: a bit field in the SCHC ACK message that tells the sender which SCHC Fragments in a window of fragments were correctly received.</t>
  <t>C: Checked bit. Used in an acknowledgement (SCHC ACK) header to determine if the MIC locally computed by the receiver matches (1) the received MIC or not (0).</t>
  <t>CDA: Compression/Decompression Action. Describes the reciprocal pair of actions that are performed at the compressor to compress a header field and at the decompressor to recover the original header field value.</t>
  <t>Compression Residue. The bits that need to be sent (beyond the Rule ID itself) after applying the SCHC compression over each header field.</t>
  <t>Context: A set of Rules used to compress/decompress headers.</t>
  <t>Dev: Device. A node connected to an LPWAN. A Dev SHOULD implement SCHC.</t>
  <t>DevIID: Device Interface Identifier. The IID that identifies the Dev interface.</t>
  <t>DI: Direction Indicator. This field tells which direction of packet travel (Up, Dw or Bi) a Rule applies to. This allows for assymmetric processing.</t>
  <t>DTag: Datagram Tag. This SCHC F/R header field is set to the same value for all SCHC Fragments carrying the same SCHC Packet.</t>
  <t>Dw: Downlink direction for compression/decompression in both sides, from SCHC C/D in the network to SCHC C/D in the Dev.</t>
  <t>FCN: Fragment Compressed Number. This SCHC F/R header field carries an efficient representation of a larger-sized fragment number.</t>
  <t>Field Description. A line in the Rule table.</t>
  <t>FID: Field Identifier. This is an index to describe the header fields in a Rule.</t>
  <t>FL: Field Length is the length of the packet header field. It is expressed in bits for header fields of fixed lengths or as a type (e.g. variable, token length, …) for field lengths that are unknown at the time of Rule creation. The length of a header field is defined in the corresponding protocol specification.</t>
  <t>FP: Field Position is a value that is used to identify the position where each instance of a field appears in the header.</t>
  <t>IID: Interface Identifier. See the IPv6 addressing architecture <xref target="RFC7136"/></t>
  <t>Inactivity Timer. A timer used after receiving a SCHC Fragment to detect when, due to a communication error, there is no possibility to continue an on-going fragmented SCHC Packet transmission.</t>
  <t>L2: Layer two. The immediate lower layer SCHC interfaces with. It is provided by an underlying LPWAN technology.</t>
  <t>L2 Word: this is the minimum subdivision of payload data that the L2 will carry. In most L2 technologies, the L2 Word is an octet.
In bit-oriented radio technologies, the L2 Word might be a single bit.
The L2 Word size is assumed to be constant over time for each device.</t>
  <t>MIC: Message Integrity Check.  A SCHC F/R header field computed over the fragmented SCHC Packet and potential fragment padding, used
for error detection after SCHC Packet reassembly.</t>
  <t>MO: Matching Operator. An operator used to match a value contained in a header field with a value contained in a Rule.</t>
  <t>Padding (P). Extra bits that may be appended by SCHC to a data unit that it passes to the underlying Layer 2 for transmission.
SCHC itself operates on bits, not bytes, and does not have any alignment prerequisite. See <xref target="Padding"/>.</t>
  <t>Retransmission Timer. A timer used by the SCHC Fragment sender during an on-going fragmented SCHC Packet transmission to
detect possible link errors when waiting for a possible incoming SCHC ACK.</t>
  <t>Rule: A set of header field values.</t>
  <t>Rule entry: A column in a Rule that describes a parameter of the header field.</t>
  <t>Rule ID: An identifier for a Rule. SCHC C/D on both sides share the same Rule ID for a given packet. A set of Rule IDs are used to support SCHC F/R functionality.</t>
  <t>SCHC ACK: A SCHC acknowledgement for fragmentation. This message is used to report on the success of reception of a set of SCHC Fragments. See <xref target="Frag"/> for more details.</t>
  <t>SCHC C/D: Static Context Header Compression Compressor/Decompressor. A mechanism used on both sides, at the Dev and at the network, to achieve Compression/Decompression of headers. SCHC C/D uses Rules to perform compression and decompression.</t>
  <t>SCHC F/R: Static Context Header Compression Fragmentation/Reassembly. A protocol used on both sides, at the Dev and at the network, to achieve Fragmentation/Reassembly of SCHC Packets. SCHC F/R has three reliability modes.</t>
  <t>SCHC Fragment: A data unit that carries a subset of a SCHC Packet. SCHC F/R is needed when the size of a SCHC packet exceeds the available payload size of the underlying L2 technology data unit. See <xref target="Frag"/>.</t>
  <t>SCHC Packet: A packet (e.g. an IPv6 packet) whose header has been compressed as per the header compression mechanism defined in this document. If the header compression process is unable to actually compress the packet header, the packet with the uncompressed header is still called a SCHC Packet (in this case, a Rule ID is used to indicate that the packet header has not been compressed). See <xref target="SCHComp"/> for more details.</t>
  <t>TV: Target value. A value contained in a Rule that will be matched with the value of a header field.</t>
  <t>Up: Uplink direction for compression/decompression in both sides, from the Dev SCHC C/D to the network SCHC C/D.</t>
  <t>W: Window bit. A SCHC Fragment header field used in ACK-on-Error or ACK-Always mode <xref target="Frag"/>, which carries the same value for all SCHC Fragments of a window.</t>
  <t>Window: A subset of the SCHC Fragments needed to carry a SCHC Packet (see <xref target="Frag"/>).</t>
</list></t>

</section>
<section anchor="schc-overview" title="SCHC overview">

<t>SCHC can be abstracted as an adaptation layer between IPv6 and the underlying LPWAN technology. SCHC comprises two sublayers (i.e. the Compression sublayer and the Fragmentation sublayer), as shown in <xref target="Fig-IntroLayers"/>.</t>

<figure title="Protocol stack comprising IPv6, SCHC and an LPWAN technology" anchor="Fig-IntroLayers"><artwork><![CDATA[
             +----------------+
             |      IPv6      |
          +- +----------------+            
          |  |   Compression  |  
    SCHC <   +----------------+   
          |  |  Fragmentation |
          +- +----------------+         
             |LPWAN technology|
             +----------------+

]]></artwork></figure>

<t>As per this document, when a packet (e.g. an IPv6 packet) needs to be transmitted, header compression is first applied to the packet. The resulting packet after header compression (whose header may or may not actually be smaller than that of the original packet) is called a SCHC Packet. If the SCHC Packet size exceeds the layer 2 (L2) MTU, fragmentation is then applied to the SCHC Packet. The SCHC Packet or the SCHC Fragments are then transmitted over the LPWAN. The reciprocal operations take place at the receiver. This process is illustrated in <xref target="Fig-Operations"/>.</t>

<figure title="SCHC operations taking place at the sender and the receiver" anchor="Fig-Operations"><artwork><![CDATA[
A packet (e.g. an IPv6 packet) 
         |                                           ^
         v                                           |
+------------------+                      +--------------------+
| SCHC Compression |                      | SCHC Decompression |
+------------------+                      +--------------------+
         |                                           ^
         |   If no fragmentation (*)                 |
         +-------------- SCHC Packet  -------------->|
         |                                           |
         v                                           |
+--------------------+                       +-----------------+
| SCHC Fragmentation |                       | SCHC Reassembly |
+--------------------+                       +-----------------+
      |     ^                                     |     ^
      |     |                                     |     |
      |     +-------------- SCHC ACK -------------+     |
      |                                                 |
      +-------------- SCHC Fragments -------------------+

        SENDER                                    RECEIVER


*: the decision to use Fragmentation or not is left to each LPWAN technology
   over which SCHC is applied. See LPWAN technology-specific documents.

]]></artwork></figure>

<t>The SCHC Packet is composed of the Compressed Header followed by the payload from the original packet (see <xref target="Fig-SCHCpckt"/>).
The Compressed Header itself is composed of a Rule ID and a Compression Residue. The Compression Residue may be absent, see <xref target="SCHComp"/>. Both the Rule ID and the Compression Residue potentially have a variable size, and generally are not a mutiple of bytes in size.</t>

<figure title="SCHC Packet" anchor="Fig-SCHCpckt"><artwork><![CDATA[
|  Rule ID +  Compression Residue |
+---------------------------------+--------------------+ 
|      Compressed Header          |      Payload       |
+---------------------------------+--------------------+

]]></artwork></figure>

<t>The Fragment Header size is variable and depends on the Fragmentation parameters.
The Fragment payload contains a part of the SCHC Packet Compressed Header, a part of the SCHC Packet Payload or both.
Its size depends on the L2 data unit, see <xref target="Frag"/>. The SCHC Fragment has the
following format:</t>

<figure title="SCHC Fragment" anchor="Fig-SCHCfragment"><artwork><![CDATA[
| Rule ID + DTAG + W + FCN [+ MIC ] |   Partial  SCHC Packet  |
+-----------------------------------+-------------------------+ 
|        Fragment Header            |   Fragment  Payload     |
+-----------------------------------+-------------------------+

]]></artwork></figure>

<t>The SCHC ACK is only used for Fragmentation.
It has the following format:</t>

<figure title="SCHC ACK" anchor="Fig-SCHCack"><artwork><![CDATA[
|Rule ID + DTag + W|             
+------------------+-------- ... ---------+
|    ACK Header    |    encoded Bitmap    |
+------------------+-------- ... ---------+

]]></artwork></figure>

<t>The SCHC ACK Header and the encoded Bitmap both have variable size.</t>

<t><xref target="Fig-archi"/> below maps the functional elements of <xref target="Fig-Operations"/> onto the LPWAN architecture elements of <xref target="Fig-LPWANarchi"/>.</t>

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

<t>SCHC C/D and SCHC F/R are located on both sides of the LPWAN transmission, i.e. on the Dev side and on the Network side.</t>

<t>Let’s describe the operation in the Uplink direction. The Device application packets use IPv6 or IPv6/UDP protocols. Before sending these packets, the Dev compresses their headers using SCHC C/D and, if the SCHC Packet resulting from the compression exceeds the maximum payload size of the underlying LPWAN technology, SCHC F/R is performed (see <xref target="Frag"/>). The resulting SCHC Fragments are sent as one or more L2 frames to an LPWAN Radio Gateway (RG) which forwards them to a Network Gateway (NGW).
The NGW sends the data to a SCHC F/R and then to the SCHC C/D for decompression. The SCHC F/R and C/D on the Network side can be located in the NGW or somewhere else as long as a tunnel is established between them and the NGW. Note that, for some LPWAN technologies, it MAY be suitable to locate the SCHC F/R
functionality nearer the NGW, in order to better deal with time constraints of such technologies.
The SCHC C/D and F/R on both sides MUST share the same set of Rules. After decompression, the packet can be sent over the Internet
to one or several LPWAN Application Servers (App).</t>

<t>The SCHC C/D and F/R process is symmetrical, therefore the description of the Downlink direction trivially derives from the one above.</t>

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

<t>Rule IDs are identifiers used to select the correct context either for Compression/Decompression or
for Fragmentation/Reassembly.</t>

<t>The size of the Rule IDs is not specified in this document, as it is implementation-specific and can vary according to the LPWAN technology and the number of Rules, among others.</t>

<t>The Rule IDs are used:</t>

<t><list style="symbols">
  <t>In the SCHC C/D context, to identify the Rule (i.e., the set of Field Descriptions) that is used to compress a packet header.</t>
  <t>At least one Rule ID MAY be allocated to tagging packets for which SCHC compression was not possible (no matching Rule was found).</t>
  <t>In SCHC F/R, to identify the specific modes and settings of SCHC Fragments being transmitted, and to identify the SCK ACKs, including their modes and settings. Note that in the case of bidirectional communication, at least two Rule ID values are therefore needed for F/R.</t>
</list></t>

</section>
<section anchor="SCHComp" title="Static Context Header Compression">

<t>In order to perform header compression, this document defines a mechanism called Static Context Header Compression (SCHC),
which is based on using context, i.e. a set of Rules to compress or decompress headers. SCHC avoids context synchronization, which is the most bandwidth-consuming operation in other header compression mechanisms such as RoHC <xref target="RFC5795"/>. Since the nature of packets is highly predictable in LPWAN networks, static contexts MAY be stored beforehand to omit transmitting some information over the air. The contexts MUST be stored at both ends, and they can be learned by a provisioning protocol or by out of band means, or they can be pre-provisioned. The way the contexts are provisioned on both ends is out of the scope of this document.</t>

<section anchor="schc-cd-rules" title="SCHC C/D Rules">

<t>The main idea of the SCHC compression scheme is to transmit the Rule ID to the other end instead of sending known field values. This Rule ID identifies a Rule that provides the closest match to the original packet values. Hence, when a value is known by both ends, it is only necessary to send the corresponding Rule ID over the LPWAN network.
How Rules are generated is out of the scope of this document. The Rules MAY be changed at run-time but the way to do this will be specified in another document.</t>

<t>The context contains a list of Rules (cf. <xref target="Fig-ctxt"/>). Each Rule itself contains a list of Field Descriptions composed of a Field Identifier (FID), a Field Length (FL), a Field Position (FP), a Direction Indicator (DI), a Target Value (TV), a Matching Operator (MO) and a Compression/Decompression Action (CDA).</t>

<figure title="Compression/Decompression Context" anchor="Fig-ctxt"><artwork><![CDATA[
  /-----------------------------------------------------------------\
  |                         Rule N                                  |
 /-----------------------------------------------------------------\|
 |                       Rule i                                    ||
/-----------------------------------------------------------------\||
|  (FID)            Rule 1                                        |||
|+-------+--+--+--+------------+-----------------+---------------+|||
||Field 1|FL|FP|DI|Target Value|Matching Operator|Comp/Decomp Act||||
|+-------+--+--+--+------------+-----------------+---------------+|||
||Field 2|FL|FP|DI|Target Value|Matching Operator|Comp/Decomp Act||||
|+-------+--+--+--+------------+-----------------+---------------+|||
||...    |..|..|..|   ...      | ...             | ...           ||||
|+-------+--+--+--+------------+-----------------+---------------+||/
||Field N|FL|FP|DI|Target Value|Matching Operator|Comp/Decomp Act|||
|+-------+--+--+--+------------+-----------------+---------------+|/
|                                                                 |
\-----------------------------------------------------------------/

]]></artwork></figure>

<t>A Rule does not describe how to parse a packet header to find each field. This MUST be known from the compressor/decompressor. Rules only describe the compression/decompression behavior for each header field. In a Rule, the Field Descriptions are listed in the order in which the fields appear in the packet header.</t>

<t>A Rule also describes what Compression Residue is sent. The Compression Residue is assembled by concatenating the residues for each field, in the order the Field Descriptions appear in the Rule.</t>

<t>The Context describes the header fields and its values with the following entries:</t>

<t><list style="symbols">
  <t>Field ID (FID) is a unique value to define the header field.</t>
  <t>Field Length (FL) represents the length of the field. It can be either a fixed value (in bits) if the length is known when the Rule is created or a type if the length is variable. The length of a header field is defined in the corresponding protocol specification. The type defines the process to compute the length, its unit (bits, bytes,…) and the value to be sent before the Compression Residue.</t>
  <t>Field Position (FP): most often, a field only occurs once in a packet header. Some fields may occur multiple times in a header. FP indicates which occurrence  this Field Description applies to. The default value is 1 (first occurence).</t>
  <t>A Direction Indicator (DI) indicates the packet direction(s) this Field Description applies to. Three values are possible:  <list style="symbols">
      <t>UPLINK (Up): this Field Description is only applicable to packets sent by the Dev to the App,</t>
      <t>DOWNLINK (Dw): this Field Description is only applicable to packets sent from the App to the Dev,</t>
      <t>BIDIRECTIONAL (Bi): this Field Description is applicable to packets travelling both Up and Dw.</t>
    </list></t>
  <t>Target Value (TV) is the value used to make the match with the packet header field. The Target Value can be of any type (integer, strings, etc.). For instance, it can be a single value or a more complex structure (array, list, etc.), such as a JSON or a CBOR structure.</t>
  <t>Matching Operator (MO) is the operator used to match the Field Value and the Target Value. The Matching Operator may require some parameters. MO is only used during the compression phase. The set of MOs defined in this document can be found in <xref target="chap-MO"/>.</t>
  <t>Compression Decompression Action (CDA) describes the compression and decompression processes to be performed after the MO is applied. Some CDAs MAY require parameter values for their operation. CDAs are used in both the compression and the decompression functions. The set of CDAs defined in this document can be found in <xref target="chap-CDA"/>.</t>
</list></t>

</section>
<section anchor="IDComp" title="Rule ID for SCHC C/D">

<t>Rule IDs are sent by the compression function in one side and are received for the decompression function in the other side.
In SCHC C/D, the Rule IDs are specific to a Dev. Hence, multiple Dev instances MAY use the same Rule ID to define different
header compression contexts. To identify the correct Rule ID, the SCHC C/D needs to correlate the Rule ID with the Dev identifier to find the appropriate Rule to be applied.</t>

</section>
<section anchor="packet-processing" title="Packet processing">

<t>The compression/decompression process follows several steps:</t>

<t><list style="symbols">
  <t>Compression Rule selection: The goal is to identify which Rule(s) will be used to compress the packet’s headers. When doing decompression, on the network side the SCHC C/D needs to find the correct Rule based on the L2 address and in this way, it can use the DevIID and the Rule ID. On the Dev side, only the Rule ID is needed to identify the correct Rule since the Dev only holds Rules that apply to itself. The Rule will be selected by matching the Fields Descriptions to the packet header as described below. When the selection of a Rule is done, this Rule is used to compress the header. The detailed steps for compression Rule selection are the following:  <list style="symbols">
      <t>The first step is to choose the Field Descriptions by their direction, using the Direction Indicator (DI). A Field Description that does not correspond to the appropriate DI will be ignored. If all the fields of the packet do not have a Field Description with the correct DI, the Rule is discarded and SCHC C/D proceeds to explore the next Rule.</t>
      <t>When the DI has matched, then the next step is to identify the fields according to Field Position (FP). If FP does not correspond, the Rule is not used and the SCHC C/D proceeds to consider the next Rule.</t>
      <t>Once the DI and the FP correspond to the header information, each packet field’s value is then compared to the corresponding Target Value (TV) stored in the Rule for that specific field using the matching operator (MO).      <vspace blankLines='1'/>
If all the fields in the packet’s header satisfy all the matching operators (MO) of a Rule (i.e. all MO results are True), the fields of the header are then compressed according to the Compression/Decompression Actions (CDAs) and a compressed header (with possibly a Compression Residue) SHOULD be obtained. Otherwise, the next Rule is tested.</t>
      <t>If no eligible Rule is found, then the header MUST be sent without compression. This MAY require the use of the SCHC F/R process.</t>
    </list></t>
  <t>Sending: If an eligible Rule is found, the Rule ID is sent to the other end followed by the Compression Residue (which could be empty) and directly followed by the payload. The Compression Residue is the concatenation of the Compression Residues for each field according to the CDAs for that Rule. The way the Rule ID is sent depends on the specific underlying LPWAN technology. For example, it can be either included in an L2 header or sent in the first byte of the L2 payload. (Cf. <xref target="Fig-FormatPckt"/>). This process will be specified in the LPWAN technology-specific document and is out of the scope of the present document. On LPWAN technologies that are byte-oriented, the compressed header concatenated with the original packet payload is padded to a multiple of 8 bits, if needed. See <xref target="Padding"/> for details.</t>
  <t>Decompression: When doing decompression, on the network side the SCHC C/D needs to find the correct Rule based on the L2 address and in this way, it can use the DevIID and the Rule ID. On the Dev side, only the Rule ID is needed to identify the correct Rule since the Dev only holds Rules that apply to itself.  <vspace blankLines='1'/>
The receiver identifies the sender through its device-id (e.g. MAC address, if exists) and selects the appropriate Rule from the Rule ID. If a source identifier is present in the L2 technology, it is used to select the Rule ID. This Rule describes the compressed header format and associates the values to the header fields.  The receiver applies the CDA action to reconstruct the original header fields. The CDA application order can be different from the order given by the Rule. For instance, Compute-* SHOULD be applied at the end, after all the other CDAs.</t>
</list></t>

<figure title="SCHC C/D Packet Format" anchor="Fig-FormatPckt"><artwork><![CDATA[
+--- ... --+------- ... -------+------------------+
|  Rule ID |Compression Residue|  packet payload  |
+--- ... --+------- ... -------+------------------+

|----- compressed header ------|

]]></artwork></figure>

</section>
<section anchor="chap-MO" title="Matching operators">

<t>Matching Operators (MOs) are functions used by both SCHC C/D endpoints involved in the header compression/decompression. They are not typed and can be indifferently applied to integer, string or any other data type. The result of the operation can either be True or False. MOs are defined as follows:</t>

<t><list style="symbols">
  <t>equal: The match result is True if a field value in a packet and the value in the TV are equal.</t>
  <t>ignore: No check is done between a field value in a packet and a TV in the Rule. The result of the matching is always true.</t>
  <t>MSB(x): A match is obtained if the most significant x bits of the packet header field value are equal to the TV in the Rule. The x parameter of the MSB MO indicates how many bits are involved in the comparison. If the FL is described as variable, the length must be a multiple of the unit. For example, x must be multiple of 8 if the unit of the variable length is in bytes.</t>
  <t>match-mapping: With match-mapping, the Target Value is a list of values. Each value of the list is identified by a short ID (or index). Compression is achieved by sending the index instead of the original header field value. This operator matches if the header field value is equal to one of the values in the target list.</t>
</list></t>

</section>
<section anchor="chap-CDA" title="Compression Decompression Actions (CDA)">

<t>The Compression Decompression Action (CDA) describes the actions taken during the compression of headers fields, and inversely, the action taken by the decompressor to restore the original value.</t>

<figure title="Compression and Decompression Actions" anchor="Fig-function"><artwork><![CDATA[
/--------------------+-------------+----------------------------\
|  Action            | Compression | Decompression              |
|                    |             |                            |
+--------------------+-------------+----------------------------+
|not-sent            |elided       |use value stored in context |
|value-sent          |send         |build from received value   |
|mapping-sent        |send index   |value from index on a table |
|LSB                 |send LSB     |TV, received value          |
|compute-length      |elided       |compute length              |
|compute-checksum    |elided       |compute UDP checksum        |
|DevIID              |elided       |build IID from L2 Dev addr  |
|AppIID              |elided       |build IID from L2 App addr  |
\--------------------+-------------+----------------------------/

]]></artwork></figure>

<t><xref target="Fig-function"/> summarizes the basic functions that can be used to compress and decompress a field. The first column lists the actions name. The second and third columns outline the reciprocal compression/decompression behavior for each action.</t>

<t>Compression is done in order that Fields Descriptions appear in a Rule. The result of each Compression/Decompression Action is appended to the working Compression Residue in that same order. The receiver knows the size of each compressed field which can be given by the Rule or MAY be sent with the compressed header.</t>

<t>If the field is identified as being variable in the Field Description, then the size of the Compression Residue value (using the unit defined in the FL) MUST be sent first using the following coding:</t>

<t><list style="symbols">
  <t>If the size is between 0 and 14, it is sent as a 4-bits integer.</t>
  <t>For values between 15 and 254, the first 4 bits sent are set to 1 and the size is sent using 8 bits integer.</t>
  <t>For higher values of size, the first 12 bits are set to 1 and the next two bytes contain the size value as a 16 bits integer.</t>
</list></t>

<t>If a field is not present in the packet but exists in the Rule and its FL is specified as being variable, size 0 MUST be sent to denote its absence.</t>

<section anchor="not-sent-cda" title="not-sent CDA">

<t>The not-sent function is generally used when the field value is specified in a Rule and therefore known by both the Compressor and the Decompressor. This action is generally used with the “equal” MO. If MO is “ignore”, there is a risk to have a decompressed field value different from the original field that was compressed.</t>

<t>The compressor does not send any Compression Residue for a field on which not-sent compression is applied.</t>

<t>The decompressor restores the field value with the Target Value stored in the matched Rule identified by the received Rule ID.</t>

</section>
<section anchor="value-sent-cda" title="value-sent CDA">

<t>The value-sent action is generally used when the field value is not known by both the Compressor and the Decompressor. The value is sent as a residue in the compressed message header. Both Compressor and Decompressor MUST know the size of the field, either implicitly (the size is known by both sides) or by explicitly indicating the length in the Compression Residue, as defined in <xref target="chap-CDA"/>. This function is generally used with the “ignore” MO.</t>

</section>
<section anchor="mapping-sent-cda" title="mapping-sent CDA">

<t>The mapping-sent is used to send a smaller index (the index into the Target Value list of values) instead of the original value. This function is used together with the “match-mapping” MO.</t>

<t>On the compressor side, the match-mapping Matching Operator searches the TV for a match with the header field value and the mapping-sent CDA appends the corresponding index to the Compression Residue to be sent.
On the decompressor side, the CDA uses the received index to restore the field value by looking up the list in the TV.</t>

<t>The number of bits sent is the minimal size for coding all the possible indices.</t>

</section>
<section anchor="lsb-cda" title="LSB CDA">

<t>The LSB action is used together with the “MSB(x)” MO to avoid sending the most significant part of the packet field if that part is already known by the receiving end.
The number of bits sent is the original header field length minus the length specified in the MSB(x) MO.</t>

<t>The compressor sends the Least Significant Bits (e.g. LSB of the length field). The decompressor concatenates the x most significant bits of Target Value and the received residue.</t>

<t>If this action needs to be done on a variable length field, the size of the Compression Residue in bytes MUST be sent as described in <xref target="chap-CDA"/>.</t>

</section>
<section anchor="deviid-appiid-cda" title="DevIID, AppIID CDA">

<t>These functions are used to process respectively the Dev and the App Interface Identifiers (DevIID and AppIID) of the IPv6 addresses. AppIID CDA is less common since current LPWAN technologies frames contain a single address, which is the Dev’s address.</t>

<t>The IID value MAY be computed from the Device ID present in the L2 header, or from some other stable identifier. The computation is specific to each LPWAN technology and MAY depend on the Device ID size.</t>

<t>In the downlink direction (Dw), at the compressor, this DevIID CDA may be used to generate the L2 addresses on the LPWAN, based on the packet destination address.</t>

</section>
<section anchor="compute-" title="Compute-*">

<t>Some fields are elided during compression and reconstructed during decompression. This is the case for length and checksum, so:</t>

<t><list style="symbols">
  <t>compute-length: computes the length assigned to this field. This CDA MAY be used to compute IPv6 length or UDP length.</t>
  <t>compute-checksum: computes a checksum from the information already received by the SCHC C/D. This field MAY be used to compute UDP checksum.</t>
</list></t>

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

<section anchor="overview" title="Overview">

<t>In LPWAN technologies, the L2 data unit size typically varies from tens to hundreds of bytes. The SCHC F/R (Fragmentation 
/Reassembly) MAY be used either because after applying SCHC C/D or when SCHC C/D is not possible the entire SCHC Packet still 
exceeds the L2 data unit.</t>

<t>The SCHC F/R functionality defined in this document has been designed under the assumption that data unit out-of-sequence delivery will not happen between the entity performing fragmentation and the entity performing reassembly. This assumption allows reducing the complexity and overhead of the SCHC F/R mechanism.</t>

<t>This document also assumes that the L2 data unit size does not vary while a fragmented SCHC Packet is being transmitted.</t>

<t>To adapt the SCHC F/R to the capabilities of LPWAN technologies, it is required to enable optional SCHC Fragment retransmission and to allow for a range of reliability options for sending the SCHC Fragments. This document does not make any decision with regard to which SCHC Fragment delivery reliability mode will be used over a specific LPWAN technology. These details will be defined in other technology-specific documents.</t>

<t>SCHC F/R uses the knowledge of the L2 Word size (see <xref target="Term"/>) to encode some messages. Therefore, SCHC MUST know the L2 Word size.
SCHC F/R generates SCHC Fragments and SCHC ACKs that are, for most of them, multiples of L2 Words.
The padding overhead is kept to the absolute minimum. See <xref target="Padding"/>.</t>

</section>
<section anchor="FragTools" title="Fragmentation Tools">

<t>This subsection describes the different tools that are used to enable the SCHC F/R functionality defined in this document, such as fields in the SCHC F/R header frames (see the related formats in <xref target="Fragfor"/>), windows and timers.</t>

<t><list style="symbols">
  <t>Rule ID. The Rule ID is present in the SCHC Fragment header and in the SCHC ACK header formats.  The Rule ID in a SCHC Fragment header is used to identify that a SCHC Fragment is being carried, which SCHC F/R reliability mode is used and which window size is used. The Rule ID in the SCHC Fragment header also allows interleaving non-fragmented SCHC Packets and SCHC Fragments that carry other SCHC Packets. The Rule ID in a SCHC ACK identifies the message as a SCHC ACK.</t>
  <t>Fragment Compressed Number (FCN).  The FCN is included in all SCHC Fragments. This field can be understood as a truncated, efficient representation of a larger-sized fragment number, and does not carry an absolute SCHC Fragment number. There are two FCN reserved values that are used for controlling the SCHC F/R process, as described next:  <list style="symbols">
      <t>The FCN value with all the bits equal to 1 (All-1) denotes the last SCHC Fragment of a packet. The last window of a packet is called an All-1 window.</t>
      <t>The FCN value with all the bits equal to 0 (All-0) denotes the last SCHC Fragment of a window that is not the last one of
the packet. Such a window is called an All-0 window.</t>
    </list>
The rest of the FCN values are assigned in a sequentially decreasing order, which has the purpose to avoid possible
ambiguity for the receiver that might arise under certain conditions. In the SCHC Fragments, this field is an unsigned
integer, with a size of N bits. In the No-ACK mode, the size is set to 1 bit (N=1), All-0 is used in all SCHC Fragments and
All-1 for the last one.
For the other reliability modes, it is recommended to use a number of bits (N) equal to or greater than 3. Nevertheless,
the appropriate value of N MUST be defined in the corresponding technology-specific profile documents. For windows that are
not the last one of a fragmented SCHC Packet, the FCN for the last SCHC Fragment in such windows is an All-0. This
indicates that the window is finished and communication proceeds according to the reliability mode in use. The FCN for the
last SCHC Fragment in the last window is an All-1, indicating the last SCHC Fragment of the SCHC Packet. It is also
important to note that, in the No-ACK mode or when N=1, the last SCHC Fragment of the packet will carry a FCN equal to 1,
while all previous  SCHC Fragments will carry a FCN to 0. For further details see <xref target="FragModes"/>. The highest FCN in the
window, denoted MAX_WIND_FCN, MUST be a value equal to or smaller than 2^N-2. (Example for N=5, MAX_WIND_FCN MAY be set to
23, then subsequent FCNs are set sequentially and in decreasing order, and the FCN will wrap from 0 back to 23).</t>
  <t>Datagram Tag (DTag). The DTag field, if present, is set to the same value for all SCHC Fragments carrying the same SCHC <vspace />
packet, and to different values for different SCHC Packets. Using this field, the sender can interleave fragments from
different SCHC Packets, while the receiver can still tell them apart.
In the SCHC Fragment formats, the size of the DTag field is T bits, which MAY be set to a value greater than or equal to 0
bits. For each new SCHC Packet processed by the sender, DTag MUST be sequentially increased, from 0 to 2^T – 1 wrapping
back from 2^T - 1 to 0.
In the SCHC ACK format, DTag carries the same value as the DTag field in the SCHC Fragments for which this SCHC ACK is 
intended. 
When there is no Dtag, there can be only one SCHC Packet in transit.
Only after all its fragments have been transmitted can another SCHC Packet be sent.
The length of DTag, denoted T, is not specified in this document because it is technology dependant. It will be defined in the
corresponding technology-specific documents, based on the number of simultaneous packets that are to be supported.</t>
  <t>W (window): W is a 1-bit field. This field carries the same value for all SCHC Fragments of a window, and it is
complemented for the next window. The initial value for this field is 0. In the SCHC ACK format, this field also has a size 
of 1 bit. In all SCHC ACKs, the W bit carries the same value as the W bit carried by the SCHC Fragments whose reception is 
being positively or negatively acknowledged by the SCHC ACK.</t>
  <t>Message Integrity Check (MIC). This field is computed by the sender over the complete SCHC Packet and before SCHC 
fragmentation. The MIC allows the receiver to check errors in the reassembled packet, while it also
enables compressing the UDP checksum by use of SCHC compression. The CRC32 as 0xEDB88320 (i.e. the reverse representation
of the polynomial used e.g. in the Ethernet standard <xref target="RFC3385"/>) is recommended as the default algorithm for computing the
MIC. Nevertheless, other algorithms MAY be required and are defined in the technology-specific documents as well as the 
length in bits of the MIC used.</t>
  <t>C (MIC checked): C is a 1-bit field. This field is used in the SCHC ACK packets to report the outcome of the MIC check, 
i.e. whether the reassembled packet was correctly received or not. A value of 1 represents a positive MIC check at the 
receiver side (i.e. the MIC computed by the receiver matches the received MIC).</t>
  <t>Retransmission Timer. A SCHC Fragment sender uses it after the transmission of a window to detect a transmission error of
the SCHC ACK corresponding to this window. Depending on the reliability mode, it will lead to a request a SCHC ACK
retransmission (in ACK-Always mode) or it will trigger the transmission of the next window (in ACK-on-Error mode). The
duration of this timer is not defined in this document and MUST be defined in the corresponding technology-specific documents.</t>
  <t>Inactivity Timer. A SCHC Fragment receiver uses it to take action when there is a problem in the transmission of SCHC
fragments. Such a problem could be detected by the receiver not getting a single SCHC Fragment during a given period of
time. When this happens, an Abort message will be sent
(see related text later in this section). Initially, and each time a SCHC Fragment is received, the timer is reinitialized.
The duration of this timer is not defined in this document and MUST be defined in the corresponding technology-specific document.</t>
  <t>Attempts. This counter counts the requests for a missing SCHC ACK. When it reaches the value MAX_ACK_REQUESTS,
the sender assumes there are recurrent SCHC Fragment transmission errors and determines that an Abort is needed. The default
value MAX_ACK_REQUESTS is not stated in this document, and it is expected to be defined in the corresponding technology-specific
document. The Attempts counter is defined per window. It is initialized each time a new window is used.</t>
  <t>Bitmap. The Bitmap is a sequence of bits carried in a SCHC ACK. Each bit in the Bitmap corresponds to a SCHC
fragment of the current window, and provides feedback on whether the SCHC Fragment has been received or not. The right-most
position on the Bitmap reports if the All-0 or All-1 fragment has been received or not. Feedback on the SCHC
fragment with the highest FCN value is provided by the bit in the left-most position of the Bitmap. In the Bitmap, a bit
set to 1 indicates that the SCHC Fragment of FCN corresponding to that bit position has been correctly sent and received.
The text above describes the internal representation of the Bitmap. When inserted in the SCHC ACK for transmission from the
receiver to the sender, the Bitmap is shortened for energy/bandwidth optimisation, see more details in <xref target="Bitmapopt"/>.</t>
  <t>Abort. On expiration of the Inactivity timer, or when Attempts reaches MAX_ACK_REQUESTS or upon occurrence of some other
error, the sender or the receiver may use the Abort. When the receiver needs to abort the on-going fragmented SCHC
Packet transmission, it sends the Receiver-Abort format. When the sender needs to abort the transmission, it sends the
Sender-Abort format. None of the Aborts are acknowledged.</t>
</list></t>

</section>
<section anchor="reliability-modes" title="Reliability modes">

<t>This specification defines three reliability modes: No-ACK, ACK-Always, and ACK-on-Error. ACK-Always and ACK-on-Error operate on windows of SCHC Fragments. A window of SCHC Fragments is a subset of the full set of SCHC Fragments needed to carry a SCHC Packet.</t>

<t><list style="symbols">
  <t>No-ACK. No-ACK is the simplest SCHC Fragment reliability mode. The receiver does not generate overhead in the form of acknowledgements (ACKs).  However, this mode does not enhance reliability beyond that offered by the underlying LPWAN technology. In the No-ACK mode, the receiver MUST NOT issue SCHC ACKs. See further details in <xref target="No-ACK-subsection"/>.</t>
  <t>ACK-Always. The ACK-Always mode provides flow control using a windowing scheme. This mode is also able to handle long bursts of lost SCHC Fragments since detection of such events can be done before the end of the SCHC Packet transmission as long as the window size is short enough. However, such benefit comes at the expense of SCHC ACK use. In ACK-Always, the receiver sends a SCHC ACK after a window of SCHC Fragments has been received. The SCHC ACK is used to inform the sender which SCHC Fragments in the current window have been well received. Upon a SCHC ACK reception, the sender retransmits the lost SCHC Fragments. When a SCHC ACK is lost and the sender has not received it by the expiration of the Retransmission Timer, the sender uses a SCHC ACK request by sending the All-0 empty SCHC Fragment when it is not the last window and the All-1 empty Fragment when it is the last window. The maximum number of SCHC ACK requests is MAX_ACK_REQUESTS. If MAX_ACK_REQUESTS is reached, the transmission needs to be aborted. See further details in <xref target="ACK-Always-subsection"/>.</t>
  <t>ACK-on-Error. The ACK-on-Error mode is suitable for links offering relatively low L2 data unit loss probability. In this mode, the SCHC Fragment receiver reduces the number of SCHC ACKs transmitted, which MAY be especially beneficial in asymmetric scenarios. The receiver transmits a SCHC ACK only after the complete window transmission and if at least one SCHC Fragment of this window has been lost. An exception to this behavior is in the last window, where the receiver MUST transmit a SCHC ACK, including the C bit set based on the MIC checked result, even if all the SCHC Fragments of the last window have been correctly received.
The SCHC ACK gives the state of all the SCHC Fragments of the current window (received or lost). Upon a SCHC ACK reception, the sender retransmits any lost SCHC Fragments based on the SCHC ACK. If a SCHC ACK is not transmitted back by the receiver at the end of a window, the sender assumes that all SCHC Fragments have been correctly received. When a SCHC ACK is lost, the sender assumes that all SCHC Fragments covered by the lost SCHC ACK have been successfully delivered, so the sender continues transmitting the next window of SCHC Fragments. If the next SCHC Fragments received belong to the next window and it is still expecting fragments from the previous window, the receiver will abort the on-going fragmented packet transmission. See further details in <xref target="ACK-on-Error-subsection"/>.</t>
</list></t>

<t>The same reliability mode MUST be used for all SCHC Fragments of a SCHC Packet. The decision on which reliability mode will be used and whether the same reliability mode applies to all SCHC Packets is an implementation problem and is out of the scope of this document.</t>

<t>Note that the reliability mode choice is not necessarily tied to a particular characteristic of the underlying L2 LPWAN technology, e.g. the No-ACK mode MAY be used on top of an L2 LPWAN technology with symmetric characteristics for uplink and downlink. This document does not make any decision as to which SCHC Fragment reliability modes are relevant for a specific LPWAN technology.</t>

<t>Examples of the different reliability modes described are provided in Appendix B.</t>

</section>
<section anchor="Fragfor" title="Fragmentation Formats">

<t>This section defines the SCHC Fragment format, including the All-0 and All-1 formats and their “empty” variations, the SCHC ACK format and the Abort formats.</t>

<t>A SCHC Fragment conforms to the general format shown in <xref target="Fig-FragFormat"/>.
It comprises a SCHC Fragment Header and a SCHC Fragment Payload.
In addition, the last SCHC Fragment carries as many padding bits as needed to fill up an L2 Word.
The SCHC Fragment Payload carries a subset of the SCHC Packet.
The SCHC Fragment is the data unit passed on to the L2 for transmission.</t>

<figure title="SCHC Fragment general format. Presence of a padding field is optional" anchor="Fig-FragFormat"><artwork><![CDATA[
+-----------------+-----------------------+~~~~~~~~~~~~~~~~~~~~~
| Fragment Header |   Fragment payload    | padding (as needed)
+-----------------+-----------------------+~~~~~~~~~~~~~~~~~~~~~
]]></artwork></figure>

<section anchor="fragments-that-are-not-the-last-one" title="Fragments that are not the last one">

<t>In ACK-Always or ACK-on-Error, SCHC Fragments except the last one SHALL conform to the detailed format defined in
<xref target="Fig-NotLastWin"/>.</t>

<figure title="Fragment Detailed Format for Fragments except the Last One, ACK-Always and ACK-on-Error" anchor="Fig-NotLastWin"><artwork><![CDATA[
 |----- Fragment Header -----|
           |-- T --|1|-- N --|
 +-- ... --+- ... -+-+- ... -+--------...-------+
 | Rule ID | DTag  |W|  FCN  | Fragment payload |
 +-- ... --+- ... -+-+- ... -+--------...-------+

]]></artwork></figure>

<t>In the No-ACK mode, SCHC Fragments except the last one SHALL conform to the detailed format defined in <xref target="Fig-NotLast"/>.</t>

<figure title="Fragment Detailed Format for Fragments except the Last One, No-ACK mode" anchor="Fig-NotLast"><artwork><![CDATA[
 |---- Fragment Header ----|
           |-- T --|-- N --|
 +-- ... --+- ... -+- ... -+--------...-------+
 | Rule ID |  DTag |  FCN  | Fragment payload |
 +-- ... --+- ... -+- ... -+--------...-------+
            

]]></artwork></figure>

<t>The total size of the fragment header is not necessarily a multiple of the L2 Word size.
To build the fragment payload, SCHC F/R MUST take from the SCHC Packet a number of bits that makes the SCHC Fragment an exact multiple of L2 Words. As a consequence, no padding bit is used for these fragments.</t>

<section anchor="all-0-fragment" title="All-0 fragment">

<t>The All-0 format is used for sending the last SCHC Fragment of a window that is not the last window of the SCHC Packet.</t>

<figure title="All-0 fragment detailed format" anchor="Fig-All0"><artwork><![CDATA[
|----- Fragment Header -----|
          |-- T --|1|-- N --|
+-- ... --+- ... -+-+- ... -+--------...-------+
| Rule ID | DTag  |W|  0..0 | Fragment payload |
+-- ... --+- ... -+-+- ... -+--------...-------+

]]></artwork></figure>
<t>This is simply an instance of the format described in <xref target="Fig-NotLastWin"/>.
An All-0 fragment payload MUST be at least the size of an L2 Word. The rationale is that the All-0 empty fragment (see <xref target="All0Empty"/>)
needs to be distinguishable from the All-0 regular fragment, even in the presence of padding.</t>

</section>
<section anchor="All0Empty" title="All-0 empty fragment">

<t>The All-0 empty fragment is an exception to the All-0 fragment described above.
It is used by a sender to request the retransmission of a SCHC ACK by the receiver. It is only
used in ACK-Always mode.</t>

<figure title="All-0 empty fragment detailed format" anchor="Fig-All0empty"><artwork><![CDATA[
|----- Fragment Header -----|
          |-- T --|1|-- N --|
+-- ... --+- ... -+-+- ... -+~~~~~~~~~~~~~~~~~~~~~
| Rule ID | DTag  |W|  0..0 | padding (as needed)      (no payload)
+-- ... --+- ... -+-+- ... -+~~~~~~~~~~~~~~~~~~~~~

]]></artwork></figure>
<t>The size of the All-0 fragment header is generally not a multiple of the L2 Word size.
Therefore, an All-0 empty fragment generally needs padding bits. The padding bits are always less than an L2 Word.</t>

<t>Since an All-0 payload MUST be at least the size of an L2 Word, a receiver can distinguish an All-0 empty fragment from a regular All-0 fragment, even in the presence of padding.</t>

</section>
</section>
<section anchor="all-1-fragment" title="All-1 fragment">

<t>In the No-ACK mode, the last SCHC Fragment of a SCHC Packet SHALL contain a SCHC Fragment header that conforms to
the detailed format shown in <xref target="Fig-Last"/>.</t>

<figure title="All-1 Fragment Detailed Format for the Last Fragment, No-ACK mode" anchor="Fig-Last"><artwork><![CDATA[
|---------- Fragment Header ----------|
             |-- T --|-N=1-| 
+---- ... ---+- ... -+-----+-- ... --+---...---+~~~~~~~~~~~~~~~~~~~~~
|   Rule ID  | DTag  |  1  |   MIC   | payload | padding (as needed)
+---- ... ---+- ... -+-----+-- ... --+---...---+~~~~~~~~~~~~~~~~~~~~~

]]></artwork></figure>
<t>In ACK-Always or ACK-on-Error mode, the last fragment of a SCHC Packet SHALL contain a SCHC Fragment header that conforms to
the detailed format shown in <xref target="Fig-LastWinMode"/>.</t>

<figure title="All-1 Fragment Detailed Format for the Last Fragment, ACK-Always or ACK-on-Error" anchor="Fig-LastWinMode"><artwork><![CDATA[
|---------- Fragment Header ----------|
          |-- T --|1|-- N --|
+-- ... --+- ... -+-+- ... -+-- ... --+---...---+~~~~~~~~~~~~~~~~~~~~~
| Rule ID | DTag  |W| 11..1 |   MIC   | payload | padding (as needed)
+-- ... --+- ... -+-+- ... -+-- ... --+---...---+~~~~~~~~~~~~~~~~~~~~~
                      (FCN)
]]></artwork></figure>
<t>The total size of the All-1 SCHC Fragment header is generally not a multiple of the L2 Word size.
The All-1 fragment being the last one of the SCHC Packet, SCHC F/R cannot freely choose the payload size to align the fragment to an L2 Word.
Therefore, padding bits are generally appended to the All-1 fragment to make it a multiple of L2 Words in size.</t>

<t>The MIC MUST be computed on the payload and the padding bits. The rationale is that the SCHC Reassembler needs to check the correctness of
the reassembled SCHC packet but has no way of knowing where the payload ends.
Indeed, the latter requires decompressing the SCHC Packet.</t>

<t>An All-1 fragment payload MUST be at least the size of an L2 Word.
The rationale is that the All-1 empty fragment (see <xref target="All1Empty"/>) needs to be distinguishable from the All-1 fragment, even in the presence of padding.
This may entail saving an L2 Word from the previous fragment payload to make the payload of this All-1 fragment big enough.</t>

<t>The values for N, T and the length of MIC are not specified in this document, and SHOULD be determined in other documents (e.g. technology-specific profile documents).</t>

<t>The length of the MIC MUST be at least an L2 Word size. The rationale is to be able to distinguish a Sender-Abort (see <xref target="Aborts"/>) from an All-1 Fragment, even in the presence of padding.</t>

<section anchor="All1Empty" title="All-1 empty fragment">

<t>The All-1 empty fragment format is an All-1 fragment format without a payload (see <xref target="Fig-All1retries"/>).
It is used by a fragment sender, in either ACK-Always or ACK-on-Error, to request a retransmission of the SCHC ACK for the All-1 window.</t>

<t>The size of the All-1 empty fragment header is generally not a multiple of the L2 Word size. Therefore, an All-1 empty fragment generally needs padding bits. The padding bits are always less than an L2 Word.</t>

<t>Since an All-1 payload MUST be at least the size of an L2 Word, a receiver can distinguish an All-1 empty fragment from a regular All-1 fragment, even in the presence of padding.</t>

<figure title="All-1 for Retries format, also called All-1 empty" anchor="Fig-All1retries"><artwork><![CDATA[
|---------- Fragment Header --------|
          |-- T --|1|-- N --|
+-- ... --+- ... -+-+- ... -+- ... -+~~~~~~~~~~~~~~~~~~~
| Rule ID | DTag  |W|  1..1 |  MIC  | padding as needed (no payload)
+-- ... --+- ... -+-+- ... -+- ... -+~~~~~~~~~~~~~~~~~~~

]]></artwork></figure>

</section>
</section>
<section anchor="schc-ack-format" title="SCHC ACK format">

<t>The format of a SCHC ACK that acknowledges a window that is not the last one (denoted as All-0 window) is shown in <xref target="Fig-ACK-Format"/>.</t>

<figure title="ACK format for All-0 windows" anchor="Fig-ACK-Format"><artwork><![CDATA[
            |-- T --|1|
+---- ... --+- ... -+-+---- ... -----+
|  Rule ID  |  DTag |W|encoded Bitmap| (no payload)
+---- ... --+- ... -+-+---- ... -----+

]]></artwork></figure>

<t>To acknowledge the last window of a packet (denoted as All-1 window), a C bit (i.e. MIC checked) following the W bit is set
to 1 to indicate that the MIC check computed by the receiver matches the MIC present in the All-1 fragment. If the MIC check fails, the C bit is set to 0 and the Bitmap for the All-1 window follows.</t>

<figure title="Format of a SCHC ACK for All-1 windows" anchor="Fig-ACK-Format1"><artwork><![CDATA[
            |-- T --|1|1|
+---- ... --+- ... -+-+-+
|  Rule ID  |  DTag |W|1| (MIC correct)
+---- ... --+- ... -+-+-+

+---- ... --+- ... -+-+-+----- ... -----+
|  Rule ID  |  DTag |W|0|encoded Bitmap |(MIC Incorrect)
+---- ... --+- ... -+-+-+----- ... -----+
                       C

]]></artwork></figure>

<t>The Rule ID and Dtag values in the SCHC ACK messages MUST be identical to the ones used in the SCHC Fragments that are being acknowledged. This allows matching the SCHC ACK and the corresponding SCHC Fragments.</t>

<t>The Bitmap carries information on the reception of each fragment of the window as described in <xref target="FragTools"/>.</t>

<t>See <xref target="SCHCParams"/> for a discussion on the size of the Bitmaps.</t>

<t>In order to reduce the SCK ACK size, the Bitmap that is actually transmitted is shortened (“encoded”) as explained in <xref target="Bitmapopt"/>.</t>

<section anchor="Bitmapopt" title="Bitmap Encoding">
<t>The SCHC ACK that is transmitted is truncated by applying the following algorithm: the longest contiguous sequence of bits that starts at an L2 Word boundary of the SCHC ACK,
where the bits of that sequence are all set to 1, are all part of the Bitmap and finish exactly at the end of the Bitmap, if one such sequence exists, MUST NOT be transmitted.
Because the SCHC Fragment sender knows the actual Bitmap size, it can reconstruct the original Bitmap from the shortened bitmap.</t>

<t>When shortening effectively takes place, the SCHC ACK is a multiple of L2 Words, and padding MUST NOT be appended.
When shortening does not happen, padding bits MUST be appended as needed to fill up the last L2 Word.</t>

<t><xref target="Fig-Localbitmap"/> shows an example where L2 Words are actually bytes and where the original Bitmap contains 17 bits, the last 15 of which are all set to 1.</t>

<figure title="A non-encoded Bitmap" anchor="Fig-Localbitmap"><artwork><![CDATA[
|--  SCHC ACK Header --|--------       Bitmap    --------|
|  Rule ID  |  DTag  |W|1|0|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|
     next L2 Word boundary ->|  next L2 Word |  next L2 Word |

]]></artwork></figure>

<t><xref target="Fig-transmittedbitmap"/> shows that the last 14 bits are not sent.</t>

<figure title="Optimized Bitmap format" anchor="Fig-transmittedbitmap"><artwork><![CDATA[
            |-- T --|1|
+---- ... --+- ... -+-+-+-+-+
|  Rule ID  |  DTag |W|1|0|1|
+---- ... --+- ... -+-+-+-+-+
    next L2 Word boundary ->|

]]></artwork></figure>

<t><xref target="Fig-Bitmap-Win"/> shows an example of a SCHC ACK with FCN ranging from 6 down to 0, where the Bitmap indicates that the second and the fifth SCHC Fragments have not been correctly received.</t>

<figure title="Example of a Bitmap before transmission, and the transmitted one, for a window that is not the last one" anchor="Fig-Bitmap-Win"><artwork><![CDATA[
                       6 5 4 3 2 1 0 (*)
            |-- T --|1|
+-----------+-------+-+-+-+-+-+-+-+-+
|  Rule ID  |  DTag |W|1|0|1|1|0|1|1|            Bitmap before tx
+-----------+-------+-+-+-+-+-+-+-+-+
next L2 Word boundary ->|<-- L2 Word -->|
    (*)=(FCN values)

+-----------+-------+-+-+-+-+-+-+-+-+~~~+
|  Rule ID  |  DTag |W|1|0|1|1|0|1|1|Pad|        Encoded Bitmap
+-----------+-------+-+-+-+-+-+-+-+-+~~~+
next L2 Word boundary ->|<-- L2 Word -->|


]]></artwork></figure>

<t><xref target="Fig-Bitmap-lastWin"/> shows an example of a SCHC ACK with FCN ranging from 6 down to 0, where MIC check has failed but the Bitmap
indicates that there is no missing SCHC Fragment.</t>

<figure title="Example of the Bitmap in ACK-Always or ACK-on-Error for the last window" anchor="Fig-Bitmap-lastWin"><artwork><![CDATA[
|- Fragmentation Header-|6 5 4 3 2 1 7 (*)
            |-- T --|1|
|  Rule ID  |  DTag |W|0|1|1|1|1|1|1|1|          Bitmap before tx
  next L2 Word boundary ->|<-- L2 Word -->|
                       C
+---- ... --+- ... -+-+-+-+
|  Rule ID  |  DTag |W|0|1|                      Encoded Bitmap
+---- ... --+- ... -+-+-+-+
  next L2 Word boundary ->|
   (*) = (FCN values indicating the order)

]]></artwork></figure>

</section>
</section>
<section anchor="Aborts" title="Abort formats">

<t>When a SCHC Fragment sender needs to abort the on-going fragmented SCHC Packet transmission, it sends a Sender-Abort.
The Sender-Abort format (see <xref target="Fig-All1Abort"/>) is a variation of the All-1 fragment, with neither a MIC nor a payload.
All-1 fragments contain at least a MIC. The absence of the MIC indicates a Sender-Abort.</t>

<figure title="Sender-Abort format. All FCN field bits in this format are set to 1" anchor="Fig-All1Abort"><artwork><![CDATA[
|--- Sender-Abort Header ---|
+--- ... ---+- ... -+-+-...-+~~~~~~~~~~~~~~~~~~~~~
|  Rule ID  | DTag  |W| FCN | padding (as needed)
+--- ... ---+- ... -+-+-...-+~~~~~~~~~~~~~~~~~~~~~

]]></artwork></figure>

<t>The size of the Sender-Abort header is generally not a multiple of the L2 Word size.
Therefore, a Sender-Abort generally needs padding bits.</t>

<t>Since an All-1 fragment MIC MUST be at least the size of an L2 Word, a receiver can distinguish a Sender-Abort from an All-1 fragment, even in the presence of padding.</t>

<t>When a SCHC Fragment receiver needs to abort the on-going fragmented SCHC Packet transmission, it transmits a Receiver-Abort.
The Receiver-Abort format is a variation on the SCHC ACK format, creating an exception in the encoded Bitmap algorithm.
As shown in <xref target="Fig-ACKabort"/>, a Receiver-Abort is coded as a SCHC ACK message with a shortened Bitmap set to 1 up to
the first L2 Word boundary, followed by an extra L2 Word full of 1’s.
Such a message never occurs in a regular acknowledgement and is detected as a Receiver-Abort.</t>

<t>The Rule ID and Dtag values in the Receive-Abort message MUST be identical to the ones used in the fragments of the SCHC Packet the transmission of which is being aborted.</t>

<t>A Receiver-Abort is aligned to L2 Words, by design. Therefore, padding MUST not be appended.</t>

<figure title="Receiver-Abort format" anchor="Fig-ACKabort"><artwork><![CDATA[
|- Receiver-Abort Header -|

+---- ... ----+-- ... --+-+-+-+-+-+-+-+-+-+-+-+-+
|   Rule ID   |   DTag  |W| 1..1|      1..1     |
+---- ... ----+-- ... --+-+-+-+-+-+-+-+-+-+-+-+-+
        next L2 Word boundary ->|<-- L2 Word -->|

]]></artwork></figure>

<t>Neither the Sender-Abort nor the Receiver-Abort messages are ever acknowledged or retransmitted.</t>

<t>Use cases for the Sender-Abort and Receiver-Abort messages are explained in <xref target="FragModes"/> or <xref target="FSM"/>.</t>

</section>
</section>
<section anchor="FragModes" title="Baseline mechanism">

<t>If after applying SCHC header compression (or when SCHC header compression is not possible) the SCHC Packet does not fit within the payload of a single L2 data unit, the SCHC Packet SHALL be broken into SCHC Fragments and the fragments SHALL be sent to the fragment receiver. The fragment receiver needs to identify all the SCHC Fragments that belong to a given SCHC Packet. To this end, the receiver SHALL use:</t>

<t><list style="symbols">
  <t>The sender’s L2 source address (if present),</t>
  <t>The destination’s L2 address (if present),</t>
  <t>Rule ID,</t>
  <t>DTag (if present).</t>
</list></t>

<t>Then, the fragment receiver MAY determine the SCHC Fragment reliability mode that is used for this SCHC Fragment based on the Rule ID in that fragment.</t>

<t>After a SCHC Fragment reception, the receiver starts constructing the SCHC Packet. It uses the FCN and the arrival order of each SCHC Fragment to determine the location of the individual fragments within the SCHC Packet. For example, the receiver MAY place the fragment payload within a payload reassembly buffer at the location determined from the FCN, the arrival order of the SCHC Fragments, and the fragment payload sizes. In ACK-on-Error or ACK-Always, the fragment receiver also uses the W bit in the received SCHC Fragments. Note that the size of the original, unfragmented packet cannot be determined from fragmentation headers.</t>

<t>Fragmentation functionality uses the FCN value to transmit the SCHC Fragments. It has a length of N bits where the All-1 and All-0 FCN values are used to control the fragmentation transmission. The rest of the FCN numbers MUST be assigned sequentially in a decreasing order, the first FCN of a window is RECOMMENDED to be MAX_WIND_FCN, i.e. the highest possible FCN value depending on the FCN number of bits.</t>

<t>In all modes, the last SCHC Fragment of a packet MUST contain a MIC which is used to check if there are errors or missing SCHC Fragments and MUST use the corresponding All-1 fragment format.  Note that a SCHC Fragment with an All-0 format is considered the last SCHC Fragment of the current window.</t>

<t>If the receiver receives the last fragment of a SCHC Packet (All-1), it checks for the integrity of the reassembled SCHC Packet, based on the MIC received. In No-ACK, if the integrity check indicates that the reassembled SCHC Packet does not match the original SCHC Packet (prior to fragmentation), the reassembled SCHC Packet MUST be discarded. In ACK-on-Error or ACK-Always, a MIC check is also performed by the fragment receiver after reception of each subsequent SCHC Fragment retransmitted after the first MIC check.</t>

<t>Notice that the SCHC ACK for the All-1 window carries one more bit (the C bit) compared to the SCHC ACKs for the previous windows. See <xref target="SCHCParams"/> for a discussion on various options to deal with this “bump” in the SCHC ACK.</t>

<t>There are three reliability modes: No-ACK, ACK-Always and ACK-on-Error. In ACK-Always and ACK-on-Error, a jumping window protocol uses two windows alternatively, identified as 0 and 1.  A SCHC Fragment with all FCN bits set to 0 (i.e. an All-0 fragment) indicates that the window is over (i.e. the SCHC Fragment is the last one of the window) and allows to switch from one window to the next one.  The All-1 FCN in a SCHC Fragment indicates that it is the last fragment of the packet being transmitted and therefore there will not be another window for this packet.</t>

<section anchor="No-ACK-subsection" title="No-ACK">
<t>In the No-ACK mode, there is no feedback communication from the fragment receiver. The sender will send all the SCHC fragments of a packet without any possibility of knowing if errors or losses have occurred. As, in this mode, there is no need to identify specific SCHC Fragments, a one-bit FCN MAY be used. Consequently, the FCN All-0 value is used in all SCHC fragments except the last one, which carries an All-1 FCN and the MIC. The receiver will wait for SCHC Fragments and will set the Inactivity timer. The receiver will use the MIC contained in the last SCHC Fragment to check for errors.
When the Inactivity Timer expires or if the MIC check indicates that the reassembled packet does not match the original one, the receiver will release all resources allocated to reassembling this packet. The initial value of the Inactivity Timer will be determined based on the characteristics of the underlying LPWAN technology and will be defined in other documents (e.g. technology-specific profile documents).</t>

</section>
<section anchor="ACK-Always-subsection" title="ACK-Always">
<t>In ACK-Always, the sender transmits SCHC Fragments by using the two-jumping-windows procedure. A delay between each SCHC fragment can be added to respect local regulations or other constraints imposed by the applications.  Each time a SCHC fragment is sent, the FCN is decreased by one.  When the FCN reaches value 0, if there are more SCHC Fragments remaining to be sent, the sender transmits the last SCHC Fragment of this window using the All-0 fragment format. It then starts the Retransmission Timer and waits for a SCHC ACK. Otherwise, if FCN reaches 0 and the sender transmits the last SCHC Fragment of the SCHC Packet, the sender uses the All-1 fragment format, which includes a MIC. The sender sets the Retransmission Timer and waits for the SCHC ACK to know if transmission errors have occurred.</t>

<t>The Retransmission Timer is dimensioned based on the LPWAN technology in use. When the Retransmission Timer expires, the sender sends an All-0 empty (resp. All-1 empty) fragment to request again the SCHC ACK for the window that ended with the All-0 (resp. All-1) fragment just sent. The window number is not changed.</t>

<t>After receiving an All-0 or All-1 fragment, the receiver sends a SCHC ACK with an encoded Bitmap reporting whether any SCHC fragments have been lost or not. When the sender receives a SCHC ACK, it checks the W bit carried by the SCHC ACK. Any SCHC ACK carrying an unexpected W bit value is discarded. If the W bit value of the received SCHC ACK is correct, the sender analyzes the rest of the SCHC ACK message, such as the encoded Bitmap and the MIC. If all the SCHC Fragments sent for this window have been well received, and if at least one more SCHC Fragment needs to be sent, the sender advances its sending window to the next window value and sends the next SCHC Fragments. If no more SCHC Fragments have to be sent, then the fragmented SCHC Packet transmission is finished.</t>

<t>However, if one or more SCHC Fragments have not been received as per the SCHC ACK (i.e. the corresponding bits are not set in the encoded Bitmap) then the sender resends the missing SCHC Fragments.  When all missing SCHC Fragments have been retransmitted, the sender starts the Retransmission Timer, even if an All-0 or an All-1 has not been sent as part of this retransmission and waits for a SCHC ACK. Upon receipt of the SCHC ACK, if one or more SCHC Fragments have not yet been received, the counter Attempts is increased and the sender resends the missing SCHC Fragments again. When Attempts reaches MAX_ACK_REQUESTS, the sender aborts the on-going fragmented SCHC Packet transmission by sending a Sender-Abort message and releases any resources for transmission of the packet. The sender also aborts an on-going fragmented SCHC Packet transmission when a failed MIC check is reported by the receiver or when a SCHC Fragment that has not been sent is reported in the encoded Bitmap.</t>

<t>On the other hand, at the beginning, the receiver side expects to receive window 0. Any SCHC Fragment received but not belonging to the current window is discarded.  All SCHC Fragments belonging to the correct window are accepted, and the actual SCHC Fragment number managed by the receiver is computed based on the FCN value.  The receiver prepares the encoded Bitmap to report the correctly received and the missing SCHC Fragments for the current window. After each SCHC Fragment is received, the receiver initializes the Inactivity Timer. When the Inactivity Timer expires, the transmission is aborted by the receiver sending a Receiver-Abort message.</t>

<t>When an All-0 fragment is received, it indicates that all the SCHC Fragments have been sent in the current window.  Since the sender is not obliged to always send a full window, some SCHC Fragment number not set in the receiver memory SHOULD not correspond to losses.  The receiver sends the corresponding SCHC ACK, the Inactivity Timer is set and the transmission of the 
next window by the sender can start.</t>

<t>If an All-0 fragment has been received and all SCHC Fragments of the current window have also been received, the receiver then expects a new Window and waits for the next SCHC Fragment.  Upon receipt of a SCHC Fragment, if the window value has not changed, the received SCHC Fragments are part of a retransmission. A receiver that has already received a SCHC Fragment SHOULD discard it, otherwise, it updates the encoded Bitmap.  If all the bits of the encoded Bitmap are set to one, the receiver MUST send a SCHC ACK without waiting for an All-0 fragment and the Inactivity Timer is initialized.</t>

<t>On the other hand, if the window value of the next received SCHC Fragment is set to the next expected window value, this means that the sender has received a correct encoded Bitmap reporting that all SCHC Fragments have been received.  The receiver then updates the value of the next expected window.</t>

<t>When an All-1 fragment is received, it indicates that the last SCHC Fragment of the packet has been sent.  Since the last
window is not always full, the MIC will be used by the receiver to detect if all SCHC Fragments of the packet have been received.  A correct
MIC indicates the end of the transmission but the receiver MUST stay alive for an Inactivity Timer period to answer to any
empty All-1 fragments the sender MAY send if SCHC ACKs sent by the receiver are lost. If the MIC is incorrect, some SCHC Fragments have been lost.
The receiver sends the SCHC ACK regardless of successful fragmented SCHC Packet reception or not, the Inactitivity Timer is set.
In case of an incorrect MIC, the receiver waits for SCHC Fragments belonging to the same window. After MAX_ACK_REQUESTS, the receiver will abort
the on-going fragmented SCHC Packet transmission by transmitting a the Receiver-Abort format. The receiver also aborts upon Inactivity Timer expiration by sending a Receiver-Abort message.</t>

<t>If the sender receives a SCK ACK with a Bitmap containing a bit set for a SCHC Fragment that it has not sent during the
transmission phase of this window, it MUST abort the whole fragmentation and transmission of this SCHC Packet.</t>

</section>
<section anchor="ACK-on-Error-subsection" title="ACK-on-Error">
<t>The senders behavior for ACK-on-Error and ACK-Always are similar. The main difference is that in ACK-on-Error the SCHC ACK 
with the encoded Bitmap is not sent at the end of each window but only when at least one SCHC Fragment of the current window 
has been lost. Except for the last window where a SCHC ACK MUST be sent to finish the transmission.</t>

<t>In ACK-on-Error, the Retransmission Timer expiration is considered as a positive acknowledgement for all windows but the last one.
This timer is set after sending an All-0 or an All-1 fragment. For an All-0 fragment, on timer expiration, the sender resumes operation and sends the SCHC Fragments of the next window.</t>

<t>If the sender receives a SCHC ACK, it checks the window value. SCHC ACKs with an unexpected window number are discarded. If
the window number on the received encoded Bitmap is correct, the sender verifies if the receiver has received all SCHC 
fragments of the current window.  When at least one SCHC Fragment has been lost, the counter Attempts is increased by one and 
the sender resends the missing SCHC Fragments again.  When Attempts reaches MAX_ACK_REQUESTS, the sender sends a Sender-Abort
message and releases all resources for the on-going fragmented SCHC Packet transmission.  When the retransmission of the
missing SCHC Fragments is finished, the sender starts listening for a SCHC ACK (even if an All-0 or an All-1 has not been
sent during the retransmission) and initializes the Retransmission Timer.</t>

<t>After sending an All-1 fragment, the sender listens
for a SCHC ACK, initializes Attempts, and starts the Retransmission Timer. If the Retransmission Timer expires, Attempts is
increased by one and an empty All-1 fragment is sent to request the SCHC ACK for the last window. If Attempts reaches 
MAX_ACK_REQUESTS, the sender aborts the on-going fragmented SCHC Packet transmission by transmitting the Sender-Abort
fragment.</t>

<t>At the end of any window, if the sender receives a SCK ACK with a Bitmap containing a bit set for a SCHC Fragment that it has not sent during the
transmission phase of that window, it MUST abort the whole fragmentation and transmission of this SCHC Packet.</t>

<t>Unlike the sender, the receiver for ACK-on-Error has a larger amount of differences compared with ACK-Always.  First, a SCHC
ACK is not sent unless there is a lost SCHC Fragment or an unexpected behavior. With the exception of the last window, where 
a SCHC ACK is always sent regardless of SCHC Fragment losses or not.
The receiver starts by expecting SCHC Fragments from window 0 and maintains the information regarding which SCHC Fragments it
receives.  After receiving a SCHC Fragment, the Inactivity Timer is set. If no further SCHC Fragment are received and the
Inactivity Timer expires, the SCHC Fragment receiver aborts the on-going fragmented SCHC Packet transmission by transmitting
the Receiver-Abort data unit.</t>

<t>Any SCHC Fragment not belonging to the current window is discarded. The actual SCHC Fragment number is computed based on the
FCN value.  When an All-0 fragment is received and all SCHC Fragments have been received, the receiver updates the expected
window value and expects a new window and waits for the next SCHC Fragment.<vspace />
If the window value of the next SCHC Fragment has not changed, the received SCHC Fragment is a retransmission. A receiver
that has already received a Fragment discard it. If all SCHC Fragments of a window (that is not the last one) have been
received, the receiver does not send a SCHC ACK. While the receiver waits for the next window and if the window value is set
to the next value, and if an All-1 fragment with the next value window arrived the receiver knows that the last SCHC Fragment 
of the packet has been sent.  Since the last window is not always full, the MIC will be used to detect if all SCHC Fragments 
of the window have been received.  A correct MIC check indicates the end of the fragmented SCHC Packet transmission. An ACK
is sent by the SCHC Fragment receiver. In case of an incorrect MIC, the receiver waits for SCHC Fragments belonging to the 
same window or the expiration of the Inactivity Timer. The latter will lead the receiver to abort the on-going SCHC 
fragmented packet transmission by transmitting the Receiver-Abort message.</t>

<t>If, after receiving an All-0 fragment the receiver missed some SCHC Fragments, the receiver uses a SCHC ACK with the encoded
Bitmap to ask the retransmission of the missing fragments and expect to receive SCHC Fragments with the actual window. While
waiting the retransmission an All-0 empty fragment is received, the receiver sends again the SCHC ACK with the encoded 
Bitmap, if the SCHC Fragments received belongs to another window or an All-1 fragment is received, the transmission is 
aborted by sending a Receiver-Abort fragment. Once it has received all the missing fragments it waits for the next window 
fragments.</t>

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

<t>For ACK-Always or ACK-on-Error, implementers MAY opt to support a single window size or multiple window sizes.  The latter, when feasible, may provide performance optimizations.  For example, a large window size SHOULD be used for packets that need to be carried by a large number of SCHC Fragments. However, when the number of SCHC Fragments required to carry a packet is low, a smaller window size, and thus a shorter Bitmap, MAY be sufficient to provide feedback on all SCHC Fragments. If multiple window sizes are supported, the Rule ID MAY be used to signal the window size in use for a specific packet transmission.</t>

<t>Note that the same window size MUST be used for the transmission of all SCHC Fragments that belong to the same SCHC Packet.</t>

</section>
<section anchor="downlink-schc-fragment-transmission" title="Downlink SCHC Fragment transmission">

<t>In some LPWAN technologies, as part of energy-saving techniques, downlink transmission is only possible immediately after an uplink transmission. In order to avoid potentially high delay in the downlink transmission of a fragmented SCHC Packet, the SCHC Fragment receiver MAY perform an uplink transmission as soon as possible after reception of a SCHC Fragment that is not the last one. Such uplink transmission MAY be triggered by the L2 (e.g. an L2 ACK sent in response to a SCHC Fragment encapsulated in a L2 frame that requires an L2 ACK) or it MAY be triggered from an upper layer.</t>

<t>For downlink transmission of a fragmented SCHC Packet in ACK-Always mode, the SCHC Fragment receiver MAY support timer-based SCHC ACK retransmission. In this mechanism, the SCHC Fragment receiver initializes and starts a timer (the Inactivity Timer is used) after the transmission of a SCHC ACK, except when the SCHC ACK is sent in response to the last SCHC Fragment of a packet (All-1 fragment). In the latter case, the SCHC Fragment receiver does not start a timer after transmission of the SCHC ACK.</t>

<t>If, after transmission of a SCHC ACK that is not an All-1 fragment, and before expiration of the corresponding Inactivity timer, the SCHC Fragment receiver receives a SCHC Fragment that belongs to the current window (e.g. a missing SCHC Fragment from the current window) or to the next window, the Inactivity timer for the SCHC ACK is stopped. However, if the Inactivity timer expires, the SCHC ACK is resent and the Inactivity timer is reinitialized and restarted.</t>

<t>The default initial value for the Inactivity timer, as well as the maximum number of retries for a specific SCHC ACK, denoted MAX_ACK_RETRIES, are not defined in this document, and need to be defined in other documents (e.g. technology-specific profiles). The initial value of the Inactivity timer is expected to be greater than that of the Retransmission timer, in order to make sure that a (buffered) SCHC Fragment to be retransmitted can find an opportunity for that transmission.</t>

<t>When the SCHC Fragment sender transmits the All-1 fragment, it starts its Retransmission Timer with a large timeout value (e.g. several times that of the initial Inactivity timer). If a SCHC ACK is received before expiration of this timer, the SCHC Fragment sender retransmits any lost SCHC Fragments reported by the SCHC ACK, or if the SCHC ACK confirms successful reception of all SCHC Fragments of the last window, the transmission of the fragmented SCHC Packet is considered complete. If the timer expires, and no SCHC ACK has been received since the start of the timer, the SCHC Fragment sender assumes that the All-1 fragment has been successfully received (and possibly, the last SCHC ACK has been lost: this mechanism assumes that the retransmission timer for the All-1 fragment is long enough to allow several SCHC ACK retries if the All-1 fragment has not;been received by the SCHC Fragment receiver, and it also assumes that it is unlikely that several ACKs become all lost).</t>

</section>
</section>
<section anchor="Padding" title="Padding management">

<t>SCHC C/D and SCHC F/R operate on bits, not bytes. SCHC itself does not have any alignment prerequisite.
If the Layer 2 below SCHC constrains the L2 Data Unit to align to some boundary, called L2 Words (for example, bytes),
SCHC will meet that constraint and produce messages with the correct alignement.
This may entail adding extra bits (called padding bits).</t>

<t>When padding occurs, the number of appended bits is strictly less than the L2 Word size.</t>

<t>Padding happens at most once for each Packet going through the full SCHC chain, i.e. Compression and (optionally) SCHC Fragmentation (see <xref target="Fig-IntroLayers"/>).
If a SCHC Packet is sent unfragmented (see <xref target="Fig-Operations-Pad"/>), it is padded as needed.
If a SCHC Packet is fragmented, only the last fragment is padded as needed.</t>

<figure title="SCHC operations, including padding as needed" anchor="Fig-Operations-Pad"><artwork><![CDATA[
A packet (e.g. an IPv6 packet)
         |                                           ^ (padding bits
         v                                           |       dropped)
+------------------+                      +--------------------+
| SCHC Compression |                      | SCHC Decompression |
+------------------+                      +--------------------+
         |                                           ^
         |   If no fragmentation                     |
         +---- SCHC Packet + padding as needed ----->|
         |                                           | (MIC checked
         v                                           |  and removed)
+--------------------+                       +-----------------+
| SCHC Fragmentation |                       | SCHC Reassembly |
+--------------------+                       +-----------------+
     |       ^                                   |       ^
     |       |                                   |       |
     |       +------------- SCHC ACK ------------+       |
     |                                                   |
     +--------------- SCHC Fragments --------------------+
     +--- last SCHC Frag with MIC + padding as needed ---+

        SENDER                                    RECEIVER


]]></artwork></figure>

<t>Each technology-specific document MUST specify the size of the L2 Word.
The L2 Word might actually be a single bit, in which case at most zero bits of padding will be appended to any message, i.e. no padding will take place at all.</t>

</section>
<section anchor="schc-compression-for-ipv6-and-udp-headers" title="SCHC Compression for IPv6 and UDP headers">

<t>This section lists the different IPv6 and UDP header fields and how they can be compressed.</t>

<section anchor="ipv6-version-field" title="IPv6 version field">

<t>This field always holds the same value. Therefore, in the Rule, TV is set to 6, MO to “equal”
and CDA to “not-sent”.</t>

</section>
<section anchor="ipv6-traffic-class-field" title="IPv6 Traffic class field">

<t>If the DiffServ field does not vary and is known by both sides, the Field Descriptor in the Rule SHOULD contain a TV with
this well-known value, an “equal” MO and a “not-sent” CDA.</t>

<t>Otherwise, two possibilities can be considered depending on the variability of the value:</t>

<t><list style="symbols">
  <t>One possibility is to not compress the field and send the original value. In the Rule, TV is not set to any particular value, MO is set to “ignore” and CDA is set to “value-sent”.</t>
  <t>If some upper bits in the field are constant and known, a better option is to only send the LSBs. In the Rule, TV is set to a value with the stable known upper part, MO is set to MSB(x) and CDA to LSB(y).</t>
</list></t>

</section>
<section anchor="flow-label-field" title="Flow label field">

<t>If the Flow Label field does not vary and is known by both sides, the Field Descriptor in the Rule SHOULD contain a TV with this well-known value, an “equal” MO and a “not-sent” CDA.</t>

<t>Otherwise, two possibilities can be considered:</t>

<t><list style="symbols">
  <t>One possibility is to not compress the field and send the original value. In the Rule, TV is not set to any particular value, MO is set to “ignore” and CDA is set to “value-sent”.</t>
  <t>If some upper bits in the field are constant and known, a better option is to only send the LSBs. In the Rule, TV is set to a value with the stable known upper part, MO is set to MSB(x) and CDA to LSB(y).</t>
</list></t>

</section>
<section anchor="payload-length-field" title="Payload Length field">

<t>This field can be elided for the transmission on the LPWAN network. The SCHC C/D recomputes the original payload length value. In the Field Descriptor, TV is not set, MO is set to “ignore” and CDA is “compute-IPv6-length”.</t>

<t>If the payload length needs to be sent and does not need to be coded in 16 bits, the TV can be set to 0x0000, the MO set to MSB(16-s) where ‘s’ is the number of bits to code the maximum length, and CDA is set to LSB(s).</t>

</section>
<section anchor="next-header-field" title="Next Header field">

<t>If the Next Header field does not vary and is known by both sides, the Field Descriptor in the Rule SHOULD contain a TV with
this Next Header value, the MO SHOULD be “equal” and the CDA SHOULD be “not-sent”.</t>

<t>Otherwise, TV is not set in the Field Descriptor, MO is set to “ignore” and CDA is set to “value-sent”. Alternatively, a matching-list MAY also be used.</t>

</section>
<section anchor="hop-limit-field" title="Hop Limit field">

<t>The field behavior for this field is different for Uplink and Downlink. In Uplink, since there is no IP forwarding between the Dev and the SCHC C/D, the value is relatively constant. On the other hand, the Downlink value depends of Internet routing and MAY change more frequently. One neat way of processing this field is to use the Direction Indicator (DI) to distinguish both directions:</t>

<t><list style="symbols">
  <t>in the Uplink, elide the field: the TV in the Field Descriptor is set to the known constant value, the MO is set to “equal” and the CDA is set to “not-sent”.</t>
  <t>in the Downlink, send the value: TV is not set, MO is set to “ignore” and CDA is set to “value-sent”.</t>
</list></t>

</section>
<section anchor="ipv6-addresses-fields" title="IPv6 addresses fields">

<t>As in 6LoWPAN <xref target="RFC4944"/>, IPv6 addresses are split into two 64-bit long fields; one for the prefix and one for the Interface Identifier (IID). These fields SHOULD be compressed. To allow for a single Rule being used for both directions, these values are identified by their role (DEV or APP) and not by their position in the frame (source or destination).</t>

<section anchor="ipv6-source-and-destination-prefixes" title="IPv6 source and destination prefixes">

<t>Both ends MUST be synchronized with the appropriate prefixes. For a specific flow, the source and destination prefixes can be unique and stored in the context. It can be either a link-local prefix or a global prefix. In that case, the TV for the
source and destination prefixes contain the values, the MO is set to “equal” and the CDA is set to “not-sent”.</t>

<t>If the Rule is intended to compress packets with different prefix values, match-mapping SHOULD be used. The different prefixes are listed in the TV, the MO is set to “match-mapping” and the CDA is set to “mapping-sent”. See <xref target="Fig-fields"/></t>

<t>Otherwise, the TV contains the prefix, the MO is set to “equal” and the CDA is set to “value-sent”.</t>

</section>
<section anchor="ipv6-source-and-destination-iid" title="IPv6 source and destination IID">

<t>If the DEV or APP IID are based on an LPWAN address, then the IID can be reconstructed with information coming from the LPWAN header. In that case, the TV is not set, the MO is set to “ignore” and the CDA is set to “DevIID” or “AppIID”. Note that the
LPWAN technology generally carries a single identifier corresponding to the DEV. Therefore AppIID cannot be used.</t>

<t>For privacy reasons or if the DEV address is changing over time, a static value that is not equal to the DEV address SHOULD be used. In that case, the TV contains the static value, the MO operator is set to “equal” and the CDF is set to “not-sent”.
<xref target="RFC7217"/> provides some methods that MAY be used to derive this static identifier.</t>

<t>If several IIDs are possible, then the TV contains the list of possible IIDs, the MO is set to “match-mapping” and the CDA is set to “mapping-sent”.</t>

<t>It MAY also happen that the IID variability only expresses itself on a few bytes. In that case, the TV is set to the stable part of the IID, the MO is set to “MSB” and the CDA is set to “LSB”.</t>

<t>Finally, the IID can be sent in extenso on the LPWAN. In that case, the TV is not set, the MO is set to “ignore” and the CDA is set to “value-sent”.</t>

</section>
</section>
<section anchor="ipv6-extensions" title="IPv6 extensions">

<t>No Rule is currently defined that processes IPv6 extensions. If such extensions are needed, their compression/decompression Rules can be based on the MOs and CDAs described above.</t>

</section>
<section anchor="udp-source-and-destination-port" title="UDP source and destination port">

<t>To allow for a single Rule being used for both directions, the UDP port values are identified by their role (DEV or APP) and not by their position in the frame (source or destination). The SCHC C/D MUST be aware of the traffic direction (Uplink, Downlink) to select the appropriate field. The following Rules apply for DEV and APP port numbers.</t>

<t>If both ends know the port number, it can be elided. The TV contains the port number, the MO is set to “equal” and the CDA is set to “not-sent”.</t>

<t>If the port variation is on few bits, the TV contains the stable part of the port number, the MO is set to “MSB” and the CDA is set to “LSB”.</t>

<t>If some well-known values are used,  the TV can contain the list of these values, the MO is set to “match-mapping” and the CDA is set to “mapping-sent”.</t>

<t>Otherwise the port numbers are sent over the LPWAN. The TV is not set, the MO is set to “ignore” and the CDA is set to “value-sent”.</t>

</section>
<section anchor="udp-length-field" title="UDP length field">

<t>The UDP length can be computed from the received data. In that case, the TV is not set, the MO is set to “ignore” and the CDA is set to “compute-length”.</t>

<t>If the payload is small, the TV can be set to 0x0000, the MO set to “MSB” and the CDA to “LSB”.</t>

<t>In other cases, the length SHOULD be sent and the CDA is replaced by “value-sent”.</t>

</section>
<section anchor="udp-checksum-field" title="UDP Checksum field">

<t>The UDP checksum operation is mandatory with IPv6 <xref target="RFC8200"></xref> for most
packets but recognizes that there are exceptions to that default
behavior.</t>

<t>For instance, protocols that use UDP as a tunnel encapsulation may
enable zero-checksum mode for a specific port (or set of ports) for
sending and/or receiving. <xref target="RFC8200"></xref> also stipulates that any node
implementing zero-checksum mode must follow the requirements specified
in “Applicability Statement for the Use of IPv6 UDP Datagrams with
Zero Checksums” <xref target="RFC6936"></xref>.</t>

<t>6LoWPAN Header Compression <xref target="RFC6282"></xref> also authorizes to send UDP
datagram that are deprived of the checksum protection when an upper
layer guarantees the integrity of the UDP payload and pseudo-header
all the way between the compressor that elides the UDP checksum and
the decompressor that computes again it. A specific example of this is
when a Message Integrity Check (MIC) protects the compressed message
all along that path with a strength that is identical or better to
the UDP checksum.</t>

<t>In a similar fashion, this specification allows a SCHC compressor to
elide the UDP checks when another layer guarantees an identical or
better integrity protection for the UDP payload and the pseudo-header.
In this case, the TV is not set, the MO is set to “ignore” and the CDA is set to “compute-checksum”.</t>

<t>In particular, when SCHC fragmentation is used, a fragmentation MIC
of 2 bytes or more provides equal or better protection than the UDP
checksum; in that case, if the compressor is collocated with the
fragmentation point and the decompressor is collocated with the
packet reassembly point, then compressor MAY elide the UDP checksum.
Whether and when the UDP Checksum is elided is to be specified in the
technology-specific documents.</t>

<t>Since the compression happens before the fragmentation, implementors
should understand the risks when dealing with unprotected data below
the transport layer and take special care when manipulating that data.</t>

<t>In other cases, the checksum SHOULD be explicitly sent. The TV is not set, the MO is set to “ignore” and the CDA is set to “value-sent”.</t>

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

<section anchor="security-considerations-for-schc-compressiondecompression" title="Security considerations for SCHC Compression/Decompression">
<t>A malicious header compression could cause the reconstruction of a wrong packet that does not match with the original one. Such a corruption MAY be detected with end-to-end authentication and integrity mechanisms. Header Compression does not add more security problem than what is already needed in a transmission. For instance, to avoid an attack, never re-construct a packet bigger than some configured size (with 1500 bytes as generic default).</t>

</section>
<section anchor="security-considerations-for-schc-fragmentationreassembly" title="Security considerations for SCHC Fragmentation/Reassembly">
<t>This subsection describes potential attacks to LPWAN SCHC F/R and suggests possible countermeasures.</t>

<t>A node can perform a buffer reservation attack by sending a first SCHC Fragment to a target.  Then, the receiver will reserve buffer space for the IPv6 packet.  Other incoming fragmented SCHC Packets will be dropped while the reassembly buffer is occupied during the reassembly timeout.  Once that timeout expires, the attacker can repeat the same procedure, and iterate, thus creating a denial of service attack.
The (low) cost to mount this attack is linear with the number of buffers at the target node.  However, the cost for an attacker can be increased if individual SCHC Fragments of multiple packets can be stored in the reassembly buffer.  To further increase the attack cost, the reassembly buffer can be split into SCHC Fragment-sized buffer slots. Once a packet is complete, it is processed normally.  If buffer overload occurs, a receiver can discard packets based on the sender behavior, which MAY help identify which SCHC Fragments have been sent by an attacker.</t>

<t>In another type of attack, the malicious node is required to have overhearing capabilities.  If an attacker can overhear a SCHC Fragment, it can send a spoofed duplicate (e.g. with random payload) to the destination. If the LPWAN technology does not support suitable protection (e.g. source authentication and frame counters to prevent replay attacks), a receiver cannot distinguish legitimate from spoofed SCHC Fragments.  Therefore, the original IPv6 packet will be considered corrupt and will be dropped. To protect resource-constrained nodes from this attack, it has been proposed to establish a binding among the SCHC Fragments to be transmitted by a node, by applying content-chaining to the different SCHC Fragments, based on cryptographic hash functionality.  The aim of this technique is to allow a receiver to identify illegitimate SCHC Fragments.</t>

<t>Further attacks MAY involve sending overlapped fragments (i.e. comprising some overlapping parts of the original IPv6 datagram). Implementers SHOULD make sure that the correct operation is not affected by such event.</t>

<t>In ACK-on-Error, a malicious node MAY force a SCHC Fragment sender to resend a SCHC Fragment a number of times, with the aim to increase consumption of the SCHC Fragment sender’s resources. To this end, the malicious node MAY repeatedly send a fake ACK to the SCHC Fragment sender, with a Bitmap that reports that one or more SCHC Fragments have been lost. In order to mitigate this possible attack, MAX_ACK_RETRIES MAY be set to a safe value which allows to limit the maximum damage of the attack to an acceptable extent. However, note that a high setting for MAX_ACK_RETRIES benefits SCHC Fragment reliability modes, therefore the trade-off needs to be carefully considered.</t>

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

<t>Thanks to Carsten Bormann, Philippe Clavier, Eduardo Ingles Sanchez, Arunprabhu Kandasamy, Rahul Jadhav,
Sergio Lopez Bernal, Antony Markovski, Alexander Pelov, Pascal Thubert, Juan Carlos Zuniga, Diego Dujovne, Edgar Ramos, and
Shoichi Sakane for useful design consideration and comments.</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="RFC2460" target='https://www.rfc-editor.org/info/rfc2460'>
<front>
<title>Internet Protocol, Version 6 (IPv6) Specification</title>
<author initials='S.' surname='Deering' fullname='S. Deering'><organization /></author>
<author initials='R.' surname='Hinden' fullname='R. Hinden'><organization /></author>
<date year='1998' month='December' />
<abstract><t>This document specifies version 6 of the Internet Protocol (IPv6), also sometimes referred to as IP Next Generation or IPng.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2460'/>
<seriesInfo name='DOI' value='10.17487/RFC2460'/>
</reference>



<reference  anchor="RFC3385" target='https://www.rfc-editor.org/info/rfc3385'>
<front>
<title>Internet Protocol Small Computer System Interface (iSCSI) Cyclic Redundancy Check (CRC)/Checksum Considerations</title>
<author initials='D.' surname='Sheinwald' fullname='D. Sheinwald'><organization /></author>
<author initials='J.' surname='Satran' fullname='J. Satran'><organization /></author>
<author initials='P.' surname='Thaler' fullname='P. Thaler'><organization /></author>
<author initials='V.' surname='Cavanna' fullname='V. Cavanna'><organization /></author>
<date year='2002' month='September' />
</front>
<seriesInfo name='RFC' value='3385'/>
<seriesInfo name='DOI' value='10.17487/RFC3385'/>
</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>



<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="RFC7217" target='https://www.rfc-editor.org/info/rfc7217'>
<front>
<title>A Method for Generating Semantically Opaque Interface Identifiers with IPv6 Stateless Address Autoconfiguration (SLAAC)</title>
<author initials='F.' surname='Gont' fullname='F. Gont'><organization /></author>
<date year='2014' month='April' />
<abstract><t>This document specifies a method for generating IPv6 Interface Identifiers to be used with IPv6 Stateless Address Autoconfiguration (SLAAC), such that an IPv6 address configured using this method is stable within each subnet, but the corresponding Interface Identifier changes when the host moves from one network to another.  This method is meant to be an alternative to generating Interface Identifiers based on hardware addresses (e.g., IEEE LAN Media Access Control (MAC) addresses), such that the benefits of stable addresses can be achieved without sacrificing the security and privacy of users.  The method specified in this document applies to all prefixes a host may be employing, including link-local, global, and unique-local prefixes (and their corresponding addresses).</t></abstract>
</front>
<seriesInfo name='RFC' value='7217'/>
<seriesInfo name='DOI' value='10.17487/RFC7217'/>
</reference>



<reference  anchor="RFC8200" target='https://www.rfc-editor.org/info/rfc8200'>
<front>
<title>Internet Protocol, Version 6 (IPv6) Specification</title>
<author initials='S.' surname='Deering' fullname='S. Deering'><organization /></author>
<author initials='R.' surname='Hinden' fullname='R. Hinden'><organization /></author>
<date year='2017' month='July' />
<abstract><t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t></abstract>
</front>
<seriesInfo name='STD' value='86'/>
<seriesInfo name='RFC' value='8200'/>
<seriesInfo name='DOI' value='10.17487/RFC8200'/>
</reference>



<reference  anchor="RFC6936" target='https://www.rfc-editor.org/info/rfc6936'>
<front>
<title>Applicability Statement for the Use of IPv6 UDP Datagrams with Zero Checksums</title>
<author initials='G.' surname='Fairhurst' fullname='G. Fairhurst'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<date year='2013' month='April' />
<abstract><t>This document provides an applicability statement for the use of UDP transport checksums with IPv6.  It defines recommendations and requirements for the use of IPv6 UDP datagrams with a zero UDP checksum.  It describes the issues and design principles that need to be considered when UDP is used with IPv6 to support tunnel encapsulations, and it examines the role of the IPv6 UDP transport checksum.  The document also identifies issues and constraints for deployment on network paths that include middleboxes.  An appendix presents a summary of the trade-offs that were considered in evaluating the safety of the update to RFC 2460 that changes the use of the UDP checksum with IPv6.</t></abstract>
</front>
<seriesInfo name='RFC' value='6936'/>
<seriesInfo name='DOI' value='10.17487/RFC6936'/>
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC6282" target='https://www.rfc-editor.org/info/rfc6282'>
<front>
<title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
<author initials='J.' surname='Hui' fullname='J. Hui' role='editor'><organization /></author>
<author initials='P.' surname='Thubert' fullname='P. Thubert'><organization /></author>
<date year='2011' month='September' />
<abstract><t>This document updates RFC 4944, &quot;Transmission of IPv6 Packets over IEEE 802.15.4 Networks&quot;.  This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs).  The compression format relies on shared context to allow compression of arbitrary prefixes.  How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers.  UDP header compression is specified within this framework.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6282'/>
<seriesInfo name='DOI' value='10.17487/RFC6282'/>
</reference>



<reference  anchor="RFC8376" target='https://www.rfc-editor.org/info/rfc8376'>
<front>
<title>Low-Power Wide Area Network (LPWAN) Overview</title>
<author initials='S.' surname='Farrell' fullname='S. Farrell' role='editor'><organization /></author>
<date year='2018' month='May' />
<abstract><t>Low-Power Wide Area Networks (LPWANs) 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='RFC' value='8376'/>
<seriesInfo name='DOI' value='10.17487/RFC8376'/>
</reference>




    </references>


<section anchor="compressIPv6" title="SCHC Compression Examples">

<t>This section gives some scenarios of the compression mechanism for IPv6/UDP. The goal is to illustrate the behavior of SCHC.</t>

<t>The most common case using the mechanisms defined in this document will be a LPWAN Dev that embeds some applications running over CoAP. In this example, three flows are considered. The first flow is for the device management based
on CoAP using Link Local IPv6 addresses and UDP ports 123 and 124 for Dev and App, respectively.
The second flow will be a CoAP server for measurements done by the Device (using ports 5683) and Global IPv6 Address prefixes alpha::IID/64 to beta::1/64.
The last flow is for legacy applications using different ports numbers, the destination IPv6 address prefix is gamma::1/64.</t>

<t><xref target="FigStack"/> presents the protocol stack for this Device. IPv6 and UDP are represented with dotted lines since these protocols are compressed on the radio link.</t>

<figure title="Simplified Protocol Stack for LP-WAN" anchor="FigStack"><artwork><![CDATA[
 Management   Data
+----------+---------+---------+
|   CoAP   |  CoAP   | legacy  |
+----||----+---||----+---||----+
.   UDP    .  UDP    |   UDP   |
................................
.   IPv6   .  IPv6   .  IPv6   .
+------------------------------+
|    SCHC Header compression   |
|      and fragmentation       |
+------------------------------+
|      LPWAN L2 technologies   |
+------------------------------+
         DEV or NGW

]]></artwork></figure>

<t>Note that in some LPWAN technologies, only the Devs have a device ID.
Therefore, when such technologies are used, it is necessary to statically define an IID for the Link Local address for the SCHC C/D.</t>

<figure title="Context Rules" anchor="Fig-fields"><artwork><![CDATA[
Rule 0
 +----------------+--+--+--+---------+--------+------------++------+
 | Field          |FL|FP|DI| Value   | Match  | Comp Decomp|| Sent |
 |                |  |  |  |         | Opera. | Action     ||[bits]|
 +----------------+--+--+--+---------+---------------------++------+
 |IPv6 version    |4 |1 |Bi|6        | equal  | not-sent   ||      |
 |IPv6 DiffServ   |8 |1 |Bi|0        | equal  | not-sent   ||      |
 |IPv6 Flow Label |20|1 |Bi|0        | equal  | not-sent   ||      |
 |IPv6 Length     |16|1 |Bi|         | ignore | comp-length||      |
 |IPv6 Next Header|8 |1 |Bi|17       | equal  | not-sent   ||      |
 |IPv6 Hop Limit  |8 |1 |Bi|255      | ignore | not-sent   ||      |
 |IPv6 DEVprefix  |64|1 |Bi|FE80::/64| equal  | not-sent   ||      |
 |IPv6 DevIID     |64|1 |Bi|         | ignore | DevIID     ||      |
 |IPv6 APPprefix  |64|1 |Bi|FE80::/64| equal  | not-sent   ||      |
 |IPv6 AppIID     |64|1 |Bi|::1      | equal  | not-sent   ||      |
 +================+==+==+==+=========+========+============++======+
 |UDP DEVport     |16|1 |Bi|123      | equal  | not-sent   ||      |
 |UDP APPport     |16|1 |Bi|124      | equal  | not-sent   ||      |
 |UDP Length      |16|1 |Bi|         | ignore | comp-length||      |
 |UDP checksum    |16|1 |Bi|         | ignore | comp-chk   ||      |
 +================+==+==+==+=========+========+============++======+

 Rule 1
 +----------------+--+--+--+---------+--------+------------++------+
 | Field          |FL|FP|DI| Value   | Match  | Action     || Sent |
 |                |  |  |  |         | Opera. | Action     ||[bits]|
 +----------------+--+--+--+---------+--------+------------++------+
 |IPv6 version    |4 |1 |Bi|6        | equal  | not-sent   ||      |
 |IPv6 DiffServ   |8 |1 |Bi|0        | equal  | not-sent   ||      |
 |IPv6 Flow Label |20|1 |Bi|0        | equal  | not-sent   ||      |
 |IPv6 Length     |16|1 |Bi|         | ignore | comp-length||      |
 |IPv6 Next Header|8 |1 |Bi|17       | equal  | not-sent   ||      |
 |IPv6 Hop Limit  |8 |1 |Bi|255      | ignore | not-sent   ||      |
 |IPv6 DEVprefix  |64|1 |Bi|[alpha/64, match- |mapping-sent||  [1] |
 |                |  |  |  |fe80::/64] mapping|            ||      |
 |IPv6 DevIID     |64|1 |Bi|         | ignore | DevIID     ||      |
 |IPv6 APPprefix  |64|1 |Bi|[beta/64,| match- |mapping-sent||  [2] |
 |                |  |  |  |alpha/64,| mapping|            ||      |
 |                |  |  |  |fe80::64]|        |            ||      |
 |IPv6 AppIID     |64|1 |Bi|::1000   | equal  | not-sent   ||      |
 +================+==+==+==+=========+========+============++======+
 |UDP DEVport     |16|1 |Bi|5683     | equal  | not-sent   ||      |
 |UDP APPport     |16|1 |Bi|5683     | equal  | not-sent   ||      |
 |UDP Length      |16|1 |Bi|         | ignore | comp-length||      |
 |UDP checksum    |16|1 |Bi|         | ignore | comp-chk   ||      |
 +================+==+==+==+=========+========+============++======+

 Rule 2
 +----------------+--+--+--+---------+--------+------------++------+
 | Field          |FL|FP|DI| Value   | Match  | Action     || Sent |
 |                |  |  |  |         | Opera. | Action     ||[bits]|
 +----------------+--+--+--+---------+--------+------------++------+
 |IPv6 version    |4 |1 |Bi|6        | equal  | not-sent   ||      |
 |IPv6 DiffServ   |8 |1 |Bi|0        | equal  | not-sent   ||      |
 |IPv6 Flow Label |20|1 |Bi|0        | equal  | not-sent   ||      |
 |IPv6 Length     |16|1 |Bi|         | ignore | comp-length||      |
 |IPv6 Next Header|8 |1 |Bi|17       | equal  | not-sent   ||      |
 |IPv6 Hop Limit  |8 |1 |Up|255      | ignore | not-sent   ||      |
 |IPv6 Hop Limit  |8 |1 |Dw|         | ignore | value-sent ||  [8] |
 |IPv6 DEVprefix  |64|1 |Bi|alpha/64 | equal  | not-sent   ||      |
 |IPv6 DevIID     |64|1 |Bi|         | ignore | DevIID     ||      |
 |IPv6 APPprefix  |64|1 |Bi|gamma/64 | equal  | not-sent   ||      |
 |IPv6 AppIID     |64|1 |Bi|::1000   | equal  | not-sent   ||      |
 +================+==+==+==+=========+========+============++======+
 |UDP DEVport     |16|1 |Bi|8720     | MSB(12)| LSB        || [4]  |
 |UDP APPport     |16|1 |Bi|8720     | MSB(12)| LSB        || [4]  |
 |UDP Length      |16|1 |Bi|         | ignore | comp-length||      |
 |UDP checksum    |16|1 |Bi|         | ignore | comp-chk   ||      |
 +================+==+==+==+=========+========+============++======+


]]></artwork></figure>

<t>All the fields described in the three Rules depicted on <xref target="Fig-fields"/> are present in the IPv6 and UDP headers.  The DevIID-DID value is found in the L2 header.</t>

<t>The second and third Rules use global addresses. The way the Dev learns the prefix is not in the scope of the document.</t>

<t>The third Rule compresses port numbers to 4 bits.</t>

</section>
<section anchor="fragmentation-examples" title="Fragmentation Examples">

<t>This section provides examples for the different fragment reliability modes specified in this document.</t>

<t><xref target="Fig-Example-Unreliable"/> illustrates the transmission in No-ACK mode of an IPv6 packet that needs 11 fragments. FCN is 1 bit wide.</t>

<figure title="Transmission in No-ACK mode of an IPv6 packet carried by 11 fragments" anchor="Fig-Example-Unreliable"><artwork><![CDATA[
        Sender               Receiver
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-------FCN=0-------->|
          |-----FCN=1 + MIC --->|MIC checked: success =>
        
]]></artwork></figure>

<t>In the following examples, N (i.e. the size if the FCN field) is 3 bits. Therefore, the All-1 FCN value is 7.</t>

<t><xref target="Fig-Example-Win-NoLoss-NACK"/> illustrates the transmission in ACK-on-Error of an IPv6 packet that needs 11 fragments, with MAX_WIND_FCN=6 and no fragment loss.</t>

<figure title="Transmission in ACK-on-Error mode of an IPv6 packet carried by 11 fragments, with MAX_WIND_FCN=6 and no loss." anchor="Fig-Example-Win-NoLoss-NACK"><artwork><![CDATA[
        Sender               Receiver
          |-----W=0, FCN=6----->|
          |-----W=0, FCN=5----->|
          |-----W=0, FCN=4----->|
          |-----W=0, FCN=3----->|
          |-----W=0, FCN=2----->|
          |-----W=0, FCN=1----->|
          |-----W=0, FCN=0----->|
      (no ACK)
          |-----W=1, FCN=6----->|
          |-----W=1, FCN=5----->|
          |-----W=1, FCN=4----->|
          |--W=1, FCN=7 + MIC-->|MIC checked: success =>
          |<---- ACK, W=1 ------|

]]></artwork></figure>

<t><xref target="Fig-Example-Rel-Window-NACK-Loss"/> illustrates the transmission in ACK-on-Error mode of an IPv6 packet that needs 11 fragments, with MAX_WIND_FCN=6 and three lost fragments.</t>

<figure title="Transmission in ACK-on-Error mode of an IPv6 packet carried by 11 fragments, with MAX_WIND_FCN=6 and three lost fragments." anchor="Fig-Example-Rel-Window-NACK-Loss"><artwork><![CDATA[
         Sender             Receiver
          |-----W=0, FCN=6----->|
          |-----W=0, FCN=5----->|
          |-----W=0, FCN=4--X-->|
          |-----W=0, FCN=3----->|
          |-----W=0, FCN=2--X-->|             7
          |-----W=0, FCN=1----->|             /
          |-----W=0, FCN=0----->|       6543210
          |<-----ACK, W=0-------|Bitmap:1101011
          |-----W=0, FCN=4----->|
          |-----W=0, FCN=2----->|   
      (no ACK)     
          |-----W=1, FCN=6----->|
          |-----W=1, FCN=5----->|
          |-----W=1, FCN=4--X-->|
          |- W=1, FCN=7 + MIC ->|MIC checked: failed
          |<-----ACK, W=1-------|C=0 Bitmap:1100001
          |-----W=1, FCN=4----->|MIC checked: success =>
          |<---- ACK, W=1 ------|C=1, no Bitmap

]]></artwork></figure>

<t><xref target="Fig-Example-Rel-Window-ACK-NoLoss"/> illustrates the transmission in ACK-Always mode of an IPv6 packet that needs 11 fragments, with MAX_WIND_FCN=6 and no loss.</t>

<figure title="Transmission in ACK-Always mode of an IPv6 packet carried by 11 fragments, with MAX_WIND_FCN=6 and no lost fragment." anchor="Fig-Example-Rel-Window-ACK-NoLoss"><artwork><![CDATA[
        Sender               Receiver
          |-----W=0, FCN=6----->|
          |-----W=0, FCN=5----->|
          |-----W=0, FCN=4----->|
          |-----W=0, FCN=3----->|
          |-----W=0, FCN=2----->|
          |-----W=0, FCN=1----->|
          |-----W=0, FCN=0----->|
          |<-----ACK, W=0-------| Bitmap:1111111
          |-----W=1, FCN=6----->|
          |-----W=1, FCN=5----->|   
          |-----W=1, FCN=4----->|
          |--W=1, FCN=7 + MIC-->|MIC checked: success =>
          |<-----ACK, W=1-------| C=1 no Bitmap
        (End)    

]]></artwork></figure>

<t><xref target="Fig-Example-Rel-Window-ACK-Loss"/> illustrates the transmission in ACK-Always mode of an IPv6 packet that needs 11 fragments, with MAX_WIND_FCN=6 and three lost fragments.</t>

<figure title="Transmission in ACK-Always mode of an IPv6 packet carried by 11 fragments, with
MAX_WIND_FCN=6 and three lost fragments." anchor="Fig-Example-Rel-Window-ACK-Loss"><artwork><![CDATA[
        Sender               Receiver
          |-----W=1, FCN=6----->|
          |-----W=1, FCN=5----->|
          |-----W=1, FCN=4--X-->|
          |-----W=1, FCN=3----->|
          |-----W=1, FCN=2--X-->|             7
          |-----W=1, FCN=1----->|             /
          |-----W=1, FCN=0----->|       6543210
          |<-----ACK, W=1-------|Bitmap:1101011
          |-----W=1, FCN=4----->|
          |-----W=1, FCN=2----->|
          |<-----ACK, W=1-------|Bitmap:
          |-----W=0, FCN=6----->|
          |-----W=0, FCN=5----->|   
          |-----W=0, FCN=4--X-->|
          |--W=0, FCN=7 + MIC-->|MIC checked: failed
          |<-----ACK, W=0-------| C= 0 Bitmap:11000001
          |-----W=0, FCN=4----->|MIC checked: success =>
          |<-----ACK, W=0-------| C= 1 no Bitmap
        (End)    

]]></artwork></figure>

<t><xref target="Fig-Example-Rel-Window-ACK-Loss-Last-A"/> illustrates the transmission in ACK-Always mode of an IPv6 packet that needs 6 fragments, with MAX_WIND_FCN=6, three lost fragments and only one retry needed to recover each lost fragment.</t>

<figure title="Transmission in ACK-Always mode of an IPv6 packet carried by 11 fragments,
with MAX_WIND_FCN=6, three lost framents and only one retry needed for each lost fragment." anchor="Fig-Example-Rel-Window-ACK-Loss-Last-A"><artwork><![CDATA[
          Sender                Receiver
             |-----W=0, FCN=6----->|
             |-----W=0, FCN=5----->|
             |-----W=0, FCN=4--X-->|
             |-----W=0, FCN=3--X-->|
             |-----W=0, FCN=2--X-->|
             |--W=0, FCN=7 + MIC-->|MIC checked: failed
             |<-----ACK, W=0-------|C= 0 Bitmap:1100001
             |-----W=0, FCN=4----->|MIC checked: failed
             |-----W=0, FCN=3----->|MIC checked: failed
             |-----W=0, FCN=2----->|MIC checked: success
             |<-----ACK, W=0-------|C=1 no Bitmap
           (End)
]]></artwork></figure>

<t><xref target="Fig-Example-Rel-Window-ACK-Loss-Last-B"/> illustrates the transmission in ACK-Always mode of an IPv6 packet that needs 6 fragments, with MAX_WIND_FCN=6, three lost fragments, and the second ACK lost.</t>

<figure title="Transmission in ACK-Always mode of an IPv6 packet carried by 11 fragments,
with MAX_WIND_FCN=6, three lost fragments, and the second ACK lost." anchor="Fig-Example-Rel-Window-ACK-Loss-Last-B"><artwork><![CDATA[
          Sender                Receiver
             |-----W=0, FCN=6----->|
             |-----W=0, FCN=5----->|
             |-----W=0, FCN=4--X-->|
             |-----W=0, FCN=3--X-->|
             |-----W=0, FCN=2--X-->|
             |--W=0, FCN=7 + MIC-->|MIC checked: failed
             |<-----ACK, W=0-------|C=0  Bitmap:1100001
             |-----W=0, FCN=4----->|MIC checked: failed
             |-----W=0, FCN=3----->|MIC checked: failed
             |-----W=0, FCN=2----->|MIC checked: success
             |  X---ACK, W=0-------|C= 1 no Bitmap
    timeout  |                     |
             |--W=0, FCN=7 + MIC-->|
             |<-----ACK, W=0-------|C= 1 no Bitmap  

           (End)
]]></artwork></figure>

<t><xref target="Fig-Example-Rel-Window-ACK-Loss-Last-C"/> illustrates the transmission in ACK-Always mode of an IPv6 packet that needs 6 fragments, with MAX_WIND_FCN=6, with three lost fragments, and one retransmitted fragment lost again.</t>

<figure title="Transmission in ACK-Always mode of an IPv6 packet carried by 11 fragments,
with MAX_WIND_FCN=6, with three lost fragments, and one retransmitted fragment lost again." anchor="Fig-Example-Rel-Window-ACK-Loss-Last-C"><artwork><![CDATA[
           Sender                Receiver
             |-----W=0, FCN=6----->|
             |-----W=0, FCN=5----->|
             |-----W=0, FCN=4--X-->|
             |-----W=0, FCN=3--X-->|
             |-----W=0, FCN=2--X-->|
             |--W=0, FCN=7 + MIC-->|MIC checked: failed
             |<-----ACK, W=0-------|C=0 Bitmap:1100001
             |-----W=0, FCN=4----->|MIC checked: failed
             |-----W=0, FCN=3----->|MIC checked: failed
             |-----W=0, FCN=2--X-->|
      timeout|                     |
             |--W=0, FCN=7 + MIC-->|All-0 empty
             |<-----ACK, W=0-------|C=0 Bitmap: 1111101
             |-----W=0, FCN=2----->|MIC checked: success
             |<-----ACK, W=0-------|C=1 no Bitmap
           (End)
]]></artwork></figure>

<t><xref target="Fig-Example-MaxWindFCN"/> illustrates the transmission in ACK-Always mode of an IPv6 packet that needs 28 fragments, with N=5, MAX_WIND_FCN=23 and two lost fragments. Note that MAX_WIND_FCN=23 may be useful when the maximum possible Bitmap size, considering the maximum lower layer technology payload size and the value of R, is 3 bytes. Note also that the FCN of the last fragment of the packet is the one with FCN=31 (i.e. FCN=2^N-1 for N=5, or equivalently, all FCN bits set to 1).</t>

<figure title="Transmission in ACK-Always mode of an IPv6 packet carried by 28 fragments, with N=5,
MAX_WIND_FCN=23 and two lost fragments." anchor="Fig-Example-MaxWindFCN"><artwork><![CDATA[
      Sender               Receiver
        |-----W=0, FCN=23----->|
        |-----W=0, FCN=22----->|
        |-----W=0, FCN=21--X-->|
        |-----W=0, FCN=20----->|
        |-----W=0, FCN=19----->|
        |-----W=0, FCN=18----->|
        |-----W=0, FCN=17----->|
        |-----W=0, FCN=16----->|
        |-----W=0, FCN=15----->|
        |-----W=0, FCN=14----->|
        |-----W=0, FCN=13----->|
        |-----W=0, FCN=12----->|
        |-----W=0, FCN=11----->|
        |-----W=0, FCN=10--X-->|
        |-----W=0, FCN=9 ----->|
        |-----W=0, FCN=8 ----->|
        |-----W=0, FCN=7 ----->|
        |-----W=0, FCN=6 ----->|
        |-----W=0, FCN=5 ----->|
        |-----W=0, FCN=4 ----->|
        |-----W=0, FCN=3 ----->|
        |-----W=0, FCN=2 ----->|
        |-----W=0, FCN=1 ----->|
        |-----W=0, FCN=0 ----->|
        |                      |lcl-Bitmap:110111111111101111111111
        |<------ACK, W=0-------|encoded Bitmap:1101111111111011
        |-----W=0, FCN=21----->|
        |-----W=0, FCN=10----->|
        |<------ACK, W=0-------|no Bitmap
        |-----W=1, FCN=23----->|
        |-----W=1, FCN=22----->|
        |-----W=1, FCN=21----->|
        |--W=1, FCN=31 + MIC-->|MIC checked: sucess =>
        |<------ACK, W=1-------|no Bitmap
      (End)
]]></artwork></figure>

</section>
<section anchor="FSM" title="Fragmentation State Machines">

<t>The fragmentation state machines of the sender and the receiver, one for each of the different reliability modes, are described in the following figures:</t>

<figure title="Sender State Machine for the No-ACK Mode" anchor="Fig-NoACKModeSnd"><artwork><![CDATA[
             +===========+
+------------+  Init     |                                      
|  FCN=0     +===========+                                      
|  No Window                                       
|  No Bitmap                                                      
|                   +-------+           
|          +========+==+    | More Fragments                 
|          |           | <--+ ~~~~~~~~~~~~~~~~~~~~                          
+--------> |   Send    |      send Fragment (FCN=0)                            
           +===+=======+                                                                      
               |  last fragment
               |  ~~~~~~~~~~~~                               
               |  FCN = 1                               
               v  send fragment+MIC
           +============+                                             
           |    END     |                                             
           +============+                       
]]></artwork></figure>

<figure title="Receiver State Machine for the No-ACK Mode" anchor="Fig-NoACKModeRcv"><artwork><![CDATA[
                      +------+ Not All-1
           +==========+=+    | ~~~~~~~~~~~~~~~~~~~
           |            + <--+ set Inactivity Timer
           |  RCV Frag  +-------+
           +=+===+======+       |All-1 &
   All-1 &   |   |              |MIC correct
 MIC wrong   |   |Inactivity    |
             |   |Timer Exp.    |
             v   |              |
  +==========++  |              v
  |   Error   |<-+     +========+==+
  +===========+        |    END    |
                       +===========+

]]></artwork></figure>

<figure title="Sender State Machine for the ACK-Always Mode" anchor="Fig-ACKAlwaysSnd"><artwork><![CDATA[
              +=======+  
              | INIT  |       FCN!=0 & more frags
              |       |       ~~~~~~~~~~~~~~~~~~~~~~
              +======++  +--+ send Window + frag(FCN)
                 W=0 |   |  | FCN-
  Clear local Bitmap |   |  v set local Bitmap
       FCN=max value |  ++==+========+
                     +> |            |
+---------------------> |    SEND    |
|                       +==+===+=====+
|      FCN==0 & more frags |   | last frag
|    ~~~~~~~~~~~~~~~~~~~~~ |   | ~~~~~~~~~~~~~~~
|         set local-Bitmap |   | set local-Bitmap
|   send wnd + frag(all-0) |   | send wnd+frag(all-1)+MIC
|       set Retrans_Timer  |   | set Retrans_Timer
|                          |   |
|Recv_wnd == wnd &         |   |  
|Lcl_Bitmap==recv_Bitmap&  |   |  +----------------------+
|more frag                 |   |  |lcl-Bitmap!=rcv-Bitmap|
|~~~~~~~~~~~~~~~~~~~~~~    |   |  | ~~~~~~~~~            |
|Stop Retrans_Timer        |   |  | Attemp++             v
|clear local_Bitmap        v   v  |                +=====+=+
|window=next_window   +====+===+==+===+            |Resend |
+---------------------+               |            |Missing|
                 +----+     Wait      |            |Frag   |
not expected wnd |    |    Bitmap     |            +=======+
~~~~~~~~~~~~~~~~ +--->+               ++Retrans_Timer Exp  |          
    discard frag      +==+=+===+=+==+=+| ~~~~~~~~~~~~~~~~~ |
                         | |   | ^  ^  |reSend(empty)All-* |   
                         | |   | |  |  |Set Retrans_Timer  |
                         | |   | |  +--+Attemp++           |
MIC_bit==1 &             | |   | +-------------------------+
Recv_window==window &    | |   |   all missing frags sent
             no more frag| |   |   ~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~| |   |   Set Retrans_Timer                
       Stop Retrans_Timer| |   |    
 +=============+         | |   |
 |     END     +<--------+ |   |
 +=============+           |   | Attemp > MAX_ACK_REQUESTS
            All-1 Window & |   | ~~~~~~~~~~~~~~~~~~
             MIC_bit ==0 & |   v Send Abort
   Lcl_Bitmap==recv_Bitmap | +=+===========+
              ~~~~~~~~~~~~ +>|    ERROR    |
                Send Abort   +=============+


]]></artwork></figure>

<figure title="Receiver State Machine for the ACK-Always Mode" anchor="Fig-ACKAlwaysRcv"><artwork><![CDATA[
 Not All- & w=expected +---+   +---+w = Not expected
 ~~~~~~~~~~~~~~~~~~~~~ |   |   |   |~~~~~~~~~~~~~~~~
 Set local_Bitmap(FCN) |   v   v   |discard
                      ++===+===+===+=+      
+---------------------+     Rcv      +--->* ABORT
|  +------------------+   Window     |
|  |                  +=====+==+=====+  
|  |       All-0 & w=expect |  ^ w =next & not-All
|  |     ~~~~~~~~~~~~~~~~~~ |  |~~~~~~~~~~~~~~~~~~~~~
|  |     set lcl_Bitmap(FCN)|  |expected = next window
|  |      send local_Bitmap |  |Clear local_Bitmap
|  |                        |  |    
|  | w=expct & not-All      |  |    
|  | ~~~~~~~~~~~~~~~~~~     |  |
|  | set lcl_Bitmap(FCN)+-+ |  | +--+ w=next & All-0
|  | if lcl_Bitmap full | | |  | |  | ~~~~~~~~~~~~~~~
|  | send lcl_Bitmap    | | |  | |  | expct = nxt wnd
|  |                    v | v  | |  | Clear lcl_Bitmap
|  |  w=expct & All-1 +=+=+=+==+=++ | set lcl_Bitmap(FCN)     
|  |  ~~~~~~~~~~~  +->+    Wait   +<+ send lcl_Bitmap       
|  |    discard    +--|    Next   |   
|  | All-0  +---------+  Window   +--->* ABORT  
|  | ~~~~~  +-------->+========+=++        
|  | snd lcl_bm  All-1 & w=next| |  All-1 & w=nxt
|  |                & MIC wrong| |  & MIC right      
|  |          ~~~~~~~~~~~~~~~~~| | ~~~~~~~~~~~~~~~~~~
|  |      set local_Bitmap(FCN)| |set lcl_Bitmap(FCN)       
|  |          send local_Bitmap| |send local_Bitmap
|  |                           | +----------------------+
|  |All-1 & w=expct            |                        |
|  |& MIC wrong                v   +---+ w=expctd &     |
|  |~~~~~~~~~~~~~~~~~~~~  +====+=====+ | MIC wrong      |
|  |set local_Bitmap(FCN) |          +<+ ~~~~~~~~~~~~~~ |
|  |send local_Bitmap     | Wait End | set lcl_btmp(FCN)|
|  +--------------------->+          +--->* ABORT       |
|                         +===+====+=+-+ All-1&MIC wrong|
|                             |    ^   | ~~~~~~~~~~~~~~~|
|      w=expected & MIC right |    +---+ send lcl_btmp  |                
|      ~~~~~~~~~~~~~~~~~~~~~~ |                         |
|       set local_Bitmap(FCN) | +-+ Not All-1           |
|        send local_Bitmap    | | | ~~~~~~~~~           |
|                             | | |  discard            |
|All-1 & w=expctd & MIC right | | |                     |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~ v | v +----+All-1         |
|set local_Bitmap(FCN)      +=+=+=+=+==+ |~~~~~~~~~     |
|send local_Bitmap          |          +<+Send lcl_btmp |
+-------------------------->+    END   |                |
                            +==========+<---------------+

       --->* ABORT
            ~~~~~~~
            Inactivity_Timer = expires
        When DWN_Link
          IF Inactivity_Timer expires
             Send DWL Request
             Attemp++
                            
]]></artwork></figure>

<figure title="Sender State Machine for the ACK-on-Error Mode" anchor="Fig-ACKonerrorSnd"><artwork><![CDATA[
                   +=======+  
                   |       |  
                   | INIT  |  
                   |       |        FCN!=0 & more frags
                   +======++  +--+  ~~~~~~~~~~~~~~~~~~~~~~
                      W=0 |   |  |  send Window + frag(FCN)
       ~~~~~~~~~~~~~~~~~~ |   |  |  FCN-
       Clear local Bitmap |   |  v  set local Bitmap
            FCN=max value |  ++=============+
                          +> |              |
                             |     SEND     |
 +-------------------------> |              |
 |                           ++=====+=======+
 |         FCN==0 & more frags|     |last frag
 |     ~~~~~~~~~~~~~~~~~~~~~~~|     |~~~~~~~~~~~~~~~~~
 |            set local-Bitmap|     |set local-Bitmap
 |      send wnd + frag(all-0)|     |send wnd+frag(all-1)+MIC
 |           set Retrans_Timer|     |set Retrans_Timer
 |                            |     |
 |Retrans_Timer expires &     |     |   lcl-Bitmap!=rcv-Bitmap
 |more fragments              |     |   ~~~~~~~~~~~~~~~~~~~~~~
 |~~~~~~~~~~~~~~~~~~~~        |     |   Attemp++        
 |stop Retrans_Timer          |     |  +-----------------+
 |clear local-Bitmap          v     v  |                 v
 |window = next window  +=====+=====+==+==+         +====+====+
 +----------------------+                 +         | Resend  |
 +--------------------->+    Wait Bitmap  |         | Missing |
 |                  +-- +                 |         | Frag    |
 | not expected wnd |   ++=+===+===+===+==+         +======+==+
 | ~~~~~~~~~~~~~~~~ |    ^ |   |   |   ^                   |
 |    discard frag  +----+ |   |   |   +-------------------+
 |                         |   |   |     all missing frag sent
 |Retrans_Timer expires &  |   |   |     ~~~~~~~~~~~~~~~~~~~~~
 |       No more Frag      |   |   |     Set Retrans_Timer
 | ~~~~~~~~~~~~~~~~~~~~~~~ |   |   |   
 |  Stop Retrans_Timer     |   |   |  
 |  Send ALL-1-empty       |   |   |
 +-------------------------+   |   |
                               |   |
      Local_Bitmap==Recv_Bitmap|   |
      ~~~~~~~~~~~~~~~~~~~~~~~~~|   |Attemp > MAX_ACK_REQUESTS
 +=========+Stop Retrans_Timer |   |~~~~~~~~~~~~~~~~~~~~~~~
 |   END   +<------------------+   v  Send Abort
 +=========+                     +=+=========+
                                 |   ERROR   |
                                 +===========+                                      
]]></artwork></figure>

<figure title="Receiver State Machine for the ACK-on-Error Mode" anchor="Fig-ACKonerrorRcv"><artwork><![CDATA[
   Not All- & w=expected +---+   +---+w = Not expected
   ~~~~~~~~~~~~~~~~~~~~~ |   |   |   |~~~~~~~~~~~~~~~~
   Set local_Bitmap(FCN) |   v   v   |discard
                        ++===+===+===+=+
+-----------------------+              +--+ All-0 & full
|            ABORT *<---+  Rcv Window  |  | ~~~~~~~~~~~~
|  +--------------------+              +<-+ w =next
|  |     All-0 empty +->+=+=+===+======+ clear lcl_Bitmap
|  |     ~~~~~~~~~~~ |    | |   ^
|  |     send bitmap +----+ |   |w=expct & not-All & full
|  |                        |   |~~~~~~~~~~~~~~~~~~~~~~~~
|  |                        |   |set lcl_Bitmap; w =nxt
|  |                        |   |     
|  |      All-0 & w=expect  |   |     w=next   
|  |      & no_full Bitmap  |   |    ~~~~~~~~  +========+
|  |      ~~~~~~~~~~~~~~~~~ |   |    Send abort| Error/ |
|  |      send local_Bitmap |   |  +---------->+ Abort  |
|  |                        |   |  | +-------->+========+
|  |                        v   |  | |   all-1       ^
|  |    All-0 empty    +====+===+==+=+=+ ~~~~~~~     |        
|  |  ~~~~~~~~~~~~~ +--+    Wait       | Send abort  |
|  |  send lcl_btmp +->| Missing Fragm.|             |
|  |                   +==============++             |
|  |                                  +--------------+
|  |                                   Uplink Only &
|  |                             Inactivity_Timer = expires
|  |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~
|  |                              Send Abort
|  |All-1 & w=expect & MIC wrong     
|  |~~~~~~~~~~~~~~~~~~~~~~~~~~~~      +-+  All-1       
|  |set local_Bitmap(FCN)             | v  ~~~~~~~~~~  
|  |send local_Bitmap     +===========+==+ snd lcl_btmp
|  +--------------------->+   Wait End   +-+           
|                         +=====+=+====+=+ | w=expct &  
|       w=expected & MIC right  | |    ^   | MIC wrong
|       ~~~~~~~~~~~~~~~~~~~~~~  | |    +---+ ~~~~~~~~~
|  set & send local_Bitmap(FCN) | | set lcl_Bitmap(FCN)
|                               | |                    
|All-1 & w=expected & MIC right | +-->* ABORT          
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ v                      
|set & send local_Bitmap(FCN) +=+==========+           
+---------------------------->+     END    |
                              +============+   
            --->* ABORT
                 Only Uplink
                 Inactivity_Timer = expires 
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Send Abort                                                    
]]></artwork></figure>

</section>
<section anchor="SCHCParams" title="SCHC Parameters - Ticket #15">

<t>This section gives the list of parameters that need to be defined in the technology-specific documents.</t>

<t><list style="symbols">
  <t>Define the most common uses case and how SCHC may be deployed.</t>
  <t>LPWAN Architecture. Explain the SCHC entities (Compression and Fragmentation), how/where they are represented in the corresponding technology architecture. If applicable, explain the various potential channel conditions for the technology and the corresponding recommended use of C/D and F/R.</t>
  <t>L2 fragmentation decision</t>
  <t>Technology developers must evaluate that L2 has strong enough integrity checking to match SCHC’s assumption.</t>
  <t>Rule ID numbering system, number of Rules</t>
  <t>Size of the Rule IDs</t>
  <t>The way the Rule ID is sent (L2 or L3) and how (describe)</t>
  <t>Fragmentation delivery reliability mode used in which cases (e.g. based on link channel condition)</t>
  <t>Define the number of bits for FCN (N) and DTag (T)</t>
  <t>in particular, is interleaved packet transmission supported and to what extent</t>
  <t>The MIC algorithm to be used and the size, if different from the default CRC32</t>
  <t>Retransmission Timer duration</t>
  <t>Inactivity Timer duration</t>
  <t>Define MAX_ACK_REQUEST (number of attempts)</t>
  <t>Padding: size of the L2 Word (for most technologies, a byte; for some technologies, a bit). Value of the padding bits (1 or 0).
The value of the padding bits needs to be specified because the padding bits are included in the MIC calculation.</t>
  <t>Take into account that the length of Rule ID + N + T + W when possible is good to have a multiple of 8 bits to complete a byte and avoid padding</t>
  <t>In the ACK format to have a length for Rule ID + T + W bit into a complete number of byte to do optimization more easily</t>
  <t>The technology documents will describe if Rule ID is constrained by any alignment</t>
  <t>When fragmenting in ACK-on-Error or ACK-Always mode, it is expected that the last window (called All-1 window) will not be
fully utilised, i.e. there won’t be fragments with all FCN values from MAX_WIND_FCN downto 1 and finally All-1.
It is worth noting that this document does not mandate that other windows (called All-0 windows) are fully utilised either.
This document purposely does not specify that All-1 windows use Bitmaps with the same number of bits as All-0 windows do.
By default, Bitmaps for All-0 and All-1 windows are of the same size MAX_WIND_FCN + 1. But a technology-specific document
MAY revert that decision. The rationale for reverting the decision could be the following: Note that the SCHC ACK sent as a
response to an All-1 fragment includes a C bit that SCHC ACK for other windows don’t have. Therefore, the SCHC ACK for the
All-1 window is one bit bigger. An L2 technology with a severely constrained payload size might decide that this “bump” in
the SCHC ACK for the last fragment is a bad resource usage. It could thus mandate that the All-1 window is not allowed to use
the FCN value 1 and that the All-1 SCHC ACK Bitmap size is reduced by 1 bit. This provides room for the C bit without creating
a bump in the SCHC ACK.</t>
</list></t>

<t>And the following parameters need to be addressed in another document but not forcely in the technology-specific one:</t>

<t><list style="symbols">
  <t>The way the contexts are provisioning</t>
  <t>The way the Rules as generated</t>
</list></t>

</section>
<section anchor="note" title="Note">
<t>Carles Gomez has been funded in part by the Spanish Government (Ministerio de Educacion, Cultura y Deporte) through the Jose
Castillejo grant CAS15/00336, and by the ERDF and the Spanish Government through project TEC2016-79988-P.  Part of his contribution to this work has been carried out during his stay as a visiting scholar at the Computer Laboratory of the University of Cambridge.</t>

</section>


  </back>

<!-- ##markdown-source:
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
jb6rrwV98eLYqEzy5l1uKlMuaODORXkIKJtltUXiHFZd6BRUaqyCQqNoKFDA
3fOKb8YDBg/2fcMqyLUe7dmYnG+LjWbSfSDrf/YcPSe0f7H4J97uM9vIKRCn
qGQbL46PMLIkzDTZePHS+9DyJzZevKGPE0lT2cbRMX0nEVQ/0KVvnP5AH/bi
tbONV683+66JZBJftnF4dLDp2ace9+149/z5/WiV9YQO+WStyo/Ot8+wFBhl
aCl82+sXAku5HX2OpZCxikCit4zduyyDlwKjeLYe+8f9JPy18d80yi3D3+7t
i5e3L97cHh3f+tB124OqWwQlgSEEntvPv5a9v4m1oDUrI6uW/AN/yGcI2PZr
lv7ks63lsZ3Lyc84l8+xlMd98+i9f25Hv+/NdN+fx5EPGsm32v6GCZ3IsGQQ
PGB8s/QNM9BdYnEBqmtEVa7C2Ff4AgTlKfvXJQuQmLyKVyIFxOawunk8DYLj
mQERQw5Mg8PBqWcgCF6VdePyjKJkRI2ZZb0wwaPI2gkszBmGWFOwKnzkBOGE
Rc650+didVEOT6pzabrGNYozKecwpc4q5x94QDR7FjqB56K+CYK1JtA2/GTr
dk8LHYc7Gdp4sBlJNOK1sIQwDdLXw9RNLc4r+prFHjvPG+azgFS37zJaQXRi
8k6pkEuuQi0ZkVrPrDeVlxHryQcusTaVluoSUbWoJxtXckk35Tk3JDF1U424
M8t0ZXh1NSuIFbacN1qQ71hyVHtvqm/tl0ktpUFpYr+WjVq9RGlcig1RM2Xx
miiRYYNTtThNi/Jn1UJjl6A2ujNnLUsFb7g7CcSzfS1R2GGapyaqcsG9yWSJ
NStQOyyrnq2Fi7MKbFGQJz6fzdF0jVEYKPy2furcdvbijcXka448vdRQTTmW
i3tQH2XF0znmMInTE3azDY5epcFwLKkkMyh4esvwqIIZPjbI5nSHxWB6imf+
UPMQ1S/7Vfb9m5fHJ/+Cuf6b+0PjqTIjvhExK6v6zRd7Y34O0aMOFosxT3H0
+v0JT3J0/bMmMUIPY+s0MKNM8+3x0fHb54dYsOrgZbbxbblyrvQ0XsET0ues
wAknU8RqgFpA+JZdhuaPhbhhUK80GpbMakdgCcYV0oK4Xd1IxjpmDV9Q5coO
UxBdvbiwumfZudJxkmIrORtIWMgLozVXYaAle9A38qbJb8bEq2TcsRli8uyf
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

-->

</rfc>

