You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Gateway Configuration Server endpoint to download UDP gateway configuration file.
In the Console this requires a new console.ui.gcs.base-url configuration option to be set.
Support for sending end device uplinks in the Console.
PHY version filtering based on LoRaWAN MAC in the Console.
Meta information and status events in the event views in the Console.
Support for setting the frame counter width of an end device in the Console.
Include consumed airtime metadata in uplink messages and join requests (see uplink_message.consumed_airtime field).
Add end device location metadata on forwarded uplink messages (see uplink_message.locations field).
Store and retrieve LBS LNS Secrets from database.
This requires a database schema migration (ttn-lw-stack is-db migrate) because of the added column.
To encrypt the secrets, set the new is.gateways.encryption-key-id configuration option.
Storage Integration API.
CLI support for Storage Integration (see ttn-lw-cli end-devices storage and ttn-lw-cli applications storage commands).
Network Server does not retry rejected NewChannelReq data rate ranges or rejected DLChannelReq frequencies anymore.
Functionality to allow admin users to list all organizations in the Console.
Downlink count for end devices in the Console.
Support for Application Activation Settings in the Join Server to configure Application Server KEK, ID and Home NetID.
Downlink queue invalidated message sent upstream by Application Server to support applications to re-encrypt the downlink queue when Application Server skips FRMPayload crypto.
Navigation to errored step in the end device wizard in the Console.
Changed
Decoded downlink payloads are now published as part of downlink attempt events.
Decoded downlink payloads are stored now by Network Server.
Raw downlink PHY payloads are not stored anymore by Network Server.