From eefe0a0ece79bfea305d46ed9ad9212154aa41f6 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 2 Jul 2012 12:47:40 +0200 Subject: dms: implement "UIM Get ICCID" request/response --- data/qmi-service-dms.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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" } ] } ] } ] -- cgit v1.2.3