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


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc strict="yes"?>
<?rfc compact="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-lpwan-schc-over-nbiot-09" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="LPWAN SCHC NB-IoT">SCHC over NBIoT</title>

    <author initials="E." surname="Ramos" fullname="Edgar Ramos">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>Hirsalantie 11</street>
          <city>02420 Jorvas, Kirkkonummi</city>
          <country>Finland</country>
        </postal>
        <email>edgar.ramos@ericsson.com</email>
      </address>
    </author>
    <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>

    <date year="2022" month="June" day="28"/>

    <area>Internet</area>
    <workgroup>lpwan Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>The Static Context Header Compression and Fragmentation (SCHC) specification describes header compression and fragmentation
functionalities for LPWAN (Low Power Wide Area Networks) technologies.
The Narrowband Internet of Things (NB-IoT) architecture may adapt SCHC to improve its capacities.</t>

<t>This document describes the use of SCHC over the NB-IoT wireless access and provides recommendations for the use cases and efficient parameterization.</t>



    </abstract>



  </front>

  <middle>


<section anchor="Introduction"><name>Introduction</name>

<t>The Static Context Header Compression (SCHC) <xref target="RFC8724"/> defines a header compression scheme and fragmentation functionality
suitable for the Low Power Wide Area Networks (LPWAN) networks described in <xref target="RFC8376"/>.
In a Narrowband Internet of Things (NB-IoT) network, header compression efficiently brings Internet connectivity to the Device-User Equipment (Dev-UE).
This document describes the SCHC parameters that support the static context header compression and fragmentation over the NB-IoT wireless access.
This document assumes functionality for NB-IoT of 3GPP release 15  <xref target="_3GPPR15"/>. Otherwise, the text explicitly mentions other versions' functionality.</t>

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

<t>This document will follow the terms defined in <xref target="RFC8724"/>, in <xref target="RFC8376"/>, and the <xref target="TR23720"/>.</t>

<t><list style="symbols">
  <t>CIoT. Cellular IoT.</t>
  <t>NGW-C-SGN. Network Gateway - CIoT Serving Gateway Node.</t>
  <t>Dev-UE. Device - User Equipment.</t>
  <t>RGW-eNB. Radio Gateway - Node B. Base Station that controls the UE.</t>
  <t>EPC. Evolved Packet Connectivity. Core network of 3GPP LTE systems.</t>
  <t>EUTRAN. Evolved Universal Terrestrial Radio Access Network. Radio access network of LTE-based systems.</t>
  <t>NGW-MME. Network Gateway - Mobility Management Entity. An entity in charge of handling mobility of the Dev-UE.</t>
  <t>NB-IoT. Narrowband IoT. A 3GPP LPWAN technology based on the LTE architecture but with additional optimization for IoT and using a Narrowband spectrum frequency.</t>
  <t>NGW-SGW. Network Gateway - Serving Gateway. It routes and forwards the user data packets through the access network.</t>
  <t>HSS. Home Subscriber Server. It is a database that performs mobility management.</t>
  <t>NGW-PGW. Network Gateway - Packet Data Node Gateway. An interface between the internal with the external network.</t>
  <t>PDU. Protocol Data Unit. A data packet including headers that are transmitted between entities through a protocol.</t>
  <t>SDU. Service Data Unit. A data packet (PDU) from higher layer protocols used by lower layer protocols as a payload of their own PDUs.</t>
  <t>IWK-SCEF. InterWorking Service Capabilities Exposure Function. It is used in roaming scenarios, it is located in the Visited PLMN and serves for interconnection with the SCEF of the Home PLMN.</t>
  <t>NGW-SCEF. Network Gateway - Service Capability Exposure Function. EPC node for exposure of 3GPP network service capabilities to 3rd party applications.</t>
</list></t>

</section>
<section anchor="architecture"><name>Architecture</name>

<t>The Narrowband Internet of Things (NB-IoT) architecture has a complex structure.
It relies on different NGWs from different providers. It can send data via different paths, each with different characteristics in terms of bandwidths, acknowledgments, and layer two reliability and segmentation.</t>

<t><xref target="Figure-Archi"/> shows this architecture, where the Network Gateway Cellular Internet of Things Serving Gateway Node (NGW-CSGN) optimizes co-locating entities in different paths. For example, a Dev-UE using the path formed by the Network Gateway Mobility Management Entity (NGW-MME), the NGW-CSGW, and Network Gateway Packet Data Node Gateway (NGW-PGW) may get a limited bandwidth transmission from a few bytes/s to one thousand bytes/s only.</t>

<t>Another node introduced in the NB-IoT architecture is the Network Gateway Service Capability Exposure Function (NGW-SCEF),
which securely exposes service and network capabilities to entities external to the network operator. OMA and OneM2M define the northbound APIS
<xref target="TR33203"/>. In this case, the path is small for data transmission. The main functions of the NGW-SCEF are Connectivity path and Device Monitoring.</t>

