Project

General

Profile

Actions

SDR OsmoTRX network from scratch » History » Revision 1

Revision 1/48 | Next »
jolly, 02/19/2016 10:47 PM


PageOutline = Installing a GSM network from scratch =

This document describes how to install, configure and run BTS transceiver, OsmoBTS, OpenBSC and LCR.

In order to use this quick howto, you must have basic knowledge about GIT and be familiar with compiling packages from source.

Prerequisite

=== opencore-amr ===

This package installs GSM adaptive multirate codecs

It can downloaded at [http://sourceforge.net/projects/opencore-amr/files/opencore-amr/]

{{{
tar xvzf opencore-amr-x.x.x.tar.gz
cd opencore-amr-x.x.x
./configure
make
make install
ldconfig
cd ..
}}}

=== Sip-Sofia ===

This package installs the open source SIP stack of Nokia Research Center.

It can downloaded at [http://sourceforge.net/projects/sofia-sip/files/sofia-sip/].

{{{
tar xvzf sofia-sip-x.xx.xx.tar.gz
cd sofia-sip-x.xx.xx
./configure
make
make install
ldconfig
cd ..
}}}

=== oRTP ===

This package installs the open source RTP protocol required for libosmo-abis.

It can downloaded at [http://download.savannah.gnu.org/releases/linphone/ortp/sources/].

{{{
tar xvzf ortp-x.xx.x.tar.gz
cd ortp-x.xx.x
./configure
make
make install
ldconfig
cd ..
}}}

=== others ===

sqlite3 and libdbi should be available from your distribution.

Installing
Files (0)

Updated by jolly about 8 years ago · 1 revisions

Add picture from clipboard (Maximum size: 48.8 MB)