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 #72, adjust MsgId logic to match historical use #73

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

jphickey
Copy link
Contributor

@jphickey jphickey commented Dec 12, 2023

Describe the contribution
Implements a 3-bit processor ID and 8-bit topic ID.

Also use 0-based instance number so that CPU1 commands will start at 0x1800, matching the default GSFC build.

Fixes #72

Testing performed
Build and run CFE

Expected behavior changes
MsgIds will match non-EDS build (assuming TopicIDs are the same)

System(s) tested on
Debian

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

Implements a 3-bit processor ID and 8-bit topic ID.

Also use 0-based instance number so that CPU1 commands will
start at 0x1800, matching the default GSFC build.
@jphickey jphickey changed the title Fix #70, adjust MsgId logic to match historical use Fix #72, adjust MsgId logic to match historical use Dec 12, 2023
@jphickey jphickey added the CCB:Approved Indicates code review and approval by community CCB label Dec 14, 2023
@jphickey jphickey merged commit 72f6cfc into nasa:main Dec 14, 2023
@jphickey jphickey deleted the fix-72-msgid branch January 17, 2024 18:58
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.

Default MsgIds are not the same as historically-assigned MsgIDs
1 participant