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 #66, handle alt-success code from TBL API #136

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

jphickey
Copy link
Contributor

The TBL API may return success codes other than CFE_SUCCESS, such as CFE_TBL_INFO_UPDATED. From the standpoint of CF_CheckTables, these should all be considered successful.

Fixes #66

@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Dec 17, 2021
The TBL API may return success codes other than CFE_SUCCESS, such
as CFE_TBL_INFO_UPDATED.  From the standpoint of CF_CheckTables,
these should all be considered successful.
@astrogeco astrogeco merged commit 446dcd9 into nasa:main Dec 17, 2021
@astrogeco astrogeco removed the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jan 5, 2022
@jphickey jphickey deleted the fix-66-tbl-api-success branch January 11, 2022 19:24
@skliper skliper added this to the Draco milestone Mar 25, 2022
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.

CF_CheckTables Doesn't Handle CFE_TBL_INFO_UPDATED
4 participants