lorawan-stack icon indicating copy to clipboard operation
lorawan-stack copied to clipboard

The Things Stack, an Open Source LoRaWAN Network Server

Results 228 lorawan-stack issues
Sort by recently updated
recently updated
newest added

#### Summary Retry failed confirmed downlinks #### Why do we need this? To ensure same behavior as v2 and make customers happy #### What is already there? What do you...

c/network server

#### Summary When the RX1Delay parameter is decreased (even with minor difference to 4s) the device does not receive acknowledge downlinks for all confirmed uplink messages. Furthermore, the downlinks are...

bug
c/network server

#### Summary ADR algorithm implemented in `TTS V3` is only increasing the Data Rate when there is good network coverage and not decreasing it even when the network coverage gets...

c/network server

#### Summary When there is a large downlink in the downlink queue, which cannot be sent at the current data rate, it stays in the queue until the end node...

bug
c/network server

#### Summary https://github.com/TheThingsNetwork/lorawan-stack/pull/4651 removes the `ttn:v3:ns:application-uplinks:uid::last-invalidation` keys from the application uplink queue. These keys are now unused, and may be deleted. #### Why do we need this? In order to...

c/network server
technical debt
compat/db

#### Summary Allow the device attributes (and may be device description) to be read when received uplink data #### Why do we need this? I put information on these attributes...

c/application server

#### Summary Currently we record the number of marshal and unmarshal operations that we do on protos that come from our Redis databases. I believe it would be useful if...

c/shared

#### Summary After joining, the device is setup to use channels 0...6 (ChMask 0x7F). The LNS sends a NewChannelReq (channel 7). The device rejects DrRange, and therefore does not enable...

c/network server

#### Summary References https://sentry.io/organizations/the-things-industries/issues/3103305258 References https://sentry.io/organizations/the-things-industries/issues/3107052796 This issue tracks missing validation rules from the NS device registry `Set` operations. #### Why do we need this? In order to avoid runtime...

c/network server
technical debt

#### Summary Support Redis 7 This issue is _not_ about using Redis 7.0.0 features, but making sure The Things Stack works as intended with Redis 7.0.0. #### Why do we...

technical debt
dependencies