summaryrefslogtreecommitdiff
path: root/data/mbim-service-ussd.json
diff options
context:
space:
mode:
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" } ] }
+]