python-uds icon indicating copy to clipboard operation
python-uds copied to clipboard

Implementation of Session Control service

Open richClubb opened this issue 7 years ago • 3 comments

Task to implement the Session Control service, container and method factory classes

richClubb avatar Sep 17 '18 16:09 richClubb

Commencing DiagnosticSessionControl service (0x10).

beckyc567 avatar Nov 27 '18 14:11 beckyc567

Basic code has been written. The current test ODX file covers default session, programming session and extended diagnostic session, so the testing has currently been limited to those - this should be fine for all other session types anyway (these three are certainly the same, as the parameters are link dependent anyway).

Currently includes the basic positive test cases to cover default session with or without response suppression, and positive testing of the negative response cases. Other session types have been tested with response present. Negative test cases (e.g. handling of an invalid negative response), has not been added yet (currently considered low priority).

beckyc567 avatar Dec 06 '18 12:12 beckyc567

Changes have been merged down to the master branch.

beckyc567 avatar Dec 06 '18 12:12 beckyc567