aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: lms: Add multi-arfcn supportpespin/lms-multiarfcnPau Espin Pedrol2020-01-131-4/+7
* lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2020-01-136-9/+9
* lms: Improve smpl_buf error loggingPau Espin Pedrol2020-01-131-2/+3
* smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol2020-01-132-3/+5
* lms: Drop unused definePau Espin Pedrol2020-01-071-1/+0
* lms: Move initialization of field started to constructorPau Espin Pedrol2020-01-071-3/+1
* doc: Update vty reference xml filePau Espin Pedrol2020-01-071-46/+135
* radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2020-01-072-22/+59
* doc: clarify number of channels on B210 with multi-arfcn enabledPau Espin Pedrol2020-01-071-4/+5
* uhd: Improve some logging lines printing UHD pretty-print outputPau Espin Pedrol2020-01-071-3/+6
* uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol2020-01-072-12/+51
* Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2020-01-075-6/+9
* Bump version: 1.1.1.38-9f2b-dirty → 1.2.01.2.0Pau Espin Pedrol2020-01-034-5/+57
* Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol2019-12-203-35/+56
* uhd: use value already cached in tmp variablePau Espin Pedrol2019-12-191-1/+1
* trx: exit() on unsupported positional arguments on command lineHarald Welte2019-12-031-0/+5
* Transceiver: Fix wrong response upon CMD HANDOVER failurePau Espin Pedrol2019-11-271-1/+1
* vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris2019-10-213-75/+81
* Fix common misspellings and typosMartin Hauke2019-10-1734-40/+40
* vty: Don't enable random filler bursts automatically with EDGE.Alexander Chemeris2019-10-151-1/+0
* Use new libosmocore logging lock APIPau Espin Pedrol2019-10-094-63/+5
* radioInterfaceMulti: write frequency offset direction (rx/tx) in log linePau Espin Pedrol2019-09-301-2/+2
* radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol2019-09-208-20/+62
* Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol2019-09-202-3/+7
* radioInterface: Mark setRxGain as virtualPau Espin Pedrol2019-09-201-2/+2
* Transceiver: Fixed copying of history into and from channelizer buffer.Timo Jacobus2019-09-201-1/+1
* radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun from readSamples()Pau Espin Pedrol2019-09-132-2/+6
* UHDDevice: Drop unneeded MULTI_ARFCN checksPau Espin Pedrol2019-09-131-12/+0
* radioInterfaceMulti: Override setTxGain() to avoid chan!=0 callsPau Espin Pedrol2019-09-133-1/+19
* radioDevice: Introduce getTxGain() APIPau Espin Pedrol2019-09-135-0/+25
* radioInterface: Remove unusued getRxGain()Pau Espin Pedrol2019-09-132-8/+0
* LMSDevice: Return previous txGain/rxGain if setting value failedPau Espin Pedrol2019-09-132-6/+10
* USRPDevice: Return previous txGain if setting value failedPau Espin Pedrol2019-09-132-2/+5
* USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0Pau Espin Pedrol2019-09-131-2/+3
* radioInterfaceMulti: Check equals zero explicitlyPau Espin Pedrol2019-09-131-1/+1
* radioInterface: Rename mRadio to mDevicePau Espin Pedrol2019-09-134-37/+37
* Transceiver: Don't stop TRX if pulling from OFF timeslotPau Espin Pedrol2019-09-092-9/+17
* Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tnPau Espin Pedrol2019-09-091-13/+13
* Transceiver: Log error condition no burst in pullRadioVector()Pau Espin Pedrol2019-09-061-1/+3
* Transceiver: Use LOGCHAN in logRxBurst to unify log formatPau Espin Pedrol2019-09-061-2/+1
* Transceiver: Fix logging TN and versionPau Espin Pedrol2019-09-061-4/+4
* device: Use LOGCHAN in set_antennas()Pau Espin Pedrol2019-08-261-4/+4
* lms: Log available antennas if requested antenna failsPau Espin Pedrol2019-08-262-2/+23
* Transceiver: Enable EDGE detection only on PDCH timeslotsPau Espin Pedrol2019-08-261-6/+2
* Transceiver: exit process when BTS drops connectionPau Espin Pedrol2019-08-262-30/+53
* Transceiver: Fix idle ul burst indications being droppedPau Espin Pedrol2019-08-261-1/+2
* Transceiver: Clean up receival of downlink burstsPau Espin Pedrol2019-08-262-25/+31
* Transceiver: Check return value when binding IP addr for clock socketPau Espin Pedrol2019-08-261-0/+2
* Transceiver: fix segfault during init if IP addr binding failsPau Espin Pedrol2019-08-261-3/+5
* Drop old setPriority related codePau Espin Pedrol2019-08-218-32/+0