aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-06ipc: add master socket number/path parametershoernchen/ipcEric3-11/+68
2020-05-06shm: fix alignmentEric1-4/+4
2020-04-22ipc: gain settingEric1-6/+25
2020-04-22ipc: make ipc server uhd output more verboseEric1-0/+6
2020-04-22ipc: print received path delay valueEric1-0/+2
2020-04-29ipc: adjust over/underflow reportingEric1-5/+14
2020-04-29ipc: remove intermediate class used for debuggingEric4-261/+16
2020-04-29ipc: update the licensesEric12-29/+145
2020-04-27v1Eric22-847/+2382
2020-04-20scaling valEric2-0/+2
2020-04-20add kernel style .clang-format with 120 chars per line limitEric1-0/+521
2020-04-20spawn the client as a threadEric8-55/+131
2020-04-19silence warningsEric1-6/+6
2020-04-16no undefined behavior by adding/substracting values != 0 from null ptrEric1-6/+7
2020-04-16shm: fix warningsEric1-4/+4
2020-04-15ipc: fix shm size calculationEric1-5/+5
2020-04-15WIP: commentsPau Espin Pedrol1-0/+41
2020-04-15WIP: osmo-trx-ipcPau Espin Pedrol9-0/+1831
2020-04-14transceiver: get rid of the ctrl threadsEric3-75/+124
2020-04-14doc: apply an rssi-offset of 28 by default.Philipp Maier1-0/+3
2020-04-14transceiver: check the right vectorEric1-2/+2
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-04-01doc: do not set the base-port of the trxPhilipp Maier4-4/+0
2020-03-25debug: use LOGL_NOTICE for log category DDEVPhilipp Maier1-1/+1
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol7-26/+18
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol7-14/+11
2020-02-25cosmetic: fix several typos found by codespellPau Espin Pedrol3-4/+4
2020-02-19debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol1-1/+1
2020-02-19debug.h: Avoid printing pthread_t typePau Espin Pedrol3-4/+37
2020-02-19contrib/jenkins.sh: Reorder sanity checksPau Espin Pedrol1-7/+14
2020-01-15lms: Initial multi-arfcn supportPau Espin Pedrol1-7/+17
2020-01-15lms: Make ts_offset and smpl rate coefs device-specificPau Espin Pedrol1-8/+12
2020-01-15lms: Store device type specific parameters in one placePau Espin Pedrol4-26/+119
2020-01-15lms: Move rx_buffers allocation to constructorPau Espin Pedrol1-4/+5
2020-01-15lms: Make reference to std::vector unambiguousPau Espin Pedrol1-1/+1
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol6-9/+9
2020-01-13lms: Improve smpl_buf error loggingPau Espin Pedrol1-2/+3
2020-01-13smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol2-3/+5
2020-01-07lms: Drop unused definePau Espin Pedrol1-1/+0
2020-01-07lms: Move initialization of field started to constructorPau Espin Pedrol1-3/+1
2020-01-07doc: Update vty reference xml filePau Espin Pedrol1-46/+135
2020-01-07radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2-22/+59
2020-01-07doc: clarify number of channels on B210 with multi-arfcn enabledPau Espin Pedrol1-4/+5
2020-01-07uhd: Improve some logging lines printing UHD pretty-print outputPau Espin Pedrol1-3/+6
2020-01-07uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol2-12/+51
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol5-6/+9
2020-01-03Bump version: 1.1.1.38-9f2b-dirty → 1.2.01.2.0Pau Espin Pedrol4-5/+57
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol3-35/+56
2019-12-19uhd: use value already cached in tmp variablePau Espin Pedrol1-1/+1
2019-12-03trx: exit() on unsupported positional arguments on command lineHarald Welte1-0/+5