Veins LTE simulation Omnet++

794 views
Skip to first unread message

Georgios

unread,
Feb 11, 2015, 6:27:19 AM2/11/15
to omn...@googlegroups.com
Dear All,

I would like to use the Veins LTE Extension for my simulations.
Can you tell me the versions of Omnet++ INET & Sumo?
Do I need the installation of simuLTE before I continue with the simulations?


Florian Hagenauer

unread,
Feb 11, 2015, 6:53:00 AM2/11/15
to omn...@googlegroups.com
Hi,

I am currently using SUMO 0.22.0 and OMNeT++ 4.6.
You can download Veins LTE from here:
https://github.com/floxyz/veins-lte (note that there might be problems
with Windows we are aware of and trying to fix).

Then you need to install it by running "make makefiles" and "make" in
Veins LTE's root directory. Afterwards it should run.

Best,
Florian Hagenauer
> --
> You received this message because you are subscribed to the Google
> Groups "omnetpp" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to omnetpp+u...@googlegroups.com
> <mailto:omnetpp+u...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

--
------------------------------------------------------------------------
Florian Hagenauer MSc

University of Paderborn
Department of Computer Science Room: F1 319
Fürstenallee 11 Email: hage...@ccs-labs.org
33102 Paderborn, Germany Web: http://ccs-labs.org/~hagenauer/
------------------------------------------------------------------------
Message has been deleted

Georgios

unread,
Feb 11, 2015, 7:11:06 AM2/11/15
to omn...@googlegroups.com
Dear Florian,

Thanks for your quick reply.

If I face a problem I will continue this topic.

Regards,
George

Georgios

unread,
Feb 11, 2015, 8:53:52 AM2/11/15
to
Dear Florian,

It works!

When I try to run my own scenario, it starts but after 10 sec I get the following error. How can I solve this error?

<!> Error in module (HeterogeneousToLTE) scenario.node[0].heterogeneousToLTE (id=77) at event #66279, t=13.6: IPvXAddressResolver: module `node[5]' not found.

TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?

Simulation terminated with exit code: 133
Working directory: /home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/veins/examples/heterogeneous
Command line: opp_run -r 0 -n ../veins:.:../../src/veins:../../../inet/examples:../../../inet/src:../../../simulte/simulations:../../../simulte/src --tkenv-image-path=../../images:../../../simulte/images -l ../../src/veins -l ../../../inet/src/inet -l ../../../simulte/src/lte omnetpp.ini

Environment variables:
LD_LIBRARY_PATH=/home/georgios/omnetpp-4.6/lib::/home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/veins/src:/home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/inet/src:/home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/simulte/src:/usr/lib/jvm/java-7-oracle/jre/lib/i386/client:/usr/lib/jvm/java-7-oracle/jre/lib/i386:
PATH=/home/georgios/omnetpp-4.6/bin::/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/georgios/omnetpp-4.6/bin
OMNETPP_IMAGE_PATH=/home/georgios/omnetpp-4.6/images

Florian Hagenauer

unread,
Feb 11, 2015, 10:53:20 AM2/11/15
to omn...@googlegroups.com
Hi,

two questions which might help to solve that problem:
1. What was the last thing printed before the "Simulation terminated ..."?
2. Did you run the simulation on the Cmdenv or using the Tkenv?

Best,
Florian

On 2015-02-11 14:53, Georgios wrote:
> Dear Florian,
>
> It works!
>
> When I try to run my own scenario, it starts but after 10 sec I get the
> following error. How can I solve this error?
>
> Simulation terminated with exit code: 133
> Working directory:
> /home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/veins/examples/heterogeneous
> Command line: opp_run -r 0 -n
> ../veins:.:../../src/veins:../../../inet/examples:../../../inet/src:../../../simulte/simulations:../../../simulte/src
> --tkenv-image-path=../../images:../../../simulte/images -l
> ../../src/veins -l ../../../inet/src/inet -l ../../../simulte/src/lte
> omnetpp.ini
>
> Environment variables:
> LD_LIBRARY_PATH=/home/georgios/omnetpp-4.6/lib::/home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/veins/src:/home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/inet/src:/home/georgios/omnetpp-4.6/samples/veins-lte-veins-lte-1.0/simulte/src:/usr/lib/jvm/java-7-oracle/jre/lib/i386/client:/usr/lib/jvm/java-7-oracle/jre/lib/i386:
> PATH=/home/georgios/omnetpp-4.6/bin::/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/georgios/omnetpp-4.6/bin
> OMNETPP_IMAGE_PATH=/home/georgios/omnetpp-4.6/images
>

Georgios

unread,
Feb 11, 2015, 11:46:59 AM2/11/15
to omn...@googlegroups.com

Thanks for your help.


1) When I start the simulation, It shows me the road network in SUMO and when gives me the error sumo-gui stops. Now the error is different.
I send you and a printscreen.

<!> Error in module (LtePhyEnb) scenario.eNodeB1.nic.phy (id=26) at event #89321, t=20.102: Error NLOS urban microcell path loss model is valid for 10d<2000 m.


TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?


2) I use Tkenv

Screenshot from 2015-02-11 18:45:41.png

