diff options
author | Dan Williams <dcbw@redhat.com> | 2016-09-07 11:11:07 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-09-07 11:20:26 -0500 |
commit | a61bb2b95decd5bf64a17214e8a35053c03a6068 (patch) | |
tree | d8878e71635208964b515dfda70ef0398f5ef949 | |
parent | 4fe95743907890b8691cd20cd11f277e6ce81fd7 (diff) |
dms: Get Band Capabilities supported on DMS 1.1
But only seems supported on GSM/UMTS firmware. 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 687fc4dae3c2a92619079210e0b0f046a6450890)
-rw-r--r-- | data/qmi-service-dms.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 16bd967..493fd9d 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -881,7 +881,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x0045", - "version" : "1.3", + "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Band Capability", "id" : "0x01", |