From 48c7dadab4bf62160ea9701e94562085b3db8a16 Mon Sep 17 00:00:00 2001 From: Kasper Holtze Date: Mon, 13 Feb 2017 17:04:35 +0100 Subject: uim: added SIM power on/off functionality --- data/qmi-service-uim.json | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json index fbdafd7..292d220 100644 --- a/data/qmi-service-uim.json +++ b/data/qmi-service-uim.json @@ -660,6 +660,43 @@ { "name" : "PIN2 Retries", "format" : "guint8" }, { "name" : "PUK2 Retries", - "format" : "guint8" } ] } } ] } } ] } ] } + "format" : "guint8" } ] } } ] } } ] } ] }, + + // ********************************************************************************* + { "name" : "Power Off SIM", + "type" : "Message", + "service" : "UIM", + "id" : "0x0030", + "version" : "1.0", + "since" : "1.18", + "input" : [ { "name" : "Slot", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "since" : "1.18", + "format" : "sequence", + "contents" : [ { "name" : "Slot", + "format" : "guint8" } ] } + ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* + { "name" : "Power On SIM", + "type" : "Message", + "service" : "UIM", + "service" : "UIM", + "id" : "0x0031", + "version" : "1.0", + "since" : "1.18", + "input" : [ { "name" : "Slot", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "since" : "1.18", + "format" : "sequence", + "contents" : [ { "name" : "Slot", + "format" : "guint8" } ] } + ], + "output" : [ { "common-ref" : "Operation Result" } ] } ] -- cgit v1.1