<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-schc-universal-option-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <?v3xml2rfc silence="Found SVG with width or height specified"?>
  <front>
    <title abbrev="SCHC for CoAP">Options representation in SCHC YANG Data Models</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-schc-universal-option-00"/>
    <author initials="Q." surname="Lampin" fullname="Quentin Lampin">
      <organization>Orange</organization>
      <address>
        <email>quentin.lampin@orange.com</email>
      </address>
    </author>
    <author initials="A." surname="Minaburo" fullname="Ana Minaburo">
      <organization>Consultant</organization>
      <address>
        <postal>
          <street>Rue de Rennes</street>
          <city>Cesson-Sevigne</city>
          <code>35510</code>
          <country>France</country>
        </postal>
        <email>anaminaburo@gmail.com</email>
      </address>
    </author>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</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>
    <date year="2025" month="May" day="15"/>
    <area>Internet</area>
    <workgroup>SCHC Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 64?>

<t>The idea of keeping option identifiers in SCHC Rules simplifies the interoperability and the evolution of SCHC compression, when the protocol introduces new options, that can be unknown from the current SCHC implementation. This document discuss the augmentation of the current YANG Data Model, in order to add in the Rule options identifiers used by the protocol.</t>
    </abstract>
  </front>
  <middle>
    <?line 69?>

<section anchor="intro">
      <name>Introduction</name>
      <t>Static Context Header Compression (SCHC) provides an essential mechanism for efficient communication in constrained networks by compressing protocol headers using predefined Rules. Originally developed for Low Power Wide Area Networks (LPWANs), SCHC has proven effective in scenarios with limited bandwidth, power constraints, and predictable traffic patterns.</t>
      <t>The YANG Data Model defined in <xref target="RFC9363"/> was designed primarily for LPWAN technologies, focusing on highly constrained devices such as sensors and actuators that generate predictable traffic patterns, which allowed for static compression rules. This model also incorporates CoAP parameters defined in <xref target="RFC8824"/>, representing CoAP options as specific Field Identifiers (FIDs) within SCHC Rules.</t>
      <t>While this approach works well in controlled LPWAN environments, it presents interoperability challenges when SCHC is applied to more dynamic networks or when protocols evolve to incorporate new options. The primary issue arises from the disconnection between protocol option identifiers and SCHC Field Identifiers (FIDs), making it difficult to efficiently handle newly defined or private options without disrupting existing implementations.</t>
      <t>This document proposes a more flexible approach to representing protocol options in SCHC YANG Data Models. By preserving original protocol option identifiers within SCHC Rules, we aim to:</t>
      <ul spacing="normal">
        <li>
          <t>Improve interoperability between SCHC implementations</t>
        </li>
        <li>
          <t>Enable more graceful handling of protocol evolution</t>
        </li>
        <li>
          <t>Simplify Rule management between SCHC endpoints</t>
        </li>
        <li>
          <t>Support compression of newly defined or private options without requiring updates to the SCHC implementation</t>
        </li>
      </ul>
      <t>The following sections examine the current challenges in detail, explore potential solutions including both semantic and syntactic compression approaches, and propose extensions to the YANG Data Model that preserve protocol option identifiers while maintaining efficient compression capabilities.</t>
    </section>
    <section anchor="current-challenges">
      <name>Current Challenges</name>
      <t>The fundamental challenge in SCHC compression for protocols with options stems from how options are represented in the SCHC Data Model. Unlike the relatively static headers of IPv6 or UDP, CoAP includes a flexible options mechanism that allows for protocol extension through new options.</t>
      <section anchor="option-representation-problem">
        <name>Option Representation Problem</name>
        <t>In the current SCHC Data Model defined in <xref target="RFC9363"/>, CoAP options are represented as predefined Field Identifiers (FIDs) that are included in SCHC Rules. Each option is essentially abstracted away from its original protocol identifier and assigned a new SCHC-specific identifier. While this approach works adequately in static LPWAN environments where the set of options is known in advance and rarely changes, it creates significant challenges in more dynamic networks or when protocols evolve.</t>
        <t>The core problem is that the mapping between protocol option identifiers (as defined in the protocol specification) and SCHC FIDs is not standardized or predictable. When a new CoAP option is defined after a SCHC implementation is deployed, there is no straightforward mechanism for the implementation to assign an appropriate FID to this option or to communicate this assignment to other SCHC implementations.</t>
      </section>
      <section anchor="rule-management-challenges">
        <name>Rule Management Challenges</name>
        <t>This limitation becomes particularly problematic in scenarios involving rule management between two SCHC endpoints. The following scenario (cf. <xref target="fig-rule-mngt"/>) illustrates this issue:</t>
        <figure anchor="fig-rule-mngt">
          <name>Rule Management between two SCHC end-points</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="112" width="296" viewBox="0 0 296 112" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 112,48 L 112,80" fill="none" stroke="black"/>
                <path d="M 200,48 L 200,80" fill="none" stroke="black"/>
                <path d="M 112,48 L 200,48" fill="none" stroke="black"/>
                <path d="M 24,96 L 88,96" fill="none" stroke="black"/>
                <path d="M 128,96 Q 130,92.8 132,96 Q 134,99.2 136,96 Q 138,92.8 140,96 Q 142,99.2 144,96 Q 146,92.8 148,96 Q 150,99.2 152,96 Q 154,92.8 156,96 Q 158,99.2 160,96 Q 162,92.8 164,96 Q 166,99.2 168,96 Q 170,92.8 172,96 Q 174,99.2 176,96 Q 178,92.8 180,96 Q 182,99.2 184,96 " fill="none" stroke="black"/>
                <path d="M 224,96 L 272,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="280,96 268,90.4 268,101.6" fill="black" transform="rotate(0,272,96)"/>
                <polygon class="arrowhead" points="232,96 220,90.4 220,101.6" fill="black" transform="rotate(180,224,96)"/>
                <polygon class="arrowhead" points="208,80 196,74.4 196,85.6" fill="black" transform="rotate(90,200,80)"/>
                <polygon class="arrowhead" points="192,96 180,90.4 180,101.6" fill="black" transform="rotate(0,184,96)"/>
                <polygon class="arrowhead" points="136,96 124,90.4 124,101.6" fill="black" transform="rotate(180,128,96)"/>
                <polygon class="arrowhead" points="120,80 108,74.4 108,85.6" fill="black" transform="rotate(90,112,80)"/>
                <polygon class="arrowhead" points="96,96 84,90.4 84,101.6" fill="black" transform="rotate(0,88,96)"/>
                <polygon class="arrowhead" points="32,96 20,90.4 20,101.6" fill="black" transform="rotate(180,24,96)"/>
                <g class="text">
                  <text x="132" y="36">rule</text>
                  <text x="172" y="36">mngt</text>
                  <text x="8" y="100">A</text>
                  <text x="108" y="100">S1</text>
                  <text x="204" y="100">S2</text>
                  <text x="288" y="100">B</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
              rule mngt
             +----------+
             |          |
             v          v
A <-------> S1 <~~~~~~> S2 <-----> B
]]></artwork>
          </artset>
        </figure>
        <t>In this scenario:</t>
        <ul spacing="normal">
          <li>
            <t>Device A generates CoAP packets that may include various options, including newly defined ones.</t>
          </li>
          <li>
            <t>SCHC nodes S1 and S2 compress and decompress the traffic using Rules they share.</t>
          </li>
          <li>
            <t>When A uses a newly defined or private option, S1 can parse this option (as the CoAP header structure remains consistent) and could potentially derive a new Rule to optimize compression.</t>
          </li>
          <li>
            <t>However, S1 faces a critical problem: how to identify this new option in the Rule and communicate this identifier to S2 in a way that S2 can understand which option is involved and correctly reconstruct the header.</t>
          </li>
        </ul>
        <t>For example, suppose a Rule defines just a CoAP header, and S1 derives a more specific Rule including a URI-path. The entry shown in <xref target="fig-entry-uri-path"/> can be added to the derived Rule, and <xref target="RFC9363"/> defines appropriate identityref values (respectively fid:coap-option-uri-path, di:up, mo:equal and cda:not-sent)  that can be used to communicate this Rule description to S2.</t>
        <figure anchor="fig-entry-uri-path">
          <name>New entry added by management</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="464" viewBox="0 0 464 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                <path d="M 128,32 L 128,112" fill="none" stroke="black"/>
                <path d="M 176,32 L 176,112" fill="none" stroke="black"/>
                <path d="M 208,32 L 208,112" fill="none" stroke="black"/>
                <path d="M 248,32 L 248,112" fill="none" stroke="black"/>
                <path d="M 312,32 L 312,112" fill="none" stroke="black"/>
                <path d="M 376,32 L 376,112" fill="none" stroke="black"/>
                <path d="M 456,32 L 456,112" fill="none" stroke="black"/>
                <path d="M 8,32 L 456,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 456,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 456,66" fill="none" stroke="black"/>
                <path d="M 8,112 L 456,112" fill="none" stroke="black"/>
                <g class="text">
                  <text x="56" y="52">FID</text>
                  <text x="148" y="52">FL</text>
                  <text x="196" y="52">FP</text>
                  <text x="228" y="52">DI</text>
                  <text x="276" y="52">TV</text>
                  <text x="348" y="52">MO</text>
                  <text x="416" y="52">CDA</text>
                  <text x="32" y="84">...</text>
                  <text x="152" y="84">...</text>
                  <text x="192" y="84">...</text>
                  <text x="224" y="84">...</text>
                  <text x="272" y="84">...</text>
                  <text x="336" y="84">...</text>
                  <text x="400" y="84">...</text>
                  <text x="64" y="100">CoAP.Uri-path</text>
                  <text x="152" y="100">len</text>
                  <text x="192" y="100">1</text>
                  <text x="228" y="100">up</text>
                  <text x="280" y="100">value</text>
                  <text x="344" y="100">equal</text>
                  <text x="420" y="100">not-sent</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+--------------+-----+---+----+-------+-------+---------+
|    FID       | FL  | FP| DI |  TV   |   MO  |   CDA   |
+==============+=====+===+====+=======+=======+=========+
| ...          | ... |...|... | ...   | ...   | ...     |
|CoAP.Uri-path | len | 1 | up | value | equal | not-sent|
+--------------+-----+---+----+-------+-------+---------+
]]></artwork>
          </artset>
        </figure>
        <t>However, when A uses a recently defined option or a private option that was not known when the SCHC implementation was created, S1 cannot represent this option using existing FIDs. While S1 can still parse the CoAP header and identify the new option, it has no predefined FID to use in the Rule, as shown in <xref target="fig-new-fid"/>:</t>
        <figure anchor="fig-new-fid">
          <name>New entry added by management</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="472" viewBox="0 0 472 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                <path d="M 136,32 L 136,112" fill="none" stroke="black"/>
                <path d="M 184,32 L 184,112" fill="none" stroke="black"/>
                <path d="M 216,32 L 216,112" fill="none" stroke="black"/>
                <path d="M 256,32 L 256,112" fill="none" stroke="black"/>
                <path d="M 320,32 L 320,112" fill="none" stroke="black"/>
                <path d="M 384,32 L 384,112" fill="none" stroke="black"/>
                <path d="M 464,32 L 464,112" fill="none" stroke="black"/>
                <path d="M 8,32 L 464,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 464,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 464,66" fill="none" stroke="black"/>
                <path d="M 8,112 L 464,112" fill="none" stroke="black"/>
                <g class="text">
                  <text x="64" y="52">FID</text>
                  <text x="156" y="52">FL</text>
                  <text x="204" y="52">FP</text>
                  <text x="236" y="52">DI</text>
                  <text x="284" y="52">TV</text>
                  <text x="356" y="52">MO</text>
                  <text x="424" y="52">CDA</text>
                  <text x="32" y="84">...</text>
                  <text x="160" y="84">...</text>
                  <text x="200" y="84">...</text>
                  <text x="232" y="84">...</text>
                  <text x="280" y="84">...</text>
                  <text x="344" y="84">...</text>
                  <text x="408" y="84">...</text>
                  <text x="72" y="100">CoAP.new-option</text>
                  <text x="160" y="100">len</text>
                  <text x="200" y="100">1</text>
                  <text x="236" y="100">up</text>
                  <text x="288" y="100">value</text>
                  <text x="352" y="100">equal</text>
                  <text x="428" y="100">not-sent</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+---------------+-----+---+----+-------+-------+---------+
