Skip to content

Commit

Permalink
Correct description of QSFP56_DD to be generic. (#1110)
Browse files Browse the repository at this point in the history
* Update QSFP56_DD description to be generic to future data rates as intended.
  • Loading branch information
ejbrever authored Jun 4, 2024
1 parent 3c810f3 commit c00868e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 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.24.0";
oc-ext:openconfig-version "0.24.1";

revision "2024-05-13" {
description
"Fix the QSFP56_DD description as it is meant to be generic.";
reference "0.24.1";
}

revision "2024-03-20" {
description
Expand Down Expand Up @@ -915,9 +921,8 @@ module openconfig-transport-types {
identity QSFP56_DD {
base TRANSCEIVER_FORM_FACTOR_TYPE;
description
"QSFP-DD electrical interfaces will employ 8 lanes that operate up to
25 Gbps NRZ modulation or 50 Gbps PAM4 modulation, providing
solutions up to 200 Gbps or 400 Gbps aggregate";
"QSFP-DD quad small form factor pluggable double density
optic providing an 8 lane electrical interface";
reference "http://qsfp-dd.com";
}

Expand Down

0 comments on commit c00868e

Please sign in to comment.