TheThingsNetwork / lorawan-stack-migrate

Migrate devices from other LoRaWAN Network Servers to The Things Stack
Apache License 2.0
8 stars 3 forks source link

Erase device address on no session #94

Closed adriansmares closed 1 year ago

adriansmares commented 1 year ago

Summary

References https://github.com/TheThingsIndustries/lorawan-stack-support/issues/952

Changes

Testing

Local testing.

Regressions

This fixes a bug in itself, which is that the device address persists even though the session does not. Both the AS and the JS reject the resulting end device.

Checklist