Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Harald Welte c58968be02 sysinfo: Schedule SI 2bis and 2ter
In case we have neighbor cells in different bands, we should send those
SI...
2012-06-02 22:20:58 +02:00
contrib sysmobts: set the RF ACTIVE LED when we bring RF up 2012-06-01 00:06:58 +02:00
doc/examples update config file to parse correctly 2012-02-10 13:32:58 +01:00
include lchan: Send the ACT ACK/NACK after the Layer1 has handled act/deact 2012-04-19 09:39:54 +02:00
src sysinfo: Schedule SI 2bis and 2ter 2012-06-02 22:20:58 +02:00
tests test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
.gitignore test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
COPYING re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
Makefile.am test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
README update the readme 2012-05-05 14:44:29 +02:00
configure.ac test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
git-version-gen auto-generate a version 2011-09-07 21:28:27 +02:00

README

Repository for new the Osmocom BTS implementation.

This code implementes the Layer 2 and higher of a more or less
conventional GSM BTS (Base Transceiver Station) - however, using an
Abis/IP interface, rather than the old-fashioned E1/T1.

Specificallt, this includes
 * BTS-Side implementation of TS 08.58 (RSL) and TS 12.21 (OML)
 * BTS-Side implementation of LAPDm (using libosmocore/libosmogsm)
 * A somewhat separated interface between those higher layer parts
   and the Layer1 interface.

Right now, only one hardware and Layer1 are supported:  The sysmocom
sysmoBTS.

There is some experimental and way incomplete code to use a couple of
OsmocomBB phones and run them in the BTS.  However, the required code
for the Calypso DSP code have not been written yet.  This would still
require a lot of work.

Some additional work is being done in using some parts of the OpenBTS
L1FEC and glue it against omso-bts.  However, this is also still in an
early, experimental stage.