blob: 9a8b266113abdda908ae89f979e4fb0d4a0ca7b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
The GSM Scanner Project
2007/04/27, http://www.thc.org/gsm
GSMDECODE decodes layer1/layer2 messages. It either takes raw hex input
or xml input generated by gammu & nokia dct3 debug trace mobile.
$ ./configure
$ make all
$ src/gsmdecode -x <example_sms2.xml
|