summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-23 21:03:12 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-24 19:22:32 +0200
commita46114b72d53a62bb0a2991d9f0130cc9351926b (patch)
tree1deb291f820635e787e7b0e71d0cf4a2d7ac66c6 /data
parentf6af3c11c2874146241246618809e3fe3f34ef12 (diff)
downloadlibmbim-a46114b72d53a62bb0a2991d9f0130cc9351926b.tar.gz
dss: add support for the DSS service
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/mbim-service-dss.json20
2 files changed, 22 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 334764e..091c2e2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,4 +6,5 @@ EXTRA_DIST = \
mbim-service-ussd.json \
mbim-service-auth.json \
mbim-service-phonebook.json \
- mbim-service-stk.json
+ mbim-service-stk.json \
+ mbim-service-dss.json
diff --git a/data/mbim-service-dss.json b/data/mbim-service-dss.json
new file mode 100644
index 0000000..6beb300
--- /dev/null
+++ b/data/mbim-service-dss.json
@@ -0,0 +1,20 @@
+
+[
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "DSS" },
+
+ // *********************************************************************************
+ { "name" : "Connect",
+ "service" : "DSS",
+ "type" : "Command",
+ "set" : [ { "name" : "DeviceServiceId",
+ "format" : "uuid" },
+ { "name" : "DssSessionId",
+ "format" : "guint32" },
+ { "name" : "DssLinkState",
+ "format" : "guint32",
+ "public-format" : "MbimDssLinkState" } ],
+ "response" : [] }
+
+]