Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | program now works for osr from 2,3,4,5,6 and almost for osr==7) | piotr | 2009-06-01 | 3 | -55/+83 | |
| | | ||||||
| * | big and dirty commit - before osr_repair | piotr | 2009-06-01 | 7 | -119/+186 | |
| | | ||||||
| * | added new python script gsm_receive | Piotr Krysik | 2009-05-28 | 3 | -17/+134 | |
| | | ||||||
| * | added viterbi detector | Piotr Krysik | 2009-05-28 | 1 | -0/+552 | |
| | | ||||||
| * | added decoder to the repository | Piotr Krysik | 2009-05-28 | 5 | -0/+608 | |
| | | ||||||
| * | cleanup of unneeded test code, separation of longer parts of fch_search into ↵ | Piotr Krysik | 2009-05-28 | 4 | -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 cleanup | Piotr Krysik | 2009-05-20 | 4 | -5/+15 | |
| | | ||||||
| * | decoding of sch now works | Piotr Krysik | 2009-05-20 | 2 | -32/+48 | |
| | | ||||||
| * | sch search is now working (but the code is dirty) | Piotr Krysik | 2009-05-14 | 5 | -30/+124 | |
| | | ||||||
| * | resampler causes that frequency estimate is getting lower for higher osr | Piotr Krysik | 2009-05-06 | 2 | -14/+30 | |
| | | ||||||
| * | liettle changes to fcch search, commit before test to find reason of bad ↵ | Piotr Krysik | 2009-04-30 | 4 | -83/+123 | |
| | | | | | | | | behavior when OSR value is changed | |||||
| * | first part of sch sychronisation - getting close to sch burst | Piotr Krysik | 2009-04-28 | 1 | -24/+62 | |
| | | ||||||
| * | cleanup of fcch search related entities | Piotr Krysik | 2009-04-28 | 4 | -88/+71 | |
| | | ||||||
| * | Some changes to fcch search function and added first sch search functions | Piotr Krysik | 2009-04-24 | 5 | -69/+198 | |
| | | ||||||
| * | gsm-receiver.pc.in added to the repository | Piotr Krysik | 2009-04-20 | 1 | -0/+11 | |
| | | ||||||
| * | added Makefile.am to the git repository | Piotr Krysik | 2009-04-20 | 1 | -0/+24 | |
| | | ||||||
| * | added non-traced files | Piotr Krysik | 2009-04-20 | 3 | -0/+195 | |
| | | ||||||
| * | Corrected precision of FCCH search function | Piotr Krysik | 2009-04-20 | 5 | -69/+450 | |
| | | ||||||
| * | added frequency burst detection, but not yet finished | Piotr Krysik | 2009-04-10 | 4 | -65/+100 | |
| | | ||||||
| * | Added FCCH search function from tvoid | Piotr Krysik | 2009-04-08 | 2 | -17/+60 | |
| | | ||||||
| * | removed unneded comments | Piotr Krysik | 2009-04-08 | 2 | -17/+4 | |
| | | ||||||
| * | Changes to buildsystem | Piotr Krysik | 2009-04-07 | 3 | -49/+16 | |
| | | ||||||
| * | New empty gsm-receiver signal block with its own library - compiles | Piotr Krysik | 2009-04-07 | 20 | -163/+1034 | |
| | | ||||||
| * | Added files from gr-howto-write-a-block | Piotr Krysik | 2009-04-07 | 47 | -1/+10779 | |
| | | ||||||
| * | Initial commit | Piotr Krysik | 2009-04-07 | 3 | -0/+51 | |
| | ||||||
* | Imported a somewhat optimized A5.1 implementation for CUDA. | Ingo Albrecht | 2009-02-03 | 10 | -0/+8224 | |
| | ||||||
* | Piotr's pipelined implementation. | Andreas Bogk | 2009-01-24 | 13 | -0/+675 | |
| | ||||||
* | Make start value calculation more clear. | Andreas Bogk | 2009-01-23 | 1 | -8/+26 | |
| | ||||||
* | Make chain calculation more robust. | Andreas Bogk | 2009-01-22 | 1 | -128/+53 | |
| | ||||||
* | performance optimization. | Andreas Bogk | 2009-01-19 | 1 | -159/+8 | |
| | ||||||
* | single chain calculation. | Andreas Bogk | 2009-01-19 | 1 | -0/+367 | |
| | ||||||
* | MyHDL implementation by Oystein Homelien. | Andreas Bogk | 2009-01-18 | 2 | -0/+229 | |
| | ||||||
* | A5 implementation in MyHDL. | Andreas Bogk | 2009-01-17 | 1 | -0/+127 | |
| | ||||||
* | Sample generated viterbi detector. | Andreas Bogk | 2009-01-16 | 2 | -0/+1269 | |
| | ||||||
* | Simple chain generation. | Andreas Bogk | 2009-01-16 | 1 | -0/+371 | |
| | ||||||
* | Pedagogical C implementation. | Andreas Bogk | 2009-01-15 | 1 | -0/+318 | |
| | ||||||
* | Verilog implementation of A5. | Andreas Bogk | 2009-01-15 | 1 | -0/+354 | |
| | ||||||
* | A5/1 implementation in Python by Piotr. | Andreas Bogk | 2009-01-15 | 2 | -0/+229 | |
| | ||||||
* | C# implementation of A5/1. | Andreas Bogk | 2009-01-15 | 12 | -0/+725 | |
| | ||||||
* | Viterbi generator by Piotr Krysik. | Andreas Bogk | 2009-01-15 | 21 | -0/+2096 | |
| | ||||||
* | Add README, various compile fixes | Harald Welte | 2008-12-01 | 10 | -26/+132 | |
| | ||||||
* | [gsmdecode] import {interleave,conv}.[ch] from gsm-tvoid | Harald Welte | 2008-12-01 | 6 | -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 demultiplex | Harald Welte | 2008-12-01 | 9 | -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 Welte | 2008-11-29 | 1 | -0/+372 | |
| | ||||||
* | [gsm-tvoid] new gsmtap header, raw burst pcap support | Harald Welte | 2008-11-29 | 5 | -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 bursts | Harald Welte | 2008-11-27 | 1 | -1/+1 | |
| | ||||||
* | [gsm-tvoid] Use correct frame number in gsmtap header | Harald Welte | 2008-11-27 | 1 | -1/+1 | |
| | ||||||
* | Add PCAP (LINKTYPE GSM incl. gsmtap hdr) support | Harald Welte | 2008-11-27 | 6 | -4/+162 | |
| | ||||||
* | Add function to get ARFCN from a known frequency | Harald Welte | 2008-11-26 | 1 | -0/+32 | |
| | ||||||
* | [gsm-tvoid]: Add support for tun device (merge from gssm) | Harald Welte | 2008-11-25 | 5 | -2/+141 | |
| |