From d11c015573cfcf6d1ccd79dd7f6518436f482997 Mon Sep 17 00:00:00 2001 From: Roland Phung Date: Fri, 15 Dec 2023 17:49:19 -0800 Subject: [PATCH] Add reference to doc/terminal-device-properties-guide.md (#1019) --- .../openconfig-terminal-device-properties.yang | 10 +++++++++- .../optical-transport/openconfig-terminal-device.yang | 11 ++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/release/models/devices-manifest/openconfig-terminal-device-properties.yang b/release/models/devices-manifest/openconfig-terminal-device-properties.yang index 2a9c2e506..4e3202c85 100644 --- a/release/models/devices-manifest/openconfig-terminal-device-properties.yang +++ b/release/models/devices-manifest/openconfig-terminal-device-properties.yang @@ -35,10 +35,16 @@ module openconfig-terminal-device-properties { the OTSi (OTSiMC). It also includes (optional) aspects such as filter characterization, CD and DGD tolerance."; - oc-ext:openconfig-version "0.1.0"; + oc-ext:openconfig-version "0.1.1"; // Revisions + revision "2023-12-13" { + description + "Add reference to the terminal-device-properties-guide.md doc for operational-modes."; + reference "0.1.1"; + } + revision "2022-04-26" { description "Initial manifest fine to extend the information related to the operational modes supported by a terminal device."; @@ -531,6 +537,8 @@ module openconfig-terminal-device-properties { description "Indicates the transceiver's list of supported operational modes and its associated transmission features"; + reference + "https://github.com/openconfig/public/blob/master/doc/terminal-device-properties-guide.md"; list mode-descriptor { key "mode-id"; diff --git a/release/models/optical-transport/openconfig-terminal-device.yang b/release/models/optical-transport/openconfig-terminal-device.yang index bf17ed39c..c9289282a 100644 --- a/release/models/optical-transport/openconfig-terminal-device.yang +++ b/release/models/optical-transport/openconfig-terminal-device.yang @@ -77,7 +77,14 @@ module openconfig-terminal-device { ports per linecard, separate linecards for client and line ports, etc.)."; - oc-ext:openconfig-version "1.9.0"; + oc-ext:openconfig-version "1.9.1"; + + revision "2023-12-13" { + description + "Add reference to the terminal-device-properties-guide.md doc for + operational-mode."; + reference "1.9.1"; + } revision "2021-07-29" { description @@ -1289,6 +1296,8 @@ module openconfig-terminal-device { // Ideally, this leaf should be a leafref to the supported // operational modes, but YANG 1.0 does not allow a r/w // leaf to be a leafref to a r/o leaf. + reference + "https://github.com/openconfig/public/blob/master/doc/terminal-device-properties-guide.md"; } leaf line-port {