aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-10LimeSDR: Change device detection to work with USB and PCIe versionsignasj1-1/+1
2017-07-04transceiver: Avoid sending clock indications when trx is not powered onPau Espin Pedrol2-8/+6
2017-07-04cosmetic: transciever: Remove trailing whitespacesPau Espin Pedrol2-12/+11
2017-06-29LimeSDR: set approximate tx offset value to make GSM workTom Tsou1-1/+1
2017-06-27uhd: Always specify samples-per-symbol for device lookupTom Tsou1-2/+2
2017-06-22sigProcLib: Specify standard namespace for isnan()Tom Tsou1-1/+1
2017-06-22sigProcLib: Replace dynamically allocated resampling buffersTom Tsou2-76/+39
2017-06-19sigProcLib: Use explicit NaN check in sinc table generationTom Tsou1-9/+3
2017-06-19sigProcLib: Remove trigonometric tablesTom Tsou1-36/+8
2017-06-16sigProcLib: Remove heap based signal vector allocationsTom Tsou1-84/+51
2017-06-16sigProcLib: Fix complex/real vector flag in Laurent modulatorTom Tsou1-1/+0