Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Harald Welte 6b62748da6 RSL: fix transmission of RR ciphering mode command via LAPDm
We didn't correctly format the RSLms message that went into LAPDm,
causing LAPDm to drop the message.

Also, disable the fake CIPH MODE COMPLETE generation hack for now
2011-07-13 00:52:41 +02:00
contrib add init script and screenrc for l1fwd 2011-07-02 15:57:37 +02:00
include logging: Add DSP log subsystem 2011-07-05 00:43:33 +02:00
src RSL: fix transmission of RR ciphering mode command via LAPDm 2011-07-13 00:52:41 +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 only build sysmocom-femtobts conditionally 2011-06-27 11:45:15 +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.