Subscription report control commands don't work
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 102
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The subscription report control commands (CFE_SB_SEND_PREV_SUBS_CC, CFE_SB_ENABLE_SUB_REPORTING_CC, CFE_SB_DISABLE_SUB_REPORTING_CC) don't work from the ground system since they use CFE_SB_SEND_HK_MID instead of CFE_SB_SUB_RPT_CTRL_MID.
May want to remove them from the GUI since they aren't really ground commands.
To Reproduce
Attempt to send any of these commands, cFE will report error.
Expected behavior
If we do want to support sending from the ground, should work. If we don't, they shouldn't show up on GUI.
Code snips
NA
System observed on:
- Hardware: cFS Dev Server
- OS: Ubuntu 18.04
- Versions: bundle main
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the GUI definitions for CFE_SB_SEND_PREV_SUBS_CC, CFE_SB_ENABLE_SUB_REPORTING_CC, and CFE_SB_DISABLE_SUB_REPORTING_CC, then compare their configured message IDs with CFE_SB_SEND_HK_MID and CFE_SB_SUB_RPT_CTRL_MID. Resolve whether these commands should be supported from the ground or removed from the GUI, and verify that the chosen behavior no longer produces a cFE error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100