Skip to content

Instantly share code, notes, and snippets.

@Aniq55
Created March 4, 2020 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aniq55/7a1fa10d2cb4cef0a56153960e4c07ae to your computer and use it in GitHub Desktop.
Save Aniq55/7a1fa10d2cb4cef0a56153960e4c07ae to your computer and use it in GitHub Desktop.
OpenAirInterface 5G

Clone the OAI-5G repository twice, and name each gNB and UE respectively.

Setup

Common steps:

  • git clone https://gitlab.eurecom.fr/oai/openairinterface5g
  • mv openairinterface5g/ gNB/ or mv openairinterface5g/ UE/
  • cd gNB/ or cd UE/
  • git checkout 915f11323ccd0f23a33865ae3f2d29192f7b137d
  • source oaienv
  • cd cmake_targets
  • sudo ./buildoai -I

gNB specific:

  • sudo ./buildoai --gNB -w USRP

UE specific:

  • sudo ./buildoai --nrUE -w USRP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment