Wiki » History » Revision 6
« Previous |
Revision 6/32
(diff)
| Next »
ipse, 02/19/2016 10:47 PM
Re-arrange blocks
= OsmoBTS =
OsmoBTS is a software part of a BTS, which implements Layer 1, Layer 2 and Layer 3: * LAPDm (GSM 04.06) * RTP * A-bis/IP (similar to ip.access nanoBTS) * OML (GSM 12.21) * RSL (GSM 08.58)
OsmoBTS is building up on work done previosuly for [wiki:OpenBSC] (RSL, OML, RTP) and [http://bb.osmocom.org OsmocomBB] (LAPDm). A-bis/IP implementation is heavily inspired by ip.access nanoBTS A-bis/IP implementation.
OsmoBTS is written in a re-targettable way, i.e. it should be relatively easy to target a new BTS hardware (i.e. BTS-side Layer 0 or Layer 1) with it.
Hardware supportSo far OsmoBTS supports a number of hardware options: * Quad-band femto-BTS product called [http://www.sysmocom.de/products/sysmobts sysmoBTS] which is sold by [http://sysmocom.de/ sysmocom] * Wideband SDR transceiver hardware [https://code.google.com/p/umtrx/ UmTRX] sold by [https://fairwaves.ru fairwaves] and a number of other SDR transceivers, using OpenBTS transceiver software. * A pretty crazy experimental BTS hardware based on two OsmocomBB phones had originally been supported, but needs to be re-integrated with core code changes.
Check out [wiki:network_from_scratch] page for more information how to run OsmoBTS with UmTRX (using the OpenBTS transceiver software) or OsmocomBB phones.
StatusThe source code includes a http://cgit.osmocom.org/cgit/osmo-bts/tree/README file with current status information
GPRS supportosmo-bts has recently been extended with a socket interface towards [wiki:osmo-pcu]. This adds GPRS (and later EDGE) support to it.
Source codeThe source code is available from git.osmocom.org (module osmo-bts).
Public read-only access is available via
git clone git://git.osmocom.org/osmo-bts
You can browse it via cgit: http://cgit.osmocom.org/cgit/osmo-bts/
OsmoBTS was developed mainly by Andreas Eversberg and Harald Welte.
Updated by ipse about 7 years ago · 6 revisions