You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
660 B
22 lines
660 B
Installation Requirements
|
|
|
|
|
|
|
|
OpenBTS compiles to a simple Unix binary and does not require special installation.
|
|
|
|
One some systems (Ubuntu), you will need to define LIBS = -lpthread prior to running configure.
|
|
|
|
To run OpenBTS, the following should be installed:
|
|
|
|
Asterisk (http://www.asterisk.org), running SIP on port 5060.
|
|
|
|
libosip (http://www.gnu.org/software/osip/)
|
|
|
|
libusrp (http://gnuradio.org). This is part of the GNURadio installation. It is the only part used by OpenBTS.
|
|
|
|
|
|
For information on specific executables, see tests/README.tests and apps/README.apps.
|
|
|
|
See http://gnuradio.org/trac/wiki/OpenBTS/BuildingAndRunning for more information.
|
|
|