[x] I reviewed the CF README.md file to see if the feature is in the major future work.
[x] I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.
Is your feature request related to a problem? Please describe.
Registering event filters just to register event filters doesn't do anything but load the system. If an event needs to be filtered operationally, just use the add filter command. Note default CFE_PLATFORM_EVS_MAX_EVENT_FILTERS is 8, so the rest would get discarded and cause a filter buffer overflow event.
Describe the solution you'd like
Remove filter registration for those set to 0x0000 (all of them!) Add operationally if/when needed, or if eventually an actual filter needs to be applied then add it.
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe. Registering event filters just to register event filters doesn't do anything but load the system. If an event needs to be filtered operationally, just use the add filter command. Note default
CFE_PLATFORM_EVS_MAX_EVENT_FILTERS
is 8, so the rest would get discarded and cause a filter buffer overflow event.Describe the solution you'd like Remove filter registration for those set to 0x0000 (all of them!) Add operationally if/when needed, or if eventually an actual filter needs to be applied then add it.
Describe alternatives you've considered None
Additional context None
Requester Info Jacob Hageman - NASA/GSFC