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

Update to use OSAL socket API #23

Closed
skliper opened this issue Nov 4, 2019 · 2 comments · Fixed by #35 or #38
Closed

Update to use OSAL socket API #23

skliper opened this issue Nov 4, 2019 · 2 comments · Fixed by #35 or #38
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Nov 4, 2019

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

@skliper skliper added the enhancement New feature or request label Nov 4, 2019
@skliper skliper changed the title Update to use OS socket API Update to use OSAL socket API Nov 4, 2019
@jphickey
Copy link
Contributor

jphickey commented Nov 4, 2019

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.

@jphickey jphickey self-assigned this Feb 7, 2020
@jphickey
Copy link
Contributor

jphickey commented Feb 7, 2020

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
@astrogeco astrogeco mentioned this issue Mar 10, 2020
@astrogeco astrogeco added this to the 2.4.0 milestone Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants