blob: fa01ff4cd387ae3d44574ba7fe6bb45e0a288e86 [file] [log] [blame]
Harald Weltec1fd70a2008-12-29 04:50:01 +00001About OpenBSC
2=============
3
Harald Welte9c201c32010-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 Weltec1fd70a2008-12-29 04:50:01 +00007
Harald Welte9c201c32010-03-09 12:38:31 +01008Its currently supported interfaces towards the BTS are:
Harald Weltec1fd70a2008-12-29 04:50:01 +00009
Harald Welte9c201c32010-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 Weltec1fd70a2008-12-29 04:50:01 +000016
Harald Welte93ab0c32010-05-04 08:10:18 +020017You can find the project documentation at http://openbsc.gnumonks.org/
18
Harald Weltec1fd70a2008-12-29 04:50:01 +000019This project is still in its early days, and there are lots of areas where it
20doesn't behave as per GSM spec.
21
Harald Weltec1fd70a2008-12-29 04:50:01 +000022 Harald Welte <laforge@gnumonks.org>
Harald Welte9c201c32010-03-09 12:38:31 +010023
24
25libosmocore
26===========
27
28Please note that as of March 2010, OpenBSC has a dependency to a library
29called "libosmocore". You can obtain that library from
30
31 git://git.osmocom.org/libosmocore.git
32