Skip to content

Commit

Permalink
Update loopback-mode types.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallylsy committed Jan 17, 2024
1 parent c142c92 commit fa2b065
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions release/models/optical-transport/openconfig-transport-types.yang
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 "0.20.0";
oc-ext:openconfig-version "0.21.0";

revision "2024-01-16" {
description
"Update loopback-mode types.";
reference "0.21.0";
}

revision "2023-08-03" {
description
Expand Down Expand Up @@ -179,17 +185,29 @@ module openconfig-transport-types {
description
"No loopback is applied";
}
enum FACILITY {
enum ASIC_MAC_LOCAL {
description
"A port internal loopback at MAC module. The loopback directs
traffic normally transmitted on the port back to the device as
if received on the same port from an external source.";
}
enum ASIC_MAC_REMOTE {
description
"A port external loopback at MAC module. The loopback which
directs traffic received from an external source on the port
back out the transmit side of the same port.";
}
enum ASIC_PHY_LOCAL {
description
"A loopback which directs traffic normally transmitted
on the port back to the device as if received on the same
port from an external source.";
"A port internal loopback at PHY module. The loopback directs
traffic normally transmitted on the port back to the device as
if received on the same port from an external source.";
}
enum TERMINAL {
enum ASIC_PHY_REMOTE {
description
"A loopback which directs traffic received from an external
source on the port back out the transmit side of the same
port.";
"A port external loopback at PHY module. The loopback which
directs traffic received from an external source on the port
back out the transmit side of the same port.";
}
}
default NONE;
Expand Down

0 comments on commit fa2b065

Please sign in to comment.