You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The MsgId validity check should use the SB IsValidMsgId() check, rather than checking against a fixed maximum. This is the same change as was in nasa/cFE#2489 but EDS has its own msg implementation (originally cloned from the CFE msg module) but this still has the same check and thus needs to be changed here too.
To Reproduce
N/A
Expected behavior
MsgID validity check should be consistent everywhere
Additional context
Single source of truth here should be via CFE_SB_IsValidMsgId()
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
The MsgId validity check should use the SB IsValidMsgId() check, rather than checking against a fixed maximum. This is the same change as was in nasa/cFE#2489 but EDS has its own msg implementation (originally cloned from the CFE msg module) but this still has the same check and thus needs to be changed here too.
To Reproduce
N/A
Expected behavior
MsgID validity check should be consistent everywhere
Additional context
Single source of truth here should be via
CFE_SB_IsValidMsgId()
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: