summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-02-28 23:56:37 -0800
committerAleksander Morgado <aleksander@aleksander.es>2014-03-03 09:21:06 +0100
commit5732b5518b866b3c2101739e9b223e0701a4333c (patch)
treeeb429d9864cab4a3edc0f95e31c7bc498e207928
parentca3300247d257d668b86921315a7d8d3fa2f47f0 (diff)
basic-connect: implement 'Emergency Mode' notification handling
-rw-r--r--data/mbim-service-basic-connect.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index 854b5cc..6222523 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -742,7 +742,10 @@
"public-format" : "MbimEmergencyModeState" } ],
"response" : [ { "name" : "State",
"format" : "guint32",
- "public-format" : "MbimEmergencyModeState" } ] },
+ "public-format" : "MbimEmergencyModeState" } ],
+ "notification" : [ { "name" : "State",
+ "format" : "guint32",
+ "public-format" : "MbimEmergencyModeState" } ] },
// *********************************************************************************
{ "name" : "MbimPacketFilter",