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

cFE Integration candidate: Caelum-rc4+dev51 #2346

Merged
merged 5 commits into from
May 22, 2023
Merged

Commits on May 18, 2023

  1. Fix #2337, add msg verify capability

    Adds a "verify" API to the msg module.  This always returns success in
    the default implementation, because checksums were not historically
    enforced.  However it can be made more strict in a custom
    implementation.
    jphickey committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8786265 View commit details
    Browse the repository at this point in the history
  2. Fix #2335, generalize update header parameter

    Expand the "Increment Sequence" boolean on transmit message functions to
    be a more general "Update Header" boolean, so it can be used for other
    fields like timestamps, checksums, or user-defined fields too.
    jphickey committed May 18, 2023
    Configuration menu
    Copy the full SHA
    393a015 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #2336 from jphickey/fix-2335-update-header

    Fix #2335, generalize update header parameter
    dzbaker committed May 22, 2023
    Configuration menu
    Copy the full SHA
    691f1f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2338 from jphickey/fix-2337-verify

    Fix #2337, add msg verify capability
    dzbaker committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ac1160c View commit details
    Browse the repository at this point in the history
  3. Bump to v7.0.0-rc4+dev318

    dzbaker committed May 22, 2023
    Configuration menu
    Copy the full SHA
    57f4374 View commit details
    Browse the repository at this point in the history