summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-ms-basic-connect-extensions.json53
1 files changed, 52 insertions, 1 deletions
diff --git a/data/mbim-service-ms-basic-connect-extensions.json b/data/mbim-service-ms-basic-connect-extensions.json
index a079088..4562237 100644
--- a/data/mbim-service-ms-basic-connect-extensions.json
+++ b/data/mbim-service-ms-basic-connect-extensions.json
@@ -28,6 +28,57 @@
"struct-type" : "MbimPcoValue" } ],
"notification" : [ { "name" : "PcoValue",
"format" : "struct",
- "struct-type" : "MbimPcoValue" } ] }
+ "struct-type" : "MbimPcoValue" } ] },
+ // *********************************************************************************
+
+ { "name" : "MbimLteAttachConfiguration",
+ "type" : "Struct",
+ "contents" : [ { "name" : "IpType",
+ "format" : "guint32",
+ "public-format" : "MbimContextIpType" },
+ { "name" : "Roaming",
+ "format" : "guint32",
+ "public-format" : "MbimLteAttachContextRoamingControl" },
+ { "name" : "Source",
+ "format" : "guint32",
+ "public-format" : "MbimContextSource" },
+ { "name" : "AccessString",
+ "format" : "string" },
+ { "name" : "UserName",
+ "format" : "string" },
+ { "name" : "Password",
+ "format" : "string" },
+ { "name" : "Compression",
+ "format" : "guint32",
+ "public-format" : "MbimCompression" },
+ { "name" : "AuthProtocol",
+ "format" : "guint32",
+ "public-format" : "MbimAuthProtocol" } ] },
+
+ { "name" : "Lte Attach Configuration",
+ "service" : "Ms Basic Connect Extensions",
+ "type" : "Command",
+ "set" : [ { "name" : "Operation",
+ "format" : "guint32",
+ "public-format" : "MbimLteAttachContextOperation" },
+ { "name" : "ConfigurationCount",
+ "format" : "guint32" },
+ { "name" : "Configurations",
+ "format" : "ref-struct-array" ,
+ "struct-type" : "MbimLteAttachConfiguration",
+ "array-size-field" : "ConfigurationCount" } ],
+ "query" : [],
+ "response" : [ { "name" : "ConfigurationCount",
+ "format" : "guint32" },
+ { "name" : "Configurations",
+ "format" : "ref-struct-array" ,
+ "struct-type" : "MbimLteAttachConfiguration",
+ "array-size-field" : "ConfigurationCount" } ],
+ "notification" : [ { "name" : "ConfigurationCount",
+ "format" : "guint32" },
+ { "name" : "Configurations",
+ "format" : "ref-struct-array" ,
+ "struct-type" : "MbimLteAttachConfiguration",
+ "array-size-field" : "ConfigurationCount" } ] }
]