aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2020-01-071-0/+8
* Fix common misspellings and typosMartin Hauke2019-10-171-2/+2
* radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol2019-09-201-1/+1
* radioInterface: Mark setRxGain as virtualPau Espin Pedrol2019-09-201-2/+2
* radioInterfaceMulti: Override setTxGain() to avoid chan!=0 callsPau Espin Pedrol2019-09-131-0/+4
* radioInterface: Remove unusued getRxGain()Pau Espin Pedrol2019-09-131-3/+0
* radioInterface: Rename mRadio to mDevicePau Espin Pedrol2019-09-131-5/+5
* Drop old setPriority related codePau Espin Pedrol2019-08-211-3/+0
* radioInterface: forward errors from RadioDevice to Transceiver in recv pathPau Espin Pedrol2018-09-031-5/+5
* cosmetic: Fix trailing whitespacePau Espin Pedrol2018-09-031-2/+2
* Transceiver: Move device specific code to radioDevice classPau Espin Pedrol2018-04-241-0/+3
* Move device specific code out of radioInterfacePau Espin Pedrol2018-04-241-8/+0
* Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol2018-04-241-2/+2
* radioInterface: Remove UmTRX 'diversity' optionTom Tsou2017-05-191-25/+2
* uhd: Update USRP2/N200/N210 for 4 SPS RxTom Tsou2016-07-201-5/+3
* mcbts: Add multi-ARFCN radio supportTom Tsou2016-07-011-1/+31
* iface: Add inner ring-buffer implementationTom Tsou2016-07-011-17/+9
* EDGE: Setup variable sampling on receive pathTom Tsou2016-03-061-1/+2
* Transceiver52M: Implement POWEROFF commandTom Tsou2014-12-151-1/+2
* Transceiver52M: Allow setting gain before POWERONTom Tsou2014-12-151-1/+1
* Transceiver52M: Remove unused codeThomas Tsou2013-11-151-4/+0
* Transceiver52M: Use independent power scaling varables for each channelThomas Tsou2013-11-151-3/+1
* Transceiver52M: Add dual channel diversity receiver optionThomas Tsou2013-11-151-8/+30
* Transceiver52M: Set variable thread priority levelsThomas Tsou2013-11-151-1/+1
* Transceiver52M: Add multi channel transceiver supportThomas Tsou2013-11-151-21/+20
* Transceiver52M: Add 64 MHz resampling option with B100Thomas Tsou2013-10-181-7/+4
* Transceiver52M: Setup dual sample rate transceiverThomas Tsou2013-10-181-4/+3
* Transceiver52M: Setup dual Laurent pulse shaping filterThomas Tsou2013-10-181-1/+1
* Transceiver52M: Add SSE floating point / integer conversionThomas Tsou2013-10-181-1/+0
* Transceiver52M: Replace resampler with SSE enabled implementationThomas Tsou2013-10-181-5/+20
* Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou2013-10-181-5/+1
* Transceiver52M: Set resampling option automatically based on deviceThomas Tsou2013-10-181-3/+20
* Transceiver52M: Remove and rename oversampling variablesThomas Tsou2013-10-181-4/+1
* Transceiver52M: Remove periodic alignment update from UHD buildThomas Tsou2013-10-181-4/+4
* Transceiver52M: Add UHD device type checkingThomas Tsou2013-10-181-2/+2
* Fix build of the Transceiver.Alexander Chemeris2013-06-161-0/+2
* transceiver: make the transmit drive loop bus dependentkurtis.heimerl2011-11-261-0/+3
* transceiver: move various radio interface definitionskurtis.heimerl2011-11-261-9/+8
* transceiver: separate I/O portion of radio interface implementationkurtis.heimerl2011-11-261-7/+7
* transceiver: separate radio clock and vector interfaceskurtis.heimerl2011-11-261-95/+2
* transceiver: reinsert digital gain scalingkurtis.heimerl2011-11-261-1/+4
* transceiver: simplify transmit power controlkurtis.heimerl2011-11-261-1/+1
* uhd: inline thread priority settingkurtis.heimerl2011-11-261-0/+2
* Adding in the missing Transceiver52M directorydburgess2011-10-121-0/+243