-
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
Fix #146, Support scheduled uplink check #162
Fix #146, Support scheduled uplink check #162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to confirm -- looks like this will use the existing logic until the first READ_UPLINK_MID
is sent, after which it will only forward based on READ_UPLINK_MID
reception.
That seems like it should work OK for now. Ideally, CI lab should have a table for this type of config in the future...
d17cb04
to
9545afa
Compare
@dzbaker Rebased and resolved conflicts. I think this should be ready (already approved). |
*Combines:* ci_lab equuleus-rc1+dev51 cFE equuleus-rc1+dev79 osal equuleus-rc1+dev37 **Includes:** *ci_lab* - nasa/ci_lab#162 - nasa/ci_lab#171 *cFE* - nasa/cFE#2494 *osal* - nasa/osal#1436 Co-authored by: Jacob Hageman <skliper@users.noreply.github.com> Co-authored by: Andrew Hatstat <ahatstat@users.noreply.github.com> Co-authored by: Dylan Baker <dzbaker@users.noreply.github.com>
*Combines:* ci_lab equuleus-rc1+dev51 cFE equuleus-rc1+dev79 osal equuleus-rc1+dev37 **Includes:** *ci_lab* - nasa/ci_lab#162 - nasa/ci_lab#171 *cFE* - nasa/cFE#2494 *osal* - nasa/osal#1436 Co-authored by: Jacob Hageman <skliper@users.noreply.github.com> Co-authored by: Andrew Hatstat <ahatstat@users.noreply.github.com> Co-authored by: Dylan Baker <dzbaker@users.noreply.github.com>
*Combines:* ci_lab equuleus-rc1+dev51 cFE equuleus-rc1+dev79 osal equuleus-rc1+dev37 **Includes:** *ci_lab* - nasa/ci_lab#162 - nasa/ci_lab#171 *cFE* - nasa/cFE#2494 *osal* - nasa/osal#1436 Co-authored by: Jacob Hageman <skliper@users.noreply.github.com> Co-authored by: Andrew Hatstat <ahatstat@users.noreply.github.com> Co-authored by: Dylan Baker <dzbaker@users.noreply.github.com>
Describe the contribution
Note this took the alternative approach described in #146, just supports scheduling (not a timer and child task).
Testing performed
Built/ran/confirmed nominal behavior
Sent a read uplink request and confirmed expected behavior
Expected behavior changes
None by default, if you send a read uplink request it'll switch to only process packets on request
System(s) tested on
Additional context
None
Third party code
None
Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC