aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2018-09-10Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol1-3/+15
2018-09-10radioInterfaceMulti:pullBuffer: Sanely convert float array to complex arrayPau Espin Pedrol1-3/+16
2018-09-10cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol1-9/+9
2018-09-10SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol1-6/+4
2018-09-10UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol1-1/+3
2018-09-04radioInterface: Fix variable storing integer return valuePau Espin Pedrol1-2/+3
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol3-2/+43
2018-09-03lms: Return error on device read timeoutPau Espin Pedrol1-3/+5
2018-09-03radioInterface: forward errors from RadioDevice to Transceiver in recv pathPau Espin Pedrol4-18/+22
2018-09-03cosmetic: Fix trailing whitespacePau Espin Pedrol3-4/+4
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte3-171/+171
2018-06-20lms: Allow values diff than 34dB to be set by setRxGain()Pau Espin Pedrol1-3/+1
2018-06-20Add -V param to print versionPau Espin Pedrol1-1/+8
2018-06-14usrp1: Fail in case of unsupported configurationHarald Welte1-0/+12
2018-06-14lms: Fail in case of unsupported configurationHarald Welte1-0/+8
2018-06-14lms: Fix coding styleHarald Welte1-10/+10
2018-06-14radioDevice: better encapsulation in base classHarald Welte6-34/+38
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-13lms: Reduce Rx gain from 47 to 34 dBZydrunas Tamosevicius1-1/+1
2018-06-13lms: fix LMS_StartStream() handling for multiple channelsZydrunas Tamosevicius1-0/+5
2018-06-13lms: Reduce log level of "send buffer of len ..."Zydrunas Tamosevicius1-1/+1
2018-06-13lms: Use same timestamp offset like when using LimeSDR via UHDZydrunas Tamosevicius1-5/+2
2018-06-13lms: Check LPBFW to set is within supported rangePau Espin Pedrol1-6/+26
2018-06-13lms: Makefile.am: Reorder params to fix link issuePau Espin Pedrol1-2/+2
2018-06-13LMSDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-1/+1
2018-06-13LMSDevice: Set correct values for Max{Tx,Rx}GainPau Espin Pedrol1-2/+2
2018-06-13LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestampsHarald Welte1-1/+2
2018-06-13LMS_Device: Set ts_offset to 0.Harald Welte1-1/+2
2018-06-13LMSDevice: Fix initial timestamp offset of 2500Harald Welte1-1/+1
2018-06-13LMSDevice: Set low-pass filters to smallest possible optionHarald Welte1-0/+4
2018-06-13LMSDevice: Typo fix: s/Internal/ExternalHarald Welte1-1/+1
2018-06-13LMSDevice: Print sample rate range + actual sample rate after setting itHarald Welte1-0/+9
2018-06-13LMSDevice: Call LMS_Init() before setting sample rateHarald Welte1-4/+6
2018-06-13build: Add support for LimeSuite device backendPau Espin Pedrol3-0/+24
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