JODY-W2 - System integration manual
UBX-18068879 - R14
Software
Page 43 of 84
C1 - Public
An example of the configuration file for 2 GHz channels is shown below:
Description of the parameters is described in
Parameter
Description
TLVType
Internal parameter set to 0x189. Do not change this value.
TLVStartFreq
Starting frequency of the band for this channel
•
2407, 2414 or 2400 for 2.4 GHz
•
5000 for 5 GHz
TLVChanWidth
Channel bandwidth in MHz (for example: 20)
TLVChanNum
Logical 5 MHz channel number (1-255). Channel of the center frequency for HT40 operation in the
2.4 GHz band and primary channel for 40/80 MHz operation in 5 GHz.
TLVPwr:<Length> Specifies the transmit power limits for specific modulations as a list with the length:
<length> of (ModulationGroup,Power) tupels, where
ModulationGroup specifies the mapping for the modulation. See also
Power specifies the Tx power limit in dBm.
Table 28: Parameters in tx power configuration file
## 2G Tx power limit CFG
txpwrlimit_2g_cfg_set={
CmdCode=0x00fb # do NOT change this line
Action:2=1 # 1 - SET
RSVD:2=0 # do NOT change this line
ChanTRPC.TlvType:2=0x0189
ChanTRPC.TlvLength:2={
TLVStartFreq:2=2407
TLVChanWidth:1=20
TLVChanNum:1=1
TLVPwr:20='0,12,1,11,2,11,3,11,4,11,5,11,6,11,7,0,8,0,9,0'
}
ChanTRPC.TlvType:2=0x0189
ChanTRPC.TlvLength:2={
TLVStartFreq:2=2407
TLVChanWidth:1=20
TLVChanNum:1=2
TLVPwr:20='0,12,1,16,2,16,3,16,4,16,5,16,6,16,7,0,8,0,9,0'
}
…
}