Skip to content

Instantly share code, notes, and snippets.

@sergiosvieira
Last active September 7, 2024 17:47
Show Gist options
  • Save sergiosvieira/92715d137a5aa7b8b80d74c5efd870cf to your computer and use it in GitHub Desktop.
Save sergiosvieira/92715d137a5aa7b8b80d74c5efd870cf to your computer and use it in GitHub Desktop.
Compilar ns3 com 5glena v2x
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