aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device
AgeCommit message (Expand)AuthorFilesLines
2018-12-05lms: Improve Set{Rx,Tx}{Gain,Freq} loggingPau Espin Pedrol1-6/+10
2018-12-05lms: Allow setting Tx/RxFreq for lchan!=0Pau Espin Pedrol1-11/+0
2018-12-05lms: Allow setting Tx/RxGain for chan!=0Pau Espin Pedrol1-10/+0
2018-12-04lms: Close device on LMS_Init failurePau Espin Pedrol1-1/+1
2018-12-04lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol2-0/+11
2018-12-03lms: Destroy streams on device stopPau Espin Pedrol1-0/+4
2018-12-03lms: Fix start after stop of devicePau Espin Pedrol1-0/+6
2018-12-02UHDDevice: log exception information on device open failured0gtail1-2/+2
2018-11-29lms: Set Rx gain to midpoint, as comment suggests.Harald Welte1-1/+1
2018-11-29lms: User correct scale factor for transmit samplesHarald Welte1-1/+8
2018-11-23lms: Apply LMS->OSMO log level conversionPau Espin Pedrol1-1/+1
2018-11-23lms: Use LimeSuite.h log level defines instead of hardcoded valuesPau Espin Pedrol1-4/+4
2018-11-19UHDDevice: setRxGain on chan 0 when using multi-arfcnPau Espin Pedrol1-0/+3
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol1-0/+1
2018-09-20device/lms/LMSDevice.cpp: fix compilation warningVadim Yanitskiy1-1/+1
2018-09-13cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol1-1/+1
2018-09-10UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol1-1/+3
2018-09-03lms: Return error on device read timeoutPau Espin Pedrol1-3/+5
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-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-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 Pedrol2-0/+14
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-24Build one osmo-trx binary for each device support enabledPau Espin Pedrol1-1/+3
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol4-0/+22
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol4-0/+17
2018-04-24Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol1-1/+1