diff options
author | Tom Tsou <tom@tsou.cc> | 2014-10-07 15:13:30 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-08 13:44:40 +0200 |
commit | ea5c8a39e43913e29936acde89745a7cdf5b18a8 (patch) | |
tree | 5544028aab1a22a7d6e17dd636c07cedd54ed0ca /host/docs | |
parent | b539ee756d6e04b64ef5b851e2430489f74868d9 (diff) | |
download | uhd-ea5c8a39e43913e29936acde89745a7cdf5b18a8.tar.gz uhd-ea5c8a39e43913e29936acde89745a7cdf5b18a8.tar.bz2 uhd-ea5c8a39e43913e29936acde89745a7cdf5b18a8.zip |
e300: docs: Add notes and links for OpenBTS application
Push most details out to the OpenBTS wiki rather than the UHD manual
itself.
The OsmoTRX transceiver - central OpenBTS component relevant to
E300-UHD - supports E300 out-of-box. Other modules of OpenBTS require
handling due to non-Ubuntu installation rather then anything really
E300 specific.
Signed-off-by: Tom Tsou <tom@tsou.cc>
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_e3x0.dox | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox index 40e8daeab..320cc97b0 100644 --- a/host/docs/usrp_e3x0.dox +++ b/host/docs/usrp_e3x0.dox @@ -497,5 +497,18 @@ by pinging the USRP and making sure the LEDs start to blink. In the file `/etc/ssh/sshd_config`, unmcomment the line `#X11Forwarding no` and change "no" to "yes". +\section e3x0_apps Applications + +\subsection e3x0_apps_gsm GSM Base Station + +OpenBTS allows the USRP E300/E310 to serve as a GSM base station capable of providing voice and messaging services to standard GSM handsets. General information on the OpenBTS project can be found at the official webpage. + +http://www.openbts.org + +Special instructions to install OpenBTS on the E300/E310 can be found on the OpenBTS wiki. + +http://openbts.org/w/index.php/E3x0 + + */ // vim:ft=doxygen: |