From 98b231ea45e9e0cb0b66bd3823dac186a35d612a Mon Sep 17 00:00:00 2001 From: Eric Breverman Date: Sat, 2 Nov 2024 11:50:19 -0700 Subject: [PATCH 1/2] OTSI_A --- .../openconfig-transport-types.yang | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/release/models/optical-transport/openconfig-transport-types.yang b/release/models/optical-transport/openconfig-transport-types.yang index 7c3c6a481..0d89384ac 100644 --- a/release/models/optical-transport/openconfig-transport-types.yang +++ b/release/models/optical-transport/openconfig-transport-types.yang @@ -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 @@ -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"; From 05a65f3e668d8ab7fc72997924c67e9e1d2f614d Mon Sep 17 00:00:00 2001 From: Eric Breverman Date: Sat, 2 Nov 2024 11:51:42 -0700 Subject: [PATCH 2/2] Remove extra space. --- .../models/optical-transport/openconfig-transport-types.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/models/optical-transport/openconfig-transport-types.yang b/release/models/optical-transport/openconfig-transport-types.yang index 0d89384ac..34e2f8a65 100644 --- a/release/models/optical-transport/openconfig-transport-types.yang +++ b/release/models/optical-transport/openconfig-transport-types.yang @@ -866,7 +866,7 @@ module openconfig-transport-types { 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"; + reference "ITU-T G.798"; } identity PROT_ODUFLEX_GFP {