| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|