Azure / iotedge-lorawan-starterkit

Sample implementation of LoRaWAN components to connect LoRaWAN antenna gateway running IoT Edge directly with Azure IoT.
https://azure.github.io/iotedge-lorawan-starterkit/2.2.1
Other
184 stars 61 forks source link

Universal Decoder is missing some LoRaWAN devices #1833

Closed danigian closed 1 year ago

danigian commented 2 years ago

Expected Behavior

Universal decoder pipeline should succeed and lw001-bg related tests should pass

Current Behavior

The pipeline fails because a decoder is not found (lw001-bg) A recent change in Device Repository for LoRaWAN made the lw001-bg move from decodeUplink function to a "Decoder" function that we are currently not able to parse and modify to make it usable in the universal decoder.

Mandur commented 1 year ago

As the Universal decoder was removed I close this issue