Osmocom's Base Station Controller for 2G mobile networks https://osmocom.org/projects/osmobsc
Go to file
Harald Welte 0313394a88 * support BS11 specific IE types in abis_nm
* make bs11_config compile again 
* now that we have a proper TLV parser, use it to parse the status response on the serial port
2009-02-18 19:51:53 +00:00
doc add bits and pieces of documentation 2009-02-17 02:02:14 +00:00
include * support BS11 specific IE types in abis_nm 2009-02-18 19:51:53 +00:00
src * support BS11 specific IE types in abis_nm 2009-02-18 19:51:53 +00:00
tests [misc] Another set of build fixes... 2009-02-11 00:33:51 +00:00
tools add small statistics script for HLR database 2008-12-29 05:35:02 +00:00
AUTHORS AUTHORS: Add Jan Luebbe 2008-12-29 06:06:25 +00:00
COPYING Add GPLv2 or later 2008-12-29 04:50:25 +00:00
Makefile.am Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00
README add README 2008-12-29 04:50:01 +00:00
configure.in [configure] We have a local copy of the header file, remove the check 2009-01-27 18:23:16 +00:00

README

About OpenBSC
=============

OpenBSC is a minimalistic implementation of the GSM Network, with particular
emphasis on the functionality typically provided by the BSC, MSC, HLR, VLR.

Its only current interface is a mISDN based E1 interface utilizing the A-bis
protocol between BSC and BTS.  In other words, you can connect an existing
GSM Base Transceiver Station (BTS) through E1 to OpenBSC.

So far, it has only been tested with the Siemens microBTS BS-11.  Test reports
with other BTS are appreciated!

This project is still in its early days, and there are lots of areas where it
doesn't behave as per GSM spec.

December 29, 2008
	Harald Welte <laforge@gnumonks.org>