<figure title="3GPP network architecture" anchor="Figure-Archi"><artwork><![CDATA[
  +---+                            +------+
  |Dev| \              +-----+ ----| HSS  |    
  |-UE|  \             | NGW |     +------+
  +---+  |             |-MME |\__
          \          / +-----+   \   
  +---+    \+-----+ /    |       +------+
  |Dev| ----| RGW |-     |       | NGW- |
  |-UE|     |-eNB |      |       | SCEF |---------+
  +---+    /+-----+ \    |       +------+         |
          /          \ +------+                   |
         /            \| NGW- |  +-----+   +-----------+
  +---+ /              | CSGW |--| NGW-|---|Application|
  |Dev|                |      |  | PGW |   |   Server  |
  |-UE|                +------+  +-----+   +-----------+
  +---+


]]></artwork></figure>

</section>
<section anchor="data-transmission-in-the-3gpp-architecture"><name>Data Transmission in the 3GPP Architecture</name>

<t>NB-IoT networks deal with end-to-end user data and in-band signaling between the nodes and functions to configure, control, and monitor the system functions and behaviors. The signaling data uses a different path with specific protocols, handling processes, and entities but can transport end-to-end user data for IoT services. In contrast, the end-to-end application only transports end-to-end data.</t>

<t>The maximum recommended 3GPP MTU size is 1358 Bytes. The radio network protocols limit the packet sizes over the air, including radio protocol overhead, to 1600 Bytes. However, the recommended MTU is smaller to avoid fragmentation in the network backbone due to the payload encryption size (multiple of 16) and the additional core transport overhead handling.</t>

<t>3GPP standardizes NB-IoT and, in general, the cellular technologies interfaces and functions. Therefore the introduction of SCHC entities to Dev-UE, RGW-eNB, and NGW-CSGN needs to be specified in the NB-IoT standard, which implies that the standard specifying SCHC support would not be backward compatible. A terminal or a network supporting a version of the standard without SCHC or implementation capability (in case of not being standardized as mandatory capability) cannot utilize SCHC with this approach.</t>

<t>SCHC could be deployed differently depending on where the header compression and the fragmentation are applied. The SCHC functionalities can only be used over the radio transmission between the Dev-UE and the RGW-eNB. Alternatively, the packets transmitted over the path can use SCHC. When the transmissions go over the NGW-MME or NGW-SCEF, the NGW-CSGN uses the SCHC entity. For these two cases, the functions need to be standardized by 3GPP.</t>

<t>Another possibility is to apply SCHC functionalities to the end-to-end connection or at least up to the operator network edge. SCHC functionalities are available in the application layer of the Dev-UE and the Application Servers or a broker function at the edge of the operator network. The radio network transmits the packets as non-IP traffic using IP tunneling or SCEF services. Since this option does not necessarily require 3GPP standardization, it is possible to also benefit legacy devices with SCHC by using the non-IP transmission features of the operator network.</t>

<section anchor="Radio"><name>Use of SCHC over the Radio link</name>

<t>Deploying SCHC over the radio link only would require placing it as part of the protocol stack for data transfer between the Dev-UE and the RGW-eNB. This stack is the functional layer responsible for transporting data over the wireless connection and managing radio resources. There is support for features such as reliability, segmentation, and concatenation. The transmissions use link adaptation, meaning that the system will optimize the transport format used according to the radio conditions, the number of bits to transmit, and the power and interference constraints. That means that the number of bits transmitted over the air depends on the selected Modulation and Coding Schemes (MCS). Transport Block (TB) transmissions happen in the physical layer at network synchronized intervals called Transmission Time Interval (TTI). Each Transport Block has a different MCS and number of bits available to transmit. The MAC layer <xref target="TR36321"/> defines the Transport Blocks' characteristics. The Radio link stack shown in <xref target="Fig-ProtocolArchi3"/> comprises the Packet Data Convergence Protocol (PDCP) <xref target="TS36323"/>, Radio Link Protocol (RLC) <xref target="TS36322"/>, Medium Access Control protocol (MAC) <xref target="TR36321"/>, and the Physical Layer <xref target="TS36201"/>. The Appendix gives more details about these protocols.</t>

<section anchor="schc-entities-placing"><name>SCHC Entities Placing</name>
<t>The current architecture supports header compression in the PDCP layer using RoHC <xref target="RFC5795"/>. Therefore the architecture can deploy SCHC header compression entities similarly without the need for significant changes in the 3GPP specifications.</t>

<t>In this scenario, the RLC layer takes care of fragmentation unless for the Transparent Mode. When packets exceed the Transport Block size at transmission, SCHC fragmentation is unnecessary and should not be used to avoid the additional protocol overhead. The RLC Transparent Mode is not commonly used while sending IP packets in the Radio link. However, given the case in the future, SCHC fragmentation may be used. In that case, a SCHC tile would match the minimum transport block size minus the PDCP and MAC headers.</t>

<figure title="SCHC over the Radio link" anchor="Fig-ProtocolArchi3"><artwork><![CDATA[
  +---------+                              +---------+  |
  |IP/non-IP+------------------------------+IP/non-IP+->+
  +---------+   |   +---------------+   |  +---------+  |
  | PDCP    +-------+ PDCP  | GTP|U +------+ GTP-U   |->+
  | (SCHC)  +       + (SCHC)|       +      +         |  |           
  +---------+   |   +---------------+   |  +---------+  |
  | RLC     +-------+ RLC   |UDP/IP +------+ UDP/IP  +->+
  +---------+   |   +---------------+   |  +---------+  |
  | MAC     +-------+ MAC   | L2    +------+ L2      +->+
  +---------+   |   +---------------+   |  +---------+  |
  | PHY     +-------+ PHY   | PHY   +------+ PHY     +->+
  +---------+       +---------------+      +---------+  |
             C-Uu/                    S1-U             SGi
    Dev-UE               RGW-eNB             NGW-CSGN
            Radio Link

]]></artwork></figure>

