Skip to content

Commit

Permalink
Cronjob - daily check of IETF modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Kovac committed Aug 28, 2024
1 parent b7b755b commit 7b23cec
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 18 deletions.
42 changes: 24 additions & 18 deletions [email protected][email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module ietf-network-slice-service {
This version of this YANG module is part of RFC AAAA; see the
RFC itself for full legal notices.";

revision 2024-07-29 {
revision 2024-08-27 {
description
"Initial revision.";
reference
Expand All @@ -115,7 +115,7 @@ module ietf-network-slice-service {
description
"The Network Slice Service customer name tag type,
e.g., adding tags with 'customer name' when multiple actual
customers use a same Network Slice Service.";
customers use the same Network Slice Service.";
}

identity service {
Expand Down Expand Up @@ -523,7 +523,7 @@ module ietf-network-slice-service {
}
description
"The percentile is a value between 0 and 100
to 3 decimal places, e.g., 10.000, 99.900 ,99.990, etc.
to 3 decimal places, e.g., 10.000, 99.900,99.990, etc.
For example, for a given one-way delay measurement,
if the percentile is set to 95.000 and the 95th percentile
one-way delay is 2 milliseconds, then the 95 percent of
Expand Down Expand Up @@ -582,7 +582,7 @@ module ietf-network-slice-service {
seconds, milliseconds, microseconds, and nanoseconds;
for bandwidth units, where the options are bps, Kbps,
Mbps, Gbps; for the packet loss rate unit,
the options can be percentage.";
the options can be a percentage.";
}
leaf value-description {
type string;
Expand Down Expand Up @@ -967,20 +967,26 @@ module ietf-network-slice-service {
description
"The identifier of a match criteria.";
}
leaf match-type {
type identityref {
base service-match-type;
}
mandatory true;
description
"Indicates the match type of the entry in the
list of the Slice Service match criteria.";
}
leaf-list value {
type string;
list match-type {
key "type";
description
"Provides a value for the Slice Service match
criteria, e.g., IP prefix and VLAN ID.";
"List of the Slice Service traffic match types.";
leaf type {
type identityref {
base service-match-type;
}
mandatory true;
description
"Indicates the match type of the entry in the
list of the Slice Service match criteria.";
}
leaf-list value {
type string;
description
"Provides a value for the Slice Service match
criteria, e.g., IP prefix, VLAN ID, or
ACL name.";
}
}
leaf target-connection-group-id {
type leafref {
Expand Down Expand Up @@ -1078,7 +1084,7 @@ module ietf-network-slice-service {
leaf ac-svc-ref {
type ac-svc:attachment-circuit-reference;
description
"A reference to the AC service that have been
"A reference to the AC service that has been
created before the slice creation.";
reference
"RFC CCCC: YANG Data Models for Bearers and
Expand Down
1 change: 1 addition & 0 deletions standard/ietf/RFC/ietf-ioam.yang
Loading

0 comments on commit 7b23cec

Please sign in to comment.