0

I am using Ubuntu 16.04, sumo 0.21, omnet 4.6 and veins-lte 1.2. When I run the heterogenous exemple in veins, I have the following error:

<!> Error in module (LteMacUe) scenario.node[1].nic.mac (id=104) at event #2381, t=0.609: H-ARQ TX: fb is not for the pdu in this unit, maybe the addressed one was dropped.

how to fix it?

thank.

Armali
  • 18,255
  • 14
  • 57
  • 171
Amelie
  • 15
  • 4

1 Answers1

1

Veins LTE is a rather old project.

From what I understand, Veins LTE 1.3 has a bug that keeps simulations from executing in Tkenv or Qtenv: https://github.com/floxyz/veins-lte/issues/2

I would recommend trying out the much newer Veins with SimuLTE instead. You can download Instant Veins with SimuLTE, a virtual machine that already has Veins (currently: Veins 5 alpha 1) and SimuLTE installed and ready to run from the Veins website.

Christoph Sommer
  • 6,893
  • 1
  • 17
  • 35
  • Thank very much ! i will try to use the virtual machine. Best regards. – Amelie Jan 25 '19 at 15:15
  • I'm sorry, but I'm looking for a heterogenous implementation, I want to simulate a car which communicates with both eNode and RSU, do you recommend me to use SimuLte and implement the heterogenous car ?? Thank you. – Amelie Jan 26 '19 at 15:50
  • Indeed, (as of Veins 5 alpha 1) the easiest way of simulating heterogeneous communication technologies would be to use INET for simulating the Wireless LAN communication, SimuLTE for the mobile broadband connection, and Veins for network node creation/movement/dynamics according to road traffic. – Christoph Sommer Jan 26 '19 at 15:54