summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GSMTAP: update to new libosmocore-0.3.1 (integrated GSMTAP sink)HEADmasterHarald Welte2011-05-223-21/+15
| | | | | This means you now no longer need a local 'nc' or iptables rules to avoid getting ICMP port unreachable messages in your protocol trace.
* Fix swig 'unrecognized option -pthread' compile errorHarald Welte2011-05-131-1/+2
| | | | | | | | GNURADIO_CORE_CFLAGS may set '-pthread' which is not parseable by swig, so we need to explicitly use GNURADIO_CORE_INCLUDEDIR instead. Also, the GNURADIO_CORE_INCLUDEDIR/swig directory needs to be explicitly specified in Makefile.common
* gsm-receiver: Migrate to more recent gnuradio autotools integrationHarald Welte2011-05-1346-699/+2042
| | | | | | | | These changes forward-port gsm-receiver to the gnuradio autotools magic as per "gr-howto-write-a-block-3.2.2" It also updates to libosmocore >= 0.3.0 and fixes other minor compilation issues.
* gsm_receive_usrp2: port to dieters a5 / config chaangesHarald Welte2010-11-241-3/+8
|
* gsm_receive_usrp: add some debug outputHarald Welte2010-11-241-1/+3
|
* gsm_receive_usrp: use usrp.pick_rx_subdev()Harald Welte2010-11-241-8/+2
|
* gsm-receive: import dieters A5 / configuration support into the USRP versionHarald Welte2010-11-241-5/+8
|
* 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
* remove legacy tun interface (we now have GSMTAP via UDP)Harald Welte2010-11-074-136/+2
| | | | Thanks to Jakob Borg for indicating that this is no longer needed
* gsm-receiver: EFR Support [3/3] Add option in gsm-receiver to use EFRSylvain Munaut2010-10-302-5/+39
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm-receiver: EFR support [2/3] Add unmapping support to OpenBTS TCH decoderSylvain Munaut2010-10-303-26/+78
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm-receiver: EFR support [1/3]: Add mapping tables for bit orderdingSylvain Munaut2010-10-305-0/+359
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm-receiver: Make gsm_receive100.py executableSylvain Munaut2010-10-301-0/+0
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm-receiver: Fix build to include Gnuradio and libosmocore cflagsSylvain Munaut2010-10-301-1/+2
| | | | | | | | | 1) Just the includes are not enough because gnuradio can have several path to include 2) Need to add libosmocore as well in case it's not installed in a standard place Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Use link-local multicast address 224.0.0.1 instead of 127.0.0.1 for gsmtapHarald Welte2010-07-291-1/+1
| | | | | | | | This means that you will no longer see the packets on "lo" but on the interface that has configured the default route (typically eth0). At the same time, this fixes the bug where only every second GSMTAP message could be seen in wireshark due to the generation of ICMP error messages
* make go_usrp2 executableDieter Spaar2010-07-291-0/+0
|
* Update README file with some more notesDieter Spaar2010-07-291-0/+20
|
* Add python and shell script files to run gsm-receiver on USRP2Dieter Spaar2010-07-292-0/+145
|
* add more files to .gitignoreDieter Spaar2010-07-291-0/+4
|
* Add .gitignore fileDieter Spaar2010-07-291-0/+24
|
* Add SACCH support for TCH/FDieter Spaar2010-07-293-15/+39
|
* Implement support for TCH/FACCH on various TS including decryptionDieter Spaar2010-07-299-132/+326
|
* Add function to get GSMTAP channel type based on timeslot type + frame numberDieter Spaar2010-07-292-11/+141
|
* Add Dieter + Harald to name of AUTHORSDieter Spaar2010-07-291-1/+3
|
* Add SACCH definitions to gsm_constants.hDieter Spaar2010-07-291-1/+7
|
* Add FACCH decoderHarald Welte2010-07-296-2/+99
|
* Don't abort if we have Rx bit errors but try to correct themDieter Spaar2010-07-291-4/+5
|
* Migration of flow_graph to top_blockHarald Welte2010-06-303-16/+16
| | | | | Initial patch to make gsm-tvoid and gssm work with current gnuradio svn (which has various API changes)
* [gsm-tvoid] remove swig-generated gsm.ccHarald Welte2010-06-301-9934/+0
|
* [gsm-receiver] add gsm-receiver script for usrp2Harald Welte2010-06-301-0/+148
|
* [wireshark] remove obsolete old gsmtap wireshark patchHarald Welte2010-06-301-372/+0
| | | | The new UDP-based wireshark GSMTAP code is part of wireshark mainline
* [gsm-receiver] Update to new GSMTAP versionHarald Welte2010-06-307-155/+92
| | | | | | | | | | | In wireshark mainline, there is a UDP-based GSMTAP version which is much different from our pcap-file / link-type based one. This commit updates the gsmtap support in gsm-receiver to use the same format as understood by wireshark mainline. However, it introduces a build and runtime dependency to libosmocore (git://git.osmocom.org/libosmocore.git).
* [gsm-receiver] add missing #include file statementHarald Welte2010-06-301-0/+1
|
* Fix names of Russian operators.Alexander Chemeris2010-01-221-2/+2
|
* Merge branch 'workaround'krysia2010-01-220-0/+0
|\
| * * pick_subdevice() fixed to work with GnuRadio 3.2.2Alexander Chemeris2010-01-221-5/+14
| | | | | | | | | | * Added -A parameter to choose antenna on RFX DB. * Added -F parameter to set FPGA master clock frequency.
* | /home/piotr/msgPiotr Krysik2010-01-211-5/+14
|/
* Added new stripped down gsm_scan.py script (gsm_scan_light.py) which works ↵Piotr Krysik2009-09-271-0/+658
| | | | with GNU Radio 3.2.x
* changes to INSTALL thanks to David FenixPiotr Krysik2009-09-231-2/+2
|
* added missing file gr_lib64.m4Piotr Krysik2009-09-191-0/+85
|
* added missed file acx_pthread.m4Piotr Krysik2009-08-041-0/+334
|
* updated gsm_receive_usrp.py, I don't know if it works as I don't have USRP ↵Piotr Krysik2009-07-211-9/+19
| | | | at the moment
* changed little hack in the constructor so gsm-receiver now works for BTSes ↵Piotr Krysik2009-07-211-2/+2
| | | | with bcc=7
* little cleanup, removed one comment, printfs and changed defauld Kc keyPiotr Krysik2009-07-213-7/+4
|
* changed BOOST checks to check for Boost 1.35Piotr Krysik2009-07-111-3/+4
|
* marked dirty lines which should be removed in the futurePiotr Krysik2009-07-011-26/+26
|
* corrected viterbi_generator test generatorPiotr Krysik2009-07-011-3/+3
|
* Merge branch 'moving_to_airprobe'Piotr Krysik2009-06-30106-0/+13593
|\
| * moved gsm-receiver into directory - preparation to move to airprobePiotr Krysik2009-06-30106-0/+0
| |
| * added .gitignore for config dirPiotr Krysik2009-06-281-0/+5
| |
personal git repositories of Harald Welte. Your mileage may vary