fix RISE ServiceDetail parameter according to standard #96
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DESCRIPTION
During test of communication with vehicule that require VAS (value added services) it needs Internet connection to access remote services.
We noticed the ServiceDetailsRes EXI packet is not correct, and do not match the standard ISO15118 description.
V2G2-348 The massage element shall be used as defined in table 85
Especialy the sentence in table 85: Only one for each parameter can be selected,
Moreover the V2G message exemple 8 ServiceDetailsRes message (page 279) in standard 15118-2:2014(E)
shows clearly the multiple occurence of parameter fields for each protocol and port which justify the current fix.
Although RISE is no more supported, please find this pull request as participation to the community and help to make EV charger more compatible with standard.