aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lms: Fix coding stylelaforge/limeHarald Welte2018-06-133-12/+10
* radioDevice: better encapsulation in base classHarald Welte2018-06-136-32/+37
* radioDevice: Move tx_sps from derived into base classHarald Welte2018-06-136-17/+18
* lms: Call set_antennas() during open() methodHarald Welte2018-06-131-0/+5
* lms: Fix support for rx_paths / tx_pathsHarald Welte2018-06-132-3/+10
* move set_antennas() from UHD to generic radioDevice base classHarald Welte2018-06-134-33/+29
* lms: Reduce Rx gain from 47 to 34 dBZydrunas Tamosevicius2018-06-121-1/+1
* lms: fix LMS_StartStream() handling for multiple channelsZydrunas Tamosevicius2018-06-121-0/+5
* lms: Reduce log level of "send buffer of len ..."Zydrunas Tamosevicius2018-06-121-1/+1
* lms: Use same timestamp offset like when using LimeSDR via UHDZydrunas Tamosevicius2018-06-121-5/+2
* lms: Check LPBFW to set is within supported rangePau Espin Pedrol2018-05-291-6/+26
* lms: Makefile.am: Reorder params to fix link issuePau Espin Pedrol2018-05-251-2/+2
* LMSDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol2018-05-251-1/+1
* LMSDevice: Set correct values for Max{Tx,Rx}GainPau Espin Pedrol2018-05-251-2/+2
* LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestampsHarald Welte2018-05-251-1/+2
* LMS_Device: Set ts_offset to 0.Harald Welte2018-05-251-1/+2
* LMSDevice: Fix initial timestamp offset of 2500Harald Welte2018-05-251-1/+1
* LMSDevice: Set low-pass filters to smallest possible optionHarald Welte2018-05-251-0/+4
* LMSDevice: Typo fix: s/Internal/ExternalHarald Welte2018-05-251-1/+1
* LMSDevice: Print sample rate range + actual sample rate after setting itHarald Welte2018-05-251-0/+9
* LMSDevice: Call LMS_Init() before setting sample rateHarald Welte2018-05-251-4/+6
* update .gitignore to include osmo-trx-lmsHarald Welte2018-05-251-0/+1
* build: Add support for LimeSuite device backendPau Espin Pedrol2018-05-254-0/+35
* lms: Several improvements and compilation/runtime fixesPau Espin Pedrol2018-05-256-124/+271
* Initial work towards direct LimeSuite support in OsmoTRXHarald Welte2018-05-252-0/+648
* trx_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy2018-05-091-1/+3
* UHDDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol2018-05-081-2/+2
* doc: examples: Add umtrx sample configPau Espin Pedrol2018-05-041-0/+22
* Bump version: 0.3.0-dirty → 0.4.00.4.0Pau Espin Pedrol2018-05-032-3/+125
* git-version-gen: Take into account tags not in masterPau Espin Pedrol2018-05-021-2/+1
* doc: add example config for usrp B200 seriesPhilipp Maier2018-05-021-0/+20
* osmo-trx: s/GSM Core Address/GSM BTS Address/Harald Welte2018-04-281-1/+1
* update .gitignore for new executable namesHarald Welte2018-04-281-1/+2
* debian/control: Add build dependency to libusrp-devHarald Welte2018-04-281-0/+1
* debian: Ensure USRP1 firmware is part of osmo-trx-usrp1Harald Welte2018-04-281-0/+2
* debian/rules: Make sure we always require libusrpHarald Welte2018-04-281-0/+3
* debian/control: Remove "Maintainer" from binary package sectionHarald Welte2018-04-281-1/+0
* Revert "debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb"Harald Welte2018-04-281-0/+1
* build: Fix OBS build for ARMPau Espin Pedrol2018-04-281-2/+3
* debian: Fix OBS buildPau Espin Pedrol2018-04-281-17/+9
* debian: Remove osmo-trx-usrp1 until we can build libusrp1.debPau Espin Pedrol2018-04-281-1/+0
* jenkins.sh: Enable build of osmo-trx-usrp1Pau Espin Pedrol2018-04-281-1/+2
* build: More OBS build failure fixesPau Espin Pedrol2018-04-281-4/+4
* build: Fix make distcheckPau Espin Pedrol2018-04-276-12/+9
* Transceiver: log timing info of stale burstsPau Espin Pedrol2018-04-251-1/+2
* Logger: Print correct source file and line numberPau Espin Pedrol2018-04-253-10/+13
* Build one osmo-trx binary for each device support enabledPau Espin Pedrol2018-04-247-18/+64
* Transceiver: Move device specific code to radioDevice classPau Espin Pedrol2018-04-246-7/+26
* Move device specific code out of radioInterfacePau Espin Pedrol2018-04-246-28/+36
* Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol2018-04-245-7/+7