Last active
September 7, 2024 17:47
-
-
Save sergiosvieira/92715d137a5aa7b8b80d74c5efd870cf to your computer and use it in GitHub Desktop.
Compilar ns3 com 5glena v2x
This file contains hidden or 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
git clone https://gitlab.com/cttc-lena/ns-3-dev.git | |
cd ns-3-dev | |
cd contrib | |
git clone https://gitlab.com/cttc-lena/nr.git | |
cd nr | |
git branch -r --list v2x-v | |
git checkout 5g-lena-v2x-v0.3.y | |
cd ../.. | |
git checkout -b v2x-lte-dev origin/v2x-lte-dev | |
git tag -l "v2x" | |
git checkout ns-3-dev-v2x-v0.3 | |
./ns3 configure --build-profile=debug --enable-examples --disable-werror | |
./ns3 build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment