DLT Daemon compatibility issue with AUTOSAR DLT for GetlogInfo
- Dominant language
- C
- Stars
- 459
- Forks
- 340
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
According to the AUTOSAR specification, AppId and ContextId descriptions should be uint8_t.
whilst Covesa DLT Daemon structure is expecting uint16_t type.
DLT Daemon implementation (2.18.10): ContextIDsInfoType and AppIDsType structure impl. by Dlt_common.h use uint16_t for context and app description lengths -
[R21-11 ](https://www.autosar.org/fileadmin/standards/R21-11/CP/AUTOSAR_SWS_DiagnosticLogAndTrace.pdf) (newer)
[R20-11 ](https://www.autosar.org/fileadmin/standards/R20-11/CP/AUTOSAR_SWS_DiagnosticLogAndTrace.pdf) (older)
[R22-11 ]https://www.autosar.org/fileadmin/standards/R22-11/CP/AUTOSAR_SWS_DiagnosticLogAndTrace.pdf (v3.0.0)
[R22-11 ]https://www.autosar.org/fileadmin/standards/R22-11/CP/AUTOSAR_SWS_DiagnosticLogAndTrace.pdf
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.