Skip to content

Use the concentrator time to calculate the server and wait time#7832

Open
halimi wants to merge 2 commits intov3.35from
fix/1370-duty-cycle-timestamp-mismatch
Open

Use the concentrator time to calculate the server and wait time#7832
halimi wants to merge 2 commits intov3.35from
fix/1370-duty-cycle-timestamp-mismatch

Conversation

@halimi
Copy link
Contributor

@halimi halimi commented Feb 18, 2026

Summary

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

Use the concentrator time instead of the packet timestamp to calculate the server and wait time when 'schedule downlink late` is enabled. The packet timestamp (microsecond timestamp) can overflow when the packet is scheduled in the future due to the duty cycle limit.

Changes

  • Use the concentrator time to calculate the server and wait time

Testing

Steps

See the reproduction steps in https://github.com/TheThingsIndustries/lorawan-stack-support/issues/1370

Results
Regressions

...

Notes for Reviewers

...

Checklist

  • Scope: The referenced issue is addressed, there are no unrelated changes.
  • Compatibility: The changes are backwards compatible with existing API, storage, configuration and CLI, according to the compatibility commitments in README.md for the chosen target branch.
  • Documentation: Relevant documentation is added or updated.
  • Testing: The steps/process to test this feature are clearly explained including testing for regressions.
  • Infrastructure: If infrastructural changes (e.g., new RPC, configuration) are needed, a separate issue is created in the infrastructural repositories.
  • Changelog: Significant features, behavior changes, deprecations and fixes are added to CHANGELOG.md.
  • Commits: Commit messages follow guidelines in CONTRIBUTING.md, there are no fixup commits left.

@halimi halimi self-assigned this Feb 18, 2026
@github-actions github-actions bot added the c/gateway server This is related to the Gateway Server label Feb 18, 2026
@halimi halimi marked this pull request as ready for review February 18, 2026 11:46
@halimi halimi requested review from a team as code owners February 18, 2026 11:46
@halimi halimi added this to the v3.36.0 milestone Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/gateway server This is related to the Gateway Server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments