summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-02-28 23:49:51 -0800
committerAleksander Morgado <aleksander@aleksander.es>2014-03-03 09:19:38 +0100
commitca3300247d257d668b86921315a7d8d3fa2f47f0 (patch)
treefb176a62f65ff06adc5f51e7f57c12073a3e1964 /data
parentf9e62cff4974d1ad34eeef539cda8106d80630e8 (diff)
downloadlibmbim-ca3300247d257d668b86921315a7d8d3fa2f47f0.tar.gz
basic-connect: fix notification code generation
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-basic-connect.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index fb177c5..854b5cc 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -221,12 +221,12 @@
"format" : "ref-struct-array" ,
"struct-type" : "MbimProvider",
"array-size-field" : "ProvidersCount" } ],
- "indication" : [ { "name" : "ProvidersCount",
- "format" : "guint32" },
- { "name" : "Providers",
- "format" : "ref-struct-array" ,
- "struct-type" : "MbimProvider",
- "array-size-field" : "ProvidersCount" } ] },
+ "notification" : [ { "name" : "ProvidersCount",
+ "format" : "guint32" },
+ { "name" : "Providers",
+ "format" : "ref-struct-array" ,
+ "struct-type" : "MbimProvider",
+ "array-size-field" : "ProvidersCount" } ] },
// *********************************************************************************
{ "name" : "Visible Providers",
@@ -801,11 +801,11 @@
"format" : "ref-struct-array" ,
"struct-type" : "MbimProvider",
"array-size-field" : "ProvidersCount" } ],
- "indication" : [ { "name" : "ProvidersCount",
- "format" : "guint32" },
- { "name" : "Providers",
- "format" : "ref-struct-array" ,
- "struct-type" : "MbimProvider",
- "array-size-field" : "ProvidersCount" } ] }
+ "notification" : [ { "name" : "ProvidersCount",
+ "format" : "guint32" },
+ { "name" : "Providers",
+ "format" : "ref-struct-array" ,
+ "struct-type" : "MbimProvider",
+ "array-size-field" : "ProvidersCount" } ] }
]