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