Osmocom Mobile Switching Centre
Go to file
Holger Freyther 12aa50d5a2 Change the subscriber and database backend
gsm_subscriber is now refcounted, the db backend is leaking
a lot less, db_get_subscriber will allocate the subscr record
now, subscr_* will look up a subscriber in the list of currently
active subscribers and add an ref to this one.

The db test cases pass, more testing will be when next to the bts
2009-01-01 18:02:05 +00:00
include Change the subscriber and database backend 2009-01-01 18:02:05 +00:00
src Change the subscriber and database backend 2009-01-01 18:02:05 +00:00
tests Change the subscriber and database backend 2009-01-01 18:02:05 +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 Move the db_test.c to a specific test directory 2008-12-31 23:25:05 +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>