You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Building the cFE unit tests with MISSION_INCLUDE_CCSDSEXT_HEADER and MISSION_MSGID_V2 set to TRUE fails due to compiler errors in modules/msg/ut-coverage/test_cfe_msg_msgid_v2.c. The errors are due to calling CFE_MSG_SetMsgId() with a "message ID" parameter which is an integer, not a CFE_SB_MsgId_t.
To Reproduce
Steps to reproduce the behavior:
Configure the sample mission with MISSION_INCLUDE_CCSDSEXT_HEADER and MISSION_MSGID_V2 set to TRUE.
Attempt to build the unit tests. Note compiler errors.
Expected behavior
The unit tests should compile without error.
Describe the bug
Building the cFE unit tests with MISSION_INCLUDE_CCSDSEXT_HEADER and MISSION_MSGID_V2 set to TRUE fails due to compiler errors in modules/msg/ut-coverage/test_cfe_msg_msgid_v2.c. The errors are due to calling CFE_MSG_SetMsgId() with a "message ID" parameter which is an integer, not a CFE_SB_MsgId_t.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The unit tests should compile without error.
Code snips
See attached patch.
test_cfe_msg_msgid_v2_patch.txt
System observed on:
Additional context
Toolchain is configured to build 32-bit apps.
Reporter Info
Chuck Fry, QTS Inc., a subcontractor to KBR Wyle on ISRDS-3, NASA ARC Code TI
[email protected]
The text was updated successfully, but these errors were encountered: