aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2017-06-01osmo-trx-dec: Offline demodulation tool.fairwaves/WIP-decoderAlexander Chemeris2-1/+529
2017-06-01WIP:sigProcLib: Reduce burst detection window for NB.Alexander Chemeris1-2/+2
2017-06-01transceiver: RSSI was calculated reverse.Alexander Chemeris1-1/+1
2017-06-01osmo-trx-gen: generates waveform files aka IQ binary files in a number of for...Alexander Chemeris2-1/+344
2017-06-01WIP:sigProcLib: Use a known PRBS to generate random Normal Bursts.Alexander Chemeris5-5/+10
2017-06-01osmo-trx: Separate command line switch to enable EDGE filler.Alexander Chemeris1-4/+11
2017-05-29sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing...Alexander Chemeris1-3/+9
2017-05-19radioInterface: Remove UmTRX 'diversity' optionTom Tsou9-406/+16
2017-05-19cosmetic: Add info about SSE supportPhilipp Maier1-0/+16
2017-05-19buildenv: Split up SSE3 and SSE4.1 codePhilipp Maier9-658/+881
2017-05-19cosmetic: remove code duplicationPhilipp Maier5-35/+49
2017-05-19ssedetect: Add runtime CPU detectionPhilipp Maier6-49/+142
2017-05-02cosmetic: Make parameter lists uniformPhilipp Maier2-110/+143
2017-05-02buildenv: Turn off native architecture buildsPhilipp Maier1-1/+1
2017-04-10config: Remove OpenBTS style sqlite configurationTom Tsou1-80/+4
2017-04-03Transceiver: Remove unsigned negative comparesTom Tsou2-3/+3
2017-04-03Resampler: Fix non-array delete for filter tapsTom Tsou1-1/+1
2017-03-31sigProcLib: Fix negative value check on unsigned valueTom Tsou1-1/+1
2017-03-31sigProcLib: Check return status on downsamplingTom Tsou1-2/+6
2017-03-31sigProcLib: Remove unreachable code and no-effect checksTom Tsou1-6/+2
2017-03-31Resampler: Fix initialization return checkingTom Tsou1-1/+1
2017-03-28sigProcLib: Constify demodulation functions burst argument.Alexander Chemeris2-10/+10
2017-03-28sigProcLib: constify signalVector arguments for detectBurst() functions.Alexander Chemeris2-23/+24
2017-03-28Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris4-17/+14
2017-03-28sigProcLib.h: Fix whitespaces. No non-whitespace changes.Alexander Chemeris1-46/+46
2017-03-28sigProcLib: Add operator<< to print CorrType to a string.Alexander Chemeris2-0/+25
2017-03-28Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.Alexander Chemeris2-9/+9
2017-03-24Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris4-37/+56
2017-03-24sigProcLib: rename signalError type to SignalError.Alexander Chemeris1-1/+1
2017-03-24Move CorrType type from Transceiver to sigProcLib.Alexander Chemeris3-12/+12
2017-03-24signalVector: Implement segment().Alexander Chemeris2-0/+8
2017-03-22Call vectorSlicer() right before packing bits for transmission to osmo-bts.Alexander Chemeris2-3/+3
2017-03-22sigProcLib: Slice SoftVector instead of signalVector for GMSK demod.Alexander Chemeris2-26/+22
2017-03-22sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.Alexander Chemeris3-6/+6
2017-03-22sigProcLib: make energyDetect() simpler by returning actual energy.Alexander Chemeris3-17/+9
2017-03-20sigProcLib: Fix documentation, sync argument names in .cpp and .h files.Alexander Chemeris2-47/+49
2017-03-20radioBuffer: Remove extra ; at the end of inline function definitions.Alexander Chemeris1-4/+4
2017-03-20sigProcLib: Typo sybols -> symbolsAlexander Chemeris1-1/+1
2017-03-07uhd: Increase MC-BTS FPGA clock rate to 51.2 MHzTom Tsou1-10/+13
2017-03-07uhd: Add support for UHD-3.11 logging controlTom Tsou1-4/+10
2017-01-26Fix building against sqlite3Max1-1/+1
2017-01-19Revert "uhd: Set minimum supported version to 3.9.0"Tom Tsou1-0/+6
2017-01-11uhd: Add X300 sample timing for 4 SPSTom Tsou1-0/+1
2016-10-26transceiver: Fix mismatched allocations and deallocationspierre.baudry3-4/+6
2016-10-25uhd: Set minimum supported version to 3.9.0Tom Tsou1-6/+0
2016-10-25transceiver: Fix command build warningTom Tsou1-2/+3
2016-10-18uhd: Add missing B200 sample timing for 4 SPS receiveTom Tsou1-1/+2
2016-08-11sigproc: Match differential GMSK start/end bits to tail bitsTom Tsou1-4/+4
2016-07-20uhd: Update USRP2/N200/N210 for 4 SPS RxTom Tsou5-48/+47
2016-07-19sigproc: Fix missing 8-PSK tail symbolsTom Tsou1-1/+1