aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-13lms: Fix coding stylelaforge/limeHarald Welte3-12/+10
2018-06-13radioDevice: better encapsulation in base classHarald Welte6-32/+37
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte6-17/+18
2018-06-13lms: Call set_antennas() during open() methodHarald Welte1-0/+5
2018-06-13lms: Fix support for rx_paths / tx_pathsHarald Welte2-3/+10
2018-06-13move set_antennas() from UHD to generic radioDevice base classHarald Welte4-33/+29
2018-06-12lms: Reduce Rx gain from 47 to 34 dBZydrunas Tamosevicius1-1/+1
2018-06-12lms: fix LMS_StartStream() handling for multiple channelsZydrunas Tamosevicius1-0/+5
2018-06-12lms: Reduce log level of "send buffer of len ..."Zydrunas Tamosevicius1-1/+1
2018-06-12lms: Use same timestamp offset like when using LimeSDR via UHDZydrunas Tamosevicius1-5/+2
2018-05-29lms: Check LPBFW to set is within supported rangePau Espin Pedrol1-6/+26
2018-05-25lms: Makefile.am: Reorder params to fix link issuePau Espin Pedrol1-2/+2
2018-05-25LMSDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-1/+1
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