|     FID       | FL  | FP| DI |  TV   |   MO  |   CDA   |
+===============+=====+===+====+=======+=======+=========+
| ...           | ... |...|... | ...   | ...   | ...     |
|CoAP.new-option| len | 1 | up | value | equal | not-sent|
+---------------+-----+---+----+-------+-------+---------+
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="interoperability-consequences">
        <name>Interoperability Consequences</name>
        <t>This disconnect between protocol option identifiers and SCHC FIDs creates several interoperability issues:</t>
        <ul spacing="normal">
          <li>
            <t>Limited Protocol Evolution Support: New protocol options cannot be efficiently compressed without updates to the SCHC implementation.</t>
          </li>
          <li>
            <t>Incompatible Rule Exchanges: Different SCHC implementations may assign different FIDs to the same new option, making Rule exchange between them problematic.</t>
          </li>
          <li>
            <t>Implementation Complexity: SCHC implementations must maintain complex mappings between protocol options and FIDs, and these mappings may differ between implementations.</t>
          </li>
          <li>
            <t>Deployment Barriers: Deploying SCHC in environments with evolving protocols becomes difficult and requires frequent updates to SCHC implementations.</t>
          </li>
        </ul>
        <t>The fundamental issue is that the protocol option space and the SCHC FID space are disconnected, with no standardized or dynamic mapping between them. This disconnect seriously limits SCHC's applicability in dynamic environments and its ability to adapt to protocol evolution.</t>
        <t>In the following sections, we will explore two approaches to address this challenge. The first approach, termed 'syntactic,' aims to closely align with CoAP's native representation of options by defining three distinct fields: option delta type, option length, and option value. 
The second approach, called 'semantic,' abstracts away from the byte-level representation and introduces a generic option framework that eliminates the need for mapping between option values and Field IDs. This semantic approach focuses on the logical meaning rather than the protocol-specific encoding.</t>
      </section>
    </section>
    <section anchor="syntactic-compression">
      <name>Syntactic compression</name>
      <section anchor="overview-of-the-approach">
        <name>Overview of the Approach</name>
        <t>SCHC compression typically uses a semantic approach where protocol fields are abstracted into generic representations with Field IDs (FIDs) that don't directly correlate to the protocol's encoding format. While effective for static fields, this creates challenges for dynamic protocol options as previously discussed.</t>
        <t>Syntactic compression, as proposed in <xref target="I-D.lampin-lpwan-schc-considerations"/>, takes a fundamentally different approach by aligning compression more closely with the protocol's wire format. Instead of abstracting away from the protocol's representation, syntactic compression preserves the original structure of protocol headers, including how options are encoded.</t>
      </section>
      <section anchor="coap-option-encoding-background">
        <name>CoAP Option Encoding Background</name>
        <t>To understand syntactic compression for CoAP options, it's important to recall how CoAP encodes options in messages:</t>
        <ul spacing="normal">
          <li>
            <t>Each CoAP option on the wire consists of three components:  </t>
            <ul spacing="normal">
              <li>
                <t>Option Delta: The difference between the option number of the present option and the option number of the previous option (if any).</t>
              </li>
              <li>
                <t>Option Length: The length of the option value in bytes.</t>
              </li>
              <li>
                <t>Option Value: The actual option content.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>This encoding allows CoAP to efficiently represent options while maintaining extensibility.</t>
          </li>
        </ul>
      </section>
      <section anchor="syntactic-representation-of-options">
        <name>Syntactic Representation of Options</name>
        <t>In the syntactic approach, instead of representing a CoAP option as a single abstract Field ID, each option is decomposed into its three constituent parts as shown in <xref target="fig-synt-not-sent"/>, where "x" in the Field Length of CoAP.value entry indicates the expected value:</t>
        <figure anchor="fig-synt-not-sent">
          <name>representation of an elided option with syntactic representation</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="160" width="448" viewBox="0 0 448 160" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,144" fill="none" stroke="black"/>
                <path d="M 112,32 L 112,144" fill="none" stroke="black"/>
                <path d="M 160,32 L 160,144" fill="none" stroke="black"/>
                <path d="M 192,32 L 192,144" fill="none" stroke="black"/>
                <path d="M 232,32 L 232,144" fill="none" stroke="black"/>
                <path d="M 296,32 L 296,144" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,144" fill="none" stroke="black"/>
                <path d="M 440,32 L 440,144" fill="none" stroke="black"/>
                <path d="M 8,32 L 440,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 440,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 440,66" fill="none" stroke="black"/>
                <path d="M 8,144 L 440,144" fill="none" stroke="black"/>
                <g class="text">
                  <text x="64" y="52">FID</text>
                  <text x="132" y="52">FL</text>
                  <text x="180" y="52">FP</text>
                  <text x="212" y="52">DI</text>
                  <text x="260" y="52">TV</text>
                  <text x="332" y="52">MO</text>
                  <text x="400" y="52">CDA</text>
                  <text x="56" y="84">CoAP.option</text>
                  <text x="132" y="84">16</text>
                  <text x="176" y="84">1</text>
                  <text x="212" y="84">up</text>
                  <text x="256" y="84">opt</text>
                  <text x="284" y="84">or</text>
                  <text x="328" y="84">equal</text>
                  <text x="404" y="84">not-sent</text>
                  <text x="264" y="100">delta</text>
                  <text x="56" y="116">CoAP.length</text>
                  <text x="132" y="116">16</text>
                  <text x="176" y="116">1</text>
                  <text x="212" y="116">up</text>
                  <text x="264" y="116">value</text>
                  <text x="328" y="116">equal</text>
                  <text x="404" y="116">not-sent</text>
                  <text x="52" y="132">CoAP.value</text>
                  <text x="128" y="132">x</text>
                  <text x="176" y="132">1</text>
                  <text x="212" y="132">up</text>
                  <text x="264" y="132">value</text>
                  <text x="328" y="132">equal</text>
                  <text x="404" y="132">not-sent</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+------------+-----+---+----+-------+-------+---------+
|     FID    | FL  | FP| DI |  TV   |   MO  |   CDA   |
+============+=====+===+====+=======+=======+=========+
|CoAP.option | 16  | 1 | up | opt or| equal | not-sent|
|            |     |   |    | delta |       |         |
|CoAP.length | 16  | 1 | up | value | equal | not-sent|
|CoAP.value  | x   | 1 | up | value | equal | not-sent|
+------------+-----+---+----+-------+-------+---------+
]]></artwork>
          </artset>
        </figure>
        <t>In this representation:</t>
        <ul spacing="normal">
          <li>
            <t>'CoAP.option' can represent either the absolute CoAP option number or the delta value as encoded in the CoAP message. While this choice affects how the parser is implemented, it has minimal impact on the overall performance of the compression approach being examined in this document.</t>
          </li>
          <li>
            <t>"CoAP.length" represents the option length field.</t>
          </li>
          <li>
            <t>"CoAP.value" contains the actual option value, noted "x".</t>
          </li>
        </ul>
        <t>This approach means that option identifiers remain in the CoAP numbering space rather than being converted to SCHC FIDs. This critical difference allows any option—existing, newly defined, or private—to be processed without requiring updates to the SCHC implementation's FID mapping.</t>
        <t>The syntactic approach offers several advantages. It provides robust support for protocol evolution, allowing new or private options to be compressed without requiring changes to SCHC implementations. It enhances interoperability since option identifiers remain in the protocol's numbering space, enabling different SCHC implementations to exchange rules for any option. Additionally, it simplifies implementation by eliminating the need for complex mappings between protocol option identifiers and SCHC FIDs.</t>
        <t>However, this approach also comes with notable disadvantages. It increases the number of entries required to describe each option by a factor of three, resulting in larger Rule representations. Furthermore, the syntactic approach may yield less efficient compression in certain scenarios, particularly when options must be sent rather than elided.</t>
        <t>For instance, in a semantic approach, only the value and potentially the length is sent as residue (cf. <xref target="fig-sem-value-sent"/>):</t>
        <figure anchor="fig-sem-value-sent">
          <name>representation of an option sent with semantic representation</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="112" width="424" viewBox="0 0 424 112" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 136,32 L 136,96" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,96" fill="none" stroke="black"/>
                <path d="M 200,32 L 200,96" fill="none" stroke="black"/>
                <path d="M 224,32 L 224,96" fill="none" stroke="black"/>
                <path d="M 272,32 L 272,96" fill="none" stroke="black"/>
                <path d="M 328,32 L 328,96" fill="none" stroke="black"/>
                <path d="M 416,32 L 416,96" fill="none" stroke="black"/>
                <path d="M 8,32 L 416,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 416,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 416,66" fill="none" stroke="black"/>
                <path d="M 8,96 L 416,96" fill="none" stroke="black"/>
                <g class="text">
                  <text x="72" y="52">FID</text>
                  <text x="148" y="52">FL</text>
                  <text x="180" y="52">FP</text>
                  <text x="212" y="52">DI</text>
                  <text x="244" y="52">TV</text>
                  <text x="300" y="52">MO</text>
                  <text x="368" y="52">CDA</text>
                  <text x="72" y="84">CoAP.new-option</text>
                  <text x="152" y="84">var</text>
                  <text x="184" y="84">1</text>
                  <text x="212" y="84">up</text>
                  <text x="248" y="84">value</text>
                  <text x="296" y="84">equal</text>
                  <text x="372" y="84">value-sent</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+---------------+---+---+--+-----+------+----------+
|      FID      |FL |FP |DI| TV  |  MO  |   CDA    |
+===============+===+===+==+=====+======+==========+
|CoAP.new-option|var| 1 |up|value|equal |value-sent|
+---------------+---+---+--+-----+------+----------+
]]></artwork>
          </artset>
        </figure>
        <t>The equivalent syntactic representation requires three entries, as shown in (cf. <xref target="fig-snyt-value-sent"/>):</t>
        <figure anchor="fig-snyt-value-sent">
          <name>representation of an option sent with syntactic representation</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="456" viewBox="0 0 456 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,128" fill="none" stroke="black"/>
                <path d="M 112,32 L 112,128" fill="none" stroke="black"/>
                <path d="M 144,32 L 144,128" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,128" fill="none" stroke="black"/>
                <path d="M 192,32 L 192,128" fill="none" stroke="black"/>
                <path d="M 304,32 L 304,128" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,128" fill="none" stroke="black"/>
                <path d="M 448,32 L 448,128" fill="none" stroke="black"/>
                <path d="M 8,32 L 448,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 448,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 448,66" fill="none" stroke="black"/>
                <path d="M 8,128 L 448,128" fill="none" stroke="black"/>
                <g class="text">
                  <text x="56" y="52">FID</text>
                  <text x="124" y="52">FL</text>
                  <text x="156" y="52">FP</text>
                  <text x="180" y="52">DI</text>
                  <text x="244" y="52">TV</text>
                  <text x="332" y="52">MO</text>
                  <text x="400" y="52">CDA</text>
                  <text x="56" y="84">CoAP.option</text>
                  <text x="124" y="84">16</text>
                  <text x="152" y="84">1</text>
                  <text x="180" y="84">up</text>
                  <text x="208" y="84">opt</text>
                  <text x="236" y="84">or</text>
                  <text x="272" y="84">delta</text>
                  <text x="328" y="84">equal</text>
                  <text x="396" y="84">not-sent</text>
                  <text x="56" y="100">CoAP.length</text>
                  <text x="124" y="100">16</text>
                  <text x="152" y="100">1</text>
                  <text x="180" y="100">up</text>
                  <text x="332" y="100">ignore</text>
                  <text x="404" y="100">value-sent</text>
                  <text x="52" y="116">CoAP.value</text>
                  <text x="128" y="116">var</text>
                  <text x="152" y="116">1</text>
                  <text x="180" y="116">up</text>
                  <text x="332" y="116">ignore</text>
                  <text x="404" y="116">value-sent</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+------------+---+--+--+-------------+------+----------+
