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

Invalid command length #29

Closed
avan989 opened this issue Sep 9, 2019 · 1 comment
Closed

Invalid command length #29

avan989 opened this issue Sep 9, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@avan989
Copy link
Contributor

avan989 commented Sep 9, 2019

Describe the bug
There are discrepancies between the groundsystem command length and what cFS is expecting:

EventService:

  1. Delete Application Event Filter command :
    Error: Invalid cmd length: ID = 0x1801, CC = 16, Exp Len = 30, Len = 32

Time Service:

  1. Set Tone Signal Source command
    Error: Invalid cmd length: ID = 0x1805, CC = 15, Exp Len = 10, Len = 8

Table Service:

  1. Abort Table Load command:
    Error: Invalid msg length -- ID = 0x1804, CC = 9, Len = 24 (!= 46)
  2. Activate Table command:Invalid msg length -- ID = 0x1804, CC = 5, Len = 24 (!= 46)
  3. Delete Critical Table from Critical Data Store Command
    Error: Invalid msg length -- ID = 0x1804, CC = 8, Len = 24 (!= 46)
  4. Dump Table command
    Error: Invalid msg length -- ID = 0x1804, CC = 3, Len = 90 (!= 112)
  5. Telemeter One Table Registry Entry command
    Error: Invalid msg length -- ID = 0x1804, CC = 7, Len = 24 (!= 46)
  6. Validate Table command:
    Error: Invalid msg length -- ID = 0x1804, CC = 4, Len = 26 (!= 48)

Software Bus:

  1. Disable Software Bus Route command:
    Error: Invalid cmd length: ID = 0x1803, CC = 5, Exp Len = 12, Len = 9
  2. Enable Software Bus Route command:
    Error: Invalid cmd length: ID = 0x1803, CC = 4, Exp Len = 12, Len = 9

Executive Service:

  1. Delete Critical Data Store command:
    Error: Invalid cmd length: ID = 0x1806, CC = 21, Exp Len = 46, Len = 24

To Reproduce*
Steps to reproduce the behavior:

  1. Go to Ground System
  2. Start cFS
  3. In Ground System, click on the commands mention above
  4. See errors in cFS

System observed on:

  • Hardware
  • OS: Ubuntu 18.04.03
  • CFE 6.6

Reporter Info
Anh Van, NASA Goddard

@skliper
Copy link
Contributor

skliper commented Sep 10, 2019

@avan989 avan989 changed the title Invalid command lenght Invalid command length Sep 11, 2019
@skliper skliper added the bug Something isn't working label Sep 11, 2019
skliper added a commit that referenced this issue Oct 1, 2019
Fix #29, fix invalid length in ground system
skliper added a commit that referenced this issue Oct 1, 2019
Reviewed and approved #29, #32 at 2019-09-25 CCB
FASTTRACKED #27 (documentation only)
@skliper skliper closed this as completed in 66a82ee Oct 2, 2019
@skliper skliper added this to the 2.2.0 milestone Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants