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 #60: Implement AOS Transfer Frames per Spec #98

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Conversation

nttoole
Copy link
Contributor

@nttoole nttoole commented Jan 15, 2020

This PR includes AOS Transfer frame implementation based on the 'AOS Space Data Link Protocol' specification.
AOS Transfer frames spec includes a set of optional fields to be decided by the mission, so this information is captured in a new class, AosConfig, which can be populated from a kwargs map or AIT config file, within the 'dsn.sle.aos.' section.
Some refactoring was performed such that TmFrame and AosFrame classes have a common base-class, BaseTransferFrame.
TmFrame decoding was updated to include bit shifting as necessary for sub-octet fields.
A new unit test file, test/test_frames.py, exercises much of the AOS Transfer frame decoding.

Resolves #60

@nttoole nttoole requested review from a team as code owners January 15, 2020 18:37
@MJJoyce
Copy link
Member

MJJoyce commented Jan 21, 2020

@nttoole, it looks like the tests are breaking in Travis. Can you verify they're working locally for you and try to suss out what's up with the build?

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.

Implement AOS Transfer Frames
2 participants