Skip to content

Commit

Permalink
Add reference to doc/terminal-device-properties-guide.md (openconfig#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandphung authored Dec 16, 2023
1 parent 2ff8f74 commit d11c015
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down Expand Up @@ -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";
Expand Down
11 changes: 10 additions & 1 deletion release/models/optical-transport/openconfig-terminal-device.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit d11c015

Please sign in to comment.