Lora-net/LoRaMac-node

How to get the frequency on OnRxData

Opened this issue · 0 comments

The callback OnTxData of LmHandler provide the parameter LmHandlerTxParams_t which contain the channel of the tx frame. But on the OnRxData callback, the LmHandlerRxParams_t doesn't provide this information. For logging purpose, I would like to get this. How I should do this ?