No commit message authored by Gabriel's avatar Gabriel
No commit message
......@@ -21,17 +21,6 @@ The attenuation between UE and eNB should be adjusted between 40 and 60 dB. You
## 2. Installing, Building the OAI eNB and the OAI UE without S1 Interface
Checklist prior to OAI installation:
* Ubuntu 14.04 LTS (64-bit)
* [Kernel setup](OpenAirKernelMainSetup)
* 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 git` for GIT version.
* Run Autobuild for installing missing packages: the instructions are at [AutoBuild](AutoBuild)
### 2.1 Installation eNB on 1st Ubuntu Machine
#### Step 1: Check out the GIT trunk version of OAI
......@@ -61,18 +50,7 @@ Please refer to [AutoBuild](AutoBuild) if you run into problems.
### 2.2 Installation UE on 2nd Ubuntu Machine
#### Step 1: Check out the GIT trunk version of OAI
Download the source codes using gitlab:
```shell
mkdir -p ~/openairinterface5g
```
The instruction can be found at: [GetSources](GetSources).
#### Step 2: Run Automated Build Script for UE without S1 Interface
#### Run Automated Build Script for UE without S1 Interface
Build the UE supporting B210:
......
......