-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved Immediate Forward Plugin configuration #658
Improved Immediate Forward Plugin configuration #658
Conversation
src/v2i-hub/ImmediateForwardPlugin/src/ImmediateForwardConfiguration.h
Outdated
Show resolved
Hide resolved
New configuration allows for unlimited RSU connections of potentially differect specs
Fix Bug introduced by previous PR to prevent IMF from sending messages Using new IMF configuration parsing code
2f2ac26
to
be1e312
Compare
src/v2i-hub/ImmediateForwardPlugin/src/ImmediateForwardConfiguration.h
Outdated
Show resolved
Hide resolved
src/v2i-hub/ImmediateForwardPlugin/test/TestImmediateForwardConfiguration.cpp
Show resolved
Hide resolved
|
src/v2i-hub/ImmediateForwardPlugin/src/ImmediateForwardPlugin.cpp
Outdated
Show resolved
Hide resolved
src/v2i-hub/ImmediateForwardPlugin/src/ImmediateForwardPlugin.cpp
Outdated
Show resolved
Hide resolved
src/v2i-hub/ImmediateForwardPlugin/src/ImmediateForwardConfiguration.cpp
Outdated
Show resolved
Hide resolved
No Message Route is triggered when a message is received by the immediate forward plugin but it is not on of the messages included in the immediate forward configuration. For example if a SPAT message is received but there is not SPAT IMF config No DSRC Metatdata reference to metadata provided when each messages is broadcast by another plugin. This metadata includes PSID and channel. Please see the IVpMessage.h file |
Quality Gate failedFailed conditions |
PR Details
Description
New configuration allows for unlimited RSU connections each with independently configurable options for :
Additionally this PR fixes an unintentionally introduced bug from Fixes for Immediate Forward Plugin in preparation for NCTIP 1218 prototyping #655 which prevented any messages from being sent to an RSU via the immediate forward plugin because if statements checking whether the configuration file had been read where not correctly edited.
Related Issue
VH-1251
Motivation and Context
Improve functionality for allow each Immediate Forward connection to an RSU to be independently configurable and add configuration parameters for RSU spec in preparation for NTCIP 1218 support
How Has This Been Tested?
Local Integration Testing and unit testing
Integration testing was done using pcap sender scripts sending binary spat data to spat plugin and tcpdump to listen to outgoing UDP from immediate forward plugin
Types of changes
Checklist:
V2XHUB Contributing Guide