Skip to content

Commit

Permalink
Correction to loopback-mode-type FACILITY and TERMINAL openconfig#1135 (
Browse files Browse the repository at this point in the history
openconfig#1155)

* Correction to loopback-mode-type FACILITY and TERMINAL openconfig#1135
  • Loading branch information
liulk authored Aug 19, 2024
1 parent 6e28490 commit 147cfe8
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions release/models/optical-transport/openconfig-transport-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ module openconfig-transport-types {
"This module contains general type definitions and identities
for optical transport models.";

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

revision "2024-07-24" {
description
"Corrected description for FACILITY and TERMINAL loopback-mode-type
enums.";
reference "1.0.0";
}

revision "2024-06-28" {
description
Expand Down Expand Up @@ -221,19 +228,19 @@ module openconfig-transport-types {
"No loopback is applied";
}
enum FACILITY {
description
"A port internal loopback at ASIC level. The loopback directs
traffic normally transmitted on the port back to the device as
if received on the same port from an external source. Note this
mode is used when internal loopback does NOT specify MAC or PHY.";
}
enum TERMINAL {
description
"A port external loopback at ASIC level. The loopback which
directs traffic received from an external source on the port
back out the transmit side of the same port. Note this mode is
used when external loopback does NOT specify MAC or PHY";
}
enum TERMINAL {
description
"A port internal loopback at ASIC level. The loopback directs
traffic normally transmitted on the port back to the device as
if received on the same port from an external source. Note this
mode is used when internal loopback does NOT specify MAC or PHY.";
}
enum ASIC_PHY_LOCAL {
description
"A port internal loopback at PHY module. The loopback directs
Expand Down

0 comments on commit 147cfe8

Please sign in to comment.