Osmocom GSM/GPRS/EGPRS transceiver, originally forked from OpenBTS transceiver. For building SDR based GSM BTS with osmo-bts-trx.
Go to file
Pau Espin 54a98b5b52 ChannelizerBase: Fix memory leak
The memory leak was reported by ASan:

Direct leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x7f23b488e459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145
    #1 0x558e83e39e3c in ChannelizerBase::initFilters() /osmo-trx/Transceiver52M/ChannelizerBase.cpp:84
    #2 0x558e83e3a8a0 in ChannelizerBase::init() /osmo-trx/Transceiver52M/ChannelizerBase.cpp:188
    #3 0x558e83e2d263 in RadioInterfaceMulti::init(int) /osmo-trx/Transceiver52M/radioInterfaceMulti.cpp:197
    #4 0x558e83de76d2 in makeRadioInterface(trx_ctx*, RadioDevice*, int) /osmo-trx/Transceiver52M/osmo-trx.cpp:115
    #5 0x558e83dea663 in trx_start /osmo-trx/Transceiver52M/osmo-trx.cpp:600
    #6 0x558e83dead6f in main /osmo-trx/Transceiver52M/osmo-trx.cpp:695
    #7 0x7f23b2576151 in __libc_start_main (/usr/lib/libc.so.6+0x28151)

Change-Id: Ibc4c7edeb9bba517db08fce152d863e6cc0c7bbb
2021-01-18 11:39:24 +00:00
CommonLibs vty: fix swapped documentation for 'filler type' command 2020-12-08 15:38:00 +01:00
GSM Add SPDX annotation 2019-07-22 12:06:26 +02:00
Transceiver52M ChannelizerBase: Fix memory leak 2021-01-18 11:39:24 +00:00
config build: Require and check for gcc C++11 support 2017-06-09 11:19:20 -07:00
contrib contrib/jenkins: don't build osmo-gsm-manuals 2021-01-13 13:16:48 +01:00
debian debian: Update debian8 osmo-trx specific patch 2020-08-25 15:41:30 +02:00
doc manual: Fix typo OsmTRX -> OsmoTRX 2021-01-07 14:07:14 +01: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 README update 2021-01-06 13:27:56 +01:00
TODO-RELEASE Use osmo_fd_*_{disable,enable} 2020-11-11 20:15:59 +00: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 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 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 git://git.osmocom.org/osmo-trx.git

There is a cgit interface at https://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 https://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