aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-26fixupfairwaves/no-demodAlexander Chemeris1-1/+1
2016-03-26fixupAlexander Chemeris1-5/+7
2015-11-13transceiver: Send packets to a different port in case of external demodulation.Alexander Chemeris1-11/+11
2015-11-13transceiver: Add an option to stream raw samples instead of demodulated softb...Alexander Chemeris3-27/+84
2015-11-13fixupAlexander Chemeris1-0/+2
2015-11-13fixupAlexander Chemeris1-2/+1
2015-11-13transceiver: Remove remainings of the equalizer, restructure driveReceiveFIFO...Alexander Chemeris4-483/+154
2015-09-10Common: Make sure gLogEarly() log to the same facilities as the normal log.Alexander Chemeris1-6/+33
2015-09-10Common: Get rid of a compilation warning.Alexander Chemeris1-1/+1
2015-09-10Bumped version to 0.1.9~1Kirill Zakharenko1-0/+8
2015-09-10debian: correct dependency on libuhd, throw away dependency on umtrx-uhdKirill Zakharenko1-1/+1
2015-09-10debian: compile for atom arch with SSE3 optimizationsKirill Zakharenko1-3/+3
2015-09-10transceiver/x86: don’t use -march=native to build x86 specialized codeKirill Zakharenko1-1/+1
2015-09-10debian: whitespace changes, more correct hardening stanzaKirill Zakharenko1-3/+3
2015-09-10bumped version to 0.1.9Kirill Zakharenko1-0/+6
2015-09-10build with instruction set/tuning for atom processorsKirill Zakharenko2-2/+4
2015-09-10debian: make it possible to install osmo-trx dependencies manually on the systemIvan Kluchnikov1-0/+3
2015-09-10debian: update osmo-trx dependenciesIvan Kluchnikov1-1/+1
2015-09-10debian: Add debug package for the osmo-trxIvan Kluchnikov5-6/+15
2015-09-10debian: Add debian directory to ease building packagesIvan Kluchnikov6-0/+58
2015-08-21sigproc: Make convolution and convert input buffers immutableTom Tsou5-55/+68
2015-08-21uhd: Use internal UHD tick conversionsTom Tsou2-27/+11
2015-08-21uhd: Add version 3.9.0 supportTom Tsou2-8/+31
2015-07-30uhd: Output Rx/Tx gain limits to log to make it more transparent.Alexander Chemeris1-4/+10
2015-07-30Logger: Output ERR log messages to stderr as well.Alexander Chemeris1-1/+1
2015-07-30Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris2-4/+47
2015-07-30Transceiver: Fix whitespace.Alexander Chemeris1-2/+2
2015-07-30uhd: Fix UmTRX tuning broken in commit 90f7a01d.Alexander Chemeris1-1/+2
2015-07-30transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris2-1/+27
2015-07-30Transceiver: Do not update state->SNRestimate if equalization is disabled.Alexander Chemeris1-4/+4
2015-07-30uhd: Fix rounding error in timestamp conversion functions.Alexander Chemeris1-2/+14
2015-07-30sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris3-82/+65
2015-07-30Checking in clockdump.sh utility.Alexander Chemeris1-0/+3
2015-07-30Checking in a more relevant README.Alexander Chemeris1-135/+83
2015-07-30Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris2-16/+32
2015-07-30transceiver: Remove noise/RSSI gating.Alexander Chemeris1-2/+1
2015-07-30osmo-trx: Add an option to swap channels on UmTRX.Alexander Chemeris5-9/+16
2015-07-30sigProcLib: Check for bogus TOA before using it.Alexander Chemeris1-2/+2
2015-07-30Transceiver: Fix clipping detection.Alexander Chemeris3-36/+55
2015-07-30Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris2-10/+14
2015-07-30osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris3-28/+46
2015-07-30Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel.Alexander Chemeris1-2/+1
2015-06-01sigProcLib: Fix burst start phase.Alexander Chemeris1-1/+1
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-24osmo-trx: Fix random filler command line option.Alexander Chemeris2-3/+13
2015-05-24Common: Log to console instead of loging to syslog by default.Alexander Chemeris1-2/+2
2015-05-24Common: Introduce a global variable to disable syslog logging.Alexander Chemeris2-8/+11
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