-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update to use OSAL socket API #23
Comments
Note: This is already implemented in the EDS branch (techdev-sois-eds on babelfish). In here the CI_LAB and TO_LAB use the socket abstraction via OSAL. It probably wouldn't be too difficult to separate the changes, and make a non-EDS CI_LAB/TO_LAB, if necessary. |
Backporting this change from the EDS branch |
jphickey
added a commit
to jphickey/ci_lab
that referenced
this issue
Feb 7, 2020
This removes the need to use BSD socket calls directly within CI_LAB
jphickey
added a commit
to jphickey/ci_lab
that referenced
this issue
Feb 7, 2020
This removes the need to use BSD socket calls directly within CI_LAB
jphickey
added a commit
to jphickey/ci_lab
that referenced
this issue
Feb 8, 2020
This removes the need to use BSD socket calls directly within CI_LAB
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently uses cFE supplied network_includes.h and not the abstracted OSAL calls
Describe the solution you'd like
Update to use OSAL
Describe alternatives you've considered
None
Additional context
See osapi-os-net.h and/or OSAL API.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: