Skip to content

Commit 2168ee6

Browse files
committed
certif: add channel exclusion
1 parent 963ae55 commit 2168ee6

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

tools/dut/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,11 @@ The test `CORE-LE-UNSUPPORTED-1` requires disabling LFN support. This is
124124
achieved by adding `-o enable_lfn=false` to the command line:
125125

126126
sudo wsbrd -F dut.conf -F na/chan-plan-2-fixed.conf -F sec/gtk.conf -o enable_lfn=false
127+
128+
### Channel Exclusion
129+
130+
The test `DIRECT-EXC-CHAN-LISTEN-LBR-1` requires excluding channels according to 'Table 6-1 Channel Plan 0 DHC1CF'.
131+
132+
A special configuration file [`na/chan-excl.conf`](na/chan-excl.conf) is provided to `allow` the remaining channels. It should be added to the command which starts the border router, for example:
133+
134+
sudo wsbrd -F dut.conf -F na/chan-plan-0-dh1cf.conf -F na/chan-excl.conf

tools/dut/bz/chan-excl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
allowed_channels = "0-4,10-38,47-255"

tools/dut/jp/chan-excl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
allowed_channels = "0-5,10-12,15-255"

tools/dut/na/chan-excl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
allowed_channels = "0-9,21-49,61-255"

0 commit comments

Comments
 (0)