Is there a way, I can outline the range of RSU in omnet++?. I know how to set the range of RSU, as shown in the code below. But how do I actually see that range. Because, I want to see if the how does the transmission happens outside the RSU.
I tried adding parameters in RSU class and .ned class but that does not work at all. Sort of lost here what to do.
Here is how I set up range for RSU
Thesis.rsu[0].appl.dataROI = 500m
Thesis.rsu[0].appl.minDistance = 0m
Thesis.rsu[0].appl.maxDistance = 500m
I just want to see if it's possible that in the simulation it shows RSU range.