aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris1-4/+0
2017-03-24Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris1-4/+0
2017-03-24Move CorrType type from Transceiver to sigProcLib.Alexander Chemeris1-9/+0
2016-07-01egprs: Enable 8-PSK burst detection when EDGE is enabledTom Tsou1-1/+2
2016-06-22transceiver: Add an option to emulate a RACH delay in random filler mode.Alexander Chemeris1-2/+2
2016-06-22transceiver: Log channel number in DEBUG output of demoded bursts.Alexander Chemeris1-1/+1
2016-04-26transceiver: Do not pass transceiver state struct to function where it's not ...Alexander Chemeris1-2/+2
2016-04-20transceiver: Add an option to generate random Access Bursts.Alexander Chemeris1-0/+1
2016-04-20transceiver: Properly handle MAXDLY.Alexander Chemeris1-1/+2
2016-03-08EDGE: Add random burst generator filler optionTom Tsou1-1/+2
2016-03-08EDGE: Add interfaces to enable EDGE transceiverTom Tsou1-1/+4
2016-03-06EDGE: Setup variable sampling on receive pathTom Tsou1-1/+1
2016-03-06sigproc: Remove normal burst DFE equalizerTom Tsou1-14/+7
2015-07-30Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris1-0/+1
2015-07-30Transceiver: Fix whitespace.Alexander Chemeris1-2/+2
2015-07-30transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris1-0/+1
2015-07-30Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris1-1/+1
2015-07-30Transceiver: Fix clipping detection.Alexander Chemeris1-6/+6
2015-07-30Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris1-1/+2
2015-07-30osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris1-6/+9
2015-05-24osmo-trx: Fix random filler command line option.Alexander Chemeris1-1/+1
2015-05-19test: Add command line random normal burst optionTom Tsou1-64/+68
2014-12-15Transceiver52M: Implement POWEROFF commandTom Tsou1-5/+11
2014-12-15Transceiver52M: Allow setting gain before POWERONTom Tsou1-1/+3
2014-01-26Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou1-2/+6
2013-11-16Transceiver52M: Create new osmo-trx executableThomas Tsou1-0/+3
2013-11-15Transceiver52M: Use independent noise vectors for each channelThomas Tsou1-3/+4
2013-11-15Transceiver52M: Refactor receive path outer burst handlingThomas Tsou1-0/+16
2013-11-15Transceiver52M: Add vectorized radio burst capabilityThomas Tsou1-1/+1
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou1-1/+1
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou1-39/+49
2013-11-08Transceiver52M: Separate transceiver per-slot state informationThomas Tsou1-31/+69
2013-11-08Transceiver52M: Delay socket allocation to heapThomas Tsou1-5/+5
2013-11-08Transceiver52M: Remove transmit logging optionThomas Tsou1-15/+0
2013-10-18Transceiver52M: Update noise measurement calculationThomas Tsou1-2/+2
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou1-1/+2
2013-10-18Transceiver52M: Separate main transmit and receive drive threadsThomas Tsou1-4/+8
2013-10-18Transceiver52M: Make GSM pulse filter internal to implementationThomas Tsou1-2/+1
2013-10-18Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou1-3/+3
2013-06-15Transceiver52M: Add more complete specification of GPRS typesttsou1-5/+7
2013-06-15Transceiver52M: Add GPRS combinations to correlation typesttsou1-1/+5
2011-11-26uhd: inline thread priority settingkurtis.heimerl1-1/+4
2011-10-12Adding in the missing Transceiver52M directorydburgess1-0/+207