</section>
</section>
<section anchor="DONAS"><name>Use of SCHC over the No-Access Stratum (NAS)</name>
<t>The NGW-MME conveys mainly control signaling between the Dev-UE and the cellular network <xref target="TR24301"/>. The network transports this traffic on top of the radio link.</t>

<t>This kind of flow supports data transmissions to reduce the overhead when transmitting infrequent small quantities of data. This transmission is known as Data over No-Access Stratum (DoNAS) or Control Plane CIoT EPS optimization. In DoNAS, the Dev-UE uses the pre-established security and can piggyback small uplink data into the initial uplink message and uses an additional message to receive a downlink small data response.</t>

<t>The NGW-MME performs the data encryption from the network side in a DoNAS PDU. Depending on the data type signaled indication (IP or non-IP data), the network allocates an IP address or establishes a direct forwarding path.
DoNAS is regulated under rate control upon previous agreement, meaning that a maximum number of bits per unit of time is agreed upon per device subscription beforehand and configured in the device.</t>

<t>The system will use DoNAS when a terminal in a power-saving state requires a short transmission and receives an acknowledgment or short feedback from the network. Depending on the size of buffered data to transmit, the Dev-UE might deploy the connected mode transmissions instead, limiting and controlling the DoNAS transmissions to predefined thresholds and a good resource optimization balance for the terminal and the network. The support for mobility of DoNAS is present but produces additional overhead. The Appendix gives additional details of DoNAS.</t>

<section anchor="schc-entities-placing-1"><name>SCHC Entities Placing</name>
<t>In this scenario, SCHC may reside in the Non-Access Stratum (NAS) protocol layer. The same principles as for Radio link transmissions apply here as well. Because the NAS protocol already uses RoHC it can adapt SCHC for header compression too. The main difference compared to the radio link is the physical placing of the SCHC entities. On the network side, the NGW-MME resides in the core network and is the terminating node for NAS instead of the RGW-eNB.</t>

<figure title="SCHC entities placement in the 3GPP CIOT radio protocol architecture for DoNAS transmissions" anchor="Fig-ProtocolArchi4"><artwork><![CDATA[
+--------+                       +--------+--------+  +  +--------+
| IP/    +--+-----------------+--+  IP/   |   IP/  +-----+   IP/  |
| Non-IP |  |                 |  | Non-IP | Non-IP |  |  | Non-IP |
+--------+  |                 |  +-----------------+  |  +--------+
| NAS    +-----------------------+   NAS  |GTP-C/U +-----+GTP-C/U |
|(SCHC)  |  |                 |  | (SCHC) |        |  |  |        |
+--------+  |  +-----------+  |  +-----------------+  |  +--------+
| RRC    +-----+RRC  |S1|AP+-----+ S1|AP  |        |  |  |        |
+--------+  |  +-----------+  |  +--------+  UDP   +-----+  UDP   |
| PDCP*  +-----+PDCP*|SCTP +-----+ SCTP   |        |  |  |        |
+--------+  |  +-----------+  |  +-----------------+  |  +--------+
| RLC    +-----+ RLC | IP  +-----+ IP     | IP     +-----+ IP     |
+--------+  |  +-----------+  |  +-----------------+  |  +--------+
| MAC    +-----+ MAC | L2  +-----+ L2     | L2     +-----+ L2     |
+--------+  |  +-----------+  |  +-----------------+  |  +--------+
| PHY    +--+--+ PHY | PHY +--+--+ PHY    | PHY    +-----+ PHY    |
+--------+     +-----+-----+     +--------+--------+  |  +--------+
           C-Uu/           S1-lite                   SGi
 Dev-UE           RGW-eNB               NGW-MME             NGW-PGW



    *PDCP is bypassed until AS security is activated TGPP36300.


]]></artwork></figure>

</section>
<section anchor="Radio-Parameters"><name>Parameters for Static Context Header Compression and Fragmentation (SCHC) for the Radio and DONAS.</name>

<t>These scenarios MUST use SCHC header compression capability to improve the transmission of IPv6 packets. The 3GPP Architecture currently provides Header Compression using the <xref target="RFC5795"/>, but using SCHC for IoT applications MUST be considered to improve the device's connectivity.</t>

<t><list style="symbols">
  <t>SCHC Context initialization
RRC (Radio Resource Control) protocol is the main tool used to configure the parameters of the Radio link. It will configure SCHC and the static context distribution as it has made for RoHC operation <xref target="TS36323"/>.</t>
  <t>SCHC Rules
The network operator in these scenarios defines the number of rules in a context. The operator must be aware of the type of IP traffic that the device will carry out. Implying that the operator might use provision sets of rules compatible with the use case of the device. For devices acting as gateways to other devices, several rules may match the diversity of devices and protocols used by the devices associated with the gateway. Meanwhile, simpler devices (for example, an electricity meter) may have a predetermined set of fixed protocols and parameters. Additionally, the deployment of IPv6 addresses may force different rules to deal with each case.</t>
  <t>RuleID
