summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix syntax error of sink() [add sps value]Harald Welte2008-11-253-3/+3
|
* Initial import of gsmsp-0.2aHarald Welte2008-11-2595-0/+62063
|
* [GSSM]: Add missing #include <string.h>Harald Welte2008-11-251-0/+1
|
* [gsm-tvoid]: Add missing #include <string.h>Harald Welte2008-11-254-0/+9937
|
* initial import of gssm-v0.1.1aHarald Welte2008-10-1367-0/+8406
|
* Merge commit 'origin/HEAD' into 20080415tvoid2008-04-2510-142/+654
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: gsm-tvoid/src/lib/Makefile.am gsm-tvoid/src/lib/gsm.i gsm-tvoid/src/lib/gsm_burst.cc gsm-tvoid/src/lib/gsm_burst.h gsm-tvoid/src/lib/gsm_burst_cf.cc gsm-tvoid/src/lib/gsm_burst_cf.h gsm-tvoid/src/python/gsm_scan.py
| * intiailleo2008-04-241-0/+16
| |
| * initialleo2008-04-244-0/+344
| |
| * patch 20080411leo2008-04-181-215/+369
| |
| * patch 20080411leo2008-04-188-121/+223
| |
| * changes.leo2008-04-181-1/+6
| |
| * updatsleo2008-04-183-46/+114
| |
| * channel hopping fixes.leo2008-04-172-92/+292
| |
| * fire code fixupleo2008-04-174-41/+22
| |
| * lalaleo2008-04-171-8/+4
| | | | | | | | fire code in!
| * lalaleo2008-04-173-0/+246
| |
* | misc cleanuptvoid2008-04-155-37/+26
| |
* | added cmd line options for hop speed testingtvoid2008-04-154-32/+78
| |
* | added m&m to burst_cftvoid2008-04-1511-52/+319
| | | | | | doubles to floats
* | refactor gsm_scan.pytvoid2008-04-112-200/+255
| |
* | python stderr messagestvoid2008-04-111-25/+26
| |
* | Merge commit 'origin/HEAD'tvoid2008-04-115-11/+1530
|\|
| * caputre scriptleo2008-04-101-1/+1
| |
| * mnc and mcc supportleo2008-04-104-11/+1491
| |
| * initialroot2008-04-091-0/+39
| |
personal git repositories of Harald Welte. Your mileage may vary