A tool to obtain GSMTAP messages for GSM/GPRS from Sagem OT-290 phones
Go to file
Thomas Bertani 871aec9332 Receiving of any LayerMessage is now enabled at launch
Sending of LayerMessage is now disabled on exit
2012-08-31 07:59:21 +02:00
src Receiving of any LayerMessage is now enabled at launch 2012-08-31 07:59:21 +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 serial_read first-time-read issue fixed + added a basic README 2012-08-19 09:54:54 +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 L2/L3 and GPRS RLC/MAC messages to a 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)