laforge
/
openbts-osmo
Archived
1
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
openbts-osmo/public-trunk/INSTALLATION

22 lines
660 B
Plaintext
Raw Normal View History

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.