|    FID     |FL |FP|DI|     TV      |  MO  |   CDA    |
+============+===+==+==+=============+======+==========+
|CoAP.option |16 |1 |up|opt or delta |equal |not-sent  |
|CoAP.length |16 |1 |up|             |ignore|value-sent|
|CoAP.value  |var|1 |up|             |ignore|value-sent|
+------------+---+--+--+-------------+------+----------+
]]></artwork>
          </artset>
        </figure>
        <t>In this case, both the option number and length (which may be encoded in just 4 bits in the CoAP message) are treated as 16-bit fields that must be sent as residue. Additionally, the option length is effectively sent twice: once in the CoAP.length field and again as part of the value's residue.</t>
        <t>For example, a 4-byte option value would be encoded as follows in the syntactic approach:</t>
        <ul spacing="normal">
          <li>
            <t>0 bytes for the option number</t>
          </li>
          <li>
            <t>2 bytes for the length field</t>
          </li>
          <li>
            <t>0.5 bytes for the header of the value (in SCHC compressed format)</t>
          </li>
          <li>
            <t>4 bytes for the actual value</t>
          </li>
        </ul>
        <t>This totals 6.5 bytes, compared to a more efficient representation in the semantic approach with 4.5 bytes.</t>
        <t>One potential optimization would be to define a new length function that links the length of the value to the content of the CoAP.length field, avoiding the duplicate transmission of length information. However, this would add complexity to the compression mechanism.</t>
        <t>Extending the Data Model to support the syntactic approach essentially involves creating three new Field Identifiers (FIDs) that correspond to the components of the option structure.</t>
      </section>
      <section anchor="conclusion">
        <name>Conclusion</name>
        <t>While syntactic compression offers a more generic approach that can handle protocol evolution without requiring implementation updates, it may lead to suboptimal compression efficiency and larger Rule representations. The tradeoff between flexibility and efficiency must be carefully considered based on the specific deployment scenario and requirements.</t>
        <t>The syntactic approach demonstrates that staying too close to the byte-level representation of a protocol can compromise compression efficiency. This insight leads us to consider a hybrid approach that preserves the protocol's option identifiers while maintaining the efficiency of semantic compression, as discussed in the next section.</t>
      </section>
    </section>
    <section anchor="semantic-compression">
      <name>Semantic compression</name>
      <section anchor="the-proposed-approach">
        <name>The Proposed Approach</name>
        <t>Having examined the syntactic approach, which closely follows the byte-level representation of CoAP options, we now explore an alternative solution that maintains the efficiency of semantic compression while addressing the interoperability challenges. This approach preserves protocol option identifiers directly within SCHC Rules, eliminating the need for mapping between protocol-specific option numbers and SCHC Field Identifiers (FIDs).</t>
        <t>The core idea is to incorporate the original protocol identifiers into the compression Rules. Since multiple protocols may reuse the same option identifier for different purposes (for example, option 8 refers to Location-Path in CoAP but Timestamp in TCP), this approach associates each option value with its protocol namespace to avoid ambiguity.</t>
      </section>
      <section anchor="technical-solution">
        <name>Technical Solution</name>
        <t>The solution involves defining within SCHC an identity that references the protocol (creating a "protocol space"), followed by the specific option identifier used by that protocol. This preserves the protocol's native numbering scheme while allowing SCHC to differentiate between options from different protocols that might share the same option identifier.</t>
        <t>Using this approach, a Rule that includes various CoAP options would directly reference the CoAP option numbers rather than abstract FIDs. For instance, the representation of a URI with two path elements (option 11) and two query elements (option 15) might look like (cf. <xref target="fig-proto-id"/>):</t>
        <figure anchor="fig-proto-id">
          <name>Rule including options ID.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="160" width="416" viewBox="0 0 416 160" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,144" fill="none" stroke="black"/>
                <path d="M 136,32 L 136,144" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,144" fill="none" stroke="black"/>
                <path d="M 192,32 L 192,144" fill="none" stroke="black"/>
                <path d="M 216,32 L 216,144" fill="none" stroke="black"/>
                <path d="M 264,32 L 264,144" fill="none" stroke="black"/>
                <path d="M 320,32 L 320,144" fill="none" stroke="black"/>
                <path d="M 408,32 L 408,144" fill="none" stroke="black"/>
                <path d="M 8,32 L 408,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 408,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 408,66" fill="none" stroke="black"/>
                <path d="M 8,144 L 408,144" fill="none" stroke="black"/>
                <g class="text">
                  <text x="72" y="52">FID</text>
                  <text x="148" y="52">FL</text>
                  <text x="180" y="52">FP</text>
                  <text x="204" y="52">DI</text>
                  <text x="236" y="52">TV</text>
                  <text x="292" y="52">MO</text>
                  <text x="360" y="52">CDA</text>
                  <text x="72" y="84">CoAP.option(11)</text>
                  <text x="152" y="84">len</text>
                  <text x="176" y="84">1</text>
                  <text x="204" y="84">up</text>
                  <text x="240" y="84">value</text>
                  <text x="288" y="84">equal</text>
                  <text x="356" y="84">not-sent</text>
                  <text x="72" y="100">CoAP.option(11)</text>
                  <text x="152" y="100">len</text>
                  <text x="176" y="100">2</text>
                  <text x="204" y="100">up</text>
                  <text x="292" y="100">ignore</text>
                  <text x="364" y="100">value-sent</text>
                  <text x="72" y="116">CoAP.option(15)</text>
                  <text x="152" y="116">len</text>
                  <text x="176" y="116">1</text>
                  <text x="204" y="116">up</text>
                  <text x="240" y="116">value</text>
                  <text x="288" y="116">equal</text>
                  <text x="356" y="116">not-sent</text>
                  <text x="72" y="132">CoAP.option(15)</text>
                  <text x="152" y="132">len</text>
                  <text x="176" y="132">2</text>
                  <text x="204" y="132">up</text>
                  <text x="240" y="132">value</text>
                  <text x="288" y="132">equal</text>
                  <text x="356" y="132">not-sent</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+---------------+---+--+--+-----+------+----------+
|      FID      |FL |FP|DI| TV  |  MO  |   CDA    |
+===============+===+==+==+=====+======+==========+
|CoAP.option(11)|len|1 |up|value|equal |not-sent  |
|CoAP.option(11)|len|2 |up|     |ignore|value-sent|
|CoAP.option(15)|len|1 |up|value|equal |not-sent  |
|CoAP.option(15)|len|2 |up|value|equal |not-sent  |
+---------------+---+--+--+-----+------+----------+
]]></artwork>
          </artset>
        </figure>
        <t>In this example, option identifiers 11 (URI-Path) and 15 (URI-Query) are directly specified, along with their position and direction, providing clear identification of which CoAP options are being compressed without requiring predefined FIDs for each option type.</t>
      </section>
    </section>
    <section anchor="data-model-implementation-challenges">
      <name>Data Model Implementation Challenges</name>
      <t>While this approach offers clear advantages for interoperability and protocol evolution, implementing it within the current YANG Data Model defined in <xref target="RFC9363"/> presents challenges. The current model defines Rule entries with a key composed of field-id, field-position, and direction-indicator, as shown in <xref target="fig-yang-rule-entry"/>:</t>
      <figure anchor="fig-yang-rule-entry">
        <name>Rule entry defined by [RFC 9363].</name>
        <artwork align="center"><![CDATA[
           +--:(compression) {compression}?
              +--rw entry* [field-id field-position direction-indicator]
                 +--rw field-id                    schc:fid-type
                 +--rw field-length                schc:fl-type
                 +--rw field-position              uint8
                 +--rw direction-indicator         schc:di-type
                 .
                 .
                 .
]]></artwork>
      </figure>
      <t>The example shown in <xref target="fig-proto-id"/> is not valid under this model because the combination of FID, position, and direction is repeated multiple times, which violates the key constraints. We cannot simply include the option value as part of the key in the existing structure.</t>
      <t>Furthermore, it's not possible to augment the model defined in RFC 9363 to add a new leaf to the key of the list. Adding option identifiers to all entries would also be inefficient, as many fields (such as IPv6 or UDP fields) don't require this additional context.</t>
      <section anchor="proposed-yang-data-model-extension">
        <name>Proposed YANG Data Model Extension</name>
        <t>A more effective solution is to augment the current compression data model with a new list specifically designed for entries describing protocol options:</t>
        <figure anchor="fig-augmentation-id">
          <name>Augmentation of SCHC Data Model to include options ID.</name>
          <artwork align="center"><![CDATA[
  +--rw schc-opt:entry-option-space* \
          [space-id option-id field-position direction-indicator]
    +--rw schc-opt:space-id                    space-type
    +--rw schc-opt:option-id                   uint32
    +--rw schc-opt:field-length                schc:fl-type
    +--rw schc-opt:field-position              uint8
    +--rw schc-opt:direction-indicator         schc:di-type
    .
    .
    .
]]></artwork>
        </figure>
        <t>In this augmented model:</t>
        <ul spacing="normal">
          <li>
            <t>The space-id defines the protocol namespace (e.g., CoAP, TCP), with values provided by the SCHC Working Group</t>
          </li>
          <li>
            <t>The option-id contains the actual option identifier as defined in the protocol's IANA registry</t>
          </li>
          <li>
            <t>The remaining elements (field-length, field-position, etc.) function as they do in the standard entry structure, but they will be diffently identified.</t>
          </li>
        </ul>
        <t>This approach maintains the semantic efficiency of SCHC while eliminating the need for protocol-to-FID mappings.</t>
      </section>
      <section anchor="implications-for-residue-serialization">
        <name>Implications for Residue Serialization</name>
        <t>This design has implications for how residues are serialized. To ensure consistent interpretation, both SCHC endpoints must process entries in the same order. Therefore:</t>
        <ul spacing="normal">
          <li>
            <t>Fields from the standard "entry" list MUST be serialized before those defined in the new "entry-option-space" list</t>
          </li>
        </ul>
        <t>*This constraint should be documented in <xref target="I-D.ietf-lpwan-architecture"/> to ensure interoperability</t>
        <t>This approach preserves the guideline from <xref target="RFC8724"/> that Field Descriptors (entries) should be listed in the order they appear in the packet header.</t>
      </section>
      <section anchor="advantages-of-this-approach">
        <name>Advantages of this Approach</name>
        <t>The proposed approach offers several significant benefits compared to both the current SCHC model and the syntactic approach:</t>
        <ul spacing="normal">
          <li>
            <t>It maintains the efficiency of semantic compression while eliminating the mapping problem between protocol options and SCHC FIDs</t>
          </li>
          <li>
            <t>It enables straightforward handling of newly defined or private options without requiring updates to SCHC implementations</t>
          </li>
          <li>
            <t>It allows for cleaner Rule exchange between SCHC endpoints, improving interoperability in heterogeneous environments</t>
          </li>
        </ul>
        <t>This approach represents a balanced solution that addresses the interoperability challenges while preserving the compression efficiency that makes SCHC valuable in constrained environments.</t>
      </section>
      <section anchor="impact-on-current-standards">
        <name>Impact on Current Standards</name>
        <section anchor="compatibility-with-existing-standards">
          <name>Compatibility with Existing Standards</name>
          <t>The proposed extension to preserve protocol option identifiers in SCHC Rules has important implications for existing standards. Both <xref target="RFC9363"/> and <xref target="I-D.ietf-schc-8824-update"/> define specific Field Identifiers (FIDs) for CoAP options. These predefined FIDs and the proposed approach represent two different methods for identifying the same protocol elements, which creates potential compatibility issues.</t>
        </section>
        <section anchor="deprecation-of-predefined-coap-option-fids">
          <name>Deprecation of Predefined CoAP Option FIDs</name>
          <t>To maintain consistency and avoid confusion between the two approaches, the predefined CoAP option identifiers in the current standards should be deprecated in favor of the more flexible option identifier approach proposed in this document. This deprecation should be handled carefully to ensure backward compatibility with existing implementations while enabling a clear migration path to the new approach.</t>
        </section>
        <section anchor="entry-order-requirements">
          <name>Entry Order Requirements</name>
          <t>The proposed approach also highlights a constraint that was not explicitly included in the current Data Model. YANG does not impose a specific position for elements in a list, which has no impact on the compression process itself. However, the order becomes critical for the serialization of residues.
When transmitting Rules from one endpoint to another, the order of Field Descriptors must be preserved to ensure consistent handling of residues. This requirement should be explicitly documented in <xref target="I-D.ietf-lpwan-architecture"/> to clarify that:</t>
          <ul spacing="normal">
            <li>
              <t>The order of entries should not be changed when transmitted between endpoints
This ordering preserves the guidance in <xref target="RFC8724"/> that Field Descriptors (entries) should be listed in the order they appear in the packet header</t>
            </li>
            <li>
              <t>This ordering requirement becomes particularly important with the introduction of the new "entry-option-space" list, as both types of entries (standard and option-space) must be processed in a consistent sequence across all implementations.</t>
            </li>
          </ul>
          <t>The statement "ordered-by user;" MUST be included in a revision of <xref target="RFC9363"/>.</t>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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>
        <reference anchor="RFC9363">
          <front>
            <title>A YANG Data Model for Static Context Header Compression (SCHC)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes a YANG data model for the Static Context Header Compression (SCHC) compression and fragmentation Rules.</t>
              <t>This document formalizes the description of the Rules for better interoperability between SCHC instances either to exchange a set of Rules or to modify the parameters of some Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9363"/>
          <seriesInfo name="DOI" value="10.17487/RFC9363"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8824">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8824"/>
          <seriesInfo name="DOI" value="10.17487/RFC8824"/>
        </reference>
        <reference anchor="I-D.lampin-lpwan-schc-considerations">
          <front>
            <title>SCHC design and implementation considerations</title>
            <author fullname="Quentin Lampin" initials="Q." surname="Lampin">
              <organization>Orange</organization>
            </author>
            <date day="10" month="November" year="2022"/>
            <abstract>
              <t>   Taking the opportunity of a fresh implementation of SCHC by a
   newcomer to SCHC to reflect on the design principles and the
   implications on the implication of SCHC.

   Topics addressed:

   *  The parser, as described in SCHC specification.

   *  A discussion on parsing and interpretation.

   *  Practical implications of the specification of the parser of SCHC.

   *  the challenge and opportunity of a generic parser implementation
      able to handle any protocol stack and rules design to enable it.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-lampin-lpwan-schc-considerations-00"/>
        </reference>
        <reference anchor="I-D.ietf-schc-8824-update">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Laurent Toutain" initials="L." surname="Toutain">
              <organization>IMT Atlantique</organization>
            </author>
            <author fullname="Ivan Martinez" initials="I." surname="Martinez">
              <organization>Nokia Bell Labs</organization>
            </author>
            <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
              <organization>Consultant</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   This document defines how to compress Constrained Application
   Protocol (CoAP) headers using the Static Context Header Compression
   and fragmentation (SCHC) framework.  SCHC defines a header
   compression mechanism adapted for constrained devices.  SCHC uses a
   static description of the header to reduce the header's redundancy
   and size.  While RFC 8724 describes the SCHC compression and
   fragmentation framework, and its application for IPv6/UDP headers,
   this document applies SCHC to CoAP headers.  The CoAP header
   structure differs from IPv6 and UDP, since CoAP uses a flexible
   header with a variable number of options, themselves of variable
   length.  The CoAP message format is asymmetric: the request messages
   have a header format different from the format in the response
   messages.  This specification gives guidance on applying SCHC to
   flexible headers and how to leverage the asymmetry for more efficient
   compression Rules.  This document replaces and obsoletes RFC 8824.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-schc-8824-update-04"/>
        </reference>
        <reference anchor="I-D.ietf-lpwan-architecture">
          <front>
            <title>LPWAN Static Context Header Compression (SCHC) Architecture</title>
            <author fullname="Alexander Pelov" initials="A." surname="Pelov">
              <organization>Acklio</organization>
            </author>
            <author fullname="Pascal Thubert" initials="P." surname="Thubert">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
              <organization>Acklio</organization>
            </author>
            <date day="30" month="June" year="2022"/>
            <abstract>
              <t>   This document defines the LPWAN SCHC architecture.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lpwan-architecture-02"/>
        </reference>
        <reference anchor="GPC-SPE-207" target="https://globalplatform.org/specs-library/amendment-m-remote-application-mgmt-over-coap/">
          <front>
            <title>Remote Application Management over CoAP – Amendment M v1.0</title>
            <author>
              <organization>GlobalPlatform</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 395?>

<section anchor="yang-data-model">
      <name>YANG Data Model</name>
      <t>This appendix defines the work in progress YANG Data Model to extend the Data Model defined in <xref target="RFC9363"/>.</t>
      <sourcecode type="yang" name="ietf-schc-opt@2024-12-19.yang" markers="true"><![CDATA[
module ietf-schc-opt {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-schc-opt";
  prefix schc-opt;

  import ietf-schc {
      prefix schc;
  }

  organization
    "IETF IPv6 over Low Power Wide-Area Networks (lpwan) working group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/lpwan/about/>
     WG List:  <mailto:p-wan@ietf.org>
     Editor:   Laurent Toutain
       <mailto:laurent.toutain@imt-atlantique.fr>
     Editor:   Ana Minaburo
       <mailto:ana@ackl.io>";
  description
     "
     Copyright (c) 2021 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Simplified BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.

     *************************************************************************

     This module extends the ietf-schc module to include the compound-ack
     behavior for Ack On Error as defined in RFC YYYY.
     It introduces a new leaf for Ack on Error defining the format of the
     SCHC Ack and add the possibility to send several bitmaps in a single
     answer.";

  revision 2024-12-19 {
    description
      "Initial version for RFC YYYY ";
    reference
      "RFC YYYY: OAM";
  }


  identity space-id-base-type {
    description
      "Field ID base type for all fields.";
  }

  identity space-id-coap {
    base space-id-base-type;
    description
      "Field ID base type for IPv6 headers described in RFC 8200.";
    reference
      "RFC 8200 Internet Protocol, Version 6 (IPv6) Specification";
  }

  typedef space-type {
    type identityref {
      base space-id-base-type;
    }
    description
      "Field ID generic type.";
    reference
      "RFC 8724 SCHC: Generic Framework for Static Context Header
                Compression and Fragmentation";
  }


 augment "/schc:schc/schc:rule/schc:nature/schc:compression" {
  list entry-option-space {
    key "space-id option-id field-position direction-indicator";
    leaf space-id {
      type space-type;
      mandatory true;
      description
        "";
    }
    leaf option-id {
      type uint32;
    }
    leaf field-length {
      type schc:fl-type;
      
      mandatory true;
      description
        "Field Length, expressed in number of bits if the length is
         known when the Rule is created or through a specific
         function if the length is variable.";
    }
    leaf field-position {
      type uint8;
      mandatory true;
      description
        "Field Position in the header is an integer.  Position 1
         matches the first occurrence of a field in the header,
         while incremented position values match subsequent
         occurrences.
         Position 0 means that this entry matches a field
         irrespective of its position of occurrence in the
         header.
         Be aware that the decompressed header may have
         position-0 fields ordered differently than they
         appeared in the original packet.";
    }
    leaf direction-indicator {
      type schc:di-type;
      mandatory true;
      description
        "Direction Indicator, indicate if this field must be
         considered for Rule selection or ignored based on the
         direction (bidirectional, only uplink, or only
         downlink).";
    }
    list target-value {
      key "index";
      uses schc:tv-struct;
      description
        "A list of values to compare with the header field value.
         If Target Value is a singleton, position must be 0.
         For use as a matching list for the mo-match-mapping Matching
         Operator, index should take consecutive values starting
         from 0.";
    }
    leaf matching-operator {
      type schc:mo-type;
      must "../target-value or derived-from-or-self(.,
                                                   'mo-ignore')" {
        error-message
          "mo-equal, mo-msb, and mo-match-mapping need target-value";
        description
          "target-value is not required for mo-ignore.";
      }
      must "not (derived-from-or-self(., 'mo-msb')) or
            ../matching-operator-value" {
        error-message "mo-msb requires length value";
      }
      mandatory true;
      description
        "MO: Matching Operator.";
      reference
        "RFC 8724 SCHC: Generic Framework for Static Context Header
                  Compression and Fragmentation (see Section 7.3)";
    }
    list matching-operator-value {
      key "index";
      uses schc:tv-struct;
      description
        "Matching Operator Arguments, based on TV structure to allow
         several arguments.
         In RFC 8724, only the MSB Matching Operator needs arguments
         (a single argument, which is the number of most significant
         bits to be matched).";
    }
    leaf comp-decomp-action {
      type schc:cda-type;
      must "../target-value or
                derived-from-or-self(., 'cda-value-sent') or
                derived-from-or-self(., 'cda-compute') or
                derived-from-or-self(., 'cda-appiid') or
                derived-from-or-self(., 'cda-deviid')" {
        error-message
          "cda-not-sent, cda-lsb, and cda-mapping-sent need
           target-value";
        description
          "target-value is not required for some CDA.";
        }
      mandatory true;
      description
        "CDA: Compression Decompression Action.";
      reference
        "RFC 8724 SCHC: Generic Framework for Static Context Header
                  Compression and Fragmentation (see Section 7.4)";
    }
    list comp-decomp-action-value {
      key "index";
      uses schc:tv-struct;
      description
        "CDA arguments, based on a TV structure, in order to allow
         for several arguments.  The CDAs specified in RFC 8724
         require no argument.";
    }
  }

  }
}
]]></sourcecode>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>This appendix provides practical examples that compare different approaches to representing protocol options in SCHC. The purpose of these examples is to demonstrate the operational implications of each approach in terms of Rule size, compression efficiency, and query performance.</t>
      <section anchor="test-scenario-and-methodology">
        <name>Test Scenario and Methodology</name>
        <t>To provide a consistent basis for comparison, we use a common CoAP message containing various standard options along with one non-standard option (SCP82-Param). This example was chosen to illustrate how each approach handles both well-known and recently defined options.</t>
        <t>The following CoAP message serves as our reference example:</t>
        <figure anchor="fig-coap-example">
          <name>Example of a CoAP packet with options.</name>
          <artwork align="center"><![CDATA[
0000  40 01 00 01 BD 01 61 63 63 65 6C 65 72 6F 6D 65  @.....accelerome
0010  74 65 72 73 07 6D 61 78 69 6D 75 6D 4A 64 61 74  ters.maximumJdat
0020  65 3D 74 6F 64 61 79 0A 75 6E 69 74 3D 6D 2F 73  e=today.unit=m/s
0030  5E 32 21 3C D1 E4 02 E3 05 F8 54 4C 56           ^2!<......TLV

CON  0x0001 GET   
> Uri-path : b'accelerometers'
> Uri-path : b'maximum'
> Uri-query : b'date=today'
> Uri-query : b'unit=m/s^2'
> Accept : 60
> No-Response : 2
> SCP82-Param : b'TLV'
]]></artwork>
        </figure>
        <t>For each approach, we will evaluate three key metrics:</t>
        <ul spacing="normal">
          <li>
            <t>Rule Size: The size of the CBOR-serialized compression rule in bytes</t>
          </li>
          <li>
            <t>Query Size: The size of the CORECONF query payload needed to access specific values in the rule</t>
          </li>
          <li>
            <t>Compressed Packet Size: The size of the resulting SCHC-compressed packet in bytes</t>
          </li>
        </ul>
        <t>In all examples, our compression rule will send residues for the Uri-Path, Uri-Query, and SCP82-Param options, while eliding the rest. This allows us to compare how different approaches handle both sent and not-sent options.</t>
      </section>
      <section anchor="approaches-compared">
        <name>Approaches Compared</name>
        <t>We evaluate the following approaches to option representation:</t>
        <ul spacing="normal">
          <li>
            <t>Semantic Compression with RFC 9363: The current approach using predefined Field IDs for known options</t>
          </li>
          <li>
            <t>Universal Options: Our proposed approach preserving protocol option identifiers
