Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm-receiver: Migrate to more recent gnuradio autotools integration | Harald Welte | 2011-05-13 | 46 | -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 chaanges | Harald Welte | 2010-11-24 | 1 | -3/+8 |
| | |||||
* | gsm_receive_usrp: add some debug output | Harald Welte | 2010-11-24 | 1 | -1/+3 |
| | |||||
* | gsm_receive_usrp: use usrp.pick_rx_subdev() | Harald Welte | 2010-11-24 | 1 | -8/+2 |
| | |||||
* | gsm-receive: import dieters A5 / configuration support into the USRP version | Harald Welte | 2010-11-24 | 1 | -5/+8 |
| | |||||
* | remove legacy tun interface (we now have GSMTAP via UDP) | Harald Welte | 2010-11-07 | 4 | -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 EFR | Sylvain Munaut | 2010-10-30 | 2 | -5/+39 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | gsm-receiver: EFR support [2/3] Add unmapping support to OpenBTS TCH decoder | Sylvain Munaut | 2010-10-30 | 3 | -26/+78 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | gsm-receiver: EFR support [1/3]: Add mapping tables for bit orderding | Sylvain Munaut | 2010-10-30 | 5 | -0/+359 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | gsm-receiver: Make gsm_receive100.py executable | Sylvain Munaut | 2010-10-30 | 1 | -0/+0 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | gsm-receiver: Fix build to include Gnuradio and libosmocore cflags | Sylvain Munaut | 2010-10-30 | 1 | -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 gsmtap | Harald Welte | 2010-07-29 | 1 | -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 executable | Dieter Spaar | 2010-07-29 | 1 | -0/+0 |
| | |||||
* | Update README file with some more notes | Dieter Spaar | 2010-07-29 | 1 | -0/+20 |
| | |||||
* | Add python and shell script files to run gsm-receiver on USRP2 | Dieter Spaar | 2010-07-29 | 2 | -0/+145 |
| | |||||
* | add more files to .gitignore | Dieter Spaar | 2010-07-29 | 1 | -0/+4 |
| | |||||
* | Add SACCH support for TCH/F | Dieter Spaar | 2010-07-29 | 3 | -15/+39 |
| | |||||
* | Implement support for TCH/FACCH on various TS including decryption | Dieter Spaar | 2010-07-29 | 9 | -132/+326 |
| | |||||
* | Add function to get GSMTAP channel type based on timeslot type + frame number | Dieter Spaar | 2010-07-29 | 2 | -11/+141 |
| | |||||
* | Add Dieter + Harald to name of AUTHORS | Dieter Spaar | 2010-07-29 | 1 | -1/+3 |
| | |||||
* | Add SACCH definitions to gsm_constants.h | Dieter Spaar | 2010-07-29 | 1 | -1/+7 |
| | |||||
* | Add FACCH decoder | Harald Welte | 2010-07-29 | 6 | -2/+99 |
| | |||||
* | Don't abort if we have Rx bit errors but try to correct them | Dieter Spaar | 2010-07-29 | 1 | -4/+5 |
| | |||||
* | [gsm-receiver] add gsm-receiver script for usrp2 | Harald Welte | 2010-06-30 | 1 | -0/+148 |
| | |||||
* | [gsm-receiver] Update to new GSMTAP version | Harald Welte | 2010-06-30 | 7 | -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 statement | Harald Welte | 2010-06-30 | 1 | -0/+1 |
| | |||||
* | changes to INSTALL thanks to David Fenix | Piotr Krysik | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | added missing file gr_lib64.m4 | Piotr Krysik | 2009-09-19 | 1 | -0/+85 |
| | |||||
* | added missed file acx_pthread.m4 | Piotr Krysik | 2009-08-04 | 1 | -0/+334 |
| | |||||
* | updated gsm_receive_usrp.py, I don't know if it works as I don't have USRP ↵ | Piotr Krysik | 2009-07-21 | 1 | -9/+19 |
| | | | | at the moment | ||||
* | changed little hack in the constructor so gsm-receiver now works for BTSes ↵ | Piotr Krysik | 2009-07-21 | 1 | -2/+2 |
| | | | | with bcc=7 | ||||
* | little cleanup, removed one comment, printfs and changed defauld Kc key | Piotr Krysik | 2009-07-21 | 3 | -7/+4 |
| | |||||
* | changed BOOST checks to check for Boost 1.35 | Piotr Krysik | 2009-07-11 | 1 | -3/+4 |
| | |||||
* | marked dirty lines which should be removed in the future | Piotr Krysik | 2009-07-01 | 1 | -26/+26 |
| | |||||
* | moved gsm-receiver into directory - preparation to move to airprobe | Piotr Krysik | 2009-06-30 | 106 | -0/+13593 |