aboutsummaryrefslogtreecommitdiffstats
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 Pedrol3-4/+4
2020-02-19debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol1-1/+1
2020-02-19debug.h: Avoid printing pthread_t typePau Espin Pedrol3-4/+37
2020-02-19contrib/jenkins.sh: Reorder sanity checksPau Espin Pedrol1-7/+14
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 Pedrol4-26/+119
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-07doc: Update vty reference xml filePau Espin Pedrol1-46/+135
2020-01-07radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2-22/+59
2020-01-07doc: clarify number of channels on B210 with multi-arfcn enabledPau Espin Pedrol1-4/+5
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 Pedrol2-12/+51
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol5-6/+9
2020-01-03Bump version: 1.1.1.38-9f2b-dirty → 1.2.01.2.0Pau Espin Pedrol4-5/+57
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol3-35/+56
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 Chemeris3-75/+81
2019-10-17Fix common misspellings and typosMartin Hauke34-40/+40
2019-10-15vty: Don't enable random filler bursts automatically with EDGE.Alexander Chemeris1-1/+0
2019-10-09Use new libosmocore logging lock APIPau Espin Pedrol4-63/+5
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 Pedrol8-20/+62
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