Miguel Luis

Results 25 comments of Miguel Luis

LORAWAN_CONFIRMED_MSG_ON true does work correctly when connected to a network server. There is no need to add comments such //Not implemented and never set to true If you just have...

The packet forwarder only forwards what it receives from the RF side to the network server side and from the network server side to the RF side. It doesn't manage...

I think that resetting `MacCtx.RxSlot` in `SwitchClass` would be the best approach. ```c case CLASS_C: { if( deviceClass == CLASS_A ) { // Reset RxSlot to NONE MacCtx.RxSlot = RX_SLOT_NONE;...

Thanks for the report. In our internal repository we have already fixed this issue while re-working and implementing missing features for the ReJoinReq management. These fixes are still under validation...

Thanks for the proposition. I think that we should provide this information using `McpsIndication` instead of creating a new callback. To the `McpsIndication_t` we would add `bool IsUplinkTxRetransmit` a shown...

@janakj I forgot to provide an answer here. Sorry. Yes, please.

Hi @janakj Thanks for the feedback. With @djaeckle we have discussed you proposition and we would like to avoid adding a new callback as originally proposed. However we agree that...

Yes, it is the right procedure. Every time one modifies a global parameter going to be stored on the NVM. This one should be reset in order to apply these...

No answer if you don't mind we close the issue