We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There are discrepancies between the groundsystem command length and what cFS is expecting:
EventService:
Time Service:
Table Service:
Software Bus:
Executive Service:
To Reproduce* Steps to reproduce the behavior:
System observed on:
Reporter Info Anh Van, NASA Goddard
The text was updated successfully, but these errors were encountered:
See https://github.com/nasa/cFE/blob/6aaf5a3244e02af43c8ebb893ef413916dff5ef2/fsw/cfe-core/src/inc/cfe_time_msg.h#L796-L811
For set signal command (CC=15)
Sorry, something went wrong.
Merge pull request #30 from avan989/newLength
7dd2664
Fix #29, fix invalid length in ground system
CCB 2019-09-25: Merge #29, #32; FT #27
34387fe
Reviewed and approved #29, #32 at 2019-09-25 CCB FASTTRACKED #27 (documentation only)
66a82ee
avan989
No branches or pull requests
Describe the bug
There are discrepancies between the groundsystem command length and what cFS is expecting:
EventService:
Error: Invalid cmd length: ID = 0x1801, CC = 16, Exp Len = 30, Len = 32
Time Service:
Error: Invalid cmd length: ID = 0x1805, CC = 15, Exp Len = 10, Len = 8
Table Service:
Error: Invalid msg length -- ID = 0x1804, CC = 9, Len = 24 (!= 46)
Error: Invalid msg length -- ID = 0x1804, CC = 8, Len = 24 (!= 46)
Error: Invalid msg length -- ID = 0x1804, CC = 3, Len = 90 (!= 112)
Error: Invalid msg length -- ID = 0x1804, CC = 7, Len = 24 (!= 46)
Error: Invalid msg length -- ID = 0x1804, CC = 4, Len = 26 (!= 48)
Software Bus:
Error: Invalid cmd length: ID = 0x1803, CC = 5, Exp Len = 12, Len = 9
Error: Invalid cmd length: ID = 0x1803, CC = 4, Exp Len = 12, Len = 9
Executive Service:
Error: Invalid cmd length: ID = 0x1806, CC = 21, Exp Len = 46, Len = 24
To Reproduce*
Steps to reproduce the behavior:
System observed on:
Reporter Info
Anh Van, NASA Goddard
The text was updated successfully, but these errors were encountered: