aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-02common: Add mandatory length field to UDP receive callsTom Tsou1-2/+2
2016-04-26transceiver: Do not pass transceiver state struct to function where it's not ...Alexander Chemeris1-6/+5
2016-04-20transceiver: Add an option to generate random Access Bursts.Alexander Chemeris1-0/+3
2016-04-20transceiver: Properly handle MAXDLY.Alexander Chemeris1-5/+14
2016-03-08EDGE: Add random burst generator filler optionTom Tsou1-3/+8
2016-03-08sigproc: Add various GSM burst generatorsTom Tsou1-41/+3
2016-03-08EDGE: Add interfaces to enable EDGE transceiverTom Tsou1-36/+69
2016-03-06EDGE: Setup variable sampling on receive pathTom Tsou1-2/+2
2016-03-06sigproc: Remove normal burst DFE equalizerTom Tsou1-81/+20
2016-03-06sigproc: Remove dynamic SPS configurationTom Tsou1-2/+1
2015-07-30Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris1-4/+46
2015-07-30transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris1-1/+26
2015-07-30Transceiver: Do not update state->SNRestimate if equalization is disabled.Alexander Chemeris1-4/+4
2015-07-30sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris1-3/+3
2015-07-30Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris1-15/+31
2015-07-30transceiver: Remove noise/RSSI gating.Alexander Chemeris1-2/+1
2015-07-30Transceiver: Fix clipping detection.Alexander Chemeris1-15/+18
2015-07-30Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris1-9/+12
2015-07-30osmo-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