summaryrefslogtreecommitdiff
path: root/data/mbim-service-ussd.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-23 16:26:42 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-23 17:11:25 +0200
commitba4fc29d418da0dbaf4e7c0d972e868bfe6bfa2e (patch)
tree3fc98c657024772cd952f5ff913dba681431701f /data/mbim-service-ussd.json
parentd89e0b39f531f6063dcb3f4e4dabe935dacd1799 (diff)
ussd: add support for the USSD service
Diffstat (limited to 'data/mbim-service-ussd.json')
-rw-r--r--data/mbim-service-ussd.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/data/mbim-service-ussd.json b/data/mbim-service-ussd.json
new file mode 100644
index 0000000..10471e1
--- /dev/null
+++ b/data/mbim-service-ussd.json
@@ -0,0 +1,38 @@
+
+[
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "USSD" },
+
+ // *********************************************************************************
+ { "name" : "",
+ "service" : "USSD",
+ "type" : "Command",
+ "set" : [ { "name" : "Action",
+ "format" : "guint32",
+ "public-format" : "MbimUssdAction" },
+ { "name" : "DataCodingScheme",
+ "format" : "guint32" },
+ { "name" : "Payload",
+ "format" : "ref-byte-array" } ],
+ "response" : [ { "name" : "Response",
+ "format" : "guint32",
+ "public-format" : "MbimUssdResponse" },
+ { "name" : "SessionState",
+ "format" : "guint32",
+ "public-format" : "MbimUssdSessionState" },
+ { "name" : "DataCodingScheme",
+ "format" : "guint32" },
+ { "name" : "Payload",
+ "format" : "ref-byte-array" } ],
+ "notification" : [ { "name" : "Response",
+ "format" : "guint32",
+ "public-format" : "MbimUssdResponse" },
+ { "name" : "SessionState",
+ "format" : "guint32",
+ "public-format" : "MbimUssdSessionState" },
+ { "name" : "DataCodingScheme",
+ "format" : "guint32" },
+ { "name" : "Payload",
+ "format" : "ref-byte-array" } ] }
+]