xref: /aosp_15_r20/external/openthread/src/posix/platform/openthread.conf.example (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
1#
2# Sample configuration file
3#
4# Modify this to use your own configurations!
5#
6
7# Target power table entries.
8# target_power=<RegulatoryDomain>,<ChannelStart>,<ChannelEnd>,<TargetPower>
9target_power=ETSI,11,26,1000
10target_power=FCC,11,14,1700
11target_power=FCC,15,24,2000
12target_power=FCC,25,26,1600
13
14# Region domain mapping table entries.
15# region_domain_mapping=<RegulatoryDomain>,<Region>,<Region>,...
16region_domain_mapping=FCC,AU,CA,CL,CO,IN,MX,PE,TW,US
17region_domain_mapping=ETSI,WW
18
19# Power calibration table entries.
20# calibrated_power=<ChannelStart>,<ChannelEnd>,<ActualPower>,<RawPowerSetting>
21calibrated_power=11,25,1900,112233
22calibrated_power=11,25,1000,223344
23calibrated_power=26,26,1500,334455
24calibrated_power=26,26,700,445566
25
26# The radio supported channel mask that the device is allowed to be on.
27# supported_channel_mask=<RegulatoryDomain>,<ChannelMask>
28supported_channel_mask=ETSI,0x3fff800
29supported_channel_mask=FCC,0x7fff800
30
31# The radio preferred channel mask that the device prefers to form on.
32# preferred_channel_mask=<RegulatoryDomain>,<ChannelMask>
33preferred_channel_mask=ETSI,0x1fff800
34preferred_channel_mask=FCC,0x3fff800
35