This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC13-90: rfPacketErrorRate Example - Set to 27dBm

Part Number: LAUNCHXL-CC13-90
Other Parts Discussed in Thread: CC1190

We are testing the indoor range of two CC13-90 boards with the rfPacketErrorRate Example.

The example seems to run with 25 dBm on Rx and Tx.

I only see 26dBm option in the table (file: smartrf_settings_predefined.c):

RF_TxPowerTable_Entry RF_PROP_txPowerTableREUS[RF_PROP_TX_POWER_TABLE_SIZE_REUS] =
{
    {7, RF_TxPowerTable_DEFAULT_PA_ENTRY(0, 3, 0, 0) },
    {14, RF_TxPowerTable_DEFAULT_PA_ENTRY(1, 3, 0, 0) },
    {18, RF_TxPowerTable_DEFAULT_PA_ENTRY(2, 3, 0, 0) },
    {20, RF_TxPowerTable_DEFAULT_PA_ENTRY(3, 3, 0, 0) },
    {22, RF_TxPowerTable_DEFAULT_PA_ENTRY(4, 3, 0, 0) },
    {23, RF_TxPowerTable_DEFAULT_PA_ENTRY(5, 3, 0, 0) },
    {24, RF_TxPowerTable_DEFAULT_PA_ENTRY(6, 3, 0, 0) },
    {25, RF_TxPowerTable_DEFAULT_PA_ENTRY(9, 3, 0, 0) },
    {26, RF_TxPowerTable_DEFAULT_PA_ENTRY(14, 3, 0, 0) },
    RF_TxPowerTable_TERMINATION_ENTRY
};

How can I enable 27dBm on the Tx side and max gain at the Rx side?

We are using Simple Link Long range 915 Mhz.