blob: 51807bb44ceadf4ffc2ff863176372298f73258b [file] [log] [blame]
Harald Welted94ee1e2008-12-29 04:50:01 +00001About OpenBSC
2=============
3
Harald Welte61b42322010-03-09 12:38:31 +01004OpenBSC is a minimalistic implementation of the GSM Network, with
5particular emphasis on the functionality typically provided by the BSC,
6MSC, HLR, VLR and SMSC.
Harald Welted94ee1e2008-12-29 04:50:01 +00007
Harald Welte61b42322010-03-09 12:38:31 +01008Its currently supported interfaces towards the BTS are:
Harald Welted94ee1e2008-12-29 04:50:01 +00009
Harald Welte61b42322010-03-09 12:38:31 +010010 * Classic A-bis over E1 using a mISDN based E1 interface. In other
11 words, you can connect existing GSM Base Transceiver Station (BTS)
12 through E1 to OpenBSC. So far, we have only tested the Siemens BS-11
13 Test reports with other BTS are much appreciated!
14
15 * A-bis over IP as used by the ip.access nanoBTS product family
Harald Welted94ee1e2008-12-29 04:50:01 +000016
17This project is still in its early days, and there are lots of areas where it
18doesn't behave as per GSM spec.
19
Harald Welted94ee1e2008-12-29 04:50:01 +000020 Harald Welte <laforge@gnumonks.org>
Harald Welte61b42322010-03-09 12:38:31 +010021
22
23libosmocore
24===========
25
26Please note that as of March 2010, OpenBSC has a dependency to a library
27called "libosmocore". You can obtain that library from
28
29 git://git.osmocom.org/libosmocore.git
30