There is a reasonable assumption of 9 bytes of radio protocol overhead for these transmission scenarios in NB-IoT, where PDCP uses 5 bytes due to header and integrity protection, and  RLC and MAC use 4 bytes. The minimum physical Transport Blocks (TB) that can withhold this overhead value according to 3GPP Release 15 specifications are 88, 104, 120, and 144 bits.
A transmission optimization may require only one physical layer transmission. SCHC overhead should not exceed the available number of effective bits of the smallest physical TB available.
The packets handled by 3GPP networks are byte-aligned, and therefore the minimum payload possible (including padding) is 8 bits. Thus to use the smallest TB, the maximum SCHC header size is 12 bits.
These 12 bits must include the Compression Residue in addition to the RuleID. On the other hand, more complex NB-IoT devices (such as a capillarity gateway) might require additional bits to handle the variety and multiple parameters of higher-layer protocols deployed. In that sense, the operator may want to have flexibility on the number and type of rules supported by each device independently, and consequently, these scenarios require a configurable value.
The configuration may be part of the operation profile agreed together with the content distribution. The RuleID field size may range from 2 bits, resulting in 4 rules to an 8-bit value that would yield up to 256 rules that can be used together with the operators and seems quite a reasonable maximum limit even for a device acting as a NAT.
An application may use a larger RuleID, but it should consider the byte-alignment of the expected Compression Residue. In the minimum TB size case, 2 bits of RuleID leave only 6 bits available for Compression Residue.</t>
  <t>SCHC MAX_PACKET_SIZE
The Radio Link can handle the fragmentation of SCHC packets if needed, including reliability. Hence the packet size is limited by the MTU handled by the radio protocols, which corresponds to 1600 bytes for 3GPP Release 15.</t>
  <t>Fragmentation
For the <xref target="Radio"/> and <xref target="DONAS"/> scenarios, the SCHC fragmentation functions are disabled. The RLC layer of NB-IoT can segment packets in suitable units that fit the selected transport blocks for transmissions of the physical layer. The block selection is made according to the link adaptation input function in the MAC layer and the quantity of data in the buffer. The link adaptation layer may produce different results at each Time Transmission Interval (TTI), resulting in varying physical transport blocks that depend on the network load, interference, number of bits transmitted, and QoS. Even if setting a value that allows the construction of data units following the SCHC tiles principle, the protocol overhead may be greater or equal to allowing the Radio link protocols to take care of the fragmentation natively.</t>
  <t>Fragmentation in RLC Transparent Mode
If RLC operates in Transparent Mode, there could be a case to activate a fragmentation function together with a light reliability function such as the ACK-Always mode. In practice, it is uncommon to transmit radio link data using this configuration. It mainly targets signaling transmissions. In those cases, the MAC layer mechanisms ensure reliability, such as repetitions or automatic retransmissions, and additional reliability might only generate protocol overhead.</t>
</list></t>

<t>SCHC may reduce radio network protocol overhead in future operations, support reliable transmissions, and transmit compressed data with fewer possible transmissions by using fixed or limited transport blocks compatible with the tiling SCHC fragmentation handling. For SCHC fragmentation parameters see section <xref target="Config"/>.</t>

</section>
</section>
<section anchor="end-to-end-compression"><name>End-to-End Compression</name>
<t>The Non-IP Data Delivery (NIDD) services of 3GPP enable the transmission of SCHC packets compressed by the application layer. The packets can be delivered using IP-tunnels to the 3GPP network or NGW-SCEF functions (i.e., API calls). In both cases, as compression occurs before transmission, the network will not understand the packet, and the network does not have context information of this compression. Therefore the network will treat the packet as Non-IP traffic and deliver it to the other side without any other protocol stack element, directly under the L2.</t>

<section anchor="schc-entities-placing-2"><name>SCHC Entities Placing</name>
<t>In the two scenarios using End-to-End compression, SCHC entities are located almost on top of the stack. The NB-IoT connectivity services implement SCHC in the Dev, an in the Application Server. The IP tunneling scenario requires that the Application Server send the compressed packet over an IP connection terminated by the 3GPP core network. If the transmission uses the NGW-SCEF services, it is possible to utilize an API call to transfer the SCHC packets between the core network and the Application Server. Also, an IP tunnel could be established by the Application Server if negotiated with the NGW-SCEF.</t>

<figure title="SCHC entities placed when using Non-IP Delivery (NIDD) 3GPP Sevices" anchor="Fig--NIDD"><artwork><![CDATA[

+---------+       XXXXXXXXXXXXXXXXXXXXXXXX             +--------+
| SCHC    |      XXX                    XXX            | SCHC   |
|(Non-IP) +-----XX........................XX....+--*---+(Non-IP)|
+---------+    XX                  +----+  XX   |  |   +--------+
|         |    XX                  |SCEF+-------+  |   |        |
|         |   XXX     3GPP RAN &   +----+  XXX     +---+  UDP   |
|         |   XXX    CORE NETWORK          XXX     |   |        |
|  L2     +---+XX                  +------------+  |   +--------+
|         |     XX                 |IP TUNNELING+--+   |        |
|         |      XXX               +------------+  +---+  IP    |
+---------+       XXXX                 XXXX        |   +--------+
| PHY     +------+ XXXXXXXXXXXXXXXXXXXXXXX         +---+  PHY   |
+---------+                                            +--------+
   UE                                                       AS



]]></artwork></figure>

