Skip to content

Commit d4dfb7b

Browse files
authored
Merge pull request #422 from Telecominfraproject/WIFI-14979-Update-owgw-built-in-schema
WIFI-14979-Update-owgw-built-in-schema: Add HaLow to wifi band enums.
2 parents fa3c325 + 446cbf2 commit d4dfb7b

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

src/framework/ConfigurationValidator.cpp

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ static std::string DefaultAPSchema = R"foo(
552552
"5G",
553553
"5G-lower",
554554
"5G-upper",
555-
"6G"
555+
"6G",
556+
"HaLow"
556557
]
557558
},
558559
"bandwidth": {
@@ -626,6 +627,7 @@ static std::string DefaultAPSchema = R"foo(
626627
"default": 80
627628
},
628629
"enable": {
630+
"description": "Specifies radio is enabled/disabled.",
629631
"type": "boolean"
630632
},
631633
"require-mode": {
@@ -2312,7 +2314,8 @@ static std::string DefaultAPSchema = R"foo(
23122314
"5G",
23132315
"5G-lower",
23142316
"5G-upper",
2315-
"6G"
2317+
"6G",
2318+
"HaLow"
23162319
]
23172320
}
23182321
},
@@ -3745,7 +3748,8 @@ static std::string DefaultAPSchema = R"foo(
37453748
"5G",
37463749
"5G-lower",
37473750
"5G-upper",
3748-
"6G"
3751+
"6G",
3752+
"HaLow"
37493753
]
37503754
}
37513755
},
@@ -4895,7 +4899,8 @@ static std::string DefaultSWITCHSchema = R"foo(
48954899
"5G",
48964900
"5G-lower",
48974901
"5G-upper",
4898-
"6G"
4902+
"6G",
4903+
"HaLow"
48994904
]
49004905
},
49014906
"bandwidth": {
@@ -4962,6 +4967,7 @@ static std::string DefaultSWITCHSchema = R"foo(
49624967
"default": 80
49634968
},
49644969
"enable": {
4970+
"description": "Specifies radio is enabled/disabled.",
49654971
"type": "boolean"
49664972
},
49674973
"require-mode": {
@@ -6536,7 +6542,8 @@ static std::string DefaultSWITCHSchema = R"foo(
65366542
"5G",
65376543
"5G-lower",
65386544
"5G-upper",
6539-
"6G"
6545+
"6G",
6546+
"HaLow"
65406547
]
65416548
}
65426549
},
@@ -7759,7 +7766,8 @@ static std::string DefaultSWITCHSchema = R"foo(
77597766
"5G",
77607767
"5G-lower",
77617768
"5G-upper",
7762-
"6G"
7769+
"6G",
7770+
"HaLow"
77637771
]
77647772
}
77657773
},

0 commit comments

Comments
 (0)