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 #79, Correct MsgId check #81

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Use the "CFE_SB_IsValidMsgId()" function to check msgids, as this is the source of truth.

Fixes #79

Testing performed
Build and run CFE, run functional test

Expected behavior changes
EDS msg implementation now uses consistent MsgId check

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey added the CCB:Ready Pull request is ready for CCB discussion label Jan 22, 2024
Use the "CFE_SB_IsValidMsgId()" function to check msgids, as this
is the source of truth.
@dzbaker dzbaker added CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Pull request is ready for CCB discussion labels Jan 25, 2024
@dzbaker dzbaker merged commit a50b820 into nasa:main Jan 25, 2024
@jphickey jphickey deleted the fix-79-msgidcheck branch January 25, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MsgID check should use SB wrapper
2 participants