From 1d53544f1cc42607e6d690fc07d594da3fc162f8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Dec 2016 16:04:02 +0100 Subject: [PATCH] Modernize README, move the old information to HISTORY --- HISTORY | 10 ++++++++++ README | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 HISTORY diff --git a/HISTORY b/HISTORY new file mode 100644 index 0000000..5c7fba1 --- /dev/null +++ b/HISTORY @@ -0,0 +1,10 @@ +The initial version of this utility was created by Dieter Spaar +and ran on Windows. It used the DIAG protocol to read and write +memory. + +It was ported to Linux by Holger Freyther and extended to enable +and parse GSM RF measurement results. The measurement results +were used during EMC tests of GSM equipment. + +Harald Welte greatly extended and re-wrote the utility to decode +more fields, e.g. the GPRS messages. diff --git a/README b/README index 7e91e50..0ea247b 100644 --- a/README +++ b/README @@ -1 +1,11 @@ -Hacks for using the diag protocol for EMC measurements.. +Utility to configure Qualcomm DIAG, read, decode and display the +DIAG messages. It can enable logging and format/print the log +messages generated by the various subsystems of the baseband. + +To build this software a copy of the Osmocom libosmocore +library is required. Your distribution might already contain +the necessary utility. + +In general all Qualcomm devices that export DIAG should be +supported. We have tested it with the Quectel UC20, EC20 and +EC25 devices.