Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Harald Welte 526b0c62cf Add new ORTP based libosmo-trau based voice support
Using osmo-bts-sysmo and this code, it is now possible to do FR and AMR
based voice calls on TCH/F.

A lot of CPU is wasted in the conversion between the RTP formats and the
L1 specific formats for the codec frames.  All data needs to be shifted
by four bits, and the order of bits needs to be reversed in every byte.
2011-09-03 15:41:12 +02:00
contrib add init script and screenrc for l1fwd 2011-07-02 15:57:37 +02:00
include Add new ORTP based libosmo-trau based voice support 2011-09-03 15:41:12 +02:00
src Add new ORTP based libosmo-trau based voice support 2011-09-03 15:41:12 +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 Use libosmotrau for RTP support 2011-07-21 20:36:24 +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.