Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Harald Welte f49e3dd3af store the last SID frame of a given LCHAN so we can repeat it
repeating the last SID frame is required during 20ms intervals where we
don't get a new SID update (SID RTP frames are valid up to 160ms)
2011-09-07 12:42:15 +02:00
contrib update screenrc; we no longer have the '-B' command line option 2011-09-04 23:23:49 +02:00
doc/examples add minimal example config file 2011-09-04 22:49:20 +02:00
include add minimal configuration file support 2011-09-04 22:47:25 +02:00
src store the last SID frame of a given LCHAN so we can repeat it 2011-09-07 12:42:15 +02:00
.gitignore re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
COPYING re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
Makefile.am Add autotools skeleton code 2011-03-04 14:18:10 +01:00
README re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
configure.ac depend on more recent libosmo-trau for polling support 2011-09-07 12:40:50 +02:00

README

Repsoitory for new BTS-side A-bis code

This is the code that was originally developed inside osmocom-bb.git
for turning modified OsmocomBB-supported phones into a simplistic BTS.

However, the BTS-side A-bis is also going to be needed for other projects, thus
the split.

It doesn't really build yet, as a lot of dependencies have not yet been
resolved.