Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Harald Welte d9ab45d1aa Support for ciphering
When the RR CIPH MODE CMD is transmitted to the MS, we need to tell the
L1 to enable decryption on RX.  After the first received frame has been
decrypted successfully, we will enable encryption also on transmit.

This has been tested with A5/1 so far, but A5/2 and A5/3 should work
exactly identical.
2012-04-19 08:22:29 +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 Ensure that ADM_STATE IE is presnent when sending NM_MT_CHG_ADM_STATE_ACK 2012-03-18 21:25:45 +01:00
src Support for ciphering 2012-04-19 08:22:29 +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.