Skip to content

Commit

Permalink
Add support for SFP-DD and DSFP form factor identities (#585)
Browse files Browse the repository at this point in the history
SFP-DD and DSFP transceiver form factor identities are missing from
OpenConfig.
  • Loading branch information
LeonGWang authored Jul 25, 2023
1 parent 94aeb47 commit 5b178c5
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 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.18.1";
oc-ext:openconfig-version "0.19.0";

revision "2023-07-24" {
description
"Add SFP_DD and DSFP form factor identities.";
reference "0.19.0";
}

revision "2023-02-08" {
description
Expand Down Expand Up @@ -867,6 +873,22 @@ module openconfig-transport-types {
50 Gb/s signal";
}

identity SFP_DD {
base TRANSCEIVER_FORM_FACTOR_TYPE;
description
"SFP-DD electrical interfaces will employ 2 lanes that operate up
25 Gbps NRZ modulation or 56 Gbps PAM4 modulation, providing
solutions up to 50 Gbps or 112 Gbps PAM4 aggregate";
reference "http://sfp-dd.com";
}

identity DSFP {
base TRANSCEIVER_FORM_FACTOR_TYPE;
description
"A transceiver implementing the DSFP Transceiver specification";
reference "https://dsfpmsa.org/";
}

identity XFP {
base TRANSCEIVER_FORM_FACTOR_TYPE;
description
Expand Down

0 comments on commit 5b178c5

Please sign in to comment.