Osmocom GSM/GPRS/EGPRS transceiver, originally forked from OpenBTS transceiver. For building SDR based GSM BTS with osmo-bts-trx.
Go to file
Harald Welte cf35c37c94 prbs-tool: Don't require C99
from a Debian8 build:

[  256s] prbs-tool.c: In function 'apply_errors_prbs':
[  256s] prbs-tool.c:190:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
[  256s]   for (int i = 0; i < sizeof(pchan->prbs_u)-4; i++) {
[  256s]   ^

Change-Id: I8541fce50405525efffb12210a269e0ab8a687ab
2020-05-07 23:55:56 +02:00
CommonLibs debug: use LOGL_NOTICE for log category DDEV 2020-03-25 12:36:15 +01:00
GSM Add SPDX annotation 2019-07-22 12:06:26 +02:00
Transceiver52M transceiver: get rid of the ctrl threads 2020-04-14 19:10:51 +00:00
config build: Require and check for gcc C++11 support 2017-06-09 11:19:20 -07:00
contrib contrib/jenkins.sh: Reorder sanity checks 2020-02-19 11:53:30 +01:00
debian Bump version: 1.1.1.38-9f2b-dirty → 1.2.0 2020-01-03 19:54:00 +01:00
doc doc: apply an rssi-offset of 28 by default. 2020-04-14 17:16:23 +00:00
tests Fix common misspellings and typos 2019-10-17 08:06:19 +00:00
utils prbs-tool: Don't require C99 2020-05-07 23:55:56 +02:00
.gitignore LMSDevice: make use of dev-args in osmo-trx.cfg 2018-12-13 11:07:02 +01:00
.gitreview Add gerrit settings 2017-01-24 15:03:48 +01:00
COPYING cosmetic: fix several typos found by codespell 2020-02-25 17:03:00 +01:00
LEGAL Update legal disclaimer 2018-01-04 15:17:27 +01:00
Makefile.am PRBS tool sending PRBS sequence to TRX 2020-05-02 22:32:34 +02:00
Makefile.common build: Fix make distcheck 2018-04-27 11:34:11 +02:00
README.md Drop old README information, provide new updated README 2019-08-01 15:17:30 +00:00
configure.ac PRBS tool sending PRBS sequence to TRX 2020-05-02 22:32:34 +02:00
git-version-gen update git-version-gen to generate proper version numbers 2018-09-04 18:01:35 +00:00

README.md

About OsmTRX

OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications:

  • TS 05.01 "Physical layer on the radio path"
  • TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
  • TS 05.04 "Modulation"
  • TS 05.10 "Radio subsystem synchronization"

OsmoTRX is based on the transceiver code from the OpenBTS project, but setup to operate independently with the purpose of using with non-OpenBTS software and projects, while still maintaining backwards compatibility with OpenBTS when possible. Currently there are numerous features contained in OsmoTRX that extend the functionality of the OpenBTS transceiver. These features include enhanced support for various embedded platforms - notably ARM - and dual channel diversity support for the Fairwaves umtrx.

Homepage

The official homepage of the project is https://osmocom.org/projects/osmotrx/wiki/OsmoTRX

GIT Repository

You can clone from the official osmo-trx.git repository using

    git clone git://git.osmocom.org/osmo-trx.git

There is a cgit interface at http://git.osmocom.org/osmo-trx/

Documentation

Doxygen-generated API documentation is generated during the build process, but also available online for each of the sub-libraries at User Manual for OsmoTRX can be generated during the build process, and is also available online at http://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf.

Mailing List

Discussions related to OsmoTRX are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for OsmoTRX can be seen at https://gerrit.osmocom.org/q/project:osmo-trx+status:open