blob: fa01ff4cd387ae3d44574ba7fe6bb45e0a288e86 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001About OpenBSC
2=============
3
4OpenBSC is a minimalistic implementation of the GSM Network, with
5particular emphasis on the functionality typically provided by the BSC,
6MSC, HLR, VLR and SMSC.
7
8Its currently supported interfaces towards the BTS are:
9
10 * 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
16
17You can find the project documentation at http://openbsc.gnumonks.org/
18
19This project is still in its early days, and there are lots of areas where it
20doesn't behave as per GSM spec.
21
22 Harald Welte <laforge@gnumonks.org>
23
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