Merged Data Model: A combined approach that integrates both methods into a single data model</t>
          </li>
          <li>
            <t>Ordered SID Allocation: An optimized version with carefully arranged SID values</t>
          </li>
          <li>
            <t>Syntactic Compression: The approach using delta-type, length, and value fields</t>
          </li>
        </ul>
        <t>Each approach represents a different balance between compatibility, flexibility, and efficiency. The examples will demonstrate these trade-offs quantitatively.
Let's examine each approach in detail:</t>
      </section>
    </section>
    <section anchor="semantic-compression-1">
      <name>Semantic compression</name>
      <t>Semantic compression is the approach currently defined in <xref target="RFC8724"/>, where each protocol field is assigned an abstract Field Identifier (FID) that represents its semantic meaning rather than its wire format. This section examines how this approach handles our example CoAP message.</t>
      <section anchor="rule-definition">
        <name>Rule Definition</name>
        <t>Using RFC 8724's informal notation, a rule matching our sample packet would be structured as follows:</t>
        <figure anchor="fig-rule-test">
          <name>Target rule.</name>
          <artwork align="center"><![CDATA[
+===================================================================+
|RuleID 1/8                                                         |
+==========+===+==+==+======+===============+===============+=======+
|  Field   | FL|FP|DI|  TV  |       MO      |      CDA      |  Sent |
|          |   |  |  |      |               |               | [bits]|
+==========+===+==+==+======+===============+===============+=======+
|CoAP      |2  |1 |Bi|01    | equal         | not-sent      |       |
|version   |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Type |2  |1 |Dw|CON   | equal         | not-sent      |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP TKL  |4  |1 |Bi|0     | equal         | not-sent      |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Code |8  |1 |DW|0.01  | equal         | not-sent      |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP MID  |16 |1 |Bi|0000  | MSB(7)        | LSB           |MID    |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Uri- |var|1 |Dw|      | ignore        | value-sent    | size+ |
|Path      |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Uri- |var|2 |Dw|      | ignore        | value-sent    | size+ |
|Path      |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Uri- |var|1 |Dw|      | ignore        | value-sent    | size+ |
|Query     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Uri- |var|2 |Dw|      | ignore        | value-sent    | size+ |
|Query     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP      |8  |1 |Dw| 60   | equal         | not-sent      |       |
|Accept    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP  No- |8  |1 |Dw| 2    | equal         | not-sent      |       |
|Response  |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP  SCP |var|1 |Dw|      | ignore        | value-sent    | size+ |
|82-Param  |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+=======+

]]></artwork>
        </figure>
      </section>
      <section anchor="implementation-with-rfc-9363">
        <name>Implementation with RFC 9363</name>
        <t>When implementing this rule using the RFC 9363 Data Model, we encounter a fundamental limitation: there is no identity reference (identityref) defined for the CoAP SCP82-Param option in the current standard. This illustrates the core problem addressed in this document – the inability to represent new or protocol-specific options without updating the SCHC implementation.
For the purpose of this comparison, we'll assume that a theoretical extension to RFC 9363 has been created that defines identityrefs for the options in <xref target="GPC-SPE-207"/>, with corresponding SID ranges: RFC 9363 SIDs starting at 5000 and <xref target="GPC-SPE-207"/> SIDs starting at 10000.</t>
        <section anchor="cbor-serialization">
          <name>CBOR Serialization</name>
          <t>With these assumptions, the rule can be serialized in CBOR format. The resulting message is 357 bytes long <xref target="fig-cbor-serial"/>.</t>
          <figure anchor="fig-cbor-serial">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
b'a11913e7a10181a4048ca7061913bf070208010519139b091913db011913970d81a20100024101a7
061913be070208010519139a091913db011913970d81a20100024100a7061913bc070408010519139b
091913db011913970d81a20100024100a70619139f070808010519139a091913db011913970d81a201
00024101a8061913a2071008010519139a091913de0a81a20100024107011913950d81a20100024100
a6061913b907d82d1913d508010519139b091913dc01191398a6061913b907d82d1913d50802051913
9b091913dc01191398a6061913bb07d82d1913d508010519139b091913dc01191398a6061913bb07d8
2d1913d508020519139b091913dc01191398a7061913a4070808010519139b091913db011913970d81
a2010002413ca7061913ae070808010519139b091913db011913970d81a20100024102a60619271107
d82d1913d508010519139b091913dc0119139818220818210818231913e0'
]]></artwork>
          </figure>
          <t>The diagnostic representation provides insight into the structure of this serialized rule:</t>
          <figure anchor="fig-cbor-diag">
            <name>CBOR diagnostic notation.</name>
            <artwork type="~" align="center"><![CDATA[
Deltas in entry part:
- 6: field-id
- 7: field-length
- 8: field-position
- 5: direction-indicator
- 9: matching-operator
- 1: comp-decomp-action
- 10: matching-operator-value
- 13: target-value

Deltas in the rule part:
- 33: rule-id-length
- 34: rule-id-value
- 35: rule-nature

{5095: {1: [{4: [
  {6: 5055, 7: 2, 8: 1, 5: 5019, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'01'}]}, 
  {6: 5054, 7: 2, 8: 1, 5: 5018, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'00'}]}, 
  {6: 5052, 7: 4, 8: 1, 5: 5019, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'00'}]}, 
  {6: 5023, 7: 8, 8: 1, 5: 5018, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'01'}]}, 
  {6: 5026, 7: 16, 8: 1, 5: 5018, 9: 5086, 
                10: [{1: 0, 2: h'07'}], 1: 5013, 13: [{1: 0, 2: h'00'}]}, 
  {6: 5049, 7: 45(5077), 8: 1, 5: 5019, 9: 5084, 1: 5016}, 
  {6: 5049, 7: 45(5077), 8: 2, 5: 5019, 9: 5084, 1: 5016}, 
  {6: 5051, 7: 45(5077), 8: 1, 5: 5019, 9: 5084, 1: 5016}, 
  {6: 5051, 7: 45(5077), 8: 2, 5: 5019, 9: 5084, 1: 5016}, 
  {6: 5028, 7: 8, 8: 1, 5: 5019, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'3C'}]}, 
  {6: 5038, 7: 8, 8: 1, 5: 5019, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'02'}]}, 
  {6: 10001, 7: 45(5077), 8: 1, 5: 5019, 9: 5084, 1: 5016}], 
34: 8, 33: 8, 35: 5088}]}}
]]></artwork>
          </figure>
          <t>Note that the encoding of rule-id-value, rule-id-length, and rule-nature is not optimal because the delta values are higher than 23, requiring 2 bytes each in the CBOR encoding.</t>
        </section>
        <section anchor="coreconf-query-example">
          <name>CORECONF Query Example</name>
          <t>To access the target value of the Accept option in this rule, a CORECONF query would be structured as follows. The size of the CoAP payload for this query is 14 bytes:</t>
          <figure anchor="fig-query">
            <name>CORECONF query to Accept TV.</name>
            <artwork align="center"><![CDATA[
REQ: FETCH </c>
        (Content-Format: application/yang-identifiers+cbor-seq)
   [5115,     / .../target-value/value 
    1,        / rule-id-value
    8,        / rule-id-length
    5028,     / fid-coap-option-accept
    1,        / field-position
    5019,     / direction-indicator
    0]        / target-value/index
]]></artwork>
          </figure>
        </section>
        <section anchor="compressed-packet">
          <name>Compressed Packet</name>
          <t>When applied to our sample CoAP message, the semantic compression approach produces a SCHC packet of 389 bits (49 bytes with byte alignment):</t>
          <figure anchor="fig-residue">
            <name>SCHC compressed packet.</name>
            <artwork align="center"><![CDATA[
0800f30b1b1b2b632b937b6b2ba32b939bb6b0bc34b6bab6d3230ba329eba37b230bcd3ab734ba1eb697b9af191aa262b0/389
]]></artwork>
          </figure>
        </section>
        <section anchor="analysis">
          <name>Analysis</name>
          <t>The semantic compression approach demonstrates both significant strengths and notable limitations. On the positive side, it achieves an efficient compressed packet size of only 49 bytes, making it suitable for constrained networks where bandwidth is at a premium. The query size is also relatively small at 14 bytes, which enables efficient rule management operations. Additionally, the semantic representation of fields provides clarity by abstracting protocol details into meaningful identifiers.</t>
          <t>However, this approach faces important limitations that impact its flexibility. Most critically, it cannot handle new options without predefined Field Identifiers, which creates a dependency on standards updates. When new protocol options emerge, the approach requires formal extension of the standard to define appropriate identifiers, creating potential delays and compatibility issues. While the rule serialization size is moderate at 357 bytes, this still represents significant overhead in highly constrained environments. These limitations illustrate why semantic compression works well in static, predictable environments but presents challenges for protocol evolution and interoperability in more dynamic contexts where protocols frequently evolve.</t>
        </section>
      </section>
      <section anchor="universal-options">
        <name>Universal Options</name>
        <t>The Universal Options approach preserves protocol option identifiers directly within SCHC Rules, eliminating the need for predefined Field Identifiers for each option type. This section examines how this approach handles our example CoAP message.</t>
        <section anchor="implementation-approach">
          <name>Implementation Approach</name>
          <t>In this approach, we assign SIDs starting from 7000 to the YANG Data Model augmentation defined in this document. All CoAP options are represented by a combination of a space ID (indicating the protocol namespace, in this case CoAP) and the option identifier as used in the CoAP protocol. This allows the SCP82-Param option to be processed like any other option, regardless of whether it was defined when the SCHC implementation was created.</t>
        </section>
        <section anchor="cbor-serialization-1">
          <name>CBOR Serialization</name>
          <t>The CBOR serialization of the rule using the Universal Options approach is 481 bytes long:</t>
          <figure anchor="fig-cbor-serial2">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
b'a11913e7a10181a4048ca7061913bf070208010519139b091913db011913970d81a20100024101a7
061913be070208010519139a091913db011913970d81a20100024100a7061913bc070408010519139b
091913db011913970d81a20100024100a70619139f070808010519139a091913db011913970d81a201
00024101a8061913a2071008010519139a091913de0a81a20100024107011913950d81a20100024100
a719077c191b5a19077b0b190775d82d1913d51907760119077419139b1907771913dc190770191398
a719077c191b5a19077b0b190775d82d1913d51907760219077419139b1907771913dc190770191398
a719077c191b5a19077b0f190775d82d1913d51907760119077419139b1907771913dc190770191398
a719077c191b5a19077b0f190775d82d1913d51907760219077419139b1907771913dc190770191398
a819077c191b5a19077b11190775081907760119077419139b1907771913db19077019139719077d81
a2010002413ca819077c191b5a19077b190102190775d82d1913d51907760119077419139b19077719
13db19077019139719077d81a20100024102a719077c191b5a19077b190807190775d82d1913d51907
760119077419139b1907771913dc19077019139818220818210818231913e0'
]]></artwork>
          </figure>
          <t>The diagnostic representation of the CBOR message is the following:</t>
          <figure>
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
Deltas in entry part:
- 6: field-id                     **1916: space-id  
- 7: field-length                 **1915: option-id 
- 8: field-position               **1909: field-length
- 5: direction-indicator          **1910: field-position
- 9: matching-operator            **1908: direction-indicator
- 1: comp-decomp-action           **1911: matching-operator  
- 10: matching-operator-value     **1917: target-value
- 13: target-value                

Deltas in the rule part:
* 33: rule-id-length
* 34: rule-id-value
* 35: rule-nature

{5095: {1: [{4: [
  {6: 5055, 7: 2, 8: 1, 5: 5019, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'01'}]}, 
  {6: 5054, 7: 2, 8: 1, 5: 5018, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'00'}]}, 
  {6: 5052, 7: 4, 8: 1, 5: 5019, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'00'}]}, 
  {6: 5023, 7: 8, 8: 1, 5: 5018, 9: 5083, 1: 5015, 13: [{1: 0, 2: h'01'}]}, 
  {6: 5026, 7: 16, 8: 1, 5: 5018, 9: 5086, 
                    10: [{1: 0, 2: h'07'}], 1: 5013, 13: [{1: 0, 2: h'00'}]}, 
  {1916: 7002, 1915: 11, 1909: 45(5077), 1910: 1, 1908: 5019, 1911: 5084, 1904: 5016}, 
  {1916: 7002, 1915: 11, 1909: 45(5077), 1910: 2, 1908: 5019, 1911: 5084, 1904: 5016}, 
  {1916: 7002, 1915: 15, 1909: 45(5077), 1910: 1, 1908: 5019, 1911: 5084, 1904: 5016}, 
  {1916: 7002, 1915: 15, 1909: 45(5077), 1910: 2, 1908: 5019, 1911: 5084, 1904: 5016}, 
  {1916: 7002, 1915: 17, 1909: 8, 1910: 1, 1908: 5019, 1911: 5083, 1904: 5015, 
                                                1917: [{1: 0, 2: h'3C'}]}, 
  {1916: 7002, 1915: 258, 1909: 45(5077), 1910: 1, 1908: 5019, 1911: 5083, 1904: 5015, 
                                                1917: [{1: 0, 2: h'02'}]},
  {1916: 7002, 1915: 2055, 1909: 45(5077), 1910: 1, 1908: 5019, 1911: 5084, 1904: 5016}], 
34: 8, 33: 8, 35: 5088}]}}
]]></artwork>
          </figure>
          <t>It's important to note that in the CoAP options part, the delta values are very large and require 3 bytes each for CBOR encoding. This is because we've used a separate range of SIDs for the augmentation, following the standard allocation procedure where each YANG Data Model has its own SID range.</t>
        </section>
        <section anchor="coreconf-query-example-1">
          <name>CORECONF Query Example</name>
          <t>A CORECONF query to access the target value of the Accept option in this approach would be structured as follows. The size of the CoAP payload is 15 bytes:</t>
          <figure anchor="fig-query2">
            <name>CORECONF query to Accept TV.</name>
            <artwork align="center"><![CDATA[
REQ: FETCH </c>
        (Content-Format: application/yang-identifiers+cbor-seq)
   [7019,     / .../target-value/value 
    1,        / rule-id-value
    8,        / rule-id-length
    7002,     / space-id-value
    17,       / option-id
    1,        / field-position
    5019,     / direction-indicator
    0]        / target-value/index
]]></artwork>
          </figure>
        </section>
        <section anchor="compressed-packet-1">
          <name>Compressed Packet</name>
          <t>When applied to our sample CoAP message, the Universal Options approach produces a SCHC packet with the same size as the semantic approach: 49 bytes with byte alignment.</t>
        </section>
        <section anchor="analysis-1">
          <name>Analysis</name>
          <t>The Universal Options approach demonstrates several important characteristics when compared to the semantic approach.</t>
          <t>The primary advantage of this approach is its flexibility and future-proofing. By preserving the protocol's native option identifiers, it can handle any option—including newly defined or private options—without requiring updates to the SCHC implementation. This is particularly evident in how it handles the SCP82-Param option (2055) without requiring predefined Field Identifiers.
The compressed packet size remains efficient at 49 bytes, identical to the semantic approach, demonstrating that flexibility doesn't come at the cost of compression efficiency at the packet level.</t>
          <t>However, there are trade-offs. The CBOR serialization of the rule is significantly larger at 481 bytes compared to 357 bytes for the semantic approach. This increased size is primarily due to the additional information needed to represent both protocol space identifiers and option values, along with less efficient delta encoding due to SID allocation in separate ranges.
The query size is also slightly larger (15 bytes vs. 14 bytes), though this difference is minimal.</t>
          <t>Overall, the Universal Options approach provides significantly improved flexibility and interoperability at the cost of larger rule serialization size. This trade-off may be acceptable in many applications, particularly where protocol evolution and interoperability are more critical than rule storage efficiency.</t>
        </section>
      </section>
      <section anchor="merged-data-model-approach">
        <name>Merged Data Model Approach</name>
        <t>The Merged approach combines elements from both the semantic compression and Universal Options approaches into a single, unified YANG Data Model. This section examines how this integrated approach handles our example CoAP message.</t>
        <section anchor="implementation-approach-1">
          <name>Implementation Approach</name>
          <t>Instead of maintaining two separate Data Models (RFC 9363 and Universal Options), this approach merges them into a single model, which we'll refer to as "9363bis." The SID allocation process remains unchanged, with SIDs allocated automatically based on alphabetical ordering of nodes in the YANG model.
The key advantage of this approach is that it provides a unified framework that can represent both predefined fields using semantic compression and protocol-specific options using the Universal Options approach.</t>
        </section>
        <section anchor="cbor-serialization-2">
          <name>CBOR Serialization</name>
          <t>The CBOR serialization of the rule using the Merged approach is 400 bytes in size:</t>
          <figure anchor="fig-cbor-serial3">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
b'a11913e9a10181a4048ca7171913bf1818021819011619139b181a1913db12191397181e81a20100
024101a7171913be1818021819011619139a181a1913db12191397181e81a20100024100a7171913bc
1818041819011619139b181a1913db12191397181e81a20100024100a71719139f1818081819011619
139a181a1913db12191397181e81a20100024101a8171913a21818101819011619139a181a1913de18
1b81a2010002410712191395181e81a20100024100a70e1913e60d0b07d82d1913d508010619139b09
1913dc02191398a70e1913e60d0b07d82d1913d508020619139b091913dc02191398a70e1913e60d0f
07d82d1913d508010619139b091913dc02191398a70e1913e60d0f07d82d1913d508020619139b0919
13dc02191398a80e1913e60d11070808010619139b091913db021913970f81a2010002413ca80e1913
e60d19010207d82d1913d508010619139b091913db021913970f81a20100024102a70e1913e60d1908
0707d82d1913d508010619139b091913dc0219139818330818320818341913e0'
]]></artwork>
          </figure>
          <t>The diagnostic representation reveals the structure of this serialized rule:</t>
          <figure anchor="fig-cbor-diag3">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
Deltas in entry part:
- 23: field-id                     -14: space-id  
* 24: field-length                 -11: option-id 
* 25: field-position               -7: field-length
- 22: direction-indicator          -8: field-position
* 26: matching-operator            -6: direction-indicator
- 18: comp-decomp-action           -9: matching-operator  
* 27: matching-operator-value      -15: target-value
* 30: target-value                 

Deltas in the rule part:
* 50: rule-id-length
* 51: rule-id-value
* 52: rule-nature

{5097: {1: [{4: [
  {23: 5055, 24: 2, 25: 1, 22: 5019, 26: 5083, 18: 5015, 30: [{1: 0, 2: h'01'}]}, 
  {23: 5054, 24: 2, 25: 1, 22: 5018, 26: 5083, 18: 5015, 30: [{1: 0, 2: h'00'}]}, 
  {23: 5052, 24: 4, 25: 1, 22: 5019, 26: 5083, 18: 5015, 30: [{1: 0, 2: h'00'}]}, 
  {23: 5023, 24: 8, 25: 1, 22: 5018, 26: 5083, 18: 5015, 30: [{1: 0, 2: h'01'}]}, 
  {23: 5026, 24: 16, 25: 1, 22: 5018, 26: 5086, 
                       27: [{1: 0, 2: h'07'}], 18: 5013, 30: [{1: 0, 2: h'00'}]}, 
  {14: 5094, 13: 11, 7: 45(5077), 8: 1, 6: 5019, 9: 5084, 2: 5016}, 
  {14: 5094, 13: 11, 7: 45(5077), 8: 2, 6: 5019, 9: 5084, 2: 5016}, 
  {14: 5094, 13: 15, 7: 45(5077), 8: 1, 6: 5019, 9: 5084, 2: 5016}, 
  {14: 5094, 13: 15, 7: 45(5077), 8: 2, 6: 5019, 9: 5084, 2: 5016}, 
  {14: 5094, 13: 17, 7: 8, 8: 1, 6: 5019, 9: 5083, 2: 5015, 
                                                      15: [{1: 0, 2: h'3C'}]}, 
  {14: 5094, 13: 258, 7: 45(5077), 8: 1, 6: 5019, 9: 5083, 2: 5015, 
                                                      15: [{1: 0, 2: h'02'}]}, 
  {14: 5094, 13: 2055, 7: 45(5077), 8: 1, 6: 5019, 9: 5084, 2: 5016}], 
51: 8, 50: 8, 52: 5088}]}}
]]></artwork>
          </figure>
          <t>It can be observed that some delta values are higher than 23, requiring 2 bytes for their encoding in CBOR. This is a result of the automatic SID allocation based on alphabetical ordering, which doesn't optimize for efficient deltas.</t>
        </section>
        <section anchor="coreconf-query-and-compressed-packet">
          <name>CORECONF Query and Compressed Packet</name>
          <t>The CORECONF query and compressed packet sizes remain consistent with previous approaches. The query size is 15 bytes (similar to the Universal Options approach), and the compressed packet size remains at 49 bytes.</t>
        </section>
        <section anchor="analysis-2">
          <name>Analysis</name>
          <t>The Merged Data Model approach offers an interesting middle ground between the semantic and Universal Options approaches. By combining both approaches in a single model, it provides the benefits of compatibility with existing semantic compression while adding the flexibility to handle new or protocol-specific options.</t>
          <t>The CBOR serialization size (400 bytes) falls between the semantic approach (357 bytes) and the Universal Options approach (481 bytes), reflecting its hybrid nature. This represents a reasonable compromise that balances compatibility, flexibility, and efficiency.</t>
          <t>A key advantage of this approach is its unified framework, which eliminates the need to choose between different compression approaches. Implementations can leverage semantic compression for well-known fields while still maintaining the ability to handle any new protocol options through the Universal Options mechanism.</t>
          <t>However, the automatic SID allocation based on alphabetical ordering leads to some inefficiency in delta encoding. As shown in the diagnostic representation, some delta values require 2 bytes for encoding, which increases the serialization size. This suggests that further optimization of SID allocation could improve efficiency, which is explored in the next approach.</t>
          <t>Overall, the Merged approach offers a pragmatic solution that balances the strengths of both semantic and Universal Options approaches while mitigating some of their respective limitations. It provides a path forward that maintains backward compatibility while enabling future extensibility.</t>
        </section>
      </section>
      <section anchor="ordered-sid-allocation-approach">
        <name>Ordered SID Allocation Approach</name>
        <t>The Ordered approach represents a further optimization of the Merged approach through strategic manual allocation of SIDs. While it uses the exact same YANG Data Model as the Merged approach, it differs in how SIDs are assigned to the nodes in the model.</t>
        <section anchor="implementation-approach-2">
          <name>Implementation Approach</name>
          <t>In standard YANG Data Models, SIDs are typically allocated automatically based on alphabetical ordering of nodes or through sequential assignment. This automatic allocation, while convenient, often produces suboptimal delta values when serializing CBOR-encoded rules.
The Ordered approach intervenes in this process by manually editing the SID file to optimize delta values specifically for CBOR encoding efficiency. By carefully arranging SIDs to ensure that frequently used nodes have closely related values, this approach minimizes the number of bytes required to encode the deltas between adjacent SIDs in the CBOR representation.</t>
        </section>
        <section anchor="cbor-serialization-3">
          <name>CBOR Serialization</name>
          <t>The CBOR serialization of the rule using the Ordered approach is 376 bytes in size:</t>
          <figure anchor="fig-cbor-serial4">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
b'a119139fa11781a4178ca71719142228022701161913fe2619143e121913fa2281a20100024101a7
1719142128022701161913fd2619143e121913fa2281a20100024100a71719141f28042701161913fe
2619143e121913fa2281a20100024100a71719140228082701161913fd2619143e121913fa2281a201
00024101a81719140528102701161913fd261914412581a20100024107121913f82281a20100024100
a70e1914490d0b07d82d1914380801061913fe0919143f021913fba70e1914490d0b07d82d19143808
02061913fe0919143f021913fba70e1914490d0f07d82d1914380801061913fe0919143f021913fba7
0e1914490d0f07d82d1914380802061913fe0919143f021913fba80e1914490d1107080801061913fe
0919143e021913fa0f81a2010002413ca80e1914490d19010207d82d1914380801061913fe0919143e
021913fa0f81a20100024102a70e1914490d19080707d82d1914380801061913fe0919143f021913fb
2a0829082b191443
]]></artwork>
          </figure>
          <t>The diagnostic representation shows how this approach affects the delta values:</t>
          <figure anchor="fig-cbor-diag4">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
Deltas in entry part:
- 23: field-id                     -14: space-id  
* -9: field-length                 -11: option-id 
* -8: field-position               -7: field-length
- 22: direction-indicator          -8: field-position
* -7: matching-operator            -6: direction-indicator
- 18: comp-decomp-action           -9: matching-operator  
* -6: matching-operator-value      -15: target-value
* -3: target-value                 

Deltas in the rule part:
* -11: rule-id-length
* -10: rule-id-value
* -12: rule-nature

{5023: {23: [{23: [
  {23: 5154, -9: 2, -8: 1, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'01'}]}, 
  {23: 5153, -9: 2, -8: 1, 22: 5117, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'00'}]}, 
  {23: 5151, -9: 4, -8: 1, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'00'}]}, 
  {23: 5122, -9: 8, -8: 1, 22: 5117, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'01'}]}, 
  {23: 5125, -9: 16, -8: 1, 22: 5117, -7: 5185, 
                       -6: [{1: 0, 2: h'07'}], 18: 5112, -3: [{1: 0, 2: h'00'}]}, 
  {14: 5193, 13: 11, 7: 45(5176), 8: 1, 6: 5118, 9: 5183, 2: 5115}, 
  {14: 5193, 13: 11, 7: 45(5176), 8: 2, 6: 5118, 9: 5183, 2: 5115}, 
  {14: 5193, 13: 15, 7: 45(5176), 8: 1, 6: 5118, 9: 5183, 2: 5115}, 
  {14: 5193, 13: 15, 7: 45(5176), 8: 2, 6: 5118, 9: 5183, 2: 5115}, 
  {14: 5193, 13: 17, 7: 8, 8: 1, 6: 5118, 9: 5182, 2: 5114, 
                                                         15: [{1: 0, 2: h'3C'}]}, 
  {14: 5193, 13: 258, 7: 45(5176), 8: 1, 6: 5118, 9: 5182, 2: 5114, 
                                                         15: [{1: 0, 2: h'02'}]}, 
  {14: 5193, 13: 2055, 7: 45(5176), 8: 1, 6: 5118, 9: 5183, 2: 5115}],
-11: 8, -10: 8, -12: 5187}]}}
]]></artwork>
          </figure>
          <t>The key innovation in this approach is visible in the diagnostic representation: by carefully arranging SIDs, many of the delta values are now negative numbers with small absolute values. In CBOR, small integers (both positive and negative) can be encoded in a single byte, leading to significant space savings compared to the larger deltas in the Merged approach.</t>
        </section>
        <section anchor="sid-allocation-strategy">
          <name>SID Allocation Strategy</name>
          <t>The SID allocation file was manually edited to optimize delta values, as shown in the excerpt below:</t>
          <figure anchor="fig-sid-assignation">
            <name>CBOR serialisation.</name>
            <artwork align="center"><![CDATA[
5023;data;/ietf-schc:schc
...
5030;data;/ietf-schc:schc/rule/window-size
5031;data;/ietf-schc:schc/rule/w-size
5032;data;/ietf-schc:schc/rule/tile-size
5033;data;/ietf-schc:schc/rule/tile-in-all-1
5034;data;/ietf-schc:schc/rule/rule-nature
5035;data;/ietf-schc:schc/rule/rule-id-value
5036;data;/ietf-schc:schc/rule/rule-id-length
5037;data;/ietf-schc:schc/rule/retransmission-timer/ticks-numbers
5038;data;/ietf-schc:schc/rule/retransmission-timer/ticks-duration
5039;data;/ietf-schc:schc/rule/retransmission-timer
5040;data;/ietf-schc:schc/rule/rcs-algorithm
5041;data;/ietf-schc:schc/rule/maximum-packet-size
5042;data;/ietf-schc:schc/rule/max-interleaved-frames
5043;data;/ietf-schc:schc/rule/dtag-size
5044;data;/ietf-schc:schc/rule/direction
5045;data;/ietf-schc:schc/rule/ack-behavior
5046;data;/ietf-schc:schc/rule
5047;data;/ietf-schc:schc/rule/fcn-size
5048;data;/ietf-schc:schc/rule/fragmentation-mode
5049;data;/ietf-schc:schc/rule/inactivity-timer
5050;data;/ietf-schc:schc/rule/inactivity-timer/ticks-duration
5051;data;/ietf-schc:schc/rule/inactivity-timer/ticks-numbers
5052;data;/ietf-schc:schc/rule/l2-word-size
5053;data;/ietf-schc:schc/rule/max-ack-requests
...
5060;data;/ietf-schc:schc/rule/entry/field-length
5061;data;/ietf-schc:schc/rule/entry/field-position
5062;data;/ietf-schc:schc/rule/entry/matching-operator
5063;data;/ietf-schc:schc/rule/entry/matching-operator-value
5064;data;/ietf-schc:schc/rule/entry/matching-operator-value/index
5065;data;/ietf-schc:schc/rule/entry/matching-operator-value/value
5066;data;/ietf-schc:schc/rule/entry/target-value
5067;data;/ietf-schc:schc/rule/entry/target-value/index
5068;data;/ietf-schc:schc/rule/entry/target-value/value
5069;data;/ietf-schc:schc/rule/entry
5070;data;/ietf-schc:schc/rule/entry-option-space
5071;data;/ietf-schc:schc/rule/entry-option-space/comp-decomp-action
5072;data;/ietf-schc:schc/rule/entry-option-space/comp-decomp-action-value
5073;data;/ietf-schc:schc/rule/entry-option-space/comp-decomp-action-value/index
5074;data;/ietf-schc:schc/rule/entry-option-space/comp-decomp-action-value/value
5075;data;/ietf-schc:schc/rule/entry-option-space/direction-indicator
5076;data;/ietf-schc:schc/rule/entry-option-space/field-length
5077;data;/ietf-schc:schc/rule/entry-option-space/field-position
5078;data;/ietf-schc:schc/rule/entry-option-space/matching-operator
5079;data;/ietf-schc:schc/rule/entry-option-space/matching-operator-value
5080;data;/ietf-schc:schc/rule/entry-option-space/matching-operator-value/index
5081;data;/ietf-schc:schc/rule/entry-option-space/matching-operator-value/value
5082;data;/ietf-schc:schc/rule/entry-option-space/option-id
5083;data;/ietf-schc:schc/rule/entry-option-space/space-id
5084;data;/ietf-schc:schc/rule/entry-option-space/target-value
5085;data;/ietf-schc:schc/rule/entry-option-space/target-value/index
5086;data;/ietf-schc:schc/rule/entry-option-space/target-value/value
5087;data;/ietf-schc:schc/rule/entry/comp-decomp-action
5088;data;/ietf-schc:schc/rule/entry/comp-decomp-action-value
5089;data;/ietf-schc:schc/rule/entry/comp-decomp-action-value/index
5090;data;/ietf-schc:schc/rule/entry/comp-decomp-action-value/value
5091;data;/ietf-schc:schc/rule/entry/direction-indicator
5092;data;/ietf-schc:schc/rule/entry/field-id
]]></artwork>
          </figure>
          <t>The allocation strategy focuses on several key principles:</t>
          <ul spacing="normal">
            <li>
              <t>Grouping related nodes with consecutive SIDs to minimize delta values</t>
            </li>
            <li>
              <t>Positioning frequently used nodes strategically to ensure small deltas</t>
            </li>
            <li>
              <t>Using both positive and negative deltas to maximize single-byte encoding opportunities</t>
            </li>
            <li>
              <t>Arranging rule-related fields to minimize the encoding size of rule metadata</t>
            </li>
          </ul>
        </section>
        <section anchor="coreconf-query-and-compressed-packet-1">
          <name>CORECONF Query and Compressed Packet</name>
          <t>As with previous approaches, the CORECONF query size (15 bytes) and compressed packet size (49 bytes) remain consistent. The optimization affects only the rule serialization size, not the operational efficiency of queries or the compression ratio of actual packets.</t>
        </section>
        <section anchor="analysis-3">
          <name>Analysis</name>
          <t>The Ordered SID Allocation approach demonstrates the significant impact that strategic SID assignment can have on rule serialization efficiency. By reducing the CBOR serialization size from 400 bytes in the Merged approach to 376 bytes, it achieves a 6% reduction in size while maintaining identical functionality and compatibility.</t>
          <t>This approach is particularly noteworthy because it achieves this efficiency gain without any changes to the YANG Data Model itself—only the SID allocation is modified. This makes it a non-invasive optimization that can be applied to existing models without affecting their structure or semantics.</t>
          <t>The resulting serialization size (376 bytes) is only slightly larger than the original semantic approach (357 bytes), while maintaining all the flexibility benefits of the Universal Options approach. This represents an excellent compromise that nearly eliminates the size penalty of the more flexible approach.</t>
          <t>The Ordered approach demonstrates that thoughtful SID allocation can significantly improve encoding efficiency for CBOR-serialized SCHC Rules. This optimization technique could be valuable in constrained environments where rule transmission and storage efficiency are critical concerns.</t>
        </section>
      </section>
    </section>
    <section anchor="syntatic-compression">
      <name>Syntatic compression</name>
      <t>The syntactic approach processes all options uniformly by decomposing each CoAP option into its constituent components. Rather than treating an entire option as a single field, this approach treats the delta type, length, and value components that make up a CoAP option as separate fields. While the core compression algorithm remains unchanged, the parsing phase must be modified to accommodate this decomposed representation of the header. From a Data Model perspective, three new Field Identifiers (FIDs) need to be defined. The specific SID values assigned have minimal impact since they function purely as identifiers without CORECONF delta encoding considerations.</t>
      <section anchor="rule-specification">
        <name>Rule specification</name>
        <t>As shown in the transition from <xref target="fig-rule-test"/> to <xref target="fig-rule-test2"/>, the Field Position (FP) parameter plays a crucial role in maintaining the proper ordering of these option components.</t>
        <figure anchor="fig-rule-test2">
          <name>Target rule.</name>
          <artwork align="center"><![CDATA[
+===================================================================+
|RuleID 9/8                                                         |
+==========+===+==+==+======+===============+===============+=======+
|  Field   | FL|FP|DI|  TV  |       MO      |      CDA      |  Sent |
|          |   |  |  |      |               |               | [bits]|
+==========+===+==+==+======+===============+===============+=======+
|CoAP      |2  |1 |Bi|01    | equal         | not-sent      |       |
|version   |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Type |2  |1 |Dw|CON   | equal         | not-sent      |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP TKL  |4  |1 |Bi|0     | equal         | not-sent      |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP Code |8  |1 |DW|0.01  | equal         | not-sent      |       |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP MID  |16 |1 |Bi|0000  | MSB(7)        | LSB           |MID    |
+----------+---+--+--+------+---------------+---------------+=======+
|CoAP      |16 |1 |Dw|11    | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |8  |1 |Dw|      | ignore        | value-sent    | size  |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|1 |Dw|      | ignore        | value_sent    | size+ |
|Value     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |16 |2 |Dw|0     | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |4  |2 |Dw|      | ignore        | value-sent    | size  |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|2 |Dw|      | ignore        | value_sent    | size+ |
|Value     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |16 |3 |Dw|4     | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |4  |3 |Dw|      | ignore        | value-sent    | size  |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|3 |Dw|      | ignore        | value_sent    | size+ |
|Value     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |16 |4 |Dw|0     | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |4  |4 |Dw|      | ignore        | value-sent    | size  |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|4 |Dw|      | ignore        | value-sent    | size+ |
|Value     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |16 |5 |Dw| 2    | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |4  |5 |Dw| 1    | equal         | not-sent      |       |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|5 |Dw| 60   | equal         | not-sent      |       |
|Value     |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |16 |6 |Dw| 241  | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |4  |6 |Dw| 1    | equal         | not-sent      |       |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|6 |Dw| 2    | equal         | not-sent      |       |
|Value     |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |16 |7 |Dw|1797  | equal         | not-sent      |       |
|DeltaT    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+ 
|CoAP      |4  |7 |Dw|      | ignore        | value-sent    | size  |
|Length    |   |  |  |      |               |               |       |
+----------+---+--+--+------+---------------+---------------+-------+
|CoAP      |var|7 |Dw|      | ignore        | value-sent    | size+ |
|Value     |   |  |  |      |               |               | value |
+----------+---+--+--+------+---------------+---------------+-------+ 
]]></artwork>
        </figure>
        <t>A notable limitation of this approach concerns the SCHC Field Length of the 'CoAP Length' fields, which restricts the rule's applicability. For example, the first Uri-path option requires 8 bits, instead of 4, for its Field Length because the value 'accelerometers' is 14 bytes long, necessitating the escape value 0xD to encode the length on an additional byte. Consequently, if shorter values need to be handled, separate rules would be required.</t>
      </section>
      <section anchor="compressed-packet-2">
        <name>Compressed packet</name>
        <t>The compression residue with the rule ID is 409 bit-long or 52 byte-long with the alignment (see <xref target="fig-residue2"/>).</t>
        <figure anchor="fig-residue2">
          <name>SCHC compressed packet.</name>
          <artwork align="center"><![CDATA[
090087730b1b1b2b632b937b6b2ba32b939bbb6b0bc34b6bab6d53230ba329eba37b230bcd
53ab734ba1eb697b9af191aa262b00
]]></artwork>
        </figure>
        <t>The increased size of the syntactic approach is primarily due to redundant transmission of option lengths. The length information must be sent twice: first to reconstruct the 'CoAP Length' field in the option header, and again to specify the size of the 'CoAP Value' residue. This duplication contributes significantly to the lower compression efficiency compared to other approaches.</t>
      </section>
      <section anchor="coreconf-query-example-2">
        <name>CORECONF Query Example</name>
        <t>A CORECONF query to access the target value of the Accept with is in fith position. The size of the CoAP payload is also 14 bytes:</t>
        <figure anchor="fig-query3">
          <name>CORECONF query to Accept TV.</name>
          <artwork align="center"><![CDATA[
REQ: FETCH </c>
        (Content-Format: application/yang-identifiers+cbor-seq)
   [5115,     / .../target-value/value 
    9,        / rule-id-value
    8,        / rule-id-length
    8003,     / fid-coap-value (from another YANG DM)
    5,        / field-position
    5019,     / direction-indicator
    0]        / target-value/index
]]></artwork>
        </figure>
      </section>
      <section anchor="cbor-serialization-4">
        <name>CBOR Serialization</name>
        <t>The serialization uses the manually assigned sid to minize the representation. The result is 718 byte-long.</t>
        <artwork><![CDATA[
Deltas in entry part:
- 23: field-id                     -14: space-id  
* -9: field-length                 -11: option-id 
* -8: field-position               -7: field-length
- 22: direction-indicator          -8: field-position
* -7: matching-operator            -6: direction-indicator
- 18: comp-decomp-action           -9: matching-operator  
* -6: matching-operator-value      -15: target-value
* -3: target-value                 

Deltas in the rule part:
* -11: rule-id-length
* -10: rule-id-value
* -12: rule-nature

{5023: {23: [
  {23: [{23: 5154, -9: 2, -8: 1, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'01'}]}, 
  {23: 5153, -9: 2, -8: 1, 22: 5117, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'00'}]}, 
  {23: 5151, -9: 4, -8: 1, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'00'}]}, 
  {23: 5122, -9: 8, -8: 1, 22: 5117, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'01'}]}, 
  {23: 5125, -9: 16, -8: 1, 22: 5117, -7: 5185, -6: [{1: 0, 2: h'07'}], 
                                                    18: 5112, -3: [{1: 0, 2: h'00'}]}, 
  {23: 8001, -9: 4, -8: 1, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'0B'}]}, 
  {23: 8002, -9: 12, -8: 1, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8003, -9: 45(5176), -8: 1, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8001, -9: 4, -8: 2, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'00'}]}, 
  {23: 8002, -9: 4, -8: 2, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8003, -9: 45(5176), -8: 2, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8001, -9: 4, -8: 3, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'04'}]}, 
  {23: 8002, -9: 4, -8: 3, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8003, -9: 45(5176), -8: 3, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8001, -9: 4, -8: 4, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'00'}]}, 
  {23: 8002, -9: 4, -8: 4, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8003, -9: 45(5176), -8: 4, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8001, -9: 4, -8: 5, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'02'}]}, 
  {23: 8002, -9: 4, -8: 5, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'01'}]}, 
  {23: 8003, -9: 8, -8: 5, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'3C'}]}, 
  {23: 8001, -9: 4, -8: 6, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'F1'}]}, 
  {23: 8002, -9: 4, -8: 6, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'01'}]}, 
  {23: 8003, -9: 8, -8: 6, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'02'}]}, 
  {23: 8001, -9: 8, -8: 7, 22: 5118, -7: 5182, 18: 5114, -3: [{1: 0, 2: h'0705'}]}, 
  {23: 8002, -9: 4, -8: 7, 22: 5118, -7: 5183, 18: 5115}, 
  {23: 8003, -9: 8, -8: 7, 22: 5118, -7: 5183, 18: 5115}], -11: 9, -10: 8, -12: 5187}]}}
]]></artwork>
        <!--
