CFDP Bugfix #144

Merged
meggert merged 4 commits from cfdp-bugfix-unittest-fixes into develop 2023-05-22 10:40:45 +02:00
Showing only changes of commit 4391823f01 - Show all commits

View File

@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
## Fixed
- Important bugfix in CFDP PDU header format: The entity length field and the transaction sequence
number fields stored the actual length of the field instead of the length minus 1 like specified
in the CFDP standard.
## Changed
- Health functions are virtual now.