</section>
<section anchor="Config"><name>Parameters for Static Context Header Compression and Fragmentation (SCHC)</name>

<t>These scenarios may use SCHC header compression capability to improve the transmission of IPv6 packets. The use of SCHC for IoT applications MUST be considered to enhance device connectivity.</t>

<t><list style="symbols">
  <t>SCHC Context initialization.
The application layer handles the static context; consequently, the context distribution must be according to the application's capabilities, perhaps utilizing IP data transmissions up to context initialization. Also,
the static contexts delivery may use the same IP tunneling or NGW-SCEF services used later for the SCHC packets transport.</t>
  <t>SCHC Rules.
Even when the transmission content is not visible for the 3GPP network, the same limitations as for <xref target="Radio"/> and <xref target="DONAS"/> transmissions apply in these scenarios in terms of aiming to use the minimum number of transmissions and minimize the protocol overhead.</t>
  <t>Rule ID
Similar to the case of <xref target="Radio"/> and <xref target="DONAS"/>, these scenarios can dynamically set the RuleID size before the context delivery. For example, negotiate between the applications when choosing a profile according to the type of traffic and application deployed. The same considerations related to the transport block size and performance mentioned for the <xref target="Radio"/> and <xref target="DONAS"/> must be followed when choosing a size value for the RuleID field.</t>
  <t>SCHC MAX_PACKET_SIZE
In these scenarios, the maximum recommended MTU size is 1358 Bytes since the SCHC packets (and fragments) are traversing the whole 3GPP network infrastructure (core and radio), not only the radio as the IP transmissions case.</t>
  <t>Fragmentation
Packets larger than 1358 bytes need the SCHC fragmentation function. Since the 3GPP uses reliability functions, the No-ACK fragmentation mode may be enough in point-to-point connections. Nevertheless, additional considerations are described below for more complex cases.</t>
  <t>Fragmentation modes
A global service assigns a QoS to the packets depending on the billing. Packets with very low QoS may get lost before arriving in the 3GPP radio network transmission, for example, in between the links of a capillarity gateway or due to buffer overflow handling in a backhaul connection.
The use of SCHC fragmentation with the ACK-on-Error mode is recommended to secure additional reliability on the packets transmitted with a small trade-off on further transmissions to signal the end-to-end arrival of the packets if no transport protocol takes care of retransmission.<br />
Also, the ACK-on-Error mode is even desirable to keep track of all the SCHC packets delivered. In that case, the fragmentation function could be active for all packets transmitted by the applications.
SCHC ACK-on-Error fragmentation may be active in transmitting non-IP packets on the NGW-MME. A non-IP packet will use SCHC reserved RuleID for non-compressing packets as <xref target="RFC8724"/> allows it.</t>
  <t>Fragmentation Parameters
SCHC profile will have specific Rules for the fragmentation modes. The rule will identify, which fragmentation mode is in use,
and section <xref target="Radio-Parameters"/> defines the RuleID size.</t>
</list></t>

<t>SCHC parametrization considers that NBIoT aligns the bit and uses padding and the size of the Transfer Block. SCHC will try to reduce padding to optimize the compression of the information. The Header size needs to be multiple of 4, and the Tiles may keep a fixed value of 4 or 8 bits to avoid padding except for transfer block equals 16 bits where Tiles may be 2 bits. The transfer block size has a wide range of values. Two configurations are recommended for the fragmentation parameters.</t>

<t><list style="symbols">
  <t>For Transfer Blocks smaller or equal to 304bits using an 8 bits-Header_size configuration, with the size of the header fields as follows:
  <list style="symbols">
      <t>RuleID from 1 - 3 bits,</t>
      <t>DTag 1 bit,</t>
      <t>FCN 3 bits,</t>
      <t>W 1 bits.</t>
    </list></t>
  <t>For Transfer Blocks bigger than 304 bits using a 16 bits-Header_size configuration, with the size of the header fields as follows:
  <list style="symbols">
      <t>RulesID from 8 - 10 bits,</t>
      <t>DTag 1 or 2 bits,</t>
      <t>FCN 3 bits,</t>
      <t>W 2 or 3 bits.</t>
      <t>W 2 or 3 bits.</t>
    </list></t>
  <t>WINDOW_SIZE is recommended to be 2^N-1.</t>
  <t>RCS will follow the default size defined in section 8.2.3 of the <xref target="RFC8724"/>, with a length equal to the L2 Word.</t>
  <t>MAX_ACK_REQ is recommended to be 2, but applications may change this value based on transmission conditions.</t>
</list></t>

<t>The IoT devices communicate with small data transfer and have a battery life of 10 years. These devices use the Power Save Mode and the Idle Mode DRX, which govern how often the device wakes up, stays up, and is reachable. Table 10.5.163a in {3GPP-TS_24.088} specifies a range for the radio timers as N to 3N in increments of one where the units of N can be 1 hour or 10 hours. The Inactivity Timer and the Retransmission Timer be set based on these limits.</t>

</section>
</section>
</section>
<section anchor="padding"><name>Padding</name>
<t>NB-IoT and 3GPP wireless access, in general, assumes byte-aligned payload. Therefore the L2 word for NB-IoT MUST be considered 8 bits, and the padding treatment should use this value accordingly.</t>

</section>
<section anchor="iana-considerations"><name>IANA considerations</name>
<t>This document has no IANA actions.</t>

</section>
<section anchor="security-considerations"><name>Security considerations</name>
<t>This document does not add any security considerations and follows the <xref target="RFC8724"/> and the 3GPP access security document specified in <xref target="TR33203"/>.</t>

</section>
<section anchor="appendix"><name>Appendix</name>

<section anchor="nb-iot-user-plane-protocol-architecture"><name>NB-IoT User Plane protocol architecture</name>

<section anchor="packet-data-convergence-protocol-pdcp"><name>Packet Data Convergence Protocol (PDCP)</name>
<t>Each of the Radio Bearers (RB) is associated with one PDCP entity. Moreover, a PDCP entity is associated with one or two RLC entities depending on the unidirectional or bi-directional characteristics of the RB and RLC mode used. A PDCP entity is associated with either a control plane or a user plane with independent configuration and functions. The maximum supported size for NB-IoT of a PDCP SDU is 1600 octets. The primary services and functions of the PDCP sublayer for NB-IoT for the user plane include:</t>

<t><list style="symbols">
  <t>Header compression and decompression using ROHC (Robust Header Compression)</t>
  <t>Transfer of user and control data to higher and lower layers</t>
  <t>Duplicate detection of lower layer SDUs when re-establishing connection (when RLC with Acknowledge Mode in use for User Plane only)</t>
  <t>Ciphering and deciphering</t>
  <t>Timer-based SDU discard in uplink</t>
</list></t>

</section>
<section anchor="radio-link-protocol-rlc"><name>Radio Link Protocol (RLC)</name>
<t>RLC is a layer-2 protocol that operates between the UE and the base station (eNB). It supports the packet delivery from higher layers to MAC, creating packets transmitted over the air, optimizing the Transport Block utilization. RLC flow of data packets is unidirectional, and it is composed of a transmitter located in the transmission device and a receiver located in the destination device. Therefore to configure bi-directional flows, two sets of entities, one in each direction (downlink and uplink), must be configured and effectively peered to each other. The peering allows the transmission of control packets (ex., status reports) between entities. RLC can be configured for data transfer in one of the following modes:</t>

<t><list style="symbols">
  <t>Transparent Mode (TM). RLC does not segment or concatenate SDUs from higher layers in this mode and does not include any header to the payload. RLC receives SDUs from upper layers when acting as a transmitter and transmits directly to its flow RLC receiver via lower layers. Similarly, a TM RLC receiver would only deliver without processing the packets to higher layers upon reception.</t>
  <t>Unacknowledged Mode (UM). This mode provides support for segmentation and concatenation of payload. The RLC packet's size depends on the indication given at a particular transmission opportunity by the lower layer (MAC) and is octets aligned. The packet delivery to the receiver does not include reliability support, and the loss of a segment from a packet means a complete packet loss. Also, in the case of lower layer retransmissions, there is no support for re-segmentation in case of change of the radio conditions triggering the selection of a smaller transport block. Additionally, it provides PDU duplication detection and discards, reordering of out-of-sequence, and loss detection.</t>
  <t>Acknowledged Mode (AM). In addition to the same functions supported by UM, this mode also adds a moving windows-based reliability service on top of the lower layer services. It also supports re-segmentation, and it requires bidirectional communication to exchange acknowledgment reports called RLC Status Report and trigger retransmissions. This model also supports protocol error detection. The mode used depends on the operator configuration for the type of data to be transmitted. For example, data transmissions supporting mobility or requiring high reliability would be most likely configured using AM. Meanwhile, streaming and real-time data would be mapped to a UM configuration.</t>
</list></t>

</section>
<section anchor="medium-access-control-mac"><name>Medium Access Control (MAC)</name>
<t>MAC provides a mapping between the higher layers abstraction called Logical Channels comprised by the previously described protocols to the Physical layer channels (transport channels). Additionally, MAC may multiplex packets from different Logical Channels and prioritize what to fit into one Transport Block if there is data and space available to maximize data transmission efficiency. MAC also provides error correction and reliability support through HARQ, transport format selection, and scheduling information reporting from the terminal to the network. MAC also adds the necessary padding and piggyback control elements when possible and the higher layers data.</t>

<figure title="Example of User Plane packet encapsulation for two transport blocks" anchor="Fig--MAC"><artwork><![CDATA[
                                            <Max. 1600 bytes>
                    +---+         +---+           +------+
Application         |AP1|         |AP1|           |  AP2 |
(IP/non-IP)         |PDU|         |PDU|           |  PDU |  
                    +---+         +---+           +------+
                    |   |         |   |           |      |
PDCP           +--------+    +--------+      +-----------+
               |PDCP|AP1|    |PDCP|AP1|      |PDCP|  AP2 |
               |Head|PDU|    |Head|PDU|      |Head|  PDU |
               +--------+    +--------+      +--------+--\
               |    |   |    |     |  |      |    |   |\  `----\
         +---------------------------+      |    |(1)| `-----\(2)'-\
RLC      |RLC |PDCP|AP1|RLC |PDCP|AP1| +-------------+    +----|---+
         |Head|Head|PDU|Head|Head|PDU| |RLC |PDCP|AP2|    |RLC |AP2|
         +-------------|-------------+ |Head|Head|PDU|    |Head|PDU|
         |         |   |         |   | +---------|---+    +--------+
         |         |   | LCID1   |   | /         /   /   /         /
        /         /   /        _/  _//        _/  _/    / LCID2   /
        |        |   |        |   | /       _/  _/     /      ___/
        |        |   |        |   ||       |   |      /      /   
    +------------------------------------------+ +-----------+---+
MAC |MAC|RLC|PDCP|AP1|RLC|PDCP|AP1|RLC|PDCP|AP2| |MAC|RLC|AP2|Pad|
    |Hea|Hea|Hea |PDU|Hea|Hea |PDU|Hea|Hea |PDU| |Hea|Hea|PDU|din|
    |der|der|der |   |der|der |   |der|der |   | |der|der|   |g  |
    +------------------------------------------+ +-----------+---+
                      TB1                               TB2

]]></artwork></figure>

</section>
</section>
<section anchor="nb-iot-data-over-nas-donas"><name>NB-IoT Data over NAS (DoNAS)</name>
<t>The Access Stratum (AS) protocol stack used by DoNAS is somehow particular. Since the security associations are not established yet in the radio network, to reduce the protocol overhead, PDCP (Packet Data Convergence Protocol) is bypassed until AS security is activated. RLC (Radio Link Control protocol) uses by default the AM mode, but depending on the network's features and the terminal, it may change to other modes by the network operator. For example, the transparent mode does not add any header or process the payload to reduce the overhead, but the MTU would be limited by the transport block used to transmit the data, which is a couple of thousand bits maximum. If UM (only Release 15 compatible terminals) is used, the RLC mechanisms of reliability are disabled, and only the reliability provided by the MAC layer by Hybrid Automatic Repeat reQuest (HARQ) is available. In this case, the protocol overhead might be smaller than the AM case because of the lack of status reporting but with the same support for segmentation up to 16000 Bytes. NAS packets are encapsulated within an RRC (Radio Resource Control) TGPP36331 message.</t>

<t>Depending on the data type indication signaled (IP or non-IP data), the network allocates an IP address or establishes a direct forwarding path. DoNAS is regulated under rate control upon previous agreement, meaning that a maximum number of bits per unit of time is agreed upon per device subscription beforehand and configured in the device. The use of DoNAS is typically expected when a terminal in a power-saving state requires a short transmission and receiving an acknowledgment or short feedback from the network. Depending on the size of buffered data to transmit, the UE might be instructed to deploy the connected mode transmissions instead, limiting and controlling the DoNAS transmissions to predefined thresholds and a good resource optimization balance for the terminal the network. The support for mobility of DoNAS is present but produces additional overhead.</t>

<figure title="DoNAS transmission sequence from an Uplink initiated access" anchor="Fig--DONAS"><artwork><![CDATA[
    +--------+   +--------+   +--------+
    |        |   |        |   |        |       +-----------------+
    |   UE   |   |  C-BS  |   |  C-SGN |       |Roaming Scenarios|
    +----|---+   +--------+   +--------+       |  +--------+     |
         |            |            |           |  |        |     |
     +----------------|------------|+          |  |  P-GW  |     |
     |        Attach                |          |  +--------+     |
     +------------------------------+          |       |         |
         |            |            |           |       |         |
  +------|------------|--------+   |           |       |         |  
  |RRC Connection Establishment|   |           |       |         |
  |with NAS PDU transmission   |   |           |       |         |
  |& Ack Rsp                   |   |           |       |         |
  +----------------------------+   |           |       |         |
         |            |            |           |       |         |
         |            |Initial UE  |           |       |         |
         |            |message     |           |       |         |
         |            |----------->|           |       |         |
         |            |            |           |       |         |
         |            | +---------------------+|       |         |
         |            | |Checks Integrity     ||       |         |
         |            | |protection, decrypts ||       |         |
         |            | |data                 ||       |         |
         |            | +---------------------+|       |         |
         |            |            |       Small data packet     |
         |            |            |------------------------------->
         |            |            |       Small data packet     |
         |            |            |<-------------------------------
         |            | +----------|---------+ |       |         |
         |            | Integrity protection,| |       |         |
         |            | encrypts data        | |       |         |
         |            | +--------------------+ |       |         |
         |            |            |           |       |         |
         |            |Downlink NAS|           |       |         |
         |            |message     |           |       |         |
         |            |<-----------|           |       |         |
 +-----------------------+         |           |       |         |
 |Small Data Delivery,   |         |           |       |         |
 |RRC connection release |         |           |       |         |
 +-----------------------+         |           |       |         |
                                               |                 |
                                               |                 |
                                               +-----------------+  

]]></artwork></figure>

<figure title="Example of User Plane packet encapsulation for Data over NAS" anchor="Fig--ProtocolArchi5"><artwork><![CDATA[







                   +---+ +---+ +---+                  +----+
 Application       |AP1| |AP1| |AP2|                  |AP2 |
(IP/non-IP)        |PDU| |PDU| |PDU|  ............... |PDU |
                   +---+ +---+ +---+                  +----+
                   |   |/   /  |    \                 |    |
NAS /RRC      +--------+---|---+----+            +---------+
              |NAS/|AP1|AP1|AP2|NAS/|            |NAS/|AP2 |
              |RRC |PDU|PDU|PDU|RRC |            |RRC |PDU |
              +--------+-|-+---+----+            +---------|
              |          |\         |            |         |  
              |<--Max. 1600 bytes-->|__          |_        |
              |          |  \__        \___        \_       \_            
              |          |     \           \         \__      \_
         +---------------|+-----|----------+             \      \
RLC      |RLC | NAS/RRC  ||RLC  | NAS/RRC  |       +----|-------+
         |Head|  PDU(1/2)||Head | PDU (2/2)|       |RLC |NAS/RRC|
         +---------------++----------------+       |Head|PDU    |
         |    |          | \               |       +------------+  
         |    |    LCID1 |  \              |       |           /
         |    |          |   \              \      |           |
         |    |          |    \              \     |           |
         |    |          |     \              \     \          |
    +----+----+----------++-----|----+---------++----+---------|---+
MAC |MAC |RLC |    RLC   ||MAC  |RLC |  RLC    ||MAC |  RLC    |Pad|
    |Head|Head|  PAYLOAD ||Head |Head| PAYLOAD ||Head|  PDU    |   |
    +----+----+----------++-----+----+---------++----+---------+---+
             TB1                   TB2                     TB3           

]]></artwork></figure>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>





<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC8724' target='https://www.rfc-editor.org/info/rfc8724'>
<front>
<title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
<author fullname='A. Minaburo' initials='A.' surname='Minaburo'><organization/></author>
<author fullname='L. Toutain' initials='L.' surname='Toutain'><organization/></author>
<author fullname='C. Gomez' initials='C.' surname='Gomez'><organization/></author>
<author fullname='D. Barthel' initials='D.' surname='Barthel'><organization/></author>
<author fullname='JC. Zuniga' initials='JC.' surname='Zuniga'><organization/></author>
<date month='April' year='2020'/>
<abstract><t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t><t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t><t>This document also specifies an optional fragmentation and reassembly mechanism. It can be 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 2 maximum payload size.</t><t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t></abstract>
</front>
<seriesInfo name='RFC' value='8724'/>
<seriesInfo name='DOI' value='10.17487/RFC8724'/>
</reference>



<reference anchor='RFC5795' target='https://www.rfc-editor.org/info/rfc5795'>
<front>
<title>The RObust Header Compression (ROHC) Framework</title>
<author fullname='K. Sandlund' initials='K.' surname='Sandlund'><organization/></author>
<author fullname='G. Pelletier' initials='G.' surname='Pelletier'><organization/></author>
<author fullname='L-E. Jonsson' initials='L-E.' surname='Jonsson'><organization/></author>
<date month='March' year='2010'/>
<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="_3GPPR15" target="https://www.3gpp.org/release-15">
  <front>
    <title>The Mobile Broadband Standard</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="TR23720" target="https://www.3gpp.org/ftp/Specs/archive/23_series/23.720/23720-d00.zip">
  <front>
    <title>Study on architecture enhancements for Cellular Internet of Things</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2015"/>
  </front>
</reference>
<reference anchor="TR33203" target="https://www.3gpp.org/ftp/Specs/archive/33_series/33.203/33203-d10.zip">
  <front>
    <title>3G security; Access security fro IP-based services</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2015"/>
  </front>
</reference>
<reference anchor="TR36321" target="https://www.3gpp.org/ftp/Specs/archive/36_series/36.321/36321-d20.zip">
  <front>
    <title>Evolved Universal Terrestrial Radio Access (E-UTRA); Medium Access Control (MAC) protocol specification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2016"/>
  </front>
</reference>
<reference anchor="TS36323" target="https://www.3gpp.org/ftp/Specs/archive/36_series/36.323/36323-d20.zip">
  <front>
    <title>Evolved Universal Terrestrial Radio Access (E-UTRA); Packet Data Convergence Protocol (PDCP) specification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2016"/>
  </front>
</reference>
<reference anchor="TS36322" target="https://www.3gpp.org/ftp/Specs/archive/36_series/36.322/36322-f01.zip">
  <front>
    <title>Evolved Universal Terrestrial Radio Access (E-UTRA); Radio Link Control (RLC) protocol specification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2018"/>
  </front>
</reference>
<reference anchor="TS36201" target="https://www.3gpp.org/ftp/Specs/archive/36_series/36.201/36201-f10.zip">
  <front>
    <title>Evolved Universal Terrestrial Radio Access (E-UTRA); LTE physical layer; General description</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2018"/>
  </front>
</reference>
<reference anchor="TR24301" target="https://www.3gpp.org/ftp/Specs/archive/36_series/36.321/36321-d20.zip">
  <front>
    <title>Evolved Universal Terrestrial Radio Access (E-UTRA); Medium Access Control (MAC) protocol specification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2016"/>
  </front>
</reference>


    </references>

    <references title='Informative References'>





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



  </back>

<!-- ##markdown-source:
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
0KhODoBN59A7/wXmul18T6MAAA==

-->

</rfc>

