Skip to content

Fix #255, Releasing table address prior to issuing a table manage command - #256

Closed
DHerceg-NASA wants to merge 1 commit into
nasa:devfrom
DHerceg-NASA:issue255_ReleaseTblAddress_Prior_to_TblManage
Closed

Fix #255, Releasing table address prior to issuing a table manage command#256
DHerceg-NASA wants to merge 1 commit into
nasa:devfrom
DHerceg-NASA:issue255_ReleaseTblAddress_Prior_to_TblManage

Conversation

@DHerceg-NASA

Copy link
Copy Markdown

Releasing table address prior to issuing a table manage command in the SAMPLE_APP_SendHkCmd() function.

Describe the contribution
See #255

Testing performed
Steps taken to test the contribution:

  1. Standard build steps
  2. Standard execution steps

Expected behavior changes

  • Behavior Change: Lock file associated with the table address is set to false

System(s) tested on

  • N/A

Additional context
See #255

Third party code
N/A

Contributor Info - All information REQUIRED for consideration of pull request

…mmand in the SAMPLE_APP_SendHkCmd() function.
@dzbaker dzbaker linked an issue Jul 1, 2026 that may be closed by this pull request
@dzbaker
dzbaker requested a review from jphickey July 2, 2026 14:19
@dzbaker dzbaker changed the title Issue 255: Releasing table address prior to issuing a table manage command Issue 255, Releasing table address prior to issuing a table manage command Jul 2, 2026
@dzbaker dzbaker changed the title Issue 255, Releasing table address prior to issuing a table manage command Fix #255, Releasing table address prior to issuing a table manage command Jul 2, 2026

@jphickey jphickey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary. The sample app follows a model where it does not hold the table address.

During SAMPLE_APP_ProcessCmd(), it obtains the table address on line 123, uses the data, and releases it on line 135.

@jphickey

Copy link
Copy Markdown
Contributor

Closing this PR. Please re-open if there is a situation where the table address was being held which made this necessary and we can re-evaluate.

@jphickey jphickey closed this Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release Table Address Prior to cFE call to CFE_TBL_Manage

3 participants