From 0d995560965e28fe3af1ab28c058d1a43b3d785c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 2 Jul 2012 13:08:39 +0200 Subject: dms: implement "UIM Get IMSI" request/response --- data/qmi-service-dms.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 2051c91..1ee18ee 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -342,6 +342,19 @@ "id" : "0x003C", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "ICCID", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "string", + "prerequisites": [ { "common-ref" : "Success" } ] } ] }, + + // ********************************************************************************* + { "name" : "UIM Get IMSI", + "type" : "Message", + "service" : "DMS", + "id" : "0x0043", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "IMSI", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", -- cgit v1.2.3