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

Sending UDS message (FF + CF) #267

Closed
mdabrowski1990 opened this issue Apr 24, 2024 · 0 comments · Fixed by #278
Closed

Sending UDS message (FF + CF) #267

mdabrowski1990 opened this issue Apr 24, 2024 · 0 comments · Fixed by #278
Assignees
Labels
CAN Related to CAN specific implementation implementation Changes to code system tests New test cases for system or system integration testing

Comments

@mdabrowski1990
Copy link
Owner

Requires

#247

Description

As a user, I would like to have a feature to transmit UDS messages which are segmented to First Frame and Consecutive Frames.
As a user, I would like to have handling of various timeouts when trying to transmit an UDS message.
As a user, I would like to have proper handling of various values in Flow Control frames.

Testing

  • unit/integration tests
  • system tests

Acceptance Criteria

  • an error is raised if FC frame is not received
  • an error is raised if segmentation error occurs:
    • transmission stopped by receiver (e.g. overflow value in Flow Control)
    • transmission is stopped by receiving SF/FF/CF packet
  • segmented UDS messages can be transmitted over CAN
@mdabrowski1990 mdabrowski1990 added implementation Changes to code system tests New test cases for system or system integration testing CAN Related to CAN specific implementation labels Apr 24, 2024
@mdabrowski1990 mdabrowski1990 self-assigned this Sep 16, 2024
@mdabrowski1990 mdabrowski1990 linked a pull request Sep 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CAN Related to CAN specific implementation implementation Changes to code system tests New test cases for system or system integration testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant