aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc: add master socket number/path parametershoernchen/ipcEric2020-05-063-11/+68
* shm: fix alignmentEric2020-05-061-4/+4
* ipc: gain settingEric2020-04-221-6/+25
* ipc: make ipc server uhd output more verboseEric2020-04-221-0/+6
* ipc: print received path delay valueEric2020-04-221-0/+2
* ipc: adjust over/underflow reportingEric2020-04-291-5/+14
* ipc: remove intermediate class used for debuggingEric2020-04-294-261/+16
* ipc: update the licensesEric2020-04-2912-29/+145
* v1Eric2020-04-2722-847/+2382
* scaling valEric2020-04-202-0/+2
* add kernel style .clang-format with 120 chars per line limitEric2020-04-201-0/+521
* spawn the client as a threadEric2020-04-208-55/+131
* silence warningsEric2020-04-191-6/+6
* no undefined behavior by adding/substracting values != 0 from null ptrEric2020-04-161-6/+7
* shm: fix warningsEric2020-04-161-4/+4
* ipc: fix shm size calculationEric2020-04-151-5/+5
* WIP: commentsPau Espin Pedrol2020-04-151-0/+41
* WIP: osmo-trx-ipcPau Espin Pedrol2020-04-159-0/+1831
* 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