Lorawan downlink_tx_power

Hi,
we are using lora server version 3.3.0. When we send downlink packet to Class C devices we correctly see in DOWNLINK txinfo “frequency:869525000” . I would aspect to see 27dBm as power, instead I see “power:14”
If I understand correctly, LoRa Server always uses the default band TX Power as defined in https://github.com/brocaar/lorawan/tree/master/band

Thanks

Simone Scarafia

Please see https://github.com/brocaar/lorawan/blob/master/band/band_eu863_870.go#L29.

I have just updated the lorawan dependency of the Network Server so that this will be included in the next release :slight_smile:

1 Like

Thanks for the reply !:grinning: