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 session id issues in someip sd with ipv6 #608

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wennmbj
Copy link
Contributor

@wennmbj wennmbj commented Jan 10, 2024

  1. In case ipv6 is used with local link addresses a second session counter is created for the ACK in someip sd. The second counter is created with target address and the network device. Due to two counters for someip sd the receiving ECU will detect false reboots. This fixed the issue described in: [BUG]: Some/IP-SD session counter issue with ipv6 and local link addresses #605

  2. In case of a reliable tcp connection with ipv6 and local link addresses the device in the connection object caused a mismatch in the connection assignment. This fixed the issue described in: [BUG]: TCP connection issues with ipv6 local link addresses and reliable someip services #673

If more details are needed, feel free to contact me.

In case ipv6 is used with local link addresses a second session counter
is created for the ACK in someip sd. The second counter is created with
target address and the network device. Due to two counters for someip sd
the receiving ECU will detect false reboots.
In case of a reliable tcp connection with ipv6 and
local link addresses the device in the connection
object caused a mismatch in the connection assignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Some/IP-SD session counter issue with ipv6 and local link addresses
1 participant