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

Fix `ttnv3` source related bugs #68

Closed happyRip closed 1 year ago

happyRip commented 1 year ago

Summary

Ref https://github.com/TheThingsIndustries/lorawan-stack-support/issues/929

Changes

Testing

Application https://eu1.cloud.thethings.network/console/applications/migrate-without-joineui contains a device registered without the JoinEUI that I attempted to export. The device was exported successfully.

Regressions

n/a

Notes for Reviewers

I attached other bugfix commits that otherwise would only be added in https://github.com/TheThingsNetwork/lorawan-stack-migrate/pull/65

Current solution only checks if the fields match and considers empty ("") fields matching any other field. This could be left for now or handled in 2 ways:

Checklist