aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device
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-27v1Eric21-845/+2379
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 Pedrol7-0/+1823
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-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-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 Pedrol1-1/+1
2019-12-19uhd: use value already cached in tmp variablePau Espin Pedrol1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke5-5/+5
2019-09-20Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol2-3/+7
2019-09-13UHDDevice: Drop unneeded MULTI_ARFCN checksPau Espin Pedrol1-12/+0
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol5-0/+25
2019-09-13LMSDevice: Return previous txGain/rxGain if setting value failedPau Espin Pedrol2-6/+10
2019-09-13USRPDevice: Return previous txGain if setting value failedPau Espin Pedrol2-2/+5
2019-09-13USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0Pau Espin Pedrol1-2/+3
2019-08-26device: Use LOGCHAN in set_antennas()Pau Espin Pedrol1-4/+4
2019-08-26lms: Log available antennas if requested antenna failsPau Espin Pedrol2-2/+23
2019-08-21Drop old setPriority related codePau Espin Pedrol5-18/+0
2019-08-01Move std_inband.rbf under device/usrp1/ dirPau Espin Pedrol2-0/+6
2019-08-01lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2-28/+61
2019-07-29usrp1: don't check for non-null underrun pointerPau Espin Pedrol1-2/+2
2019-07-22Add SPDX annotationPau Espin Pedrol8-2/+20
2019-06-09lms: Fix stream_stats checks with overrun/underrunPau Espin Pedrol1-4/+4
2019-06-06lms: Drop unusued variable masterClockRatePau Espin Pedrol2-5/+0
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol3-37/+54