Skip to content

Commit

Permalink
Add 25G SR/LR PMDs to openconfig-transport-types. (openconfig#1144)
Browse files Browse the repository at this point in the history
* Add 25G SR/LR PMDs to openconfig-transport-types.
  • Loading branch information
bstoll authored Jul 4, 2024
1 parent c00868e commit 0c7f5d0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion 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.24.1";
oc-ext:openconfig-version "0.25.0";

revision "2024-06-28" {
description
"Add ETH_25GBASE_LR and ETH_25GBASE_SR PMD types.";
reference "0.25.0";
}

revision "2024-05-13" {
description
Expand Down Expand Up @@ -1109,6 +1115,18 @@ module openconfig-transport-types {
description "Ethernet compliance code: 10GBASE_SR";
}

identity ETH_25GBASE_LR {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 25GBASE_LR";
reference "IEEE 802.3cc-2022 (CL114)";
}

identity ETH_25GBASE_SR {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 25GBASE_SR";
reference "IEEE 802.3by-2022 (CL112)";
}

identity ETH_40GBASE_CR4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 40GBASE_CR4.
Expand Down

0 comments on commit 0c7f5d0

Please sign in to comment.