summaryrefslogtreecommitdiff
path: root/gsm-receiver/src/lib/decoder/gsmstack.c
Commit message (Collapse)AuthorAgeFilesLines
* GSMTAP: update to new libosmocore-0.3.1 (integrated GSMTAP sink)HEADmasterHarald Welte2011-05-221-19/+11
| | | | | This means you now no longer need a local 'nc' or iptables rules to avoid getting ICMP port unreachable messages in your protocol trace.
* gsm-receiver: Migrate to more recent gnuradio autotools integrationHarald Welte2011-05-131-3/+3
| | | | | | | | 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.
* 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
* Add SACCH support for TCH/FDieter Spaar2010-07-291-1/+7
|
* Implement support for TCH/FACCH on various TS including decryptionDieter Spaar2010-07-291-37/+55
|
* Add function to get GSMTAP channel type based on timeslot type + frame numberDieter Spaar2010-07-291-11/+117
|
* Add FACCH decoderHarald Welte2010-07-291-0/+2
|
* [gsm-receiver] Update to new GSMTAP versionHarald Welte2010-06-301-21/+40
| | | | | | | | | | | 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).
* moved gsm-receiver into directory - preparation to move to airprobePiotr Krysik2009-06-301-0/+206
personal git repositories of Harald Welte. Your mileage may vary