aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Changes in the simple usrp receiver examplepiotr1-147/+233
2014-08-04Added reset to the receiver, computation of power and function for setting ar...piotr4-9/+32
2014-08-04Added option to the simple mapperpiotr2-9/+10
2014-08-04Moved burst printer to different directorypiotr4-18/+40
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 "robustn...piotr1-1/+8
2014-08-04Ignore *.pyc and *.pyo filespiotr1-0/+2
2014-07-21Change to readme so it contain a little bit better one sentence description -...piotr1-1/+1
2014-07-20Removed python/cfile signal file that was used for testingpiotr1-0/+0
2014-07-20Changes to sch detector - it is not fully working yetpiotr1-12/+36
2014-07-20Changes in parameters of fcch and sch detectorspiotr2-2/+3
2014-07-20Correction of fcch_burst_taggerpiotr1-5/+10
2014-07-20Changes in names of grc blockspiotr2-2/+2
2014-07-20Added missing chirpz.pypiotr3-2/+491
2014-07-20Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper...piotr24-251/+1907
2014-07-20Removed gnuradio-companion generated python file from examplespiotr1-208/+0
2014-07-08Added new blocks written in python for new experimental gsm receiver.piotr10-2/+987
2014-07-08Moved more files related to the gsm receiver to the receiver directory.piotr6-2/+2
2014-07-08Little changes commited from all files. Cleanup in the lib directory - files ...piotr8-42/+47
2014-07-08Correction in plotting.hpiotr14-216/+1
2014-05-05Changed soft symbols according to "Soft-Decision MLSE Data Receiver for GSM S...piotr1-268/+109
2014-05-02Changed the viterbi equalizer output from hard to soft. The output values are...piotr1-135/+133
2014-05-02Changed gr-gsm::receiver block into typical typical sink inherited from sync_...piotr3-28/+18
2014-04-24Merge branch 'master' of github.com:Jakotako/gr-gsmpiotr1-1/+0
2014-04-24Removed get_ccch_bursts blockpiotr8-221/+2
2014-04-24Update README.mdPiotr K.1-1/+0
2014-04-24Little cleanupspiotr2-2/+3
2014-04-24Replaced nasty hack for training sequences 6 and 7 with a condition depending...piotr1-11/+1
2014-04-17Corrections to the configuration functionpiotr1-4/+4
2014-04-17Added missing line changing state when too many SCH errors occurpiotr1-0/+1
2014-04-17Corrected swig so it is possible to load get_ccch_bursts blockpiotr1-0/+3
2014-04-17Corrected bcch get block so it writes all bursts forming bcch channel to the ...piotr2-5/+6
2014-04-17Corrections to BCCH filter so it works (the name CCCH filter isn't correct)piotr2-12/+8
2014-04-17Merge branch 'master' of github.com:Jakotako/gr-gsmpiotr5-1/+167
2014-04-17Moved configuration of the receiver to the constructor. Removed redundant con...piotr1-8/+2
2014-04-17Added block filtering bursts containing full CCH messagespiotr7-0/+218
2014-04-17Added to buildsystem instalation of include/gsm/plotting.hpiotr1-0/+1
2014-04-17Addition of linking with libraries required to compile programs using include...piotr1-1/+5
2014-04-17Added GSMTAP header definitionpiotr1-0/+72
2014-04-17Added gnuradio-companion examplespiotr4-0/+2463
2014-04-17Added simple plotting functionspiotr2-0/+104
2014-04-17Removed done/unneeded TODOspiotr1-3/+2
2014-04-17Added authorpiotr1-1/+1
2014-04-17Correction - limited strongest_window_nr to avoid reading outside of buffer b...piotr1-5/+7
2014-03-03corrected .gitignorepiotr6-1/+239
2014-03-03Added examplespiotr4-0/+2463
2014-02-21added arfcn parameter to the receiverpiotr11-82/+111
2014-02-08Added simple bursts printerpiotr4-0/+184
2014-02-08Improved synchronization, added message output with burstspiotr10-81/+61
2014-02-05Changed differentiation between dummy and normal bursts to a metod based on c...piotr2-39/+32