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+dev65 #2471

Merged
merged 11 commits into from
Dec 5, 2023
Merged

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    f3a0981 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix #2469, change workflow to use output on failure option

    Instead of using "make test" target, call ctest directly and
    pass the --output-on-failure option. If a test fails, then the
    workflow log will contain the details of the test
    jphickey committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0345296 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Fix #2467, message integrity API

    Adds two new APIs to the MSG module related to integrity:
    
    CFE_MSG_OriginationAction
    CFE_MSG_VerificationAction
    
    These should perform all calculations/updates on origination and
    all verifcation/checks at termination of the message path, respectively.
    
    The specific set of actions depends on how the user has implemented
    their particular MSG module.  By default, the traditional CFE
    encapsulation sets a checksum on commands and a timestamp on TLM,
    and no verification at the receiver.
    jphickey committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    4a4ada4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix #2465, add multi threaded SB perf tests

    Add multi-thread variants of the SB bulk transfer tests.  The intent
    is to create some contention on the SB shared data mutex between the
    threads.  This more closely resembles real use cases where different
    threads are doing sending and receving simultaneously.
    jphickey committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c83a193 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    3a7f23a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request #2409 from irowebbn:2407-document-perfid-max

    Fix #2407 Add perfid limit info to ES docstring
    dzbaker committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6b23796 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2373 from irowebbn:2372_fix_tbl_ut_path_len

    Fix #2372 TBL UT update for OSAL/CFE path length mismatch
    dzbaker committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    93c636f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2466 from jphickey:fix-2465-sb-benchmarks

    Fix #2465, add multi threaded SB perf tests
    dzbaker committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4dad899 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2468 from jphickey:fix-2467-msg-integrity

    Fix #2467, message integrity API
    dzbaker committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    10d4c34 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2470 from jphickey:fix-2469-test-output-on-fail

    Fix #2469, change workflow to use output on failure option
    dzbaker committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c30eb92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    175b29b View commit details
    Browse the repository at this point in the history