Antonio Virdis

unread,
Feb 12, 2015, 3:52:57 AM2/12/15
to omn...@googlegroups.com
Hi Georgios

Regarding the first error


1) When I start the simulation, It shows me the road network in SUMO and when gives me the error sumo-gui stops. Now the error is different.
I send you and a printscreen.
 
<!> Error in module (LtePhyEnb) scenario.eNodeB1.nic.phy (id=26) at event #89321, t=20.102: Error NLOS urban microcell path loss model is valid for 10d<2000 m. 

this is probably related to the path loss model that you are using for simuLTE. The "urban microcell" model from ITU in fact, supports only distances, between UE and eNB, below 2000m. You may want to check the maximum distance between the nodes in your network. As an alternative solution, you can change the pathloss model in the config_channel.xml file within your simulation folder (e.g. change it to URBAN_MACROCELL). 
You can find the piece of code that handles those functions in "simulte/src/stack/phy/ChannelModel/LteRealisticChannelModel.cc"

Hope this helps

Best Regards
 

 -- 
Ing. Antonio Virdis
Phd. Candidate
Dipartimento di Ingegneria dell'Informazione
Università di Pisa
Via Diotisalvi 2, 56122 Pisa - Italy
Phone: (+39) 050-2217.573

Florian Hagenauer

unread,
Feb 12, 2015, 4:03:46 AM2/12/15
to omn...@googlegroups.com, giwrgoschar...@gmail.com
Hi,

this seems to be a problem related to Tkenv and SimuLTE. As Tkenv
recently started to use the dup() function a lot -- and SimuLTE does not
always implement it correctly -- the Tkenv seems to crash. As a first
workaround until this is fixed I recommend running it on the command
line (Cmdenv) or running Veins LTE in Express mode via the UI.

Sorry for the inconvenience here and I hope that the workaround helps
you for now.

Best,
Florian

Georgios

unread,
Feb 12, 2015, 4:11:45 AM2/12/15
to
Dear Antonio & Florian,

In my simulation scenario the distance between UE and eNB is more than 2000m and I use the URBAN_MACROCELL . What should I do to resolve this problem
Error NLOS urban microcell path loss model is valid for 10d<2000 m ..


In the sample scenario when I add one or more nodes in the route xml file it gives me the other error

<!> Error in module (HeterogeneousToLTE) scenario.node[0].
heterogeneousToLTE (id=77) at event #66279, t=13.6: IPvXAddressResolver: module `node[x]' not found.

Any Help?

Florian Hagenauer

unread,
Feb 12, 2015, 4:26:30 AM2/12/15
to omn...@googlegroups.com
Hi,

> In the sample scenario when I add one or more nodes in the route xml
> file it gives me the other error
> <!> Error in module (HeterogeneousToLTE) scenario.node[0].
> heterogeneousToLTE (id=77) at event #66279, t=13.6: IPvXAddressResolver:
> module `node[x]' not found.

How are you exactly adding the new nodes? If I add (for example) a new
vehicle to the file heterogeneous.rou.xml with the line <vehicle id="10"
type="car" route="1" depart="22"/> the simulation runs without a problem.

Best,
Florian


On 2015-02-12 10:11, Georgios wrote:
> Dear Antonio & Florian,
>
> In my simulation scenario the distance between UE and eNB is more than
> 2000m. What should I do to resolve this problem
> /Error NLOS urban microcell path loss model is valid for 10d<2000 m/ ..
>
>
> In the sample scenario when I add one or more nodes in the route xml
> file it gives me the other error
> <!> Error in module (HeterogeneousToLTE) scenario.node[0].
> heterogeneousToLTE (id=77) at event #66279, t=13.6: IPvXAddressResolver:
> module `node[x]' not found.
>
> Any Help?
>

Georgios

unread,
Feb 12, 2015, 6:01:04 AM2/12/15
to omn...@googlegroups.com
It works but when I run more than one for example 100 nodes (the route file has extra nodes as comments) it doesnt work.
I also changed the simulation time in omnetpp.ini and sumocfg  files and I still have the same error.


IPvXAddressResolver: module `node[x]' not found.

Is there any tutorial or documentation for this Veins Extension for how to solve problems or how to import my own scenario?

garrj...@gmail.com

unread,
Oct 9, 2015, 6:36:20 AM10/9/15
to OMNeT++ Users

Hi Georgios,

I have the same problem while running my simulation in veins-lte heterogeneous scenario (omnet 4.6, sumo0.22, veins-lte 1.2 release)

 <!> Error in module (HeterogeneousToLTE) scenario.node[2].heterogeneousToLTE (id=120) at event #237432, t=9.6: IPvXAddressResolver: module `node[34]' not found.


TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?

Program received signal SIGTRAP, Trace/breakpoint trap.
0xb7ba2524 in cRuntimeError::breakIntoDebuggerIfRequested (this=0x9dd80d0)
    at cexception.cc:296
296            DEBUG_TRAP;

Could you kindly provide me your solution in order to solve my problem.

I am running my simulation in ./debug > run .

Regards
Garry
Reply all
Reply to author
Forward
0 new messages