Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #450 : track sequence count of received CCSDS packets #451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmarwah
Copy link
Contributor

@kmarwah kmarwah commented Jul 7, 2022

Implements a plugin which checks the sequence count field of received CCSDS packets. A warning message is logged if an unexpected sequence count value is received. The plugin maintains a dictionary of the expected sequence count values for each APID, and this dictionary is stored as a .pkl file.

Implements a plugin which checks the sequence count field of received CCSDS packets. A warning message is logged if an unexpected sequence count value is received. The plugin maintains a dictionary of the expected sequence count values for each APID, and this dictionary is stored as a .pkl file.
@kmarwah kmarwah requested review from a team as code owners July 7, 2022 17:30
example setup in config.yaml:

- plugin:
name: ait.core.server.plugins.apid_sequence_path.APIDSequenceCounter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kmarwah I believe there is a type in the full name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants