I am following a tutorial for simulating wireless communication in omnet++ (version 5.1.1, on ubuntu 16.04, x64) using the AODV protocol (implemented as a part of the INET library). I have used the following code:
*.host*.mobilityType = "RandomWPMobility"
*.host*.mobility.waitTime= uniform (100s,500s)
*.host*.mobility.speed = uniform(1mps, 10mps)
*.host*.mobility.updateInterval = 0.1s
when running the code i get an error:
Cannot schedule message (omnetpp::cMessage)move to the past, t=-9.22337e+06 -- in module (inet::RandomWPMobility) Basic.hostA.mobility (id=39), during network initialization
Can someone please help me with this error?