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
Really the concept of local defines for SC elements doesn't seem like a good idea. LC depends on SC, the message structure, CC, and MID should come from SC.
To Reproduce
Trigger an RTS from LC. Event received: 66/1/SC 2: Invalid msg length: ID = 0x000018A9, CC = 4, Len = 10, Expected = 12
Expected behavior
Command should work
Code snips
See above
System observed on:
On an Ubuntu 22 docker, issue is in main branches.
Additional context
Might be missing a functional test or need an update if this is currently passing.
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Checklist (Please check before submitting)
Describe the bug
Critically broken. Local defn of start RTS command is out of sync with SC:
LC/config/default_lc_msgstruct.h
Lines 231 to 248 in ca47670
https://github.com/nasa/SC/blob/ab3a9a03aee8fb9826077c0492f4b7698132c057/config/default_sc_msgdefs.h#L251-L258
Really the concept of local defines for SC elements doesn't seem like a good idea. LC depends on SC, the message structure, CC, and MID should come from SC.
To Reproduce
Trigger an RTS from LC. Event received:
66/1/SC 2: Invalid msg length: ID = 0x000018A9, CC = 4, Len = 10, Expected = 12
Expected behavior
Command should work
Code snips
See above
System observed on:
On an Ubuntu 22 docker, issue is in main branches.
Additional context
Might be missing a functional test or need an update if this is currently passing.
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: