summaryrefslogtreecommitdiff
path: root/data/mbim-service-basic-connect.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-04-13 15:27:18 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-04-21 19:28:15 +0200
commitd617eba4843b02408eabfce5be49e35649c85444 (patch)
treeb208ef5a56011d6a69ffb4eb5c2fbfba52b8ea8f /data/mbim-service-basic-connect.json
parent3c823294bed69a6ff550695130d592f94cd1e9ac (diff)
basic-connect: implement 'Signal State' command handling
Diffstat (limited to 'data/mbim-service-basic-connect.json')
-rw-r--r--data/mbim-service-basic-connect.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index b25ee5a..c39245a 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -157,6 +157,38 @@
"struct-type" : "MbimPinDesc" } ] },
// *********************************************************************************
+ { "name" : "Signal State",
+ "service" : "Basic Connect",
+ "type" : "Command",
+ "set" : [ { "name" : "SignalStrengthInterval",
+ "format" : "guint32" },
+ { "name" : "RssiThreshold",
+ "format" : "guint32" },
+ { "name" : "ErrorRateThreshold",
+ "format" : "guint32" } ],
+ "query" : [],
+ "response" : [ { "name" : "Rssi",
+ "format" : "guint32" },
+ { "name" : "ErrorRate",
+ "format" : "guint32" },
+ { "name" : "SignalStrengthInterval",
+ "format" : "guint32" },
+ { "name" : "RssiThreshold",
+ "format" : "guint32" },
+ { "name" : "ErrorRateThreshold",
+ "format" : "guint32" } ],
+ "notification" : [ { "name" : "Rssi",
+ "format" : "guint32" },
+ { "name" : "ErrorRate",
+ "format" : "guint32" },
+ { "name" : "SignalStrengthInterval",
+ "format" : "guint32" },
+ { "name" : "RssiThreshold",
+ "format" : "guint32" },
+ { "name" : "ErrorRateThreshold",
+ "format" : "guint32" } ] },
+
+ // *********************************************************************************
{ "name" : "MbimDeviceServiceElement",
"type" : "Struct",
"contents" : [ { "name" : "DeviceServiceId",