aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/receiver_impl.cc
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Changed method of frequency estimationPiotr Krysik1-8/+76
2016-08-29Commented out one includePiotr Krysik1-1/+1
2016-07-20Don't compute requency offset when freq. correction was triggered during FCCH...Piotr Krysik1-11/+11
2016-05-14Merged uplink-decoding branch (with complete support for control channels dec...Piotr Krysik1-9/+26
2016-03-11Removed burst detection - everything on hopping channels is treated as bursts...Piotr Krysik1-5/+8
2016-02-11Removed old and now not needed hack from the receiver's synchronization algor...Piotr Krysik1-1/+1
2015-08-06Added uplink processing to the receiverptrkrysik1-9/+27
2015-06-07Corrected CX channels timeslot numberingptrkrysik1-5/+1
2015-04-04Removed boost timer from clock_offset_control to avoid race conditions.ptrkrysik1-1/+10
2015-01-03Merge pull request #6 from dholm/bugfix/gnuradio-HEADPiotr Krysik1-2/+3
2015-01-03Removed some typedefsptrkrysik1-20/+14
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old...ptrkrysik1-5/+4
2014-12-03Merge pull request #5 from dholm/feature/osx-supportPiotr K.1-0/+1
2014-12-02Removed assert.h as it caused more problems than it was worth. Fixes #7ptrkrysik1-2/+1
2014-12-02Updated copyleft statements of my files #3ptrkrysik1-4/+6
2014-12-01receiver: Use std::vector for gr_complexDavid Holm1-2/+3
2014-12-01endian: MacOS X support for endian conversion macrosDavid Holm1-0/+1
2014-11-21Removed a debug message that was left accidently.ptrkrysik1-1/+0
2014-11-21Changed format of messages containing bursts to PDU. Corrected types of bursts.ptrkrysik1-14/+19
2014-11-19Changed cell allocation elements type from float to intptrkrysik1-3/+3
2014-11-13Commenting files included for debugging. Fixed #2 issue.ptrkrysik1-2/+3
2014-11-12Corrected frame numberptrkrysik1-1/+2
2014-11-06Added capability to receive multiple channels of a single BTS to the receiver...ptrkrysik1-32/+57
2014-10-30Merge branch 'master' of github.com:Jakotako/gr-gsmptrkrysik1-2/+1
2014-10-30First step to add multichannel capability to the GSM receiver. At this moment...ptrkrysik1-111/+139
2014-10-30Changes in control channels decoder to output messages in PDU format - when c...ptrkrysik1-2/+1
2014-08-13Changed directory structure.Piotr K1-1/+1
2014-08-07Removed completely old method of frequency offset correctionPiotr K1-9/+3
2014-08-06Removed redundant state from the receiverpiotr1-29/+8
2014-08-06Added new blocks for clock freqeuncy correctionpiotr1-54/+54
2014-08-04Added reset to the receiver, computation of power and function for setting ar...piotr1-4/+16
2014-07-08Little changes commited from all files. Cleanup in the lib directory - files ...piotr1-12/+16
2014-07-08Correction in plotting.hpiotr1-0/+842