Skip to content

Commit

Permalink
Update ietf-layer0-types-ext.yang
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiobelotti committed Jul 3, 2020
1 parent 3d2d817 commit d8325f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ietf-layer0-types-ext.yang
Expand Up @@ -69,6 +69,7 @@ module ietf-layer0-types-ext {
"DP-QPSK (Dual Polarization Quadrature
Phase Shift Keying) modulation";
}

identity QAM8 {
base modulation;
description
Expand Down Expand Up @@ -314,13 +315,13 @@ module ietf-layer0-types-ext {
units dB ;
description "Polarization dependent loss";
}
leaf-list available-modulation-types {
leaf available-modulation-type {
type identityref {
base modulation;
}
config false;
description
"List of modulation types the tranceiver can support";
"Modulation type the specific tranceiver in the list can support";
}
leaf osnr-margin {
type int32;
Expand Down Expand Up @@ -350,12 +351,12 @@ module ietf-layer0-types-ext {
per second in a digitally
modulated signal or a line code";
}
leaf-list available-FEC-types {
leaf available-FEC-type {
type identityref {
base FEC;
}
config false;
description "List determining all the available FEC";
description "Available FEC";
}
leaf FEC-code-rate {
type decimal64 {
Expand Down Expand Up @@ -389,7 +390,7 @@ module ietf-layer0-types-ext {
type layer0-types:frequency-thz;
config false;
description
"his parameter indicates the actual configured transmitter
"This parameter indicates the actual configured transmitter
frequency ";
}

Expand Down

0 comments on commit d8325f5

Please sign in to comment.