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

Fix #2378, refactor SB to support additional use cases #2381

Merged
merged 2 commits into from
Jul 2, 2024

Commits on Feb 26, 2024

  1. Fix nasa#2378, refactor SB to support additional use cases

    Cleans up the internal SB implementation so it can better support future
    enhancements such as message integrity, additional header fields and
    timestamping.
    jphickey committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    550e7f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix nasa#2378, update for code coverage

    Restructure some switch statements and add a "default" case so they
    are not flagged as having a missing branch in the coverage test.
    jphickey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    48dd153 View commit details
    Browse the repository at this point in the history