inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
136 stars 109 forks source link

LteMacEnb error handling feedback packets #6

Open lcodeca opened 10 years ago

lcodeca commented 10 years ago

I'm using Omnet++ 4.4.1, with Veins 3a3, INET 2.3.0 and SimuLTE 0.9.1

In my scenario the cars are equipped with 2 nic, one 802.11p and the other LTE. I managed to sync the mobility between Veins and SimuLTE.

The problem now is a <!> Error in module (LteMacEnb) scenario.LTE_Tower.nic.mac (id=25) at event #3022, t=2.002: std::out_of_range: map::at. that happen with the first message FEEDBACKPKT that I have to handle in the LTE Tower.

Specifically the run time error is raised by LteMacEnb.cc:712 amc_->pushFeedback(id, DL, (*jt));

If someone knows what it is supposed to happen there, maybe I can find the problem. I'm already playing the "spot the difference" between my scenario and the SimuLTE demo but I cannot find it (yet).

Thanks in advance for the help!