diff options
Diffstat (limited to 'data/qmi-service-uim.json')
-rw-r--r-- | data/qmi-service-uim.json | 39 |
1 files changed, 38 insertions, 1 deletions
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" } ] } ] |