SimuLTE L3AddressResolver

574 views
Skip to first unread message

WN

unread,
Mar 20, 2017, 7:05:34 AM3/20/17
to OMNeT++ Users
Hi guys, im trying a simple LTE network like the single cell tutorial. 

I keep getting: "error in module (gtpusersimplified) singlecell.pgw.gtp_user (id=99) during network initialization: L3AddressResolver: address 'pgw' not configured (yet?).

Any ideas what this means/what i need to do to fix it?

Attached is my network.

Thanks.
123123123.JPG

Rudolf Hornig

unread,
Mar 20, 2017, 7:42:31 AM3/20/17
to OMNeT++ Users
Are you running on Windows and using OMNeT 5.1 RC?

WN

unread,
Mar 20, 2017, 7:45:01 AM3/20/17
to OMNeT++ Users
I'm running on windows, i'm using OMNeT 5.0 and inet 3.4 as the simuLTE website recommends. Is this not an issue with my simulation rather than a bug?

Abdoulaye Saadou

unread,
Mar 21, 2017, 6:19:56 PM3/21/17
to OMNeT++ Users
I am having the same issue. I switched to OMNET++ version 5.1 RC and still get the error printed below. Any help will be highly appreciated. Thanks.

=====================================================================================
18:09:25 **** Build of configuration gcc-debug for project inet-simulte ****
make MODE=debug -j4 all 
cd src && /usr/bin/make
make[1]: Entering directory '/c/Users/test/Documents/omnetpp-5.1/samples/workspace/inet-simulte/src'
apps/vod/VoDUDPServer.cc
apps/alert/AlertReceiver.cc
apps/vod/VoDUDPClient.cc
apps/alert/AlertSender.cc
In file included from apps/alert/AlertReceiver.cc:10:0:
apps/alert/AlertReceiver.h:16:31: fatal error: L3AddressResolver.h: No such file or directory
 #include "L3AddressResolver.h"
                               ^
In file included from apps/alert/AlertSender.cc:11:0:
apps/alert/AlertSender.h:15:23: fatal error: UDPSocket.h: No such file or directory
 #include "UDPSocket.h"
                       ^
compilation terminated.
compilation terminated.
make[1]: *** [Makefile:268: ../out/gcc-debug/src/apps/alert/AlertReceiver.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:268: ../out/gcc-debug/src/apps/alert/AlertSender.o] Error 1
In file included from apps/vod/VoDUDPServer.h:16:0,
                 from apps/vod/VoDUDPServer.cc:13:
apps/vod/VoDUDPStruct.h:13:23: fatal error: L3Address.h: No such file or directory
 #include "L3Address.h"
                       ^
In file included from apps/vod/VoDUDPClient.h:18:0,
                 from apps/vod/VoDUDPClient.cc:11:
apps/vod/VoDUDPStruct.h:13:23: fatal error: L3Address.h: No such file or directory
 #include "L3Address.h"
                       ^
compilation terminated.
compilation terminated.
make[1]: *** [Makefile:268: ../out/gcc-debug/src/apps/vod/VoDUDPClient.o] Error 1
make[1]: *** [Makefile:268: ../out/gcc-debug/src/apps/vod/VoDUDPServer.o] Error 1
make[1]: Leaving directory '/c/Users/test/Documents/omnetpp-5.1/samples/workspace/inet-simulte/src'
make: *** [Makefile:2: all] Error 2

18:09:34 Build Finished (took 8s.531ms)
===================================================================================

WN

unread,
Mar 22, 2017, 5:36:33 PM3/22/17
to OMNeT++ Users

Omnet is trying to put the IP address to the pgw (and other devices) before it is set up.

The simulator is translating the nodename to IP before the IPv4 configurator as assigned ip addresses.


Any fix for this?

Antonio Virdis

unread,
Mar 23, 2017, 4:21:11 AM3/23/17
to OMNeT++ Users
This is a known issue, we are currently working on this.
However, this seems to occur only on windows systems.

If you are able to, we suggest using any unix system, e.g. an Ubuntu 14.04 would do the job.

BR
Antonio

giorgos legakis

unread,
Apr 25, 2017, 5:49:53 AM4/25/17
to OMNeT++ Users
Hi all,

I have the same issue! I used ubuntu 16.04 as well, but the same issue appeared there too! Any update or suggestion on that?

Thank you,
George

cjke...@gmail.com

unread,
May 17, 2017, 10:15:17 AM5/17/17
to OMNeT++ Users
This is because g++ is unable to find the .h files from inet or even from other folders in the lte project. Adding those folders to the include path in the project seems to solve the problem.

Rudolf Hornig

unread,
May 18, 2017, 9:20:25 AM5/18/17
to OMNeT++ Users
A proper pull request was created for this.

Rudolf Hornig

unread,
May 22, 2017, 5:37:26 AM5/22/17
to OMNeT++ Users
The current master head may fix this. Please try.

sardar najam

unread,
May 22, 2017, 6:45:40 AM5/22/17
to OMNeT++ Users
can you explain please as I am new in OMNET++

Rudolf Hornig

unread,
May 24, 2017, 8:56:25 AM5/24/17
to OMNeT++ Users

Rudolf Hornig

unread,
May 24, 2017, 11:07:34 AM5/24/17
to OMNeT++ Users
I have no fixed the issue on both INET and SimuLTE. Note that you will need to use the master branch for both project.
Reply all
Reply to author
Forward
0 new messages