aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Transceiver: Remove unsigned negative comparesTom Tsou1-2/+2
2017-03-28Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris1-13/+1
2017-03-28Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.Alexander Chemeris1-9/+0
2017-03-24Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris1-33/+2
2017-03-24Move CorrType type from Transceiver to sigProcLib.Alexander Chemeris1-3/+3
2017-03-22Call vectorSlicer() right before packing bits for transmission to osmo-bts.Alexander Chemeris1-0/+3
2017-03-22sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.Alexander Chemeris1-1/+1
2017-03-22sigProcLib: make energyDetect() simpler by returning actual energy.Alexander Chemeris1-2/+2
2016-10-25transceiver: Fix command build warningTom Tsou1-2/+3
2016-07-19transceiver: Fix 4 SPS receive TOA valueTom Tsou1-1/+1
2016-07-19transceiver: Fix mixed GSMK / 8-PSK transmissionTom Tsou1-1/+1
2016-07-08mcbts: Allow out of order channel setupTom Tsou1-2/+1
2016-07-07transceiver: Remove HANDOVER warningsTom Tsou1-2/+0
2016-07-01egprs: Enable 8-PSK burst detection when EDGE is enabledTom Tsou1-2/+8
2016-07-01egprs: Enable 8-PSK length vectors on the Tx interfaceTom Tsou1-3/+11
2016-07-01sigproc: Adjust burst detection threshold criteriaTom Tsou1-5/+13
2016-06-28transceiver: Do not report error on SETTSC when radio is onTom Tsou1-1/+1
2016-06-22transceiver: Add an option to emulate a RACH delay in random filler mode.Alexander Chemeris1-4/+4
2016-06-22transceiver: Log channel number in DEBUG output of demoded bursts.Alexander Chemeris1-2/+3
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