aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Transciever: Log values causing Tx underrunPau Espin Pedrol2018-10-021-1/+2
* CommonLibs/Makefile.am: Specify libcommon_la_LIBADDPau Espin Pedrol2018-10-021-0/+1
* Use pthread_setname_np to name threadsPau Espin Pedrol2018-09-286-4/+43
* ensure well-formed example config filesHarald Welte2018-09-254-24/+24
* device/lms/LMSDevice.cpp: fix compilation warningVadim Yanitskiy2018-09-201-1/+1
* cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol2018-09-132-3/+3
* Install sample cfg file to /etc/osmocomPau Espin Pedrol2018-09-125-1/+24
* Install systemd services with autotoolsPau Espin Pedrol2018-09-1212-6/+47
* jenkins.sh: Add --enable-werror flag to osmo-trx configure stepPau Espin Pedrol2018-09-101-1/+1
* Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol2018-09-102-6/+23
* radioInterfaceMulti:pullBuffer: Sanely convert float array to complex arrayPau Espin Pedrol2018-09-101-3/+16
* cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2018-09-102-10/+10
* SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol2018-09-102-7/+5
* UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol2018-09-101-1/+3
* update git-version-gen to generate proper version numbersHarald Welte2018-09-041-1/+2
* configure.ac: Specify default language as C++Pau Espin Pedrol2018-09-041-0/+1
* radioInterface: Fix variable storing integer return valuePau Espin Pedrol2018-09-041-2/+3
* osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol2018-09-045-2/+79
* lms: Return error on device read timeoutPau Espin Pedrol2018-09-031-3/+5
* radioInterface: forward errors from RadioDevice to Transceiver in recv pathPau Espin Pedrol2018-09-034-18/+22
* cosmetic: Fix trailing whitespacePau Espin Pedrol2018-09-033-4/+4
* Logger: Disable pthread cancel point inside Logger destructorPau Espin Pedrol2018-09-031-0/+3
* configure.ac: Add --enable-werror optionPau Espin Pedrol2018-08-301-0/+19
* vty: Fix typo in gpsdo clock reference typePau Espin Pedrol2018-08-271-1/+1
* logging: Introduce new "DDEV" category for device-specific codeHarald Welte2018-08-175-172/+179
* configure.ac: Fix typo in with-lms help stringPau Espin Pedrol2018-08-171-1/+1
* debian: add patches for debian8Alexander Couzens2018-08-092-0/+58
* Fix config file saving of {tx,rx}-path VTY config stringsHarald Welte2018-07-311-2/+2
* debian: Explicitly enable osmo-trx-uhd buildPau Espin Pedrol2018-06-251-1/+1
* debian: Enable build of osmo-trx-lmsPau Espin Pedrol2018-06-251-1/+1
* Use correct paths when installing example filesPau Espin Pedrol2018-06-252-4/+4
* lms: Allow values diff than 34dB to be set by setRxGain()Pau Espin Pedrol2018-06-201-3/+1
* Add -V param to print versionPau Espin Pedrol2018-06-201-1/+8
* debian: Add cfg file examples for osmo-trx-{lms,uhd}Pau Espin Pedrol2018-06-1910-0/+54
* contrib: Add systemd services for all backendsPau Espin Pedrol2018-06-196-0/+36
* debian: Add package osmo-trx-lmsPau Espin Pedrol2018-06-192-1/+22
* usrp1: Fail in case of unsupported configurationHarald Welte2018-06-141-0/+12
* lms: Fail in case of unsupported configurationHarald Welte2018-06-141-0/+8
* lms: Fix coding styleHarald Welte2018-06-141-10/+10
* radioDevice: better encapsulation in base classHarald Welte2018-06-146-34/+38
* 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-131-1/+1
* lms: fix LMS_StartStream() handling for multiple channelsZydrunas Tamosevicius2018-06-131-0/+5
* lms: Reduce log level of "send buffer of len ..."Zydrunas Tamosevicius2018-06-131-1/+1
* lms: Use same timestamp offset like when using LimeSDR via UHDZydrunas Tamosevicius2018-06-131-5/+2
* lms: Check LPBFW to set is within supported rangePau Espin Pedrol2018-06-131-6/+26
* lms: Makefile.am: Reorder params to fix link issuePau Espin Pedrol2018-06-131-2/+2