summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove old 'tun' based interface to wiresharkHarald Welte2010-11-095-140/+0
| | | | | this interface has long been replaced by GSMTAP on top of UDP, which is supported in wireshark mainline
* [gsm-tvoid] remove swig-generated gsm.ccHarald Welte2010-06-301-9934/+0
|
* [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
|
* [gsm-tvoid]: Add support for tun device (merge from gssm)Harald Welte2008-11-255-2/+141
|
* [gsm-tvoid]: Add missing #include <string.h>Harald Welte2008-11-254-0/+9937
|
* Merge commit 'origin/HEAD' into 20080415tvoid2008-04-254-8/+231
|\ | | | | | | | | | | | | | | | | | | | | 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
| * initialleo2008-04-244-0/+344
| |
| * patch 20080411leo2008-04-188-121/+223
| |
| * fire code fixupleo2008-04-174-41/+22
| |
| * lalaleo2008-04-171-8/+4
| | | | | | | | fire code in!
| * lalaleo2008-04-173-0/+246
| |
* | misc cleanuptvoid2008-04-154-6/+13
| |
* | added cmd line options for hop speed testingtvoid2008-04-153-31/+54
| |
* | added m&m to burst_cftvoid2008-04-1510-41/+269
| | | | | | doubles to floats
* | refactor gsm_scan.pytvoid2008-04-111-13/+12
| |
* | Merge commit 'origin/HEAD'tvoid2008-04-116-42/+33
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: 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_ff.cc gsm-tvoid/src/lib/gsm_burst_ff.h gsm-tvoid/src/python/gsm_scan.py
| * tvoid's suggested cleanup.leo2008-02-214-24/+16
| |
| * tvoid's patch 0001 - 0005leo2008-02-217-118/+257
| |
* | -modified offset tuning to call only on good SCHtvoid2008-04-117-35/+206
| | | | | | | | | | | | -added burst_ff_single (from testing, unbuilt) -add complex capture in burst_sink_c -gsm_scan.py: added options for realtime, fusb settings - add auto offset adjustment for file input
* | -added gsm_burst_sink_c (sync_block)tvoid2008-04-104-9/+196
| | | | | | | | | | -testing with altering signature (single sample) and forecast to minimize buffers -gsm_scan.py: burst sink used when no burst scope -gsm_scan.py: change timing deafults, ursp buffer settings
* | -added wait count for timing test (stablize on good beacon)tvoid2008-04-081-3/+4
| | | | | | -enabled real time
* | -added sync/adjust callback for freq trimmingtvoid2008-04-085-14/+22
| | | | | | | | -fixed burst function with no outputs -cleanup some old float testing code
* | -moved some burst output conditional codetvoid2008-04-082-15/+14
| |
* | -preproc defs for tune testingtvoid2008-04-084-10/+25
| | | | | | | | -made burst ouput connections optional -added realtime scheduling setup
* | -fixed burst_cf samplingtvoid2008-04-083-59/+65
| |
* | working tune delay testtvoid2008-04-071-17/+53
| |
* | Merge branch 'master' into callback-testtvoid2008-04-075-38/+28
|\ \
| * | - removed tuning callback crufttvoid2008-04-057-154/+43
| | | | | | | | | | | | - Added printing options for "(d)ecoded hex for gamdecode" - Fixed print flags for normal, dummy bursts
* | | added burst callbacks for freq_offset and tunetvoid2008-04-073-10/+22
| | |
* | | working callbacktvoid2008-04-077-113/+25
|/ /
* | - fix burst statisticstvoid2008-04-053-0/+4
| | | | | | - change defaults to float decoder, no eq
* | initial merge completetvoid2008-04-049-0/+7
| |
* | merged gsm_burst.cctvoid2008-04-041-5/+35
| |
* | tvoid working copy as of 2008-04-03tvoid2008-04-048-159/+368
|/
* updates...leo2008-02-2011-1426/+636
|
* initailleo2008-02-201-0/+5
|
* channel decoding (gsmstack)leo2008-02-2011-1/+1286
|
* donesteve2008-02-0915-0/+2741
personal git repositories of Harald Welte. Your mileage may vary