diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-10-21 17:16:20 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-10-21 17:16:20 +0200 |
commit | 4a2a3bdfe960207fb8c28dff3584119e4f4ab2e8 (patch) | |
tree | 77334255813ad54e7835f386e950c3f371081e42 /data | |
parent | 5b6752d37dbd82c7f244b2c54de0376f245b305a (diff) | |
download | external_libqmi-4a2a3bdfe960207fb8c28dff3584119e4f4ab2e8.zip external_libqmi-4a2a3bdfe960207fb8c28dff3584119e4f4ab2e8.tar.gz external_libqmi-4a2a3bdfe960207fb8c28dff3584119e4f4ab2e8.tar.bz2 |
wds: 'roaming' TLV is always optional in Get/Set Autoconnect settings
[21 Oct 2015, 15:15:41] [Debug] Asynchronously getting autoconnect settings...
[21 Oct 2015, 15:15:41] [Debug] [/dev/cdc-wdm1] Sent message...
<<<<<< RAW:
<<<<<< length = 13
<<<<<< data = 01:0C:00:00:01:4D:00:01:00:34:00:00:00
[21 Oct 2015, 15:15:41] [Debug] [/dev/cdc-wdm1] Sent message (translated)...
<<<<<< QMUX:
<<<<<< length = 12
<<<<<< flags = 0x00
<<<<<< service = "wds"
<<<<<< client = 77
<<<<<< QMI:
<<<<<< flags = "none"
<<<<<< transaction = 1
<<<<<< tlv_length = 0
<<<<<< message = "Get Autoconnect Settings" (0x0034)
[21 Oct 2015, 15:15:41] [Debug] [/dev/cdc-wdm1] Received message...
>>>>>> RAW:
>>>>>> length = 24
>>>>>> data = 01:17:00:80:01:4D:02:01:00:34:00:0B:00:02:04:00:00:00:00:00:01:01:00:00
[21 Oct 2015, 15:15:41] [Debug] [/dev/cdc-wdm1] Received message (translated)...
>>>>>> QMUX:
>>>>>> length = 23
>>>>>> flags = 0x80
>>>>>> service = "wds"
>>>>>> client = 77
>>>>>> QMI:
>>>>>> flags = "response"
>>>>>> transaction = 1
>>>>>> tlv_length = 11
>>>>>> message = "Get Autoconnect Settings" (0x0034)
>>>>>> TLV:
>>>>>> type = "Result" (0x02)
>>>>>> length = 4
>>>>>> value = 00:00:00:00
>>>>>> translated = SUCCESS
>>>>>> TLV:
>>>>>> type = "Status" (0x01)
>>>>>> length = 1
>>>>>> value = 00
>>>>>> translated = disabled
error: operation failed: Couldn't get the mandatory Roaming TLV: TLV 0x10 not found
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-wds.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json index e0949e9..73a7782 100644 --- a/data/qmi-service-wds.json +++ b/data/qmi-service-wds.json @@ -1070,7 +1070,7 @@ "prerequisites" : [ { "common-ref" : "Success" } ] }, { "name" : "Roaming", "id" : "0x10", - "mandatory" : "yes", + "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "QmiWdsAutoconnectSettingRoaming", @@ -1164,7 +1164,7 @@ "public-format" : "QmiWdsAutoconnectSetting" }, { "name" : "Roaming", "id" : "0x10", - "mandatory" : "yes", + "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "QmiWdsAutoconnectSettingRoaming" } ], |