uds icon indicating copy to clipboard operation
uds copied to clipboard

[refine] UDS Message segmentation for LIN

Open mdabrowski1990 opened this issue 4 years ago • 0 comments

Requires

#75

  • LIN Packet implementation

Description

As a user, I would like to segment UDS message into LIN packets, so I could use CAN packets without transmitting them. As a user, I would like to have support for all kind of LIN addressings (broadcast/functional and physical), so I do not limit myself when using this package.

Test Strategy

Unit Tests:

  • 100% code coverage for the provided code

Integration Tests (similar cases as per #76):

  • Single Frame segmentation and desegmentation
  • First Frame and Consecurite Frames segmentation and desegmentation
  • Errors

Acceptance Criteria

mdabrowski1990 avatar Sep 13 '21 12:09 mdabrowski1990