Skip to content

Commit

Permalink
Editorial nits in the YANG data model
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-tiloca-sics committed Feb 29, 2024
1 parent 3cb8e9f commit e838e6b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions ietf-schc-coap@2024-02-22.yang
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,33 @@ module ietf-schc-coap-ext {
}

organization
"IETF Static Context Header Compression (schc) working group";
"IETF Static Context Header Compression (schc) Working Group";
contact
"WG Web: <https://datatracker.ietf.org/wg/schc/about/>
WG List: <mailto:schc@ietf.org>
Editor: Marco Tiloca
<mailto:marco.tiloca@ri.se>";
description
"
Copyright (c) 2021 IETF Trust and the persons identified as
"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 new CoAP options
as defined in RFC YYYY. ";
This module extends the ietf-schc module defined in RFC 9363 to
include the new CoAP options as defined in RFC YYYY.";

revision 2024-02-22 {
description
Expand All @@ -50,7 +45,7 @@ module ietf-schc-coap-ext {
Sections 5 and 6).";
}

// Field ID
// Field ID

identity fid-coap-option-hop-limit {
base "schc:fid-coap-option";
Expand Down Expand Up @@ -154,7 +149,7 @@ module ietf-schc-coap-ext {
(OSCORE)";
}

// Function Length
// Function Length

identity fl-oscore-oscore-nonce-length {
base fl-base-type;
Expand Down

0 comments on commit e838e6b

Please sign in to comment.