Bugfix DHB setNormalDatapoolEntriesInvalid #728

Merged
gaisser merged 3 commits from eive/fsfw:bugfix_dhb_set_datapool_entries_invalid into development 2023-02-06 14:20:35 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 4374c7c4f4 - Show all commits

View File

@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixes ## Fixes
- DHB `setNormalDatapoolEntriesInvalid`: The default implementation did not set the validity
to false correctly because the `read` and `write` calls were missing.
- PUS TMTC creator module: Sequence flags were set to continuation segment (0b00) instead - PUS TMTC creator module: Sequence flags were set to continuation segment (0b00) instead
of the correct unsegmented flags (0b11) as specified in the standard. of the correct unsegmented flags (0b11) as specified in the standard.
- TC Scheduler Service 11: Add size and CRC check for contained TC. - TC Scheduler Service 11: Add size and CRC check for contained TC.