Skip to content

CFE_PLATFORM_SB_MAX_PIPE_DEPTH reporting and use misleading in relation to OS_MAX_QUEUE_DEPTH #996

@skliper

Description

@skliper

Is your feature request related to a problem? Please describe.
CFE_PLATFORM_SB_MAX_PIPE_DEPTH is reported in CFE_SB.StatTlmMsg.Payload.MaxPipeDepthAllowed, which is not true if it's > OS_MAX_QUEUE_DEPTH.

Describe the solution you'd like
Maybe remove as a CFE platform config? It doesn't size arrays or anything, so it seems arbitrary at the cFE level. OSAL checks vs OS_MAX_QUEUE_DEPTH.

Describe alternatives you've considered
Verify < or = OS_MAX_QUEUE_DEPTH?

Additional context
See nasa/osal#235

Requester Info
Jacob Hageman - NASA/GSFC

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions