A tool to obtain GSMTAP messages for GSM/GPRS from Sagem OT-290 phones
Go to file
Thomas Bertani 377cd66473 now it is specified whether the packet is uplink or downlink 2012-09-01 16:15:01 +02:00
src now it is specified whether the packet is uplink or downlink 2012-09-01 16:15:01 +02:00
.gitignore add .gitignore 2012-08-18 18:28:43 +02:00
COPYING Initial import 2012-08-18 18:30:29 +02:00
README now it is specified whether the packet is uplink or downlink 2012-09-01 16:15:01 +02:00

README

* ot290-gsmtap

This is a command line utility which reads the trace frames sent by the Sagem OT-290 trough the serial line and forwards the GSM/GPRS ones to the specified host as GSMTAP packets so that you can use Wireshark to analyze them.

In order for this tool to run, you have to set on the phone the Trace or Data/Trace mode (Main Menu -> Test Tool -> Info & Settings -> Serial links setup).

Usage: ./ot290-gsmtap <serialDevice> <host> (e.g.: ./ot290-gsmtap /dev/ttyUSB0 224.0.0.1)