Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTSI_A #1215

Merged
merged 2 commits into from
Nov 5, 2024
Merged

OTSI_A #1215

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading