Regarding the reliability metrics for VANET safety-critical services , I found that the packet reception ratio for one hop broadcasting =
PRR(d)= No of Nodes within distance d receiving a packet from tagged node/total No. of nodes within distance d from the tagged node then I will compute the average for all vehicles in specific area.
I have a realistic model that build using SUMO, using Randomtrips script to create random trips, so each second a new vehicle is coming inside the map.
In omnet++ (veins), to get accurate results, I take only parts from map using Roiroad, also in SUMO I can know the length of each selected edges.
My question:to compute the equation for each vehicle (X), How can I find the total No. of nodes within distance d from the tagged node(X), in each time the node X broadcast beacon?