aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M (follow)
Commit message (Expand)AuthorAgeFilesLines
* IPCDevice.h: remove limesuite includeOliver Smith2020-05-271-1/+0
* ipc: add master socket number/path parametersEric2020-05-273-11/+68
* shm: fix alignmentEric2020-05-271-4/+4
* ipc: gain settingEric2020-05-271-6/+25
* ipc: make ipc server uhd output more verboseEric2020-05-271-0/+6
* ipc: print received path delay valueEric2020-05-271-0/+2
* ipc: adjust over/underflow reportingEric2020-05-271-5/+14
* ipc: remove intermediate class used for debuggingEric2020-05-274-261/+16
* ipc: update the licensesEric2020-05-2712-29/+145
* v1Eric2020-05-2722-847/+2382
* scaling valEric2020-05-272-0/+2
* spawn the client as a threadEric2020-05-278-55/+131
* silence warningsEric2020-05-271-6/+6
* no undefined behavior by adding/substracting values != 0 from null ptrEric2020-05-271-6/+7
* shm: fix warningsEric2020-05-271-4/+4
* ipc: fix shm size calculationEric2020-05-271-5/+5
* WIP: commentsPau Espin Pedrol2020-05-271-0/+41
* WIP: osmo-trx-ipcPau Espin Pedrol2020-05-278-0/+1830
* Transceiver: Log when sending of CLK indications beginsPhilipp Maier2020-05-261-0/+2
* Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol2020-05-091-1/+1
* transceiver: get rid of the ctrl threadsEric2020-04-143-75/+124
* transceiver: check the right vectorEric2020-04-141-2/+2
* 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-251-2/+2
* 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-152-25/+117
* 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
* radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2020-01-072-22/+59
* 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-071-12/+48
* Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2020-01-072-2/+2
* Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol2019-12-201-35/+35
* 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-211-3/+3
* Fix common misspellings and typosMartin Hauke2019-10-1720-24/+24
* Use new libosmocore logging lock APIPau Espin Pedrol2019-10-091-4/+1
* 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-205-10/+16
* 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