summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added files from openbts for tch/f decoding and removed openbtsPiotr Krysik2009-06-2720-0/+4485
|
* added a5-1-2.c for decryptionPiotr Krysik2009-06-231-0/+429
|
* little changes for TCH/F listeningPiotr Krysik2009-06-223-2/+7
|
* added Harald's code for pcap outputPiotr Krysik2009-06-223-7/+10
|
* added files for pcap from Harald's gsmstackPiotr Krysik2009-06-227-17/+306
|
* added first step towards correction of USRP's clock offsetPiotr Krysik2009-06-224-20/+28
|
* added some attemt to repair receiver's faulty behavior when some samples get ↵Piotr Krysik2009-06-182-20/+43
| | | | losted between USRP and PC and resynchronisation is necessary - it doesn't work yet
* added new burst type - dummy_or_normal for situations in which you don't ↵Piotr Krysik2009-06-182-3/+20
| | | | know what type is used when
* some changes to test.shPiotr Krysik2009-06-153-4/+10
|
* one letter change to gsm_receive_usrp.pyPiotr Krysik2009-06-141-1/+1
|
* changed comment in gsm_receive_usrp.pyPiotr Krysik2009-06-141-0/+3
|
* added first simple testPiotr Krysik2009-06-141-0/+16
|
* little changes to decrease number of errors in output bitsPiotr Krysik2009-06-142-6/+11
|
* added two little utils from gsm-tvoidPiotr Krysik2009-06-132-0/+51
|
* added new file for usrp realtime receive - caution - this doesn't work well yetPiotr Krysik2009-06-134-127/+15
|
* changed polish names of functions to englishPiotr Krysik2009-06-132-21/+157
|
* removed unneded line from gsm_receive.pyPiotr Krysik2009-06-131-1/+0
|
* cch decoding now works! but I have to remove it in the future :)Piotr Krysik2009-06-138-29/+43
|
* cch decoding works now - should be removed in the future, it shouldn't be ↵Piotr Krysik2009-06-135-25/+37
| | | | done in receiver which works in physical layer
* removed polish commentsPiotr Krysik2009-06-131-35/+8
|
* added files for cch decoding, trying to make them compilePiotr Krysik2009-06-129-2/+1080
|
* little update to Makefile.amPiotr Krysik2009-06-124-9/+9
|
* little changes to gsm_constants - added timeslots, removed some commentsPiotr Krysik2009-06-123-19/+15
|
* new comments to gsm_receiver_cf.ccPiotr Krysik2009-06-121-103/+91
|
* other changesPiotr Krysik2009-06-124-127/+142
|
* changed licenses in filesPiotr Krysik2009-06-126-135/+184
|
* new comments to gsm_receiver_cf.ccPiotr Krysik2009-06-121-159/+163
|
* doxygen coments - start, changes to sch search processPiotr Krysik2009-06-113-32/+129
|
* little changePiotr Krysik2009-06-091-1/+1
|
* next code cleanup, two functions introduced, should be removed before the ↵Piotr Krysik2009-06-067-319/+386
| | | | end of this branch
* some random changes to the bulidsystem - resolve libtool imcompatibilities ↵Piotr Krysik2009-06-062-0/+22
| | | | between different versions
* added separate header for viterbi detectorPiotr Krysik2009-06-062-497/+553
|
* just next cleanup, move alongpiotr2009-06-053-30/+79
|
* removed unneeded viariables from compute_freq_offsetpiotr2009-06-041-38/+5
|
* removed compute_energy functionpiotr2009-06-042-18/+3
|
* removed functions detect_norm_burst and mafi_norm and replaced them with ↵piotr2009-06-041-41/+0
| | | | more generic ones
* Revert "removed void detect_norm_burst(const gr_complex * in, gr_complex ↵piotr2009-06-042-0/+43
| | | | | | * chan_imp_resp, int burst_start, unsigned char * output_binary);" This reverts commit 99e4a46c9acfb833ae2c9c198046933f9117dca8.
* removed void detect_norm_burst(const gr_complex * in, gr_complex * ↵piotr2009-06-042-43/+0
| | | | chan_imp_resp, int burst_start, unsigned char * output_binary);
* 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
| | | | two functions, addidion of 'synchronized' state and reading of sch in this state
* 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 ↵Piotr Krysik2009-04-304-83/+123
| | | | behavior when OSR value is changed
personal git repositories of Harald Welte. Your mileage may vary