Is there any way to block the communication between a certain vehicle and the RSU while the vehicle is in range that allows the communication between them?
I'm using Veins 5.1 and OMNeT++ 5.6.2 in Ubuntu 20.04.
Is there any way to block the communication between a certain vehicle and the RSU while the vehicle is in range that allows the communication between them?
I'm using Veins 5.1 and OMNeT++ 5.6.2 in Ubuntu 20.04.
What you are describing is a jammer: a node that creates interference for any node close by, hindering its ability to communicate. While no model of such a node is included in Veins 5.1, there are multiple ways to achieve this effect. Two ways I can think of are:
getNoiseFloorValue()
which depend on the geographic position of the node. Both ways could model a node that just emits (e.g., white gaussian) noise to jam nearby radio transmissions.