Osmocom GSM/GPRS/EGPRS transceiver, originally forked from OpenBTS transceiver. For building SDR based GSM BTS with osmo-bts-trx.
Go to file
Vadim Yanitskiy 3fb4d31ecb doc/manuals: generate XML VTY reference at build-time
Unfortunately, we cannot re-use the existing Makefile rules from:

  $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc

because they do not allow to generate the list of $(DOCBOOKS) from
a template, and require the project to store everything in separate
folders with specific names.  Also, those rules expect that the
target PDFs contain only a single word in their names (for example,
'osmoapp-vty-reference', not 'osmo-app-vty-reference'), while in a
project with multiple similarly named targets this would reduce
readability (imagine 'osmotrxuhd-vty-reference').

Change-Id: I798ea3b7417b8ca3e9c7d50911158c5413526237
Depends: I6aac73d998c5937894233631e654a160d5623198
Related: SYS#4937, SYS#4910
2020-11-04 19:33:05 +00:00
CommonLibs vty: fix documentation for 'ext-rach (disable|enable)' 2020-11-04 19:29:45 +00:00
GSM Add SPDX annotation 2019-07-22 12:06:26 +02:00
Transceiver52M main: use logging API to print SIMD info instead of printf() 2020-11-04 19:33:05 +00:00
config build: Require and check for gcc C++11 support 2017-06-09 11:19:20 -07:00
contrib contrib/jenkins: Enable parallel make in make distcheck 2020-10-12 19:48:47 +02:00
debian debian: Update debian8 osmo-trx specific patch 2020-08-25 15:41:30 +02:00
doc doc/manuals: generate XML VTY reference at build-time 2020-11-04 19:33:05 +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
.clang-format add kernel style .clang-format with 120 chars per line limit 2020-08-14 03:47:43 +02:00
.gitignore doc/manuals: generate XML VTY reference at build-time 2020-11-04 19:33:05 +00: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 doc/manuals: generate XML VTY reference at build-time 2020-11-04 19:33:05 +00: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
TODO-RELEASE Use new libosmovty cpu sched config features 2020-07-31 13:54:35 +02:00
configure.ac osmo-trx-ipc 2020-08-25 01:00:03 +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