You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: