-
Notifications
You must be signed in to change notification settings - Fork 217
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
os-impl-no-sockets.c out of date #796
Comments
skliper
added a commit
to skliper/osal
that referenced
this issue
Feb 10, 2021
astrogeco
added a commit
that referenced
this issue
Feb 12, 2021
Fix #796, Update os-impl-no-sockets.c to match APIs
astrogeco
added a commit
that referenced
this issue
Feb 12, 2021
Fix #796, Update os-impl-no-sockets.c to match APIs
astrogeco
added a commit
that referenced
this issue
Feb 12, 2021
Fix #796, Update os-impl-no-sockets.c to match APIs
skliper
added a commit
to skliper/osal
that referenced
this issue
Feb 12, 2021
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
- Removes MESSAGE_FORMAT_IS_CCSDS_VER2 and all references - Now replaced by MISSION_MSGID_V2 and MISSION_INCLUDE_CCSDS_HEADER cmake variables - Base MIDs localized to cpu1_msgids.h and improved documentation indicating example nature of implementation, note issue nasa#732 may make this obsolete - Updated cfe_sb.dox for message module concept - MsgId base type now always uint32 (reduces logic differences) - Removed system log report of version used, in build and obvious from packet sizes - Cleaned extra documentation from cfe_sb_msg_id_util.c - Removed verification limits on CFE_PLATFORM_SB_MAX_MSG_IDS - Removed UT_GetActualPktLenField and UT_GetActualCmdCodeField that depended on the define, shouldn't directly access message in a unit test since it's implementation dependent - Default CCSDS version default now always 0 (per the standard) but mission configurable
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Fix nasa#796, Remove dependency on CCSDS version define
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Conflicting types for the implementations
To Reproduce
Attempt to compile w/ os-impl-no-sockets.c: OSAL_CONFIG_INCLUDE_NETWORK FALSE
Expected behavior
Should compile
Code snips
Many of the implementations don't match, sample:
System observed on:
Additional context
Seen when adding a coverage test for this code (#795)
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: