Osmocom Mobile Switching Centre
Go to file
Holger Freyther 7a12faa195 gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg)
If location update is requested, but subscriber is not yet authorised
within mm_rx_loc_upd_req() function, the subscr_update() is not called,
because subscriber information is not complete.
During mm_rx_id_resp() the subscriber informations is may be complete,
so authorize subscriber succeeds and database must be updated.
2009-06-09 08:26:58 +00:00
doc add bits and pieces of documentation 2009-02-17 02:02:14 +00:00
include openbscdefines.h: Add header file to control visibility of symbols 2009-06-08 10:32:54 +00:00
src gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg) 2009-06-09 08:26:58 +00:00
tests Revert "[db] Keep track of the current gsm_network" 2009-06-06 13:54:20 +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 pkg-config: Create and install a pkg-config file 2009-06-08 10:32:39 +00:00
README add README 2008-12-29 04:50:01 +00:00
configure.in openbscdefines.h: Add header file to control visibility of symbols 2009-06-08 10:32:54 +00:00
openbsc.pc.in pkg-config: Create and install a pkg-config file 2009-06-08 10:32:39 +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>