Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
146 stars 83 forks source link

【NR Cars】Airframe can not be received by vehicle in v2v communication #94

Closed sharon1996n closed 5 months ago

sharon1996n commented 1 year ago

Hello, dear author. There occur some problems when i'm using the version 1.2.1 with the simulation-NR-car packet. I copied the code I rewrote in omnetpp.ini(Figure1). It works well in version 1.1. But the current phenomenon of vehiclesender is that a message can be emitted but it cannot reach the place where it is received(FIgure 2,3). multicast1 multicast2 multicast3 Something similar happened when I tried to broadcast a message. The frames are almostly the one in the Simulation examples (D2DMulticast). I change the destAddress to 10.255.255.255, and mask the Multicast part in Sender.cc and Receiver.cc. broadcast1 broadcast2 Hope you can kindly reply to the above two questions and provide some suggestions for implementing broadcast messages. Thank you very much.