aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Big update of copyright statements so they can be automatically processed to ...Piotr Krysik12-12/+12
2017-08-22Merge branch 'libosmocore_integration' into packaging_piotrPiotr Krysik3-340/+21
2017-08-21Merge refactoring of the receiver done in branch 'fixeria/receiver' of https:...Piotr Krysik2-736/+930
2017-07-24receiver_impl.cc: refactor the source codeVadim Yanitskiy2-736/+930
2017-07-23Closes #290 - the problem with subtracting of timeslot number for timeslots 0...Piotr Krysik1-2/+2
2017-07-20Added clock offset measurement in ppm as it is usable for debugging.Piotr Krysik1-0/+1
2017-01-23Ressurected old frequency correction functionPiotr Krysik2-33/+7
2017-01-18Changed frequency estimator to the old one that worked betterPiotr Krysik2-57/+8
2017-01-03Changes in decoding:Piotr Krysik1-132/+0
2016-10-02License statement in clock offset controlPiotr Krysik1-1/+0
2016-10-02SCH decoding with libosmocorePiotr Krysik2-253/+67
2016-08-29Changed method of frequency estimationPiotr Krysik2-8/+82
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-07-17Changed clock offset controller and company in order to remove from the gsm_i...Piotr Krysik2-16/+23
2016-07-15Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into develo...Piotr Krysik1-1/+3
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik2-47/+66
2016-07-14Simplified uplink fix for the dehopperPiotr Krysik1-12/+2
2016-07-12Dehopping for Uplink channels has been added.Your Name1-1/+13
2016-05-29Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be mo...Piotr Krysik1-1/+1
2016-05-14Merged uplink-decoding branch (with complete support for control channels dec...Piotr Krysik4-11/+58
2016-03-11Removed burst detection - everything on hopping channels is treated as bursts...Piotr Krysik1-5/+8
2016-02-27Changes to silence compiler warnings on OSXSteve Glass2-3/+3
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 receiverptrkrysik2-10/+29
2015-08-06Added function for subtraction of timeslots from bursts counterptrkrysik2-1/+30
2015-07-10Added input validation to CX channel hopper blockrpp1-1/+19
2015-07-08Added more includes of STL containers definitions.ptrkrysik2-0/+2
2015-06-24Include endian.h in cx_channel_hopper_impl and make burst_sink/source link Bo...Martin Jesper Low Madsen1-6/+6
2015-06-10Implemented channel hopping for CX channelsrpp2-16/+92
2015-06-10Added CX channel hopper blockrpp2-0/+112
2015-06-07Corrected CX channels timeslot numberingptrkrysik1-5/+1
2015-04-04Removed boost timer from clock_offset_control to avoid race conditions.ptrkrysik4-13/+38
2015-04-04Reimplemented clock_offset_control block in C++ptrkrysik2-0/+219
2015-01-03Merge pull request #6 from dholm/bugfix/gnuradio-HEADPiotr Krysik1-2/+3
2015-01-03Removed some typedefsptrkrysik2-23/+14
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old...ptrkrysik3-8/+7
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 #7ptrkrysik2-70/+1
2014-12-02Updated copyleft statements of my files #3ptrkrysik8-57/+74
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.ptrkrysik2-15/+20
2014-11-19Changed cell allocation elements type from float to intptrkrysik2-6/+6
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...ptrkrysik2-38/+69
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...ptrkrysik3-114/+144