aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-11-01ChannelizerBase: Fix ASan alloc-dealloc-mismatchPau Espin Pedrol1-1/+1
2018-10-24sigProcLib: add a CorrType for extended (11-bit) RACHVadim Yanitskiy2-6/+12
2018-10-24sigProcLib: introduce both TS1 and TS2 RACH synch. sequencesVadim Yanitskiy4-19/+31
2018-10-23Add long parameters (--help, --version, ...)Oliver Smith1-5/+13
2018-10-21trx_validate_config(): Fix validation of rx_spsHarald Welte1-1/+1
2018-10-21SocketsTest.testReaderIP(): Zero terminate received bufferHarald Welte1-1/+2
2018-10-09jenkins.sh: Enable build of osmo-trx-lmsPau Espin Pedrol1-1/+1
2018-10-05examples: Use logging level 'set-all' instead of 'all'Pau Espin Pedrol4-4/+4
2018-10-02Transciever: Log values causing Tx underrunPau Espin Pedrol1-1/+2
2018-10-02CommonLibs/Makefile.am: Specify libcommon_la_LIBADDPau Espin Pedrol1-0/+1
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol6-4/+43
2018-09-25ensure well-formed example config filesHarald Welte4-24/+24
2018-09-20device/lms/LMSDevice.cpp: fix compilation warningVadim Yanitskiy1-1/+1
2018-09-13cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol2-3/+3
2018-09-12Install sample cfg file to /etc/osmocomPau Espin Pedrol5-1/+24
2018-09-12Install systemd services with autotoolsPau Espin Pedrol12-6/+47
2018-09-10jenkins.sh: Add --enable-werror flag to osmo-trx configure stepPau Espin Pedrol1-1/+1
2018-09-10Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol2-6/+23
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 Pedrol2-10/+10
2018-09-10SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol2-7/+5
2018-09-10UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol1-1/+3
2018-09-04update git-version-gen to generate proper version numbersHarald Welte1-1/+2
2018-09-04configure.ac: Specify default language as C++Pau Espin Pedrol1-0/+1
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 Pedrol5-2/+79
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-09-03Logger: Disable pthread cancel point inside Logger destructorPau Espin Pedrol1-0/+3
2018-08-30configure.ac: Add --enable-werror optionPau Espin Pedrol1-0/+19
2018-08-27vty: Fix typo in gpsdo clock reference typePau Espin Pedrol1-1/+1
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte5-172/+179
2018-08-17configure.ac: Fix typo in with-lms help stringPau Espin Pedrol1-1/+1
2018-08-09debian: add patches for debian8Alexander Couzens2-0/+58
2018-07-31Fix config file saving of {tx,rx}-path VTY config stringsHarald Welte1-2/+2
2018-06-25debian: Explicitly enable osmo-trx-uhd buildPau Espin Pedrol1-1/+1
2018-06-25debian: Enable build of osmo-trx-lmsPau Espin Pedrol1-1/+1
2018-06-25Use correct paths when installing example filesPau Espin Pedrol2-4/+4
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-19debian: Add cfg file examples for osmo-trx-{lms,uhd}Pau Espin Pedrol10-0/+54
2018-06-19contrib: Add systemd services for all backendsPau Espin Pedrol6-0/+36
2018-06-19debian: Add package osmo-trx-lmsPau Espin Pedrol2-1/+22
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