Skip to content

Remove CFE_SB_SendPrevSubs in favor of CFE_SBR_ForEachRouteId API #963

@skliper

Description

@skliper

Is your feature request related to a problem? Please describe.
CFE_SB_SendPrevSubs holds locks that aren't that useful, sufficient logic required, creates bus traffic, etc.

Describe the solution you'd like
SBN could just use CFE_SBR_ForEachRouteId, not really a true "public" API... but seems like fair use in this case. Would be outside of SB lock, but likely OK based on design (enables subscription reporting first, then check all previous subs).

Describe alternatives you've considered
At least remove all the locking/unlocking. It doesn't help.

Additional context
Related to #947 work.

Requester Info
Jacob Hageman - NASA/GSFC

Ping @CDKnightNASA

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions