aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Transceiver: log timing info of stale burstsPau Espin Pedrol1-1/+2
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol1-7/+1
2018-03-14Transceiver.cpp: prevent out-of-range array accessVadim Yanitskiy1-8/+16
2018-03-14Transceiver.cpp: fix incorrect format string for SETTSCVadim Yanitskiy1-1/+1
2018-03-14Transceiver.cpp: use pointer arithmetics for CMD parsingVadim Yanitskiy1-51/+64
2018-03-14Transceiver.cpp: properly zero-terminate received commandsVadim Yanitskiy1-9/+9
2018-03-14Transceiver.cpp: use a define for the MAX_PACKET_LENGTHVadim Yanitskiy1-2/+2
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol1-9/+9
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol1-5/+6
2017-07-04transceiver: Avoid sending clock indications when trx is not powered onPau Espin Pedrol1-8/+5
2017-07-04cosmetic: transciever: Remove trailing whitespacesPau Espin Pedrol1-9/+9
2017-06-16transceiver: Fix POWEROFF crash on USRP2/N200/X300 devicesTom Tsou1-5/+4
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