aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Transceiver: Compansate for frequency error.achemeris/phase_err_measAlexander Chemeris1-0/+43
2015-06-30Transceiver: Better abstraction for the quality calculations.Alexander Chemeris1-25/+24
2015-06-30Transceiver: First attempt to calculate received bursts phase error.Alexander Chemeris1-20/+127
2015-06-20Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris1-4/+46
2015-06-12transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris1-1/+26
2015-06-10Transceiver: Do not update state->SNRestimate if equalization is disabled.Alexander Chemeris1-4/+4
2015-06-10sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris1-3/+3
2015-06-10Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris1-15/+31
2015-06-07transceiver: Remove noise/RSSI gating.Alexander Chemeris1-2/+1
2015-06-05Transceiver: Fix clipping detection.Alexander Chemeris1-15/+18
2015-06-05Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris1-9/+12
2015-06-04osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris1-19/+27
2015-06-01transceiver: Drive clock indication form the receive thread.Alexander Chemeris1-10/+5
2015-06-01transceiver: Fix out-of-bounds acces in genRandNormalBurst().Alexander Chemeris1-2/+2
2015-05-24Transceiver52M: Change POWERON behavior to return success if the transceiver ...Ivan Kluchnikov1-1/+1
2015-05-20Transceiver: Check TSC values to be in [0..7] range.Alexander Chemeris1-3/+3
2015-05-20Transceiver: Make error response to an unknown command on UDP command interfa...Alexander Chemeris1-0/+1
2015-05-19test: Add command line random normal burst optionTom Tsou1-18/+70
2015-05-18sigproc: Add clipping detection on RACH and TSC inputTom Tsou1-2/+10
2014-12-15Transceiver52M: Implement POWEROFF commandTom Tsou1-71/+139
2014-12-15Transceiver52M: Allow setting gain before POWERONTom Tsou1-23/+13
2014-04-15Transceiver52M: Fix retransmissions when filler table is enabledThomas Tsou1-0/+4
2014-01-26Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou1-17/+42
2013-11-16Transceiver52M: Ignore channel estimation if we are not equalizingThomas Tsou1-1/+1
2013-11-15Transceiver52M: Enable all warnings and resolveThomas Tsou1-1/+1
2013-11-15Transceiver52M: Remove unused codeThomas Tsou1-20/+2
2013-11-15Transceiver52M: Allow only channel zero to set TSC valueThomas Tsou1-3/+5
2013-11-15Transceiver52M: Use independent power scaling varables for each channelThomas Tsou1-12/+13
2013-11-15Transceiver52M: Use independent noise vectors for each channelThomas Tsou1-13/+16
2013-11-15Transceiver52M: Ignore detected bursts at the noise floorThomas Tsou1-4/+5
2013-11-15Transceiver52M: Check time slot validity of incoming burstsThomas Tsou1-0/+5
2013-11-15Transceiver52M: Add dual channel diversity receiver optionThomas Tsou1-1/+18
2013-11-15Transceiver52M: Refactor receive path outer burst handlingThomas Tsou1-95/+125
2013-11-15Transceiver52M: Add vectorized radio burst capabilityThomas Tsou1-13/+17
2013-11-15Transceiver52M: Rearrange socket port assignemntsThomas Tsou1-4/+8
2013-11-15Transceiver52M: Set priority on downlink socket threadThomas Tsou1-0/+2
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou1-1/+5
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou1-165/+238
2013-11-08Transceiver52M: Separate transceiver per-slot state informationThomas Tsou1-72/+94
2013-11-08Transceiver52M: Delay socket allocation to heapThomas Tsou1-12/+17
2013-11-08Transceiver52M: Remove transmit logging optionThomas Tsou1-37/+0
2013-10-18Transceiver52M: Update RSSI calculationThomas Tsou1-3/+4
2013-10-18Transceiver52M: Update noise measurement calculationThomas Tsou1-53/+22
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou1-21/+14
2013-10-18Transceiver52M: Separate main transmit and receive drive threadsThomas Tsou1-11/+16
2013-10-18Transceiver52M: Disable equalizationThomas Tsou1-1/+1
2013-10-18Transceiver52M: Refactor RACH and normal burst detectionThomas Tsou1-2/+2
2013-10-18Transceiver52M: Disable energy detectorThomas Tsou1-1/+2
2013-10-18Transceiver52M: Generate RACH correlation sequence at initializationThomas Tsou1-1/+0
2013-10-18Transceiver52M: Make GSM pulse filter internal to implementationThomas Tsou1-34/+38