[PATCH] basic-connect: fix notification code generation

Ben Chan benchan at chromium.org
Fri Feb 28 23:49:51 PST 2014


---
 data/mbim-service-basic-connect.json | 24 ++++++++++++------------
 1 file 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" } ] }
 
 ]
-- 
1.9.0.279.gdc9e3eb



More information about the libmbim-devel mailing list