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

Add support for continuation packets #114

Open
greglucas opened this issue Dec 15, 2024 · 0 comments · May be fixed by #115
Open

Add support for continuation packets #114

greglucas opened this issue Dec 15, 2024 · 0 comments · May be fixed by #115

Comments

@greglucas
Copy link
Collaborator

Context

Continuation packets occur in CCSDS Packets when the data fields are too long for a single packet delivery, or if logically a team wants to break up the packets into smaller chunks. The packet data should be concatenated together when we encounter continuation packets in the XTCE parsing logic.

Implementation Plan

Add checks for the sequence flags within the packet generation code and do the concatenation for users.

@greglucas greglucas linked a pull request Dec 15, 2024 that will close this issue
5 tasks
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 a pull request may close this issue.

1 participant