Skip to content

Commit 1b22027

Browse files
jsnyder81dplorerobshakir
authored
Adding Height to wifi-phy (#1286)
* Adding height and height_reference for 6GHz AFC. * rename to install-height-m and installed-height-referecne * Fixing minor version. * fixing lint : on line 34 of wifi-phy for --------- Co-authored-by: Darren Loher <[email protected]> Co-authored-by: Rob Shakir <[email protected]>
1 parent b2258aa commit 1b22027

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

release/models/wifi/openconfig-wifi-phy.yang

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ module openconfig-wifi-phy {
2525
description
2626
"Model for managing PHY layer configuration of Radio interfaces.";
2727

28-
oc-ext:openconfig-version "1.2.4";
28+
oc-ext:openconfig-version "1.3.0";
29+
30+
revision "2025-04-08" {
31+
description
32+
"Adding installed-height-m and installed-height-reference
33+
for AFC related operations.";
34+
reference "1.3.0";
35+
}
2936

3037
revision "2024-07-10" {
3138
description
@@ -236,6 +243,30 @@ module openconfig-wifi-phy {
236243
external antennae connected.";
237244
}
238245

246+
leaf installed-height-m {
247+
type decimal64 {
248+
fraction-digits 2;
249+
}
250+
description
251+
"Height in meters above a reference used for AFC";
252+
}
253+
254+
leaf installed-height-reference {
255+
type enumeration {
256+
enum AGL {
257+
description
258+
"Above Ground Level.";
259+
}
260+
enum AMSL {
261+
description
262+
"Above Mean Sea Level";
263+
}
264+
}
265+
default "AGL";
266+
description
267+
"Describes the reference for the height of the AP/Antenna.";
268+
}
269+
239270
leaf scanning {
240271
type boolean;
241272
default "true";

0 commit comments

Comments
 (0)