Skip to content

Commit

Permalink
Add state-only leaves of allowed-max-eirp and allowed-max-txpower (op…
Browse files Browse the repository at this point in the history
…enconfig#1013)

* Update openconfig-wifi-phy.yang

Model a state-only leaf of allowed-max-eirp

* Update openconfig-wifi-phy.yang

Adding radio state leaf for allowed-max-txpower as well.
  • Loading branch information
migueberumenjr authored Dec 14, 2023
1 parent 48a1c13 commit 2ff8f74
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion release/models/wifi/openconfig-wifi-phy.yang
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ module openconfig-wifi-phy {
description
"Model for managing PHY layer configuration of Radio interfaces.";

oc-ext:openconfig-version "1.2.2";
oc-ext:openconfig-version "1.2.3";

revision "2023-11-30" {
description
"Add allowed-max-eirp and allowed-max-txpower radio state leaves.";
reference "1.2.3";
}

revision "2023-05-26" {
description
Expand Down Expand Up @@ -346,6 +352,20 @@ module openconfig-wifi-phy {
"Transmit channel-utilization percentage.";
}

leaf allowed-max-eirp {
type uint8;
units dBm;
description
"Maximum allowed transmit eirp of this radio + antenna, of the current channel, in dBm.";
}

leaf allowed-max-txpower {
type uint8;
units dBm;
description
"Maximum allowed transmit power of this radio, of the current channel, in dBm.";
}

leaf obss-rx {
type oc-types:percentage;
description
Expand Down

0 comments on commit 2ff8f74

Please sign in to comment.