Changes
Page history
rohit.gupta created page: DeveloperMeeting20160712
authored
Aug 04, 2016
by
Fabrice Nabet
Show whitespace changes
Inline
Side-by-side
HowToConnectOAIENBWithOAIUEWithoutS1Interface.md
View page @
78fa4e7e
...
...
@@ -16,26 +16,15 @@ The procedures includes the following:
Checklist prior to OAI installation:
*
Ubuntu 14.04 LTS (
32-bit or
64-bit)
*
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 _subversion_ with the command:
*
`sudo apt-get install subversion`
for SVN version
*
Install _git_ with the command:
*
`sudo apt-get install git`
for GIT version.
*
Install UHD driver for USRP Hardware B210 using the following commands:
```shell
sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list'
sudo apt-get install -t `lsb_release -cs` uhd
sudo apt-get update
```
*
Run Autobuild for installing missing packages: the instructions are at
[
AutoBuild
](
AutoBuild
)
Note: UHD related information can be found at: http://files.ettus.com/manual/page_install.html#install_linux
### 1.1 Installation eNB on 1st Ubuntu Machine
#### Step 1: Check out the GIT trunk version of OAI
...
...
...
...