<?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.7.29 (Ruby 3.0.2) -->


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

<!ENTITY SELF "[RFC-XXXX]">
]>


<rfc ipr="trust200902" docName="draft-mokdad-schc-into-5g-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <?v3xml2rfc silence="Found SVG with width or height specified"?>
  <front>
    <title abbrev="SCHC into 5G">Static Context Header Compression Over 5G</title>

    <author initials="A." surname="Mokdad" fullname="Amina Mokdad">
      <organization>IMT Atlantique</organization>
      <address>
        <postal>
          <street>CS 17607, 2 rue de la Chataigneraie</street>
          <city>Cesson-Sevigne Cedex</city>
          <code>35576</code>
          <country>France</country>
        </postal>
        <email>amina.mokdad@imt-atlantique.fr</email>
      </address>
    </author>
    <author initials="L." surname="Toutain" fullname="Laurent Toutain">
      <organization>IMT Atlantique</organization>
      <address>
        <postal>
          <street>CS 17607, 2 rue de la Chataigneraie</street>
          <city>Cesson-Sevigne Cedex</city>
          <code>35576</code>
          <country>France</country>
        </postal>
        <email>laurent.toutain@imt-atlantique.fr</email>
      </address>
    </author>
    <author initials="X." surname="Lagrange" fullname="Xavier Lagrange">
      <organization>IMT Atlantique</organization>
      <address>
        <postal>
          <street>CS 17607, 2 rue de la Chataigneraie</street>
          <city>Cesson-Sevigne Cedex</city>
          <code>35576</code>
          <country>France</country>
        </postal>
        <email>xavier.lagrange@imt-atlantique.fr</email>
      </address>
    </author>
    <author initials="A." surname="Pelov" fullname="Alexander  Pelov">
      <organization>IMT Atlantique</organization>
      <address>
        <postal>
          <street>CS 17607, 2 rue de la Chataigneraie</street>
          <city>Cesson-Sevigne Cedex</city>
          <code>35576</code>
          <country>France</country>
        </postal>
        <email>alexander.pelov@imt-atlantique.fr</email>
      </address>
    </author>

    <date year="2025" month="July" day="07"/>

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

    <abstract>


<?line 56?>

<t>This document describes a possible integration of Static Context Header Compression <xref target="RFC8724"/> into 5G networks.</t>



    </abstract>



  </front>

  <middle>


<?line 61?>

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

<t>This document defines a solution for how Static Context Header Compression and fragmentation (SCHC) can be used in 5G. It proposes a new architecture that integrates SCHC within the 5G core network. This architecture can handle both full-IP flows and SCHC flows while ensuring compatibility with full-IP application servers, based on 3GPP specifications. The document also describes the SCHC parameters needed to support SCHC over the 5G architecture.
(to be done)</t>

</section>
<section anchor="g-architecture"><name>5G Architecture</name>

<figure title=" 3GPP 5G Core Architecture simplified" anchor="fig-5g-core-simplified"><artwork align="center"><![CDATA[
    +--------+                   +--------+
    |  AUSF  |-------------------|  UDM   |
    +--------+                   +--------+
       \                       /    |
        \                     /     |
         \                   /      |
            +-------------+       +-------------+
            |     AMF     |-------|     SMF     |
            +-------------+       +-------------+
            /        |                   |
           /         |                   |
          /          |                   |
   +-----+       +-----+            +-------+           +----------------+
   | UE  |-------| gNB |------------|  UPF  |-----------|  Data Network  |
   +-----+       +-----+            +-------+           +----------------+
]]></artwork></figure>

<t>The 5G network architecture is illustrated in  <xref target="fig-5g-core-simplified"/> . Below is a brief explanation of the main components</t>

<t>The 5G system consists of the following main components</t>

<t><list style="symbols">
  <t>User Equipment (UE) It includes all devices that can connect to 5G networks, such as smartphones, IoT devices, etc.</t>
  <t>Radio Access Network (RAN) It consists of new radio technologies responsible for wireless communication between the UE and the 5G core network. One of its main components is:  <vspace blankLines='1'/>
gNodeB (gNB) It represents the 5G node base station.</t>
  <t>5G Core Network (5GC) It is a service-based architecture that comprises various network functions (NFs). These include:  <list style="symbols">
      <t>AMF — Manages registration, authentication, and mobility.</t>
      <t>SMF — Handles PDU session establishment and IP address assignment.</t>
      <t>UPF — Routes and forwards user packets between UE and DN.</t>
      <t>UDM — Manages user identity and authorization.</t>
      <t>AUSF — Authenticates UE and manages key materials.</t>
    </list></t>
</list></t>

</section>
<section anchor="schc-over-5g"><name>SCHC over 5G</name>

<section anchor="schc-placement-in-5g"><name>SCHC Placement in 5G</name>

<figure title="5G Architecture with SCHC Integration Points" anchor="fig-schc-5g-integration"><artwork align="center"><![CDATA[
  +--------+   +--------+     +--------+
  |  NSSF  |   |  AUSF  |-----|  UDM   |
  +--------+   +--------+     +--------+
       \           |           /    |         
        \          |          /     |
         \         |         /      |
            +-------------+       +-------------+
            |     AMF     |-------|     SMF     |
            +-------------+       +-------------+
            /        |                   |
           /         |                   |
          /          |                   | 
   +----------+    +-----+            +-------+           +----------------+ 
   |    UE    |----| gNB |------------|  UPF  |-----------|  Data Network  |
   | SCHC C/D |    +-----+            +-------+           +----------------+
   +----------+                           | 
                                     +----------+ 
                                     | SCHC C/D | 
                                     +----------+
]]></artwork></figure>

<t>The proposed solution is depicted in <xref target="fig-schc-5g-integration"/>. A modified User Plane Function (UPF), designated as SCHC-UPF and referred to as S-UPF, is introduced. The UPF is a key component of the 5G core network, responsible for routing and forwarding user data packets between the User Equipment (UE) and the Data Network (DN).
The S-UPF handls SCHC compression and decompression processes. It is capable of redirecting packets from devices that support SCHC to the SCHC compression/decompression (C/D) unit.</t>

<figure title="SCHC Integration in 5G User Plane Stack" anchor="fig-schc-protocol-stack"><artwork align="center"><![CDATA[
+-----------+                                             +-----------+                                                  
| IP/Non-IP |                                             | IP/Non-IP |                   
|  (SCHC)   |                                             |  (SCHC)   |
+-----------+          +-----------+-----------+          +-----------+
|   SDAP    |          |   SDAP    |   GTP-U   |          |   GTP-U   |
+-----------+          +-----------+-----------+          +-----------+
|   PDCP    |          |   PDCP    |    UDP    |          |    UDP    |
+-----------+          +-----------+-----------+          +-----------+
|   RLC     |          |   RLC     |    IP     |          |    IP     |
+-----------+          +-----------+-----------+          +-----------+
|   MAC     |          |   MAC     |    L2     |          |    L2     |
+-----------+          +-----------+-----------+          +-----------+
|    L1     |          |   PHY     |    L1     |          |    L1     |
+-----------+ <------> +-----------+-----------+ <------> +-----------+
    UE                            gNB                          UPF       
             Radio Link                             N3
]]></artwork></figure>

</section>
<section anchor="schc-capability-signaling"><name>SCHC Capability Signaling</name>

<t>This subsection describes how endpoints can signal SCHC support during setup.</t>

<t><list style="symbols">
  <t>During Registration procedure</t>
</list></t>

<figure title="SCHC Capability Signaling During 5G Registration" anchor="fig-schc-capability"><artwork align="center"><![CDATA[
     +-----+                       +-----+                     +-----+
     | UE  |                       | gNB |                     | AMF |
     +--+--+                       +--+--+                     +--+--+
        |                             |                           |
        |   Registration Request      |                           |
        | (5GMM Capability [SCHC])    |                           |
        |============================>|                           |
        |                             |                           |
        |                        Selects AMF                      |
        |                             |                           |
        |                             |   Registration Request    |       
        |                             | (5GMM Capability [SCHC])  |
        |                             |==========================>|
        |                             |                           |
        |                             |                           |
        |                   Registration Accept                   |
        |            (5GS network feature support [SCHC])         |
        |<========================================================|
        |                             |                           |
        |                Registration Complete                    |
        |========================================================>|
        |                             |                           |
]]></artwork></figure>

<t><list style="symbols">
  <t>During PDU Session establishment procedure</t>
</list></t>

<figure title="SCHC Capability During PDU Session Establishment" anchor="fig-schc-pdu-session"><artwork align="center"><![CDATA[
     +-----+      +-----+              +-----+            +-----+                 +------+
     | UE  |      | gNB |              | AMF |            | SMF |                 | S-UPF|
     +--+--+      +--+--+              +--+--+            +--+--+                 +--+---+
        |            |                    |                 |                        |
        |           PDU Session Establishment Request       |                        |   
        |         (5GSM Core Network Capability [SCHC])     |                        |
        |==================================================>|                        |
        |            |                    |                 |                        |
        |            |                    |            Selects S-UPF and             |
        |            |                    |               IP address                 |  
        |            |                    |                 |                        |
        |            |                    |                 |N4 Session Establishment|
        |            |                    |                 |         Request        |
        |            |                    |                 |----------------------->|
        |            |                    |                 |N4 Session Establishment|
        |            |                    |                 |   Response (TEID_UPF)  |
        |            |                    |                 |<-----------------------|
        |            |                    |                 |                        |
        |       PDU Session Establishment Accept            |                        |
        |    (5GSM Network feature support [SCHC])          |                        |
        |<==================================================|                        |
        |            |                    |                 |                        |
        |            |   N2 PDU Session   |                 |                        |
        |            |    Resourse setup  |                 |                        |
        |            |     response       |                 |                        |
        |            |------------------->|                 |                        |
        |            |                    |Nsmf_PDUSession_ |                        |
        |            |                    | UpdateSMContext |                        |
        |            |                    |   Request       |                        |                       
        |            |                    |---------------->|                        |
        |            |                    |                 | N4 Session Modification| 
        |            |                    |                 |      Request           |   
        |            |                    |                 |----------------------->|   
        |            |                    |                 |                        |   
        |            |                    |                 |                        |   
        |            |                    |                 |                        |                                                                                             
        <-----------><------------------ Packet data flow ------------------------->
]]></artwork></figure>

</section>
<section anchor="schc-context-identification"><name>SCHC Context Identification</name>

<t>The SCHC C/D unit stores the contexts of many devices connected to the network.
When a packet arrives, it must be recognized by the SCHC C/D in order to retrieve the appropriate device context.
Therefore, the use of a unique identifier is essential. 
Among 5G identifiers, there is the Permanent Equipment Identifier (PEI), which identifies UEs capable of accessing a 3GPP network. What makes the PEI suitable for this use is that it is known by both the 5G operator and the device owner, and it is transmitted to the UPF during the PFCP association procedure.</t>

</section>
<section anchor="schc-packet-handling"><name>SCHC Packet Handling</name>

<t>This subsection presents how the S-UPF handle SCHC-compressed packets.</t>

<figure title="Uplink Data Decompression at S-UPF" anchor="fig-uplink-decompression"><artwork align="center"><![CDATA[
+-----+     +-----             +--------+                    +----+
| UE  |---->| gNB | ---------> | S-UPF  | -----------------> | DN |
+-----+     +-----+            +--------+ \                  +----+
              \                /        /\ \---------------------------------\                          
               \              /        /  \                                   \
       +--------------------+/        +----------------------------------------\----------------------------+
       |      IP            |         |   +---------------------+               \                           | 
       | src: gNB addr      |         |   |  PFCP Session Look  |                \                          |
       | dest: UPF addr     |         |   |   Retrieve UE ID    |                 \                         |
       +--------------------+         |   +---------------------+                  \                        |
       |      UDP           |         |   +---------------------------+             \                       |
       |   Port number      |         |   | Retrieve the UE identifier|       +--------------------+        |
       +--------------------+         |   +---------------------------+       |        IP          |        |
       |      GTP           |         |               |                       +--------------------+        |
       |     TEID 2         |         |   +---------------------------+       |       UDP          |        |
       +--------------------+         |   |        SCHC D             |       +--------------------+        |
       |   SCHC Packet      |         |   |   Decompress using UE ID  |       |      Payload       |        |
       | +-------------+    |         |   |      and find context     |---->  +--------------------+        |
       | |  Rule ID    |    |         |   +---------------------------+                                     |
       | |-------------|    |         |           \           /                                             |
       | |  Residue    |    |         |            \         /                                              |
       | +-------------+    |         |      +--------------------+                                         | 
       +--------------------+         |      |      IP            |                                         |
                                      |      | src: gNB addr      |                                         |
                                      |      | dest: UPF addr     |                                         |
                                      |      +--------------------+                                         |
                                      |      |      UDP           |                                         | 
                                      |      |   Port number      |                                         |
                                      |      +--------------------+                                         |
                                      |      |      GTP           |                                         |
                                      |      |     TEID 2         |                                         |
                                      |      +--------------------+                                         |
                                      |      |   +-------------+  |                                         |
                                      |      |   |      IP     |  |                                         |
                                      |      |   +-------------+  |                                         |
                                      |      |   |     UDP     |  |                                         |
                                      |      |   +-------------+  |                                         |
                                      |      |   |   Payload   |  |                                         |
                                      |      |   +-------------+  |                                         |
                                      |      +--------------------+                                         |
                                      +---------------------------------------------------------------------+ 

]]></artwork></figure>

</section>
</section>


  </middle>

  <back>



    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC8724">
  <front>
    <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
    <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
    <author fullname="L. Toutain" initials="L." surname="Toutain"/>
    <author fullname="C. Gomez" initials="C." surname="Gomez"/>
    <author fullname="D. Barthel" initials="D." surname="Barthel"/>
    <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
    <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>




    </references>





  </back>

<!-- ##markdown-source:
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
8wHh/wDIBtzsLkMAAA==

-->

</rfc>

