Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Harald Welte b03f8ae4f0 ciphering: Better state tracking and HACK around L1 race condition
We now check if the received message is an LAPDm I frame in order to
determine if we have received the first valid encrypted message on the
radio link.  This relates to the fact that we often see 'old' UI frames
coming up from L1, even after it has confirmed decryption has been
enabled.
2012-04-19 09:35:03 +02:00
contrib update screenrc; we no longer have the '-B' command line option 2011-09-04 23:23:49 +02:00
doc/examples update config file to parse correctly 2012-02-10 13:32:58 +01:00
include ciphering: Better state tracking and HACK around L1 race condition 2012-04-19 09:35:03 +02:00
src ciphering: Better state tracking and HACK around L1 race condition 2012-04-19 09:35:03 +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 re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +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

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.