Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for non-confirmable responses #763

Merged
merged 6 commits into from
Feb 6, 2024
Merged

Fix for non-confirmable responses #763

merged 6 commits into from
Feb 6, 2024

Conversation

FrankZRS
Copy link
Collaborator

@FrankZRS FrankZRS commented Feb 6, 2024

Previously all non-confirmable messages sent out by the device are considered requests, but they can be responses. This, combined with enabling the replay protection, caused ETS download to fail.

e.g. When ETS sends a NON request using a new unsynchronised access token, the device should send a non-confirmable RESPONSE with 4.01 + echo; But before the fix, it's sending a non-confirmable REQUEST with 4.01 + echo, which ETS cannot handle

Also a fix so that IPV6 multicast destination addresses are created using the recipient GRPID instead of publisher

@FrankZRS FrankZRS requested review from WAvdBeek and tiniuclx February 6, 2024 17:02
@FrankZRS
Copy link
Collaborator Author

FrankZRS commented Feb 6, 2024

~format

@WAvdBeek WAvdBeek merged commit f0bfc46 into master Feb 6, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants