aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorKasper Holtze <kasper@holtze.dk>2017-02-13 17:04:35 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-02-13 17:17:45 +0100
commit48c7dadab4bf62160ea9701e94562085b3db8a16 (patch)
tree781691cde6433dc78a75d8f3eff61ce1cff9720b /data
parent6b1a807ae81670fa26344fa0dc4ab394413d6157 (diff)
downloadexternal_libqmi-48c7dadab4bf62160ea9701e94562085b3db8a16.zip
external_libqmi-48c7dadab4bf62160ea9701e94562085b3db8a16.tar.gz
external_libqmi-48c7dadab4bf62160ea9701e94562085b3db8a16.tar.bz2
uim: added SIM power on/off functionality
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-uim.json39
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" } ] }
]