summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* removed compute_energy functionpiotr2009-06-042-18/+3
* removed functions detect_norm_burst and mafi_norm and replaced them with more...piotr2009-06-041-41/+0
* Revert "removed void detect_norm_burst(const gr_complex * in, gr_complex ...piotr2009-06-042-0/+43
* removed void detect_norm_burst(const gr_complex * in, gr_complex * chan_i...piotr2009-06-042-43/+0
* normal bursts detection now works, but the code is a little dirtypiotr2009-06-044-26/+171
* program now works for osr from 2,3,4,5,6 and almost for osr==7)piotr2009-06-013-55/+83
* big and dirty commit - before osr_repairpiotr2009-06-011-58/+60
* added new python script gsm_receivePiotr Krysik2009-05-283-17/+134
* added viterbi detectorPiotr Krysik2009-05-281-0/+552
* added decoder to the repositoryPiotr Krysik2009-05-285-0/+608
* cleanup of unneeded test code, separation of longer parts of fch_search into ...Piotr Krysik2009-05-284-292/+362
* changes to makefiles.am to add decoding library - neds a little cleanupPiotr Krysik2009-05-201-2/+5
* decoding of sch now worksPiotr Krysik2009-05-202-32/+48
* sch search is now working (but the code is dirty)Piotr Krysik2009-05-145-30/+124
* resampler causes that frequency estimate is getting lower for higher osrPiotr Krysik2009-05-062-14/+30
* liettle changes to fcch search, commit before test to find reason of bad beha...Piotr Krysik2009-04-304-83/+123
* first part of sch sychronisation - getting close to sch burstPiotr Krysik2009-04-281-24/+62
* cleanup of fcch search related entitiesPiotr Krysik2009-04-284-88/+71
* Some changes to fcch search function and added first sch search functionsPiotr Krysik2009-04-245-69/+198
* added Makefile.am to the git repositoryPiotr Krysik2009-04-201-0/+24
* added non-traced filesPiotr Krysik2009-04-203-0/+195
* Corrected precision of FCCH search functionPiotr Krysik2009-04-205-69/+450
* added frequency burst detection, but not yet finishedPiotr Krysik2009-04-103-64/+98
* Added FCCH search function from tvoidPiotr Krysik2009-04-082-17/+60
* removed unneded commentsPiotr Krysik2009-04-082-17/+4
* Changes to buildsystemPiotr Krysik2009-04-072-48/+15
* New empty gsm-receiver signal block with its own library - compilesPiotr Krysik2009-04-076-109/+23
* Added files from gr-howto-write-a-blockPiotr Krysik2009-04-076-0/+406
personal git repositories of Harald Welte. Your mileage may vary