aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Add 4/4 Tx/Rx SPS definition for OCR01whytek/ocsdrKeith1-0/+1
2020-03-23Add Device Definition for the OC Connect1 SDRKeith2-1/+6
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
2019-09-13radioInterfaceMulti: Override setTxGain() to avoid chan!=0 callsPau Espin Pedrol3-1/+19
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol5-0/+25
2019-09-13radioInterface: Remove unusued getRxGain()Pau Espin Pedrol2-8/+0
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-09-13radioInterfaceMulti: Check equals zero explicitlyPau Espin Pedrol1-1/+1
2019-09-13radioInterface: Rename mRadio to mDevicePau Espin Pedrol4-37/+37
2019-09-09Transceiver: Don't stop TRX if pulling from OFF timeslotPau Espin Pedrol2-9/+17
2019-09-09Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tnPau Espin Pedrol1-13/+13
2019-09-06Transceiver: Log error condition no burst in pullRadioVector()Pau Espin Pedrol1-1/+3
2019-09-06Transceiver: Use LOGCHAN in logRxBurst to unify log formatPau Espin Pedrol1-2/+1
2019-09-06Transceiver: Fix logging TN and versionPau Espin Pedrol1-4/+4
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-26Transceiver: Enable EDGE detection only on PDCH timeslotsPau Espin Pedrol1-6/+2
2019-08-26Transceiver: exit process when BTS drops connectionPau Espin Pedrol2-30/+53