UE start up
Step 1 : Checklist prior to OAI installation:
Verify that your HW config is good :
For the UE we have tested with : Intel Core i5-6600K CPU @ 3.50GHz × 4 and Intel Core i5-6600 CPU @ 3.30GHz × 4
You need to install the following Ubuntu version :
- Ubuntu 14.04 LTS (64-bit)
- Kernel setup
- Disable C-states from BIOS (or from GRUB)
- Disable CPU freq. scaling
- Install low-latency kernel
- Install git with the command:
sudo apt-get install gitfor GIT version.
- Run Autobuild for installing missing packages: the instructions are at AutoBuild
Verify that the command uname -a gives you back the correct version : Linux TCT-Labo1 3.19.0-66-lowlatency #74~14.04.1-Ubuntu SMP PREEMPT Tue Jul 19 22:04:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Step 2: Check out the GIT trunk version of OAI
Download the source codes using gitlab:
mkdir -p ~/openairinterface5g
The instruction can be found at: Get the sources.
Step 3 : Get a stable version
To get a stable UE version use always the last tag from develop, please read the policy for continuous integration :
https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/oai-policies-home
Take the last tag from the following page :
https://gitlab.eurecom.fr/oai/openairinterface5g/tags
It should ensure that a minimum of test has been done and the stability and throughput are correct.