aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver
AgeCommit message (Expand)AuthorFilesLines
2019-07-18receiver: removed redundant parameter from synchronized_handlerPiotr Krysik2-5/+5
2019-07-18receiver: fixes of synchronizationPiotr Krysik1-21/+22
2019-07-18plotting: improve interface so it's possible to pass rvaluesPiotr Krysik1-1/+1
2019-07-18receiver/time_sample_ref: SDR hardware time trackingPiotr Krysik4-73/+137
2019-07-18receiver: Added resamp_rate parameterPiotr Krysik2-8/+26
2018-11-02receiver/time_sample_ref: improve accuracy of offset<->time conversionsPiotr Krysik1-6/+3
2018-05-11Distilled function to generate hopping from cx_channel hopperPiotr Krysik2-55/+3
2018-04-16Merge branch 'ptrkrysik/trx' into developmentPiotr Krysik9-208/+185
2018-02-27Portability fix: Replaced problematic includesPiotr Krysik3-2/+2
2018-02-27Change ints to size_tPiotr Krysik2-6/+5
2017-11-11Fix: don't send SCH burst to the output if it wasn't correctly decodedPiotr Krysik2-9/+8
2017-11-07Moved gsm_constants file to include directoryPiotr Krysik5-181/+4
2017-10-31Changed fn_time to use time_spec_t copied from libUHDPiotr Krysik4-319/+1
2017-10-16Correction needed to make TX and RX integration workPiotr Krysik2-22/+33
2017-09-27Added timestamping of bursts in the gsm receiverPiotr Krysik7-16/+478
2017-09-13Changed organization of cmake filesPiotr Krysik1-0/+26
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