Skip to content

Commit

Permalink
fix validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn22 committed Jun 3, 2024
1 parent 9187e14 commit 8e4cd40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ module ietf-schc-coap {

revision 2024-06-03 {
description
"Initial version for RFC YYYY.";
"New CoAP extensions and extended OSCORE fields.";
reference
"RFC YYYY: Compound Ack";
"RFC YYYY: .....";
}

identity fid-coap-option-hop-limit {
Expand Down Expand Up @@ -96,7 +96,7 @@ module ietf-schc-coap {
}

identity fid-coap-option-oscore-piv {
base fid-coap-option;
base "schc:fid-coap-option";
description
"CoAP option OSCORE flags.";
reference
Expand All @@ -107,7 +107,7 @@ module ietf-schc-coap {
}

identity fid-coap-option-oscore-x {
base fid-coap-option;
base "schc:fid-coap-option";
description
"CoAP option OSCORE flags.";
reference
Expand All @@ -118,7 +118,7 @@ module ietf-schc-coap {
}

identity fid-coap-option-oscore-nonce {
base fid-coap-option;
base "schc:fid-coap-option";
description
"CoAP option OSCORE flags.";
reference
Expand All @@ -129,7 +129,7 @@ module ietf-schc-coap {
}

identity fl-oscore-m-length {
base fl-base-type;
base "schc:fl-base-type";
description
"Size in bytes of the M.";
reference
Expand Down

0 comments on commit 8e4cd40

Please sign in to comment.