Skip to content

moiji-mobile/diag-parser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 18, 2014 18:03
September 5, 2014 18:52
September 5, 2014 18:52
December 5, 2016 20:46
November 24, 2017 12:15
October 21, 2014 18:24

diag-parser

Build Status

Parse the Qualcomm DIAG format and convert 2G, 3G and 4G radio messages to Osmocom GSMTAP for analysis in wireshark and other utilities.

Building and Using

Building on GNU/Linux with autoconf, automake, make, gcc, libtalloc, libtool already installed.

$ ./build/build_local.sh
# Use -i to configure logging using DIAG and write to net+file
$ ./diag_import -g A.B.C.D -p local_file.pcap -i /dev/ttyUSB0
# Use an existing diag file
$ ./diag_import -g A.B.C.D -p local_file.pcap trace.bin

Dependencies

The system is using libosmocore of Osmocom. The build/build_loca.sh will git clone and configure it.

Usage

-h: Display the help output

-g A.B.C.D: Send GSMTAP frames to A.B.C.D:4729

-p file.pcap: Write GSMTAP to PCAP file

-i: Initialize DIAG interface on the device

Wireshark has GSMTAP display support and will automatically display and decode GSM/3G for these frames.

Devices

Development is done using Quectel UC20 and Quectel EC20 modems inside a PCengine APU2 system.

License

Copyright (C) 2016 Holger Hans Peter Freyther

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See COPYING for details.

Based on the gsmparser release by SR labs

About

DIAG parser and to GSMTAP converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages