[posix] update the default channel masks in the configuration file (#9443)

The default supported channel mask is set to 0x7fff000 in the default
configuration file. The dbus client test case sets the channel to 11
which is not valid in the supported channel mask. It causes the CI test
failures in https://github.com/openthread/ot-br-posix/pull/2027.

This commit updates the default supported and preferred channel masks
in the configuration file to avoid the CI test failures.
This commit is contained in:
Zhanglong Xia
2023-09-20 10:53:57 -07:00
committed by GitHub
parent 21ac9f54cf
commit df128246ac
2 changed files with 8 additions and 9 deletions
+4 -4
View File
@@ -43,22 +43,22 @@ send "region US\n"
expect_line "Done"
send "channel supported\n"
expect "0x7fff000"
expect "0x7fff800"
expect_line "Done"
send "channel preferred\n"
expect "0x7ff7000"
expect "0x3fff800"
expect_line "Done"
send "region WW\n"
expect_line "Done"
send "channel supported\n"
expect "0x7fff800"
expect "0x3fff800"
expect_line "Done"
send "channel preferred\n"
expect "0x7fff000"
expect "0x1fff800"
expect_line "Done"
dispose_node 1