Project

General

Profile

Ettus USRP B2xx family » History » Version 3

Anonymous, 02/19/2016 10:47 PM

1 1
This page will describe how to install and configure OpenBSC, Osmo-BTS, Osmo-TRX, Osmo-PCU and OpenGGSN to create an opensource 2G/GSM network with your Ettus USRP B200/B210 SDR hardware.
2
3
This page in under development, please stay tuned.
4
5 3
'''Pre-Req:'''
6 1
7
The following guide is created on Ubuntu 14.14.03 LTS 64bit with kernel 3.19.0-26-lowlatency
8 2
9
1. Installing the UHD driver stack for Ettus USRP SDRs:
10
11
http://files.ettus.com/manual/page_install.html#install_linux_ourbins
12 1
13 3
'''2. Installing dependencies:'''
14
15
{{{
16
apt-get install libdbi0-dev libdbd-sqlite3 build-essential libtool autoconf automake git-core pkg-config libpcsclite-dev libusb-1.0 libncurses5-dev libgsm1-dev
17
}}}
18
19
'''Get Opencore AMR:'''
20
21
{{{
22
wget http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.3.tar.gz
23
tar xvzf opencore-amr-0.1.3.tar.gz
24
cd opencore-amr-0.1.3
25
./configure
26
make
27
make install
28
ldconfig
29
cd ..
30
}}}
31
32
'''Get ORTP:''
33
34
Note: 0.24.2 is not working with OpenBSC!
35
36
{{{
37
wget http://download.savannah.gnu.org/releases/linphone/ortp/sources/ortp-0.22.0.tar.gz
38
tar xvzf ortp-0.22.0.tar.gz
39
cd ortp-0.24.2
40
./configure
41
make
42
make install
43
ldconfig
44
cd ..
45
}}}
Add picture from clipboard (Maximum size: 48.8 MB)