aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
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-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 Pedrol8-0/+1830
2020-04-14transceiver: get rid of the ctrl threadsEric3-75/+124
2020-04-14transceiver: check the right vectorEric1-2/+2
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 Pedrol1-2/+2
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 Pedrol2-25/+117
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-07radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2-22/+59
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 Pedrol1-12/+48
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2-2/+2
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol1-35/+35
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
2019-11-27Transceiver: Fix wrong response upon CMD HANDOVER failurePau Espin Pedrol1-1/+1
2019-10-21vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris1-3/+3
2019-10-17Fix common misspellings and typosMartin Hauke20-24/+24
2019-10-09Use new libosmocore logging lock APIPau Espin Pedrol1-4/+1
2019-09-30radioInterfaceMulti: write frequency offset direction (rx/tx) in log linePau Espin Pedrol1-2/+2
2019-09-20radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol5-10/+16
2019-09-20Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol2-3/+7
2019-09-20radioInterface: Mark setRxGain as virtualPau Espin Pedrol1-2/+2
2019-09-20Transceiver: Fixed copying of history into and from channelizer buffer.Timo Jacobus1-1/+1
2019-09-13radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun ...Pau Espin Pedrol2-2/+6
2019-09-13UHDDevice: Drop unneeded MULTI_ARFCN checksPau Espin Pedrol1-12/+0