Osmocom Mobile Switching Centre
Go to file
Harald Welte c627afceaa Reset the use_count to zero in chan_free
It is possible that the BTS is closing the channel even when
our upper layers are doing work. Reset the use_count add a fixme
to call cancellations for pending operations. Cancellation of the
call state (state machines in general) and such come into mind...
2009-01-09 21:39:17 +00:00
include Hook the paging code into bsc_hack.c and telnet_interface.c 2009-01-06 23:10:57 +00:00
src Reset the use_count to zero in chan_free 2009-01-09 21:39:17 +00:00
tests Add test case that is not registering the timer again 2009-01-04 03:45:13 +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 Add simplistic telnet control interface 2009-01-02 22:04:43 +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>