Skip to content

LTE #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kawthar opened this issue May 11, 2013 · 3 comments
Open

LTE #2

kawthar opened this issue May 11, 2013 · 3 comments

Comments

@kawthar
Copy link

kawthar commented May 11, 2013

Hello,
thank you for sharing your work.
can you help me? when i run this project i find the follow error:

<!> Error: Attempt to load the oppsim shared library more than once. This usually happens when part of your simulation is using release libraries while other parts are using the debug version. Make sure to rebuild all parts of your model in either release or debug mode!

and with this project we can transmit the video streaming over LTE??

thank you for your help.

@4gsim
Copy link
Owner

4gsim commented Jun 3, 2013

No, at the moment it only simulates the attach control part. Not sure about the error, did you get the master branch or radio, because master is working, radio is under construction?

@kawthar
Copy link
Author

kawthar commented Jun 3, 2013

thank you for reply. I'm working with master branch.

@4gsim
Copy link
Owner

4gsim commented Jun 3, 2013

looks like your problem is related to omnetpp. please do the following (recompile omnetpp with some special reconfiguration):
In Makefile.inc.in find the following lines (towards the end):

CMDENV_LIBS = -u _cmdenv_lib -loppcmdenv$D -loppenvir$D
TKENV_LIBS = -u _tkenv_lib -lopptkenv$D -loppenvir$D -lopplayout$D

and replace them with:
CMDENV_LIBS = -u _cmdenv_lib -Wl,--no-as-needed -loppcmdenv$D -loppenvir$D
TKENV_LIBS = -u _tkenv_lib -Wl,--no-as-needed -lopptkenv$D -loppenvir$D -lopplayout$D

then
./configure
make clean
make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants