aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* contrib: integrate RPM specosmith/rpmOliver Smith2020-05-151-7/+25
* contrib: import RPM specOliver Smith2020-05-141-0/+189
* Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol2020-05-091-1/+1
* prbs-tool: Don't require C99Harald Welte2020-05-071-2/+5
* utils: Ensure content of this directory is included in 'make dist'Harald Welte2020-05-021-0/+2
* prbs-tool: Add error simulation capabilitiesHarald Welte2020-05-021-12/+79
* PRBS tool sending PRBS sequence to TRXHarald Welte2020-05-024-1/+327
* transceiver: get rid of the ctrl threadsEric2020-04-143-75/+124
* doc: apply an rssi-offset of 28 by default.Philipp Maier2020-04-141-0/+3
* transceiver: check the right vectorEric2020-04-141-2/+2
* configure.ac: fix libtool issue with clang and sanitizerEric2020-04-111-0/+5
* doc: do not set the base-port of the trxPhilipp Maier2020-04-014-4/+0
* debug: use LOGL_NOTICE for log category DDEVPhilipp Maier2020-03-251-1/+1
* radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2020-03-127-26/+18
* radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2020-03-127-14/+11
* cosmetic: fix several typos found by codespellPau Espin Pedrol2020-02-253-4/+4
* debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol2020-02-191-1/+1
* debug.h: Avoid printing pthread_t typePau Espin Pedrol2020-02-193-4/+37
* contrib/jenkins.sh: Reorder sanity checksPau Espin Pedrol2020-02-191-7/+14
* lms: Initial multi-arfcn supportPau Espin Pedrol2020-01-151-7/+17
* lms: Make ts_offset and smpl rate coefs device-specificPau Espin Pedrol2020-01-151-8/+12
* lms: Store device type specific parameters in one placePau Espin Pedrol2020-01-154-26/+119
* lms: Move rx_buffers allocation to constructorPau Espin Pedrol2020-01-151-4/+5
* lms: Make reference to std::vector unambiguousPau Espin Pedrol2020-01-151-1/+1
* lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2020-01-136-9/+9
* lms: Improve smpl_buf error loggingPau Espin Pedrol2020-01-131-2/+3
* smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol2020-01-132-3/+5
* lms: Drop unused definePau Espin Pedrol2020-01-071-1/+0
* lms: Move initialization of field started to constructorPau Espin Pedrol2020-01-071-3/+1
* doc: Update vty reference xml filePau Espin Pedrol2020-01-071-46/+135
* radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2020-01-072-22/+59
* doc: clarify number of channels on B210 with multi-arfcn enabledPau Espin Pedrol2020-01-071-4/+5
* uhd: Improve some logging lines printing UHD pretty-print outputPau Espin Pedrol2020-01-071-3/+6
* uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol2020-01-072-12/+51
* Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2020-01-075-6/+9
* Bump version: 1.1.1.38-9f2b-dirty → 1.2.01.2.0Pau Espin Pedrol2020-01-034-5/+57
* Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol2019-12-203-35/+56
* uhd: use value already cached in tmp variablePau Espin Pedrol2019-12-191-1/+1
* trx: exit() on unsupported positional arguments on command lineHarald Welte2019-12-031-0/+5
* Transceiver: Fix wrong response upon CMD HANDOVER failurePau Espin Pedrol2019-11-271-1/+1
* vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris2019-10-213-75/+81
* Fix common misspellings and typosMartin Hauke2019-10-1734-40/+40
* vty: Don't enable random filler bursts automatically with EDGE.Alexander Chemeris2019-10-151-1/+0
* Use new libosmocore logging lock APIPau Espin Pedrol2019-10-094-63/+5
* radioInterfaceMulti: write frequency offset direction (rx/tx) in log linePau Espin Pedrol2019-09-301-2/+2
* radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol2019-09-208-20/+62
* Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol2019-09-202-3/+7
* radioInterface: Mark setRxGain as virtualPau Espin Pedrol2019-09-201-2/+2
* Transceiver: Fixed copying of history into and from channelizer buffer.Timo Jacobus2019-09-201-1/+1
* radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun from readSamples()Pau Espin Pedrol2019-09-132-2/+6