-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cec7b4
commit bb2c452
Showing
1 changed file
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bb2c452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello dear Thommas,
I'm trying to run this module using waf, but I keep failing and I receive an error message that says: task in 'ns3module_lte' failed with exit status 1 (run with -v to display more information).
src/lte/bindings/ns3module.cc: In function ‘PyObject* PyInit_lte()’:
src/lte/bindings/ns3module.cc:215465:103: error: ‘TraceFadingLossModel’ is not a member of ‘ns3’
PyNs3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter__typeid_map.register_wrapper(typeid(ns3::TraceFadingLossModel), &PyNs3TraceFadingLossModel_Type);
I'm using gcc/g++ 5.4.0 over Ubuntu 16.04 64 bits. Besides I use the following waf configuration:
./waf configure --build-profile=debug --enable-examples --enable-tests --enable-mpi --python=/usr/bin/python3.5 --enable-sudo
Could you help me find out my mistake?
Besides, I would like to know if this integration among CA, DC and mmWave works with the DCE project?
bb2c452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jose,
This is because we did not rescan the python bindings after the latest release. I will try to fix this issue in the following days. If you don't need the bindings, you can build using the option --disable-python.
Yes.
P.S.: please consider opening an issue to report this kind of problems
Best,
Tommaso
bb2c452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear Thommas,
I would like to know if it’s possible to use OLSR, AODV or other routing protocols with this module to simulate device to device communication in NS-3?
Thank you so much.
bb2c452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not with this module, you should check the official ns-3 release.
Best,
Tommaso
bb2c452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear Tommaso,
Sorry I didn't make my self clear. I want to simulate a D2D network with NR feature. I'm wondering if I could realize that using the PHY and MAC layer with this module.
Thank you so much for your time
bb2c452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look at this one, it implements the NR sidelink. I know that somebody was trying to use OLSR but I don't know if he succeeded (see here)