aboutsummaryrefslogtreecommitdiffstats
path: root/grc
AgeCommit message (Collapse)AuthorFilesLines
2014-08-16Moved wireshark_sink.xml to subdirectoryptrkrysik1-0/+0
2014-08-16Added empty sink for wireshark sinkptrkrysik2-1/+40
2014-08-13Changed directory structure.Piotr K15-27/+78
Corrected clock_offset_corrector (for some streange and yet unknown reason fractional resampler eats strem tags for some values of sps). (this commit may contain some changes that are not described)
2014-08-06Removed magic constantsPiotr K1-2/+2
2014-08-06Changed name of message input in clock offset correctorpiotr1-1/+1
2014-08-06Changes to make clock_offset_corrector install and work on other machinespiotr2-9/+6
2014-08-06Cleanup in examples directorypiotr1-1/+1
2014-08-06Added new block for message printing, removed legacy code from the decoder ↵piotr1-0/+13
and bursts printer
2014-08-06Added measurements output to the receiver's xml filepiotr1-0/+6
2014-08-06Added new blocks for clock freqeuncy correctionpiotr5-1/+153
2014-08-04Added new block for extracting info about base stationspiotr2-1/+21
2014-08-04Added message output to the control channels decoderpiotr1-4/+5
2014-08-04Changes to simple mapper - added option of beginning frame to extend ↵piotr1-1/+8
"robustness"
2014-07-20Changes in parameters of fcch and sch detectorspiotr2-2/+3
2014-07-20Changes in names of grc blockspiotr2-2/+2
2014-07-20Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and ↵piotr3-1/+35
demapper for BCCH. The implementation is quite dirty at this moment.
2014-07-08Added new blocks written in python for new experimental gsm receiver.piotr4-1/+84
FCCH burst tagger is element of hierarchical block - FCCH detector that adds tags after every detected FCCH burst. The value of each tag is a frequency offset estimate. SCH detector waits for tags from FCCH detector which are used to find SCH burst position. It is unfinished.
2014-04-24Removed get_ccch_bursts blockpiotr2-18/+0
2014-04-17Corrections to BCCH filter so it works (the name CCCH filter isn't correct)piotr1-1/+1
2014-04-17Added block filtering bursts containing full CCH messagespiotr2-0/+17
2014-02-21added arfcn parameter to the receiverpiotr1-0/+7
2014-02-08Added simple bursts printerpiotr1-0/+13
2014-02-08Improved synchronization, added message output with burstspiotr3-46/+7
2014-02-04Initial commit - gsm-receiver with removed quick hackspiotr3-0/+93