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 #997, Simplify UT_InitData SB setup #1112

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Jan 21, 2021

Describe the contribution
Fix #997 - Removes confusing and incorrectly implemented deferred return code of -1 for CFE_SB_ReceiveBuffer from software bus setup in UT_InitData.

Testing performed
Build and run unit tests, passed

Expected behavior changes
None in the core since nothing depended on this behavior, anything that did (other apps) should do it correctly.

System(s) tested on

  • Hardware: cFS Dev Server
  • OS: Ubuntu 18.04
  • Versions: Bundle main + this commit

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@astrogeco
Copy link
Contributor

CCB:2021-01-27 APPROVED

Both comment and implementation were wrong.

@astrogeco astrogeco changed the base branch from main to integration-candidate January 27, 2021 22:28
@astrogeco astrogeco merged commit 9cafeb3 into nasa:integration-candidate Jan 27, 2021
astrogeco added a commit to nasa/cFS that referenced this pull request Jan 27, 2021
astrogeco added a commit that referenced this pull request Feb 3, 2021
Fix #997, Simplify UT_InitData SB setup
@skliper skliper deleted the fix997-ut_sb_setup branch April 1, 2021 20:05
@skliper skliper added this to the 7.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UT_SetDeferredRetcode doesn't work as explained in ut_support.c
2 participants