Skip to content

Commit

Permalink
OTSI_A
Browse files Browse the repository at this point in the history
  • Loading branch information
ejbrever committed Nov 2, 2024
1 parent 4af7a68 commit 98b231e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion release/models/optical-transport/openconfig-transport-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ module openconfig-transport-types {
"This module contains general type definitions and identities
for optical transport models.";

oc-ext:openconfig-version "1.0.0";
oc-ext:openconfig-version "1.1.0";

revision "2024-11-21" {
description
"Add PROT_OTSI_A protocol type.";
reference "1.1.0";
}

revision "2024-07-24" {
description
Expand Down Expand Up @@ -855,6 +861,14 @@ module openconfig-transport-types {
"FlexO protocol as defined in ITU-T G.709.1 and ITU-T G.709.3";
}

identity PROT_OTSI_A {
base TRIBUTARY_PROTOCOL_TYPE;
description
"OTSI_A is the digital adaptation between the OTSi and the
FlexO-x, or the regenerator section layer of the FlexO";
reference "ITU-T G.798";
}

identity PROT_ODUFLEX_GFP {
base TRIBUTARY_PROTOCOL_TYPE;
description "ODU Flex with GFP protocol";
Expand Down

0 comments on commit 98b231e

Please sign in to comment.