Osmocom GSM/GPRS/EGPRS transceiver, originally forked from OpenBTS transceiver. For building SDR based GSM BTS with osmo-bts-trx.
  • C++ 68.1%
  • C 23.4%
  • M4 4.2%
  • Makefile 2%
  • Assembly 1.2%
  • Other 1.1%
Find a file
Timur Davydov 7923e26181 transceiver: replace sprintf() with snprintf() in ctrl_sock_handle_rx
Change-Id: I7b725534c83a759e7b8f72f605dbcc38d778b1f2
2026-03-17 15:00:45 +04:00
.github Add funding link to github mirror 2024-03-23 12:30:10 +01:00
CommonLibs build: add --disable-multi-arfcn configure option 2026-03-11 18:08:57 +04:00
config build: Require and check for gcc C++11 support 2017-06-09 11:19:20 -07:00
contrib contrib/jenkins: remove broken chroot + qemu code 2024-09-12 09:59:09 +02:00
debian Drop libusb dependency 2026-03-03 17:28:21 +01:00
doc build: add --disable-multi-arfcn configure option 2026-03-11 18:08:57 +04:00
GSM ms: add sigproclib demod 2024-02-22 12:39:33 +01:00
osmocom-bb@f12b17dffb ms: update osmocom-bb submodule 2024-03-18 18:11:44 +01:00
tests tests: LMSDeviceTest: fix CPPFLAGS vs CXXFLAGS 2023-03-11 05:33:37 +07:00
Transceiver52M transceiver: replace sprintf() with snprintf() in ctrl_sock_handle_rx 2026-03-17 15:00:45 +04:00
utils ms: add demod test tool and data 2024-02-22 13:41:26 +01:00
.checkpatch.c++.conf checkpatch.conf: lint more code 2026-02-26 13:11:00 +01:00
.checkpatch.c.conf checkpatch.conf: lint more code 2026-02-26 13:11:00 +01:00
.clang-format .clang-format: adjust template formatting 2023-03-02 18:22:37 +01:00
.gitignore gitignore: add .version 2024-03-18 12:34:53 +01:00
.gitmodules properly update osmocom-bb submodule, for real this time.. 2022-12-22 16:15:42 +00:00
.gitreview Add gerrit settings 2017-01-24 15:03:48 +01:00
configure.ac build: add --disable-multi-arfcn configure option 2026-03-11 18:08:57 +04:00
COPYING cosmetic: fix several typos found by codespell 2020-02-25 17:03:00 +01:00
git-version-gen update git-version-gen to generate proper version numbers 2018-09-04 18:01:35 +00:00
LEGAL Update legal disclaimer 2018-01-04 15:17:27 +01:00
Makefile.am Drop libusb dependency 2026-03-03 17:28:21 +01:00
Makefile.common build: Fix make distcheck 2018-04-27 11:34:11 +02:00
README.md README.md: cosmetic: fix a typo 2024-06-05 18:34:07 +07:00
TODO-RELEASE Bump version: 1.6.0.34-24f9 → 1.7.0 2024-07-24 16:23:32 +02:00

About OsmoTRX

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 originally 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, specifically within the Osmocom stack. Used together with OsmoBTS you can get a pretty standard GSM/GPRS/EGPRS BTS with Abis interface as per the relevant 3GPP specifications.

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 https://gitea.osmocom.org/cellular-infrastructure/osmo-trx

There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/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 https://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf.

Forum

We welcome any osmo-trx related discussions in the Cellular Network Infrastructure -> 2 RAN (GERAN) section of the osmocom discourse (web based Forum).

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.

Issue Tracker

We use the issue tracker of the osmo-trx project on osmocom.org for tracking the state of bug reports and feature requests. Feel free to submit any issues you may find, or help us out by resolving existing issues.

Contributing

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

We use 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