aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2018-06-13lms: Several improvements and compilation/runtime fixesPau Espin Pedrol3-124/+261
2018-06-13Initial work towards direct LimeSuite support in OsmoTRXHarald Welte2-0/+648
2018-05-08UHDDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-2/+2
2018-04-28osmo-trx: s/GSM Core Address/GSM BTS Address/Harald Welte1-1/+1
2018-04-28build: More OBS build failure fixesPau Espin Pedrol1-4/+4
2018-04-27build: Fix make distcheckPau Espin Pedrol3-4/+7
2018-04-25Transceiver: log timing info of stale burstsPau Espin Pedrol1-1/+2
2018-04-24Build one osmo-trx binary for each device support enabledPau Espin Pedrol2-11/+18
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol6-7/+26
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol6-28/+36
2018-04-24Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol4-6/+6
2018-04-24Move device specific files to device subdirPau Espin Pedrol8-21/+48
2018-04-24Move arch specific fiels to arch subdirPau Espin Pedrol32-15/+18
2018-04-16use osmo_init_logging2()Pau Espin Pedrol1-1/+1
2018-03-14Transceiver.cpp: prevent out-of-range array accessVadim Yanitskiy1-8/+16
2018-03-14Transceiver.cpp: fix incorrect format string for SETTSCVadim Yanitskiy1-1/+1
2018-03-14Transceiver.cpp: use pointer arithmetics for CMD parsingVadim Yanitskiy1-51/+64
2018-03-14Transceiver.cpp: properly zero-terminate received commandsVadim Yanitskiy1-9/+9
2018-03-14Transceiver.cpp: use a define for the MAX_PACKET_LENGTHVadim Yanitskiy1-2/+2
2018-03-08Build Transceiver52M/common as an .la libPau Espin Pedrol4-14/+23
2018-03-07Makefile.am: Avoid using subdir if arch is not requiredPau Espin Pedrol3-5/+5
2018-03-06osmo-trx: Re-introduce -l cmd line parameterPau Espin Pedrol1-1/+6
2018-03-05osmo-trx: Use VTY cfg structures while still allowing cmd line optionsPau Espin Pedrol1-269/+187
2018-03-05vty: Implement VTY cfg parsing for current parametersPau Espin Pedrol1-1/+1
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol4-40/+34
2018-03-05osmo-trx.cpp: Move trx start and stop to helper functionsPau Espin Pedrol1-52/+66
2018-02-27Fix USRP1 build with support for setting Rx/TxAntennaAlexander Huemer1-0/+1
2018-02-27Logger: Use libosmocore logging systemPau Espin Pedrol1-12/+3
2018-02-27Add initial support for logging, vty, ctrlPau Espin Pedrol2-4/+58
2018-02-22osmo-trx: Set up talloc ctxPau Espin Pedrol1-0/+14
2018-02-22osmo-trx: set up signals using libosmocore helpersPau Espin Pedrol1-12/+20
2018-02-22Depend on libosmocorePau Espin Pedrol1-2/+3
2018-02-20Logger: Drop syslog supportPau Espin Pedrol1-1/+1
2018-02-09UHDDevice: Initialize async_event_thrd in constructorPau Espin Pedrol1-1/+1
2018-02-07Add support to set Rx/TxAntennaPau Espin Pedrol5-10/+253
2018-02-05Fix whitespacePau Espin Pedrol3-48/+47
2018-01-23Remove unneeded libdl dependencyPau Espin Pedrol1-1/+1
2018-01-20Unbreak `./configure --with-usrp1` buildAlexander Huemer2-3/+5
2018-01-11arm/convert.c: Add missing convert_init implementationPau Espin Pedrol1-0/+3
2018-01-11arm/convert.c: Fix compilation errorPau Espin Pedrol1-1/+0
2018-01-10Move ARCH_LA to Makefile.commonPau Espin Pedrol1-6/+0
2018-01-09Remove Configuration module and libsqlite dependencyPau Espin Pedrol1-1/+1
2018-01-09Drop use of ConfigurationTable gConfigPau Espin Pedrol1-3/+0
2018-01-09cosmetic: Remove trailing whitespacePau Espin Pedrol1-2/+2
2018-01-04Remove unused headersMax3-4/+1
2017-12-04UHDDevice.cpp: add USRP B205mini supportPiotr Krysik1-0/+1
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol3-15/+27
2017-07-20Add '-t' command line option to enable SCHED_RRHarald Welte1-2/+29
2017-07-10LimeSDR: Fix sample value rangeignasj1-2/+1
2017-07-10LimeSDR: change tx window type to TX_WINDOW_FIXEDignasj1-1/+1