diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-02 12:47:40 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:58 +0200 |
commit | eefe0a0ece79bfea305d46ed9ad9212154aa41f6 (patch) | |
tree | 349d345d61aa7c9fbbb0ae32378732a867cf45ef | |
parent | 0844c016c67e29f11e0c41b01b8f5b66b38512cb (diff) | |
download | external_libqmi-eefe0a0ece79bfea305d46ed9ad9212154aa41f6.zip external_libqmi-eefe0a0ece79bfea305d46ed9ad9212154aa41f6.tar.gz external_libqmi-eefe0a0ece79bfea305d46ed9ad9212154aa41f6.tar.bz2 |
dms: implement "UIM Get ICCID" request/response
-rw-r--r-- | data/qmi-service-dms.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index b43c76f..2051c91 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -333,5 +333,18 @@ "type" : "TLV", "format" : "guint8", "public-format" : "QmiDmsOperatingMode" } ], - "output" : [ { "common-ref" : "Operation Result" } ] } + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* + { "name" : "UIM Get ICCID", + "type" : "Message", + "service" : "DMS", + "id" : "0x003C", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "ICCID", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "string", + "prerequisites": [ { "common-ref" : "Success" } ] } ] } ] |