summaryrefslogtreecommitdiff
path: root/data/mbim-service-stk.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-24 00:31:23 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-24 19:22:31 +0200
commit68881b7c467e6ea0dc774578b477ba84ec1043cd (patch)
tree9a4f7e37d5a33b7340b0401ab6be5434144a4051 /data/mbim-service-stk.json
parent94fb16c9120249a09855528935d57129fefb2423 (diff)
stk: add support for the STK service
Diffstat (limited to 'data/mbim-service-stk.json')
-rw-r--r--data/mbim-service-stk.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/data/mbim-service-stk.json b/data/mbim-service-stk.json
new file mode 100644
index 0000000..2b9bbfe
--- /dev/null
+++ b/data/mbim-service-stk.json
@@ -0,0 +1,47 @@
+
+[
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "STK" },
+
+ // *********************************************************************************
+ { "name" : "Pac",
+ "service" : "STK",
+ "type" : "Command",
+ "query" : [],
+ "set" : [ { "name" : "PacHostcontrol",
+ "format" : "byte-array",
+ "array-size" : "32" } ],
+
+ "response" : [ { "name" : "PacSupport",
+ "format" : "byte-array",
+ "array-size" : "256" } ],
+ "notification" : [ { "name" : "PacType",
+ "format" : "guint32",
+ "public-format" : "MbimStkPacType" },
+ { "name" : "DataBuffer",
+ "format" : "unsized-byte-array" } ] },
+
+ // *********************************************************************************
+ { "name" : "Terminal Response",
+ "service" : "STK",
+ "type" : "Command",
+ "set" : [ { "name" : "Response",
+ "format" : "ref-byte-array-no-offset" } ],
+ "response" : [ { "name" : "ResultData",
+ "format" : "ref-byte-array" },
+ { "name" : "StatusWords",
+ "format" : "guint32" } ] },
+
+ // *********************************************************************************
+ { "name" : "Envelope",
+ "service" : "STK",
+ "type" : "Command",
+ "query" : [],
+ "set" : [ { "name" : "Data",
+ "format" : "unsized-byte-array" } ],
+ // This response is only for the 'query', the 'set' one is empty...
+ "response" : [ { "name" : "EnvelopeSupport",
+ "format" : "byte-array",
+ "array-size" : "32" } ] }
+]