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