summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-017-119/+186
| |
| * 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-204-5/+15
| |
| * 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
| * 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
| |
| * gsm-receiver.pc.in added to the repositoryPiotr Krysik2009-04-201-0/+11
| |
| * 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-104-65/+100
| |
| * Added FCCH search function from tvoidPiotr Krysik2009-04-082-17/+60
| |
| * removed unneded commentsPiotr Krysik2009-04-082-17/+4
| |
| * Changes to buildsystemPiotr Krysik2009-04-073-49/+16
| |
| * New empty gsm-receiver signal block with its own library - compilesPiotr Krysik2009-04-0720-163/+1034
| |
| * Added files from gr-howto-write-a-blockPiotr Krysik2009-04-0747-1/+10779
| |
| * Initial commitPiotr Krysik2009-04-073-0/+51
|
* Imported a somewhat optimized A5.1 implementation for CUDA.Ingo Albrecht2009-02-0310-0/+8224
|
* Piotr's pipelined implementation.Andreas Bogk2009-01-2413-0/+675
|
* Make start value calculation more clear.Andreas Bogk2009-01-231-8/+26
|
* Make chain calculation more robust.Andreas Bogk2009-01-221-128/+53
|
* performance optimization.Andreas Bogk2009-01-191-159/+8
|
* single chain calculation.Andreas Bogk2009-01-191-0/+367
|
* MyHDL implementation by Oystein Homelien.Andreas Bogk2009-01-182-0/+229
|
* A5 implementation in MyHDL.Andreas Bogk2009-01-171-0/+127
|
* Sample generated viterbi detector.Andreas Bogk2009-01-162-0/+1269
|
* Simple chain generation.Andreas Bogk2009-01-161-0/+371
|
* Pedagogical C implementation.Andreas Bogk2009-01-151-0/+318
|
* Verilog implementation of A5.Andreas Bogk2009-01-151-0/+354
|
* A5/1 implementation in Python by Piotr.Andreas Bogk2009-01-152-0/+229
|
* C# implementation of A5/1.Andreas Bogk2009-01-1512-0/+725
|
* Viterbi generator by Piotr Krysik.Andreas Bogk2009-01-1521-0/+2096
|
* Add README, various compile fixesHarald Welte2008-12-0110-26/+132
|
* [gsmdecode] import {interleave,conv}.[ch] from gsm-tvoidHarald Welte2008-12-016-290/+473
| | | | | * change convolutional decode to cope with TCH * add tch.c file with reordering/decoding for TCH/F
* gsmstack: add new unfinished GSM burst/channel demultiplexHarald Welte2008-12-019-0/+1119
| | | | | | | | | | This is some unfinished work on a new codebase for 'proper' demultiplex of all the various physical and logical channel types. Basically this includes everything needed to get from the differential-decoded bursts up to the MAC blocks that can be passed up to layer 2.
* add wireshark patch (against current wireshark svn trunk)Harald Welte2008-11-291-0/+372
|
* [gsm-tvoid] new gsmtap header, raw burst pcap supportHarald Welte2008-11-295-39/+110
| | | | | * split burst decoding context out of GS_ctx and have one for each TS * add PCAP output for GSMTAP_TYPE_UM_BURST (142 bit burst per packet)
* [gsm-tvoid] store frame number in gsmtap for non-TS0 burstsHarald Welte2008-11-271-1/+1
|
* [gsm-tvoid] Use correct frame number in gsmtap headerHarald Welte2008-11-271-1/+1
|
* Add PCAP (LINKTYPE GSM incl. gsmtap hdr) supportHarald Welte2008-11-276-4/+162
|
* Add function to get ARFCN from a known frequencyHarald Welte2008-11-261-0/+32
|
* [gsm-tvoid]: Add support for tun device (merge from gssm)Harald Welte2008-11-255-2/+141
|
personal git repositories of Harald Welte. Your mileage may vary