aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device
AgeCommit message (Expand)AuthorFilesLines
2021-07-11lms: init bandEric1-1/+3
2021-05-29uhd: ensure configured clock source is actually usedEric1-0/+14
2021-03-01ipc: Makefile.am: Clean LDADD variablePau Espin Pedrol1-1/+2
2021-02-28mark uhddev_ipc.cpp as BUILT_SOURCESHarald Welte1-2/+3
2020-12-10ipc-driver-test: Allow setting dir prefix for UD socketPau Espin Pedrol2-10/+23
2020-12-07ipc: Fix wrong reference to BTS in log linePau Espin Pedrol1-1/+1
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte3-14/+14
2020-10-24device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS}Vadim Yanitskiy6-9/+7
2020-10-24device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGSVadim Yanitskiy1-1/+1
2020-10-24device/lms: get rid of 'using namespace std'Vadim Yanitskiy1-3/+1
2020-10-24device/lms: fix missing semicolon in LMSDevice::assign_band_desc()Vadim Yanitskiy1-1/+1
2020-10-24device/lms: fix: 'trx_vty.h' header requires C linkageVadim Yanitskiy1-1/+1
2020-10-19Use osmo_fd_setup() wherever applicableHarald Welte3-14/+3
2020-10-18ipc: Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte4-25/+25
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol7-57/+146
2020-09-12radioDevice: fix set_antennas(): consider MULTI_ARFCN modeVadim Yanitskiy1-0/+14
2020-08-27Fix build on Debian8Harald Welte1-2/+4
2020-08-26ipc: fix var declaration in for loopPau Espin Pedrol1-1/+2
2020-08-25devices: reset internal smart sample buffers upon stopEric4-2/+22
2020-08-25osmo-trx-ipcEric Wild18-2/+3626
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol1-0/+3
2020-06-29UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna()Vadim Yanitskiy1-2/+16
2020-06-25{UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific...Pau Espin Pedrol2-7/+11
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol5-50/+20
2020-06-25LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output powerPau Espin Pedrol2-51/+144
2020-06-15UHDDevice: Compute TxGain on UHD API based on expected Tx output powerPau Espin Pedrol2-44/+55
2020-06-09radioInterface: Operate on real Tx power attenuation rather than on device sp...Pau Espin Pedrol4-43/+51
2020-06-09UHDDevice: Implement getNominalTxPower() based on TxFrequencyPau Espin Pedrol2-6/+90
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol7-0/+33
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