aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Initial XTRX supportfairwaves/libxtrx-wipSergey Kostanbaev5-0/+660
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
2019-08-26Transceiver: Fix idle ul burst indications being droppedPau Espin Pedrol1-1/+2
2019-08-26Transceiver: Clean up receival of downlink burstsPau Espin Pedrol2-25/+31
2019-08-26Transceiver: Check return value when binding IP addr for clock socketPau Espin Pedrol1-0/+2
2019-08-26Transceiver: fix segfault during init if IP addr binding failsPau Espin Pedrol1-3/+5
2019-08-21Drop old setPriority related codePau Espin Pedrol8-32/+0
2019-08-14osmo-trx: log to stderr on signal receivedPau Espin Pedrol1-2/+2
2019-08-07Transceiver: Add missing include netinet/in.hPau Espin Pedrol1-0/+1
2019-08-01Move std_inband.rbf under device/usrp1/ dirPau Espin Pedrol3-6/+6
2019-08-01Move README.DFEsymbolspaced to utils/matlabPau Espin Pedrol1-14/+0
2019-08-01Move Transceiver52/README to UserManualPau Espin Pedrol2-37/+0
2019-08-01Move matlab files under utils/matlabPau Espin Pedrol2-98/+0
2019-08-01Move inband-signaling-usb documentation to UserManualPau Espin Pedrol1-314/+0
2019-08-01lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2-28/+61
2019-07-29usrp1: don't check for non-null underrun pointerPau Espin Pedrol1-2/+2
2019-07-29radioInterface: Clarify how underruns are handled driving a radioDevicePau Espin Pedrol1-1/+3
2019-07-23Transceiver: Clean up code passing parameters to threadsPau Espin Pedrol2-45/+37
2019-07-23Transceiver: Store TRXD version per channelPau Espin Pedrol2-8/+9
2019-07-22Bind CTRL port to IP addr specified in VTY configPau Espin Pedrol1-1/+1
2019-07-22Add SPDX annotationPau Espin Pedrol36-2/+76
2019-07-22cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol9-34/+33
2019-07-21radioInterface.cpp: Fix missing member initialization of RadioInterface()Harald Welte1-1/+2
2019-07-21CorrelationSequence: fix initialization of class membersHarald Welte1-1/+1
2019-07-21ChannelizerBase: fix initialization of class membersHarald Welte1-1/+2
2019-07-20trxd_fill_common(): fix TRXD header version codingVadim Yanitskiy1-1/+1
2019-07-20proto_trxd.c: Use bit-wise AND, not boolean ANDHarald Welte1-1/+1