aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-20radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol1-1/+1
2019-09-20radioInterface: Mark setRxGain as virtualPau Espin Pedrol1-2/+2
2019-09-13radioInterfaceMulti: Override setTxGain() to avoid chan!=0 callsPau Espin Pedrol1-0/+4
2019-09-13radioInterface: Remove unusued getRxGain()Pau Espin Pedrol1-3/+0
2019-09-13radioInterface: Rename mRadio to mDevicePau Espin Pedrol1-5/+5
2019-08-21Drop old setPriority related codePau Espin Pedrol1-3/+0
2018-09-03radioInterface: forward errors from RadioDevice to Transceiver in recv pathPau Espin Pedrol1-5/+5
2018-09-03cosmetic: Fix trailing whitespacePau Espin Pedrol1-2/+2
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol1-0/+3
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol1-8/+0
2018-04-24Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol1-2/+2
2017-05-19radioInterface: Remove UmTRX 'diversity' optionTom Tsou1-25/+2
2016-07-20uhd: Update USRP2/N200/N210 for 4 SPS RxTom Tsou1-5/+3
2016-07-01mcbts: Add multi-ARFCN radio supportTom Tsou1-1/+31
2016-07-01iface: Add inner ring-buffer implementationTom Tsou1-17/+9
2016-03-06EDGE: Setup variable sampling on receive pathTom Tsou1-1/+2
2014-12-15Transceiver52M: Implement POWEROFF commandTom Tsou1-1/+2
2014-12-15Transceiver52M: Allow setting gain before POWERONTom Tsou1-1/+1
2013-11-15Transceiver52M: Remove unused codeThomas Tsou1-4/+0
2013-11-15Transceiver52M: Use independent power scaling varables for each channelThomas Tsou1-3/+1
2013-11-15Transceiver52M: Add dual channel diversity receiver optionThomas Tsou1-8/+30
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou1-1/+1
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou1-21/+20
2013-10-18Transceiver52M: Add 64 MHz resampling option with B100Thomas Tsou1-7/+4
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou1-4/+3
2013-10-18Transceiver52M: Setup dual Laurent pulse shaping filterThomas Tsou1-1/+1
2013-10-18Transceiver52M: Add SSE floating point / integer conversionThomas Tsou1-1/+0
2013-10-18Transceiver52M: Replace resampler with SSE enabled implementationThomas Tsou1-5/+20
2013-10-18Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou1-5/+1
2013-10-18Transceiver52M: Set resampling option automatically based on deviceThomas Tsou1-3/+20
2013-10-18Transceiver52M: Remove and rename oversampling variablesThomas Tsou1-4/+1
2013-10-18Transceiver52M: Remove periodic alignment update from UHD buildThomas Tsou1-4/+4
2013-10-18Transceiver52M: Add UHD device type checkingThomas Tsou1-2/+2
2013-06-16Fix build of the Transceiver.Alexander Chemeris1-0/+2
2011-11-26transceiver: make the transmit drive loop bus dependentkurtis.heimerl1-0/+3
2011-11-26transceiver: move various radio interface definitionskurtis.heimerl1-9/+8
2011-11-26transceiver: separate I/O portion of radio interface implementationkurtis.heimerl1-7/+7
2011-11-26transceiver: separate radio clock and vector interfaceskurtis.heimerl1-95/+2
2011-11-26transceiver: reinsert digital gain scalingkurtis.heimerl1-1/+4
2011-11-26transceiver: simplify transmit power controlkurtis.heimerl1-1/+1
2011-11-26uhd: inline thread priority settingkurtis.heimerl1-0/+2
2011-10-12Adding in the missing Transceiver52M directorydburgess1-0/+243