Lora-net / SWL2001

LoRa Basics Modem LoRaWAN stack
BSD 3-Clause Clear License
104 stars 60 forks source link

Remote Multicast Package - Incorrect answer when multiple commands including McGroupStatusReq #20

Closed HernandoSergio closed 9 months ago

HernandoSergio commented 1 year ago

The position for the multicast group data in the MxGroupStatusReq is fixed:

https://github.com/Lora-net/SWL2001/blob/45e19e5bf783bf874b8c9825b76c4c5befa8bcba/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_remote_multicast_setup_package.c#L714

That line should be: uint8_t index_tmp = ans_index+1;

lbm-team commented 1 year ago

Good catch, this issue will be fixed in the next release

lbm-team commented 9 months ago

Hi @HernandoSergio

This issue is now fixed in new v4.3.0 release and mentioned in CHANGELOG.

Once more thanks for your report