aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-25LMSDevice: Set correct values for Max{Tx,Rx}GainPau Espin Pedrol1-2/+2
2018-05-25LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestampsHarald Welte1-1/+2
2018-05-25LMS_Device: Set ts_offset to 0.Harald Welte1-1/+2
2018-05-25LMSDevice: Fix initial timestamp offset of 2500Harald Welte1-1/+1
2018-05-25LMSDevice: Set low-pass filters to smallest possible optionHarald Welte1-0/+4
2018-05-25LMSDevice: Typo fix: s/Internal/ExternalHarald Welte1-1/+1
2018-05-25LMSDevice: Print sample rate range + actual sample rate after setting itHarald Welte1-0/+9
2018-05-25LMSDevice: Call LMS_Init() before setting sample rateHarald Welte1-4/+6
2018-05-25update .gitignore to include osmo-trx-lmsHarald Welte1-0/+1
2018-05-25build: Add support for LimeSuite device backendPau Espin Pedrol4-0/+35
2018-05-25lms: Several improvements and compilation/runtime fixesPau Espin Pedrol6-124/+271
2018-05-25Initial work towards direct LimeSuite support in OsmoTRXHarald Welte2-0/+648
2018-05-09trx_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-1/+3
2018-05-08UHDDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-2/+2
2018-05-04doc: examples: Add umtrx sample configPau Espin Pedrol1-0/+22
2018-05-03Bump version: 0.3.0-dirty → 0.4.00.4.0Pau Espin Pedrol2-3/+125
2018-05-02git-version-gen: Take into account tags not in masterPau Espin Pedrol1-2/+1
2018-05-02doc: add example config for usrp B200 seriesPhilipp Maier1-0/+20
2018-04-28osmo-trx: s/GSM Core Address/GSM BTS Address/Harald Welte1-1/+1
2018-04-28update .gitignore for new executable namesHarald Welte1-1/+2
2018-04-28debian/control: Add build dependency to libusrp-devHarald Welte1-0/+1
2018-04-28debian: Ensure USRP1 firmware is part of osmo-trx-usrp1Harald Welte1-0/+2
2018-04-28debian/rules: Make sure we always require libusrpHarald Welte1-0/+3
2018-04-28debian/control: Remove "Maintainer" from binary package sectionHarald Welte1-1/+0
2018-04-28Revert "debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb"Harald Welte1-0/+1
2018-04-28build: Fix OBS build for ARMPau Espin Pedrol1-2/+3
2018-04-28debian: Fix OBS buildPau Espin Pedrol1-17/+9
2018-04-28debian: Remove osmo-trx-usrp1 until we can build libusrp1.debPau Espin Pedrol1-1/+0
2018-04-28jenkins.sh: Enable build of osmo-trx-usrp1Pau Espin Pedrol1-1/+2
2018-04-28build: More OBS build failure fixesPau Espin Pedrol1-4/+4
2018-04-27build: Fix make distcheckPau Espin Pedrol6-12/+9
2018-04-25Transceiver: log timing info of stale burstsPau Espin Pedrol1-1/+2
2018-04-25Logger: Print correct source file and line numberPau Espin Pedrol3-10/+13
2018-04-24Build one osmo-trx binary for each device support enabledPau Espin Pedrol7-18/+64
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 Pedrol5-7/+7
2018-04-24Move device specific files to device subdirPau Espin Pedrol9-21/+51
2018-04-24Move arch specific fiels to arch subdirPau Espin Pedrol36-22/+26
2018-04-16configure.ac: Add --enable-sanitize optionPau Espin Pedrol2-2/+19
2018-04-16tests: Makefile.am: Fix typo in include pathPau Espin Pedrol1-1/+1
2018-04-16use osmo_init_logging2()Pau Espin Pedrol2-2/+7
2018-04-12jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /op...Alexander Couzens1-1/+1
2018-04-08configure.ac: Fix typoMartin Hauke1-1/+1
2018-03-27jenkins.sh: cleanup always the workspaceAlexander Couzens1-3/+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