aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* transceiver: Remove clock indications from control pathttsou/master-compatTom Tsou2016-04-261-4/+0
* EDGE: Fix demodulation slicer inputTom Tsou2016-04-261-1/+1
* uhd: Correct timing alignment in 8-PSK and GMSK downlink burstsTom Tsou2016-04-262-7/+16
* transceiver: Do not pass transceiver state struct to function where it's not used.Alexander Chemeris2016-04-262-8/+7
* osmo-trx: Output Rx SPS as a part of configuration output.Alexander Chemeris2016-04-261-0/+1
* transceiver: Add an option to generate random Access Bursts.Alexander Chemeris2016-04-207-1/+53
* transceiver: Properly handle MAXDLY.Alexander Chemeris2016-04-204-11/+24
* Common: Make sure gLogEarly() log to the same facilities as the normal log.Alexander Chemeris2016-04-201-6/+33
* Common: Get rid of a compilation warning.Alexander Chemeris2016-04-201-1/+1
* EDGE: Fix USRP B210 device supportTom Tsou2016-03-231-0/+1
* EDGE: Add support for UmTRX.Alexander Chemeris2016-03-221-24/+14
* debian: Add packaging to master taken from fairwaves/masterHolger Hans Peter Freyther2016-03-187-0/+75
* EDGE: Combine shared GMSK and 8-PSK demodulator sectionsTom Tsou2016-03-081-22/+35
* EDGE: Add random burst generator filler optionTom Tsou2016-03-083-6/+18
* sigproc: Add various GSM burst generatorsTom Tsou2016-03-083-41/+74
* sigproc: Always use 625 sample length bursts with 4 SPSTom Tsou2016-03-081-12/+12
* EDGE: Add interfaces to enable EDGE transceiverTom Tsou2016-03-084-39/+99
* EDGE: Add 8-PSK modulator and demodulatorTom Tsou2016-03-066-32/+549
* EDGE: Setup variable sampling on receive pathTom Tsou2016-03-069-74/+144
* sigproc: Remove normal burst DFE equalizerTom Tsou2016-03-064-301/+29
* sigproc: Remove dynamic SPS configurationTom Tsou2016-03-063-67/+52
* Transceiver52M: Fix ARM build issuesTom Tsou2015-11-091-11/+11
* uhd: Remove references to USRP B205Tom Tsou2015-10-211-11/+2
* sigproc: Make convolution and convert input buffers immutableTom Tsou2015-08-215-55/+68
* uhd: Use internal UHD tick conversionsTom Tsou2015-08-212-27/+11
* uhd: Add version 3.9.0 supportTom Tsou2015-08-212-8/+31
* uhd: Output Rx/Tx gain limits to log to make it more transparent.Alexander Chemeris2015-07-301-4/+10
* Logger: Output ERR log messages to stderr as well.Alexander Chemeris2015-07-301-1/+1
* Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris2015-07-302-4/+47
* Transceiver: Fix whitespace.Alexander Chemeris2015-07-301-2/+2
* uhd: Fix UmTRX tuning broken in commit 90f7a01d.Alexander Chemeris2015-07-301-1/+2
* transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris2015-07-302-1/+27
* Transceiver: Do not update state->SNRestimate if equalization is disabled.Alexander Chemeris2015-07-301-4/+4
* uhd: Fix rounding error in timestamp conversion functions.Alexander Chemeris2015-07-301-2/+14
* sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris2015-07-303-82/+65
* Checking in clockdump.sh utility.Alexander Chemeris2015-07-301-0/+3
* Checking in a more relevant README.Alexander Chemeris2015-07-301-135/+83
* Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris2015-07-302-16/+32
* transceiver: Remove noise/RSSI gating.Alexander Chemeris2015-07-301-2/+1
* osmo-trx: Add an option to swap channels on UmTRX.Alexander Chemeris2015-07-305-9/+16
* sigProcLib: Check for bogus TOA before using it.Alexander Chemeris2015-07-301-2/+2
* Transceiver: Fix clipping detection.Alexander Chemeris2015-07-303-36/+55
* Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris2015-07-302-10/+14
* osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris2015-07-303-28/+46
* Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel.Alexander Chemeris2015-07-301-2/+1
* sigProcLib: Fix burst start phase.Alexander Chemeris2015-06-011-1/+1
* transceiver: Drive clock indication form the receive thread.Alexander Chemeris2015-06-011-10/+5
* transceiver: Fix out-of-bounds acces in genRandNormalBurst().Alexander Chemeris2015-06-011-2/+2
* osmo-trx: Fix random filler command line option.Alexander Chemeris2015-05-242-3/+13
* Common: Log to console instead of loging to syslog by default.Alexander Chemeris2015-05-241-2/+2