-
Notifications
You must be signed in to change notification settings - Fork 194
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
Error when building ns3-mmwave module #266
Comments
Hi, are you using the vanilla version of the module, or did you introduce any changes? Which version of the module are you using ? |
Thank you Sir for your answer. |
You can run |
Here is the output of the two commands: nothing to commit, working tree clean |
I apologize Sir. it was my mistake. |
Hello Sir, |
Actually, the so-called mmwave module is in fact the baseline ns-3 + the mmwave module itself integrated. |
Thank you Sir for your answer. msg="Lookup /NodeList/5/DeviceList/0/LteEnbRrc/UeMap/0 got no matches", +0.024999999s 5 file=../src/lte/helper/lte-stats-calculator.cc, line=159 terminate called without an active exception Knowing that I also ran it on ns3 version 36.1 and it worked just fine. |
Do you get this error with one of the provided LTE examples as well? Otherwise, there might just be something wrong with your simulation script |
Please I am just asking this for clarity; can I install the mmwave module without installing the baseline ns3? |
The mmwave builds upon a custom LTE module. For that reason, you have to use the whole ns-3 we pack with the module (like in this repo). |
Hello everyone,
I'm facing a problem during the installation of this module. I got the following error regarding Cmake:
Processing contrib/ns3-mmwave
CMake Error at build-support/3rd-party/colored-messages.cmake:73 (list):
Maximum recursion depth of 1000 exceeded
Call Stack (most recent call first):
build-support/3rd-party/colored-messages.cmake:90 (_message)
Could you please help me to solve this issue?
Thank you.
The text was updated successfully, but these errors were encountered: