Network
lpwan Working Group                                          A. Minaburo
Internet-Draft                                                    Acklio
Intended status: Informational Standards Track                              L. Toutain
Expires: October 23, 2019 July 26, 2020            Institut MINES TELECOM ; TELECOM; IMT Atlantique
                                                          April 21, 2019
                                                        January 23, 2020

        Data Model for Static Context Header Compression (SCHC)
                draft-ietf-lpwan-schc-yang-data-model-00
                draft-ietf-lpwan-schc-yang-data-model-01

Abstract

   This document describes a YANG data model for the SCHC (Static
   Context Header Compression).  A generic module is defined, that can
   be applied for any headers Compression) compression and also a specific model for the IPv6 UDP
   protocol stack is also proposed.  Note that this draft is a first
   attempt to define a YANG data module for SCHC, more work is needed to
   use all the YANG facilities. fragmentation rules.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at https://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on October 23, 2019. July 26, 2020.

Copyright Notice

   Copyright (c) 2019 2020 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (https://trustee.ietf.org/license-info) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  SCHC [I-D.ietf-lpwan-ipv6-static-context-hc] defines rules  . . . . . . . . . . . . . . . . . . . . . . . . .   2
     2.1.  Compression Rules . . . . . . . . . . . . . . . . . . . .   3
     2.2.  Field Identifier  . . . . . . . . . . . . . . . . . . . .   4
     2.3.  Field length  . . . . . . . . . . . . . . . . . . . . . .   6
     2.4.  Field position  . . . . . . . . . . . . . . . . . . . . .   7
     2.5.  Direction Indicator . . . . . . . . . . . . . . . . . . .   7
     2.6.  Target Value  . . . . . . . . . . . . . . . . . . . . . .   8
     2.7.  Matching Operator . . . . . . . . . . . . . . . . . . . .   9
       2.7.1.  Matching Operator arguments . . . . . . . . . . . . .  10
     2.8.  Compression Decompresison Actions . . . . . . . . . . . .  10
       2.8.1.  Compression Decompression Action arguments  . . . . .  12
   3.  Rule definition . . . . . . . . . . . . . . . . . . . . . . .  12
     3.1.  Compression rule  . . . . . . . . . . . . . . . . . . . .  14
       3.1.1.  Compression context representation. . . . . . . . . .  14
       3.1.2.  Rule definition . . . . . . . . . . . . . . . . . . .  16
     3.2.  Fragmentation rule  . . . . . . . . . . . . . . . . . . .  16
     3.3.  YANG Tree . . . . . . . . . . . . . . . . . . . . . . . .  17
   4.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .  17
   5.  Security considerations . . . . . . . . . . . . . . . . . . .  17
   6.  Acknowledgements  . . . . . . . . . . . . . . . . . . . . . .  18
   7.  YANG Module . . . . . . . . . . . . . . . . . . . . . . . . .  18
   8.  Normative References  . . . . . . . . . . . . . . . . . . . .  18
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .  18

1.  Introduction

2.  SCHC rules

   SCHC is a compression
   technique and fragmentation mechanism for LPWAN constrained
   networks defined in [I-D.ietf-lpwan-ipv6-static-context-hc] it is
   based on a static context.  The context
   contains a list shared by two entities at the boundary this
   contrained network.  Draft [I-D.ietf-lpwan-ipv6-static-context-hc]
   provides an abstract representation of the rules (cf.  Figure 1).  Each rule contains itself
   a list used either for
   compression/decompression (or C/D) or fragmentation/reassembly (or F/
   R).  The goal of field descriptions composed this document is to formalize the description of the
   rules to offer:

   o  universal representation of the rule to allow the same rule
      represention on both ends.  For instance; a field identifier (FID), device can provide the
      rule it uses to store them in the core SCHC C/D and F/R.

   o  a
   field length (FID), device or the core SCHC instance may update the other end to set
      upsome specific values (e.g.  IPv6 prefix, Destination
      address,...)

   o  ...

   This document defines a field position (FP), YANG module to represent both compression and
   fragmentation rules, which leads to common representation and values
   for the elements of the rules.  SCHC compression is generic, the main
   mechanism do no refers to a specific fields.  A field is abstractedh
   through an ID, a position, a direction (DI), and a
   target value (TV), that can be a matching operator (MO)
   numerical value or a string.

   [I-D.ietf-lpwan-ipv6-static-context-hc] and
   [I-D.ietf-lpwan-coap-static-context-hc] specifies fields for IPv6,
   UDP, CoAP and OSCORE.

   Fragmentation requires a Compression/
   Decompression Action (CDA). set of common parameters that are included
   in a rule.

2.1.  Compression Rules

   [I-D.ietf-lpwan-ipv6-static-context-hc] proposes an abstract
   representation of the compression rule.  A compression context for a
   device is composed of a set of rules.  Each rule contains information
   to describe a specific field in the header to be compressed.

     +-----------------------------------------------------------------+
     |                      Rule N                                     |
    +-----------------------------------------------------------------+|
    |                    Rule i                                       ||
   +-----------------------------------------------------------------+||
   |  (FID)            Rule 1                                        |||
   |+-------+--+--+--+------------+-----------------+---------------+|||
   ||Field 1|FL|FP|DI|Target Value|Matching Operator|Comp/Decomp Act||||
   |+-------+--+--+--+------------+-----------------+---------------+|||
   ||Field 2|FL|FP|DI|Target Value|Matching Operator|Comp/Decomp Act||||
   |+-------+--+--+--+------------+-----------------+---------------+|||
   ||...    |..|..|..|   ...      | ...             | ...           ||||
   |+-------+--+--+--+------------+-----------------+---------------+||/
   ||Field N|FL|FP|DI|Target Value|Matching Operator|Comp/Decomp Act|||
   |+-------+--+--+--+------------+-----------------+---------------+|/
   |                                                                 |
   \-----------------------------------------------------------------/

                Figure 1: Compression Decompression Context

   The goal

2.2.  Field Identifier

   In the process of this document is compression, the headers of the original packet are
   first parsed to provide an YANG data model create a list of fields.  This list of fields is
   matched again the rules to
   represent SCHC Compression find the appropriate one and Fragmentation rules, to allow
   management over a LPWAN network. apply
   compression.  The main constraints are:

   o  since link between the device may list given by the parsed fields
   and the rules is doen through a field ID.
   [I-D.ietf-lpwan-ipv6-static-context-hc] do not state how the field ID
   value can be managed constructed.  In the given example, it was given through
   a string indexed by the LPWAN network,
      management messages must protocol name (e.g.  IPv6.version,
   CoAP.version,...).

   Using the YANG model, each field can be compact.  COREconf offers identified through a
      representation based on CBOR.

   o  this data model global
   YANG identityref.  A YANG field ID derives from the field-id-base-
   type.  Figure 2 gives some field ID definitions.  Note that some
   field IDs can be extended splitted is smaller pieces.  This is the case for
   "fid-ipv6-trafficclass-ds" and "fid-ipv6-trafficclass-ecn" which are
   a subset of "fid-ipv6-trafficclass-ds".

     identity field-id-base-type  {
              description "Field ID with new values, such as new SID";
     }

     identity fid-ipv6-version {
              base field-id-base-type;
              description "IPv6 version field
      id, new MO or CDA.

2.  YANG types

2.1.  Field Identifier

   The from RFC8200";
     }

     identity fid-ipv6-trafficclass {
              base field-id-base-type;
              description "IPv6 Traffic Class field from RFC8200";
     }

     identity fid-ipv6-trafficclass-ds {
             base field-id-base-type;
               description "IPv6 Traffic Class field from RFC8200,
                             DiffServ field from RFC3168";
     }

     identity fid-ipv6-trafficclass-ecn {
             base field-id-base-type;
               description "IPv6 Traffic Class field from RFC8200,
                      ECN field from RFC3168";
     }

     ...

     identity fid-coap-option-if-match {
             base field-id-base-type;
               description "CoAP option If-Match from RFC 7252";
     }

     identity fid-coap-option-uri-host {
             base field-id-base-type;
               description "CoAP option URI-Host from RFC 7252";
     }

     ...

            Figure 2: Definition of indentityref for field IDs

   Figure 2 gives an example of field identifier ID identityref definitions.  The
   base identity is used to identify a specific field.  It field-id-base-type, and field id are derived for it.
   The naming convention is
   viewed as an uint32.

2.2.  Target Value "fid" followed by the protocol name and the
   field

   A value may be name.

   The yang model in annex gives the full definition of the field ID for
   [I-D.ietf-lpwan-ipv6-static-context-hc] and
   [I-D.ietf-lpwan-coap-static-context-hc].

The type associated to this identity is field-id-type (cf. {{Fig-field-id-type}})

    typedef field-id-type {
        description "Field ID generic type.";
        type identityref {
            base field-id-base-type;
        }
    }

            Figure 3: Definition of indentityref for each field IDs

2.3.  Field length

   Field length is either an integer giving the size of a field in bits
   or a rule.  The value's type
   depends on function.  [I-D.ietf-lpwan-ipv6-static-context-hc] defines the
   "var" function which allows variable length fields in byte and
   [I-D.ietf-lpwan-coap-static-context-hc] defines the "tkl" function
   for managing the CoAP Token length field.  It

     identity field-length-base-type {
           description "used to extend field length functions";
     }

     identity fl-variable {
              base field-length-base-type;
              description "residue length in Byte is sent";
     }

     identity fl-token-length {
              base field-length-base-type;
              description "residue length in Byte is sent";
     }

             Figure 4: Definition of indetntyref for field IDs

   As for field ID, field length function can be an integer, a prefix, defined as a string, or
   any other
   identityref as shown in Figure 4.

   Therefore the type carried by for field length is a union between an integer
   giving in bits the field.  The LPWA-types regroups all size of the
   possibles values. length and the identityref (cf.
   Figure 2 gives its definition. 5).

       typedef lpwan-types field-length-type {
           type union {
               type uint8;
           type uint16;
           type uint32;
           type uint64;
           type inet:ipv6-prefix; int64; /* positive length */
               type string; identityref { /* function */
                   base field-length-base-type;
               }
           }
       }

             Figure 2: Value types

   Note that 5: Definition of indetntyref for field IDs

   The naming convention is fl followed by the function name as defined
   in [I-D.ietf-lpwan-ipv6-static-context-hc], Dev
   and App Prefixes can be SCHC specifications.

2.4.  Field position

   Field position is a positive integer which gives the position of type inet:ipv6-prefix-type, but this type
   derives from ASCII characters, a binary representation such as uint64
   will be more compact.

2.3.  Matching Operators

   A matching operator is used to check
   field, the field default value stored in is 1, but if the
   rule against field is repeated several
   times, the value contained in the header field.  If there is no
   matching higher.  value 0 indicates that the rule position is
   not selected.  Two instances of matching
   operator are defined to allow important and is not taken into account during the rule selection from informations
   contained either in the compressed header or the uncompressed header.
   process.

   Field position is a positive integer.  The SCHC document [I-D.ietf-lpwan-ipv6-static-context-hc] defines
   four operators:

   o  equal: type is an uint8.

2.5.  Direction Indicator

   The rule's value must be equal Direction Indicator (DI) is used to the packet header value
      for tell if a specific field.

   o  ignore: There is no check field appears in
   both direction (Bi) or only uplink (Up) or Downlink (Dw).

     identity direction-indicator-base-type {
           description "used to extend field length functions";
     }

     identity di-bidirectional {
              base direction-indicator-base-type;
              description "Direction Indication of bi directionality";
     }

     identity di-up {
              base direction-indicator-base-type;
              description "Direction Indication of upstream";
     }

     identity di-down {
              base direction-indicator-base-type;
              description "Direction Indication of downstream";
     }

       Figure 6: Definition of identityref for this field.

   o  MSB(x): This operator compare direction indicators

   Figure 6 gives the most significant bits. identityref for Direction Indicators.

   The
      operator takes one argument representing the length type is "direction-indicator-type" (cf.  Figure 7).

       typedef direction-indicator-type {
           type identityref {
               base direction-indicator-base-type;
           }
       }

       Figure 7: Definition of least
      significant bit part, which will identityref for direction indicators

2.6.  Target Value

   Target Value may be ignored during the matching
      but sent if either a string or binary sequence.  For match-
   mapping, several of these values can be contained in a Target Value
   field.  In the rule matches.

   o  match-mapping: From data model, this is generalized by adding a position,
   which orders the list of values values.  By default the position is set to
   0.

   The leaf "value" is not mandatory to represent a non existing value
   in a TV.

     grouping target-values-struct {
       leaf value {
         type union {
           type binary;
           type string;
         }
       }
       leaf position {
             type uint16;
       }
     }

                   Figure 8: Definition of target value

   Figure 8 gives the definition of a single element of a Target Value, This
      operator Value.
   In the rule, this will match if one of those values be used as a list, with position as a key.

2.7.  Matching Operator

   Matching Operator (MO) is equal to the a function applied between a field value and will send
   provided by the index of parsed header and the list representing this target value.

       /**********************************/
       /*
   [I-D.ietf-lpwan-ipv6-static-context-hc] defines 4 MO.

     identity matching-operator-base-type {
        description "used to extend Matching Operators with SID values";
     }

     identity mo-equal {
        base matching-operator-base-type;
        description "SCHC draft";
     }

     identity mo-ignore {
        base matching-operator-base-type;
        description "SCHC draft";
     }

     identity mo-msb {
        base matching-operator-base-type;
        description "SCHC draft";
     }

     identity mo-matching {
        base matching-operator-base-type;
        description "SCHC draft";
     }

            Figure 9: Definition of Matching operator Operator identity

   the type         */
       /**********************************/ is "matching-operator-type" (cf.  Figure 10)

      typedef matching-operator-type {
           type enumeration identityref {
               enum equal;
               enum ignore;
               enum msb;
               enum match-mapping;
               base matching-operator-base-type;
           }
       }

              Figure 3: Matching operators

   Figure 3 represents the 10: Definition of Matching Operator type definition.

2.4.  Compression Decompression Actions

   The SCHC document [I-D.ietf-lpwan-ipv6-static-context-hc] defines

2.7.1.  Matching Operator arguments

   Some Matching Operator such as MSB can take some compression decompression actions (CDA).  The CDA tells how to
   compress and decompress values.  Even if
   currently LSB is the field.  They are defined only MO takes only one argument, in Figure 4.
   they are coded the same way future
   some MO may require several arguments.  They are viewed as MO.

           /***********************************************/
           /* Compression-Decompression action a list of
   target-values-type.

2.8.  Compression Decompresison Actions

   Compresion Decompression Action (CDA) idenfied the function to use
   either for compression or decompression.
   [I-D.ietf-lpwan-ipv6-static-context-hc] defines 6 CDA.

       identity compression-decompression-action-base-type;

       identity cda-not-sent {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

       identity cda-value-sent {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

       identity cda-lsb {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

       identity cda-mapping-sent {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

       identity cda-compute-length {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

       identity cda-compute-checksum {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

       identity cda-deviid {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

      identity cda-appiid {
           base compression-decompression-action-base-type;
              description "from SCHC draft";
       }

     Figure 11: Definition of Compresion Decompression Action identity

   The type       */
           /***********************************************/ is "comp-decomp-action-type" (cf.  Figure 12)
      typedef compression-decompression-action-type comp-decomp-action-type {
           type enumeration identityref {
                                   enum not-sent;
                                   enum value-sent;
                                   enum lsb;
                                   enum mapping-sent;
                                   enum compute-length;
                                   enum compute-checksum;
                                   enum esiid-did;
                                   enum laiid-did;
               base compression-decompression-action-base-type;
           }
       }

       Figure 4: 12: Definition of Compresion Decompression Action type

2.8.1.  Compression Decompression Action functions arguments

   Currently no CDA requires argumetns, but the future some CDA may
   require several arguments.  They are viewed as a list of target-
   values-type.

3.  Generic rule  Rule definition

   Each rule's row

   A rule is defined either a C/D or an F/R rule.  A rule is identified by several leaves, the
   rule ID value and its associated length.  The YANG grouping rule-id-
   type defines the structure used to represent a rule ID.  Length of 0
   is allowed to represent an implicit rule.

// Define rule ID. Rule ID is composed of:

   o of a field key which will RuleID value and a Rule ID Length

  grouping rule-id-type {
      leaf rule-id {
        type uint32;
        description "rule ID value, this value must be unique combined with the length";
      }
      leaf rule-length {
        type uint8 {
          range 0..32;
        }
                  description "rule ID length in bits, value 0 is for implicit rules";
      }
  }

// SCHC table for a specific device.

  container schc {
    leaf version{
        type uint64;
        mandatory false;
        description "used as an indication for versioning";
    }
    list rule {
        key "rule-id rule-length";
                uses rule-id-type;
                  choice nature {
                          case fragmentation {
                uses fragmentation-content;
              }
                case compression {
                uses compression-content;
         }
       }
         }
   }

                  Figure 13: Definition of a SCHC Context

   To access to a specfic rule, rule-id and its specific length is used
   as a key,

   o key.  The rule is either a field name that compression or a fragmentation rule.

   Each context can be used for debugging purpose,

   o identify though a field length that containing the length version id.

3.1.  Compression rule

   A compression rule is composed of entries describing its processing
   (cf.  Figure 14).  An entry contains all the field,

   o  a field position that gives information defined in
   Figure 1 with the number of instances,

   o types defined above.

3.1.1.  Compression context representation.

   The compression rule described Figure 1 is associated to a field direction indicates rule ID.
   The compression rule entry is defined in Figure 14.  Each column in
   the packet direction,

   o table is either represented by a field target value containing the value leaf or a list.  Note that will be compared,

   o
   Matching Operators and Compression Decompression actions can have
   arguments.  They are viewed a matching operators for rule selection

   o  an compression/decompression action to compress/decompress the
      field.

   Figure 5 defines the format. ordered list of strings and numbers as
   in target values.

  grouping rule-entry compression-rule-entry {
      leaf field-id {
          mandatory true;
          type int32;
                        description "Field ID unique value representing the Field"; schc-id:field-id-type;
      }
      leaf field-length {
          mandatory true;
          type uint8;
                        description "size in bits of the field"; schc-id:field-length-type;
      }
      leaf field-position {
          mandatory true;
          type uint8;
                        description "For repeated fields, we need to be able to
                                     distinguish between successive occurences";
      }
      leaf direction direction-indicator {
          mandatory true;
          type direction-type; schc-id:direction-indicator-type;
      }
      list target-values {
          key tv-key;
                     leaf tv-key {
                        type int8; position;

                    uses target-values-struct;
      }
      leaf target-value mo {
          mandatory true;
          type lpwan-types; schc-id:matching-operator-type;
      }
                     description "Target Values can be
      // /!\ Not always good, it allows to give several arguments to a list of value, for
                                  match-mapping. For other MO, but
      // theses arguments are only one entry is specified";
                }
                leaf matching-operator int or strings, cannot be arrays. Is it necessary?
      list mo-value {
                     type matching-operator-type;
          key position;
          uses target-values-struct;
      }
      leaf matching-operator-parameter cda {
          mandatory true;
          type lpwan-types;
                     description "If the matching operator requires a parameter
                                  (for example lsb or msb), the value is provided here."; schc-id:cda-type;
      }

                leaf compression-decompression-action
      list cda-value {
                     type compression-decompression-action-type;
          key position;
                    uses target-values-struct;
      }

                leaf compression-decompression-action-parameter {
                     type lpwan-types;
                     description "If the matching operator requires
  }

               Figure 14: Definition of a parameter
                                  (for example lsb or msb), the value compression entry

3.1.2.  Rule definition

   A compression rule is provided here."; a list of entries.

  grouping compression-content {
    list entry {
        key "field-id field-position direction-indicator"; // field-position direction-indicator";
              uses compression-rule-entry;
    }
  }

                Figure 5: Action functions

4.  YANG static context model

   This lead to the generic 15: Definition of a compression rule definition, represented Figure 7.  It
   defines

   To identify a set of rules. specific entry Field ID, position and direction is
   needed.

3.2.  Fragmentation rule

   TBD

     grouping compression-rule fragmentation-content {
          leaf rule-id dtagsize {
             type uint8;
            description "The number of the context rule that should be applied.";
          }
          leaf rule-id-length wsize {
             type uint8;
          }

    list rule-fields
          leaf fcnsize {
      key "field-id field-position direction";
      uses rule-entry;
             type uint8;
          }
          choice mode {
             case no-ack;
                       case ack-always;
                   case ack-on-error {
                           leaf ack-method {
                                   type enumeration {
                                           enum afterAll0;
                                           enum afterAll1;
                                           enum always;
                                   }
                           }
                  }
          }
     }

               Figure 6: YANG definition 16: Definition of the generic module a fragmentation rule

3.3.  YANG Tree

module: ietf-lpwan-schc-rule schc
  +--rw schc
     +--rw version?   uint64
     +--rw rule* [rule-id rule-length]
        +--rw rule-id                   uint32
        +--rw rule-id? rule-length               uint8
        +--rw rule-id-length? (nature)?
           +--:(fragmentation)
           |  +--rw dtagsize?           uint8
           |  +--rw wsize?              uint8
           |  +--rw rule-fields* fcnsize?            uint8
           |  +--rw (mode)?
           |     +--:(no-ack)
           |     +--:(ack-always)
           |     +--:(ack-on-error)
           |        +--rw ack-method?   enumeration
           +--:(compression)
              +--rw entry* [field-id field-position direction] direction-indicator]
                 +--rw field-id                                      int32               schc-id:field-id-type
                 +--rw field-length?                                 uint8 field-length           schc-id:field-length-type
                 +--rw field-position         uint8
                 +--rw direction                                     direction-type direction-indicator    schc-id:direction-indicator-type
                 +--rw target-values* [tv-key] [position]
                 |  +--rw tv-key          int8 value?      union
                 |  +--rw target-value?   lpwan-types position    uint16
                 +--rw matching-operator?                            m.-o.-type mo                     schc-id:matching-operator-type
                 +--rw matching-operator-parameter?                  lpwan-types mo-value* [position]
                 |  +--rw compression-decompression-action?             c.-d.-a.-type value?      union
                 |  +--rw compression-decompression-action-parameter?   lpwan-types

                       Figure 7: Generic module tree

   The YANG tree is given Figure 7.

 SID        Assigned to
 ---------  --------------------------------------------------
 60000      node /rule-fields
 60001      node /rule-fields/compression-decompression-action
 60002      node /rule-fields/compression-decompression-action-parameter
 60003      node /rule-fields/direction
 60004      node /rule-fields/field-id
 60005      node /rule-fields/field-length
 60006      node /rule-fields/field-position
 60007      node /rule-fields/matching-operator
 60008      node /rule-fields/matching-operator-parameter
 60009      node /rule-fields/target-values
 60010      node /rule-fields/target-values/target-value
 60011      node /rule-fields/target-values/tv-key
 60012      node /rule-id
 60013      node /rule-id-length

 File ietf-lpwan-schc-rule@2016-10-31.sid created
 Number of SIDs available : 100
 Number of SIDs assigned : 14

                    Figure 8: Example of SID allocation position    uint16
                 +--rw cda                    schc-id:comp-decomp-action-type
                 +--rw cda-value* [position]
                    +--rw value?      union
                    +--rw position    uint16

                                 Figure 8 gives a simple allocation for SID value.  SID values from
   100 to 113 are used for /generic-rules/context-rules/rule-fields/
   field-compression-decompression-action.  SID value from 1009 17

4.  IANA Considerations

   This document has no request to 1012
   are used in /generic-rules/context-rules/rule-fields/field-matching-
   operator. IANA.

5.  Acknowledgement  Security considerations

   This document does not have any more Security consideration than the
   ones already raised on [I-D.ietf-lpwan-ipv6-static-context-hc]

6.  Acknowledgements

   The authors would like to thank Michel Veillette, Dominique Barthel, Carsten Bormann,
   Alexander Pelov,
   Antoni Markovski for their help on COMI/CoOL and YANG.

6. Pelov.

7.  YANG Module

8.  Normative References

   [I-D.ietf-core-comi]
              Veillette, M., Stok, P., Pelov,

   [I-D.ietf-lpwan-coap-static-context-hc]
              Minaburo, A., Toutain, L., and A. Bierman, "CoAP
              Management Interface", draft-ietf-core-comi-04 R. Andreasen, "LPWAN Static
              Context Header Compression (SCHC) for CoAP", draft-ietf-
              lpwan-coap-static-context-hc-12 (work in progress), November 2018.
              December 2019.

   [I-D.ietf-lpwan-ipv6-static-context-hc]
              Minaburo, A., Toutain, L., Gomez, C., Barthel, D., and J.
              Zuniga, "LPWAN Static "Static Context Header Compression (SCHC) and
              fragmentation for IPv6 and UDP", draft-ietf-lpwan-
              ipv6-static-context-hc-18 LPWAN, application to UDP/IPv6", draft-
              ietf-lpwan-ipv6-static-context-hc-24 (work in progress),
              December
              2018. 2019.

   [RFC7252]  Shelby, Z., Hartke, K., and C. Bormann, "The Constrained
              Application Protocol (CoAP)", RFC 7252,
              DOI 10.17487/RFC7252, June 2014,
              <https://www.rfc-editor.org/info/rfc7252>.

Authors' Addresses

   Ana Minaburo
   Acklio
   1137A Avenue avenue des Champs Blancs
   35510 Cesson-Sevigne Cedex
   France

   Email: ana@ackl.io

   Laurent Toutain
   Institut MINES TELECOM ; TELECOM; IMT Atlantique
   2 rue de la Chataigneraie
   CS 17607
   35576 Cesson-Sevigne Cedex
   France

   Email: Laurent.Toutain@imt-atlantique.fr