Skip to content

Release 1.2.2

Compare
Choose a tag to compare
@janakj janakj released this 24 Aug 21:25
· 95 commits to main since this release
v1.2.2

This release fixes two bugs related to the ABP activation mode:

  1. AT+JOIN returns +ERR=-14 when invoked in ABP mode (with AT+MODE=0) instead of +ERR=-3;
  2. the embedded LoRaMac-node library is properly initialized in ABP mode upon factory reset.

The second bug made the modem unusable in ABP mode directly after factory reset. The modem would deliver uplinks to the network, but the application server would fail to verify the integrity of the payload. All modem versions prior to 1.2.2 are affected when operating in ABP mode. The issue can be fixed in older version by explicitly switching the modem from ABP to OTAA and back:

AT+MODE=1
AT+MODE=0

SHA256 checksums:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

50b00c799df850deebe289a450a58fa06ce53832d17d1845bd86d555aab0731e *lora-modem-abz-1.2.2.bin
d5eca830f9d8d949d636066c8808b3d75ab477066cfd6a5b9014b93a1d961f04 *lora-modem-abz-1.2.2.hex
cf31d5f9007d19ebabdeafa6af4b30531178241908248cad9f3c3861a9aec4de *lora-modem-abz-1.2.2.debug.bin
1a51a93c4fac4f48695d0739c9cdd9f9c767e35d533579882fd762cab84c1fec *lora-modem-abz-1.2.2.debug.hex
2e6df3a5f830df125554e8c2a46c5f232fcf6f49af8fbbff7f031e0412ff1b31 *lora-modem-abz-1.2.2.debug.map
35f77e6f2030a6d8a9338d9982d031ddfa8ac07c4d4712fcad76b3bebce64fef *lora-modem-abz-1.2.2.tar.gz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEFCCLDXVU0YzakXzblUwB86RfKM8FAmMGk/EACgkQlUwB86Rf
KM//vxAAzIuimGyr899/ZbIkNSEKxpQkMQG4Ez87UXTGuMfvSaPKbC31bYCYiDNf
1UzH9MNM62GbqDg2175u2PAhyAs5wOs9Tw1UES63SwqyOctew0KrdN8iXbu83kFQ
9ss3WRB8QRekEEintejJ4T2vs/0T/BJnwpL+bzvytSZiI6BeKAotjCQu9nFN+ETz
AwEdCSTgoKseDQvUjoTTb6JFkB6ZSrMX3/SdU05QrkGSzTm8ENznvpkHOKL01n94
PhdrG/HuXR/ndVxlGAxCRLI+twjcC9YvNp3IOWri8bxwVhcJxDddSj7qc40oxT4Q
+/JNdetg2si2FFkDrJz/KfOs0AlaPoMy2XQPWUiganAXoImqgFMEMXKN0YQvsGmT
cuM4Tu8MagT7i7mEsJTUKxQb+a9aiBcP5+uSutL4zNYun9HPj8+cKDa8liKE4nf7
8pE10Spkhpnpxdg4dwiVfeEAQ34k8kHYqgaFldA20GHdy6ubi1er4Ntx0mH6gWkt
yUr0rUd5Nuk4KmRLnH2FxSwxB1f8UclEvZuRGhRtrN8npvkWTSkNoAJ+vmbftd2P
8+NXRDwPtxY2cPiwiM9iAthyyeZMuiShsGGuiHqOxS4hA1ctfHptc1yeHkqptWCw
rnSA6TIrjVuOA+Ttrdh4k5nJxwUNPTI0J2Ngs657iX2z6gGbeEA=
=2kUZ
-----END PGP SIGNATURE-----

Full changelog: v1.2.1...v1.2.2