aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-04 14:09:22 +0100
committerMax <msuraev@sysmocom.de>2018-01-04 14:31:54 +0100
commita1ff9914022b3ab17bb3cc2a2d72b8baa79a7016 (patch)
tree37f32938fae0c3665d9a50bb5dcf04e86b43190d
parentd09843c692ed8fc38643c9b46ee4aad71cabc413 (diff)
Update installation instructions
* remove references to OpenBTS * update URLs * remove unnecessary requirements Change-Id: I6ec26beaaa74dd3d98f27d110055a8f0cdd3c991 Related: OS#2600
-rw-r--r--INSTALLATION18
1 files changed, 5 insertions, 13 deletions
diff --git a/INSTALLATION b/INSTALLATION
index 3e35d7e..0c0d205 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -2,32 +2,24 @@ Installation Requirements
-OpenBTS compiles to a simple Unix binary and does not require special
+osmo-trx 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.
-
- libosip2 (http://www.gnu.org/software/osip/)
-
- libortp (http://freshmeat.net/projects/ortp/)
-
- libusrp (http://gnuradio.org).
+To run osmo-trx, the following should be installed:
+ libuhd (https://gnuradio.org).
This is part of the GNURadio installation.
- It is the only part used by OpenBTS.
-OpenBTS logs to syslogd as facility LOG_LOCAL7. Please set your /etc/syslog.conf
+osmo-trx logs to syslogd as facility LOG_LOCAL7. Please set your /etc/syslog.conf
accordingly.
For information on specific executables, see tests/README.tests and
apps/README.apps.
-See http://gnuradio.org/redmine/wiki/gnuradio/OpenBTS/BuildingAndRunning for more
+See https://osmocom.org/projects/osmotrx/wiki/OsmoTRX for more
information.