blob: d01b2cf9a190e05f68f8f2cccd2072d1a53a1c28 [file] [log] [blame]
Harald Weltec1fd70a2008-12-29 04:50:01 +00001About OpenBSC
2=============
3
Harald Welteabcec682015-12-05 23:13:35 +01004OpenBSC started as a minimalistic all-in-one implementation of the GSM Network,
5with particular emphasis on the functionality typically provided by the BSC,
6MSC, HLR, VLR and SMSC. Today it is a growing suite of libraries and programs,
7implementing protocol stacks and functional elements, including
Harald Weltec1fd70a2008-12-29 04:50:01 +00008
Harald Welteabcec682015-12-05 23:13:35 +01009 * OsmoBSC - a pure GSM BSC, speaking Abis/IP to the BTS and A/IP to the MSC
10 * OsmoBSC-MGCP - MGCP helper to the OsmoBSC software
Neels Hofmeyr7ffabc02016-01-28 13:01:55 +010011 * OsmoNITB - a BSC+MSC+VLR+HLR+SMSC "Network in the box".
Neels Hofmeyr56c0ef82017-02-23 21:06:12 +010012 * OsmoMSC - a voice CN with A/IP and IuCS/IP towards the BSC and/or HNB-GW
Neels Hofmeyr7ffabc02016-01-28 13:01:55 +010013 * OsmoSGSN - a GPRS SGSN with Gb/IP and IuPS/IP towards the PCU and/or HNB-GW
Harald Welteabcec682015-12-05 23:13:35 +010014 * Osmo-GbProxy - a Proxy to aggregate many Gb links as one Gb link to the SGSN
Neels Hofmeyr7ffabc02016-01-28 13:01:55 +010015 * OsmoBSCNAT - a gateway aggregating many A links as one A link to the MSC
Harald Welteabcec682015-12-05 23:13:35 +010016 * OsmoGTPHUB - a hub aggregating many GTP links (between SGSN and GGSN)
17 * ipaccess-utils - some tools to discover + configure ip.access nanoBTS
18 * bs11_config - a tool to configure the Siemens BS-11 microBTS
19
Neels Hofmeyr7ffabc02016-01-28 13:01:55 +010020Various interfaces towards the BTS are supported, among which are:
Harald Weltec1fd70a2008-12-29 04:50:01 +000021
Harald Welte9c201c32010-03-09 12:38:31 +010022 * Classic A-bis over E1 using a mISDN based E1 interface. In other
23 words, you can connect existing GSM Base Transceiver Station (BTS)
Harald Welteabcec682015-12-05 23:13:35 +010024 through E1 to OpenBSC. So far, we have made it work with the Siemens BS-11,
25 various Ericsson RBS2xxx BTS models and the Nokia MetroSite.
Harald Welte9c201c32010-03-09 12:38:31 +010026
Harald Welteabcec682015-12-05 23:13:35 +010027 * A-bis over IP as used by the ip.access nanoBTS product family as well as
28 the Open Source OsmoBTS software (by the same authors as OpenBSC). OsmoBTS
29 in turn supports various transceiver hardware, including the sysmoBTS
30 product family, as well as SDR transceivers supported by OsmoTRX, such as
31 the UmTRX or USRP boardss.
Harald Weltec1fd70a2008-12-29 04:50:01 +000032
Neels Hofmeyr7ffabc02016-01-28 13:01:55 +010033 * IuCS and IuPS over IP towards an HNB-GW (see osmo-iuh) for UMTS (3G)
34 voice and data links.
35
36Find OpenBSC online at
37http://openbsc.osmocom.org/
Harald Weltec1fd70a2008-12-29 04:50:01 +000038
Harald Weltec1fd70a2008-12-29 04:50:01 +000039 Harald Welte <laforge@gnumonks.org>