# flatten RFC9363 

with Corentin proposal to flatten the rule entries
-->

</section>
    </section>
    <section anchor="summary">
      <name>Summary</name>
      <artwork><![CDATA[
  +--------+---------+----------+--------+---------+------------+---------+
  |        | RFC9363 | Univ Opt | merged | ordered |  Syntactic | Revised |
  +--------+---------+==========+========+=========+------------+---------+
  |CORECONF|    357  |     481  |    400 |     376 |        718 |         |       
  +--------+---------+----------+--------+---------+------------+---------+
  |Query   |     14  |      15  |     15 |      15 |         14 |         |
  +--------+---------+----------+--------+---------+------------+---------+
  |SCHC pkt|     49  |      49  |     49 |      49 |         52 |         |
  +--------+---------+----------+--------+---------+------------+---------+

]]></artwork>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank</t>
      <t>This work was supported by the Sweden's Innovation Agency VINNOVA within the EUREKA CELTIC-NEXT project CYPRESS.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
n2DCyXUcAXOSiLEx21x1zu6qWquSrEv8wbU40U4rp9+S0dck6kKnkzDlm5T5
It5C0KFUczZX9LppzVSFktI5bWYjYCdJF3MqJ8zySkJnIhVJcYrAcNIpkgrN
K8qXetmTmCvIvnHui811MdyAPMIYzSfdBJm1JNNpWIxkoaauo3nV9cF2bB2V
9i5Uyxt9X7kdz+Tf8unrlt2lm6S8gE9tzKvKiOVqASlfF32NFUQXywxtxobf
SAWYZAEP+G5hTEgXtGK4UmXJOyzSG6ZN9Qx5feDyOjgSdYgeDo/XpWMwaLlW
LN7rC+xDB7eOQ11dQmrG6ABje5GzDUCjE0vy5PU5B3OcEIruzXGAl1thIFKQ
eQUCND80kkWhCABJCVNb+9pe+GtCqTh2qBgzSnuDvfl0CPJdTubmtA8fcKKF
hx284wobM4a0nAjoeX2ISxeATAU0esN1mWFbwQEMk04TnWbvh+PeUNq8FwqX
U51kIS6H/Nll8GmvEj7+7Sph9dtVwttel/jbVcLVsPx2lXA1LNy1wAL00t51
B1D40Fv98J+xA/S/atWtrjLYNjeG0pSem5Czf/aUvBlteQfq/6u4A/V7E/v1
z7oDtXqRkO74MuFdecNnS3c9pR5xP/LnTndbzOh/Gt11aUo9GexXQXfdXx3d
bTGj/2l01/v18bver47udp/RZ093/cddCP85051MaVeR9TOmO5nRUWu3GX0U
3f2Ci4R0dyR019tJ3/qs6e7oV0d3R49jDp8z3Q1Ynx0cD341dDf41Z2zu8/o
sztnvSs5jQlaB1a85fLv+MW6iIqTigszy0UutN/Hln5mq6wssDgS9gnH/Gxf
3B26agEWWUkjncOHUO1nuqSsvsTxWWKKn7IZfRalWa6+S6MGVQEQs7e5N3FI
16TirWqm+GmvTp40dBR5ELq3EPMy7GOJ23mYJmSTz/bda3npVrG6ikN0WRFS
xCIfZpPgRvfQen9WyGiWlEFyprlVkLHTpjrFEBMJFgGgZ+hvSNEfIB4Rx3vC
1TemdadUMboBbYF+nVLNdQxOizETNa8aNiON72w1hdfJAXhxxgU+6cLZBhVW
Buz1ufRFwxZaptIduuS6OsjCULs+uNvOhw+H4oNoHbdaw8Fg/Y20hStp+5V3
0tb6626lbVVdSdt5/J20iLBCfWt9DWfZm1lV+RqjHOIpXWjhulXx0limW6YO
KZQkpOLWx9bePGI7+V00CUeyA6h3duguJ/mqvaY9VzIcu/XYZRlQlAMmy5DT
6966w72tS9xtX9OKOJ2nS1P3mW67TKPxMi/Vp9YpNsldmK6qeO7m4/AVhE6B
GybkT37VBZEvFV0GJJk4Ky5Wv/4yCyoB/hld1H38MTdaDFutbumibu78gNyb
QcwrwuEuLw75vor//ussuh95nUVtTWkIP/jFFFYxaVvGJQ3kr4PkJESuUIJC
2agaJJVBe2g5ZvO3nPTfctLX5qTrDOoff8tJ/2flpK/KPX9UvvGWCesIIPDh
j0bj01KXgsb2GgLqmj77flshFJv6vHMP/oQ6H00XdkJrutxtPjv14M+nu/t8
ehvmU9XlbvPZqQd/Pr1Pvz5VXe42n5168OfT330+nQ3zeUSX7VKXXY+17d6l
W0ahcuJHO3f5rAxl5yO73DjxR3RZXp621+Vg9y4Hrf6GqVd1uomG18DjNv2p
zrLD8bpaEbXf/UujUftCzeZBjoXp3jw7petZajXSYE4TLA4aUcE6EL74qir9
rhFVUNLEBJBG4w8UoLtc4H1kLI8q9VXZpvRV2bBU/a33uOYYtx4MpA8Uvo2R
2/BxwRkCDxy8SJ84Xpj0aGgU3kaoZz+sgKsiks4+WweXVhsIQIxIF1CxqCx/
xGwGfoaB72YiKMNbk53+9KnRxnqt7r/dMyO1++Zh33lmIYJ3HfA+NVx8N9+7
XJB1bOCyH+GTfWZB6Xd+Mbh4Y3wBih9WsJ2H0yuOYP9C/fxF4D/7AFrkMubk
93CqM8WW+XWSZhxNTMHDGB3+ThJI6PYeLNuRLSl7CqhxLAkddyFo6/uZurD1
Vk6uyITx/cXLl6++PyGzgigJ59+9Of/XE3V6/vztxWnj5fm/vcVN+hfQd9Tp
n1+/Ob+8bNb+P7+/fdq2KQEA

-->

</rfc>
