laforge
/
openbts-osmo
Archived
1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

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.