aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial XTRX supportfairwaves/libxtrx-wipSergey Kostanbaev2019-10-0912-0/+733
* CommonLibs: check HAVE_CONFIG_H before including itSergey Kostanbaev2019-10-091-1/+4
* 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
* osmo-trx: log to stderr on signal receivedPau Espin Pedrol2019-08-141-2/+2
* Bump version: 1.1.0-dirty → 1.1.11.1.1Pau Espin Pedrol2019-08-082-1/+7
* Bump version: 1.0.0.104-72a7 → 1.1.01.1.0Pau Espin Pedrol2019-08-071-0/+126
* Require newer version of libosmocore to avoid build failurePau Espin Pedrol2019-08-072-4/+4
* Transceiver: Add missing include netinet/in.hPau Espin Pedrol2019-08-071-0/+1
* Drop old README information, provide new updated READMEPau Espin Pedrol2019-08-014-137/+67
* Move std_inband.rbf under device/usrp1/ dirPau Espin Pedrol2019-08-014-7/+7
* Move README.DFEsymbolspaced to utils/matlabPau Espin Pedrol2019-08-011-0/+0
* Move Transceiver52/README to UserManualPau Espin Pedrol2019-08-013-37/+27
* Move matlab files under utils/matlabPau Espin Pedrol2019-08-012-0/+0
* Move inband-signaling-usb documentation to UserManualPau Espin Pedrol2019-08-013-314/+305
* lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2019-08-018-53/+104
* jenkins.sh: Workaround libusrp build race conditonPau Espin Pedrol2019-07-301-1/+1
* usrp1: don't check for non-null underrun pointerPau Espin Pedrol2019-07-291-2/+2
* radioInterface: Clarify how underruns are handled driving a radioDevicePau Espin Pedrol2019-07-291-1/+3
* Remove unused autogen.shPau Espin Pedrol2019-07-293-1585/+1
* Remove empty ChangeLog fnd NEWS filesPau Espin Pedrol2019-07-292-0/+0
* manuals/configuration.adoc: fix copy-paste error in config exampleVadim Yanitskiy2019-07-241-1/+1
* Transceiver: Clean up code passing parameters to threadsPau Espin Pedrol2019-07-232-45/+37