diff options
author | Dan Williams <dcbw@redhat.com> | 2016-09-07 10:54:32 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-09-07 11:20:10 -0500 |
commit | 77d2d5b08fa4c7ec274a80401efd34dfe6022ac9 (patch) | |
tree | 9247a7dcfdb4b9724075c83fe06b73e46333a9f1 | |
parent | 605a5fef12dc2c3498cd4fe4a6772f36a6632033 (diff) |
dms: Activation-related messages supported on DMS 1.1
But you usually need a CDMA/EVDO capable device and firmware to
use it. Tested on Novatel USB1000:
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] QMI Device supports 6 services:
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] ctl (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] wds (1.1)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] dms (1.1)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] nas (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] wms (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] pds (1.0)
(cherry picked from commit ca2b6da59deea8650d442bc1b18c313b780d6f16)
-rw-r--r-- | data/qmi-service-dms.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 1257a55..7bd1050 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -548,7 +548,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x0031", - "version" : "1.3", + "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Info", "id" : "0x01", @@ -563,7 +563,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x0032", - "version" : "1.3", + "version" : "1.1", "input" : [ { "name" : "Activation Code", "id" : "0x01", "mandatory" : "yes", @@ -577,7 +577,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x0033", - "version" : "1.3", + "version" : "1.1", "input" : [ { "name" : "Info", "id" : "0x01", "mandatory" : "yes", |