summaryrefslogtreecommitdiff
path: root/data/mbim-service-ms-basic-connect-v3.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/mbim-service-ms-basic-connect-v3.json')
-rw-r--r--data/mbim-service-ms-basic-connect-v3.json47
1 files changed, 12 insertions, 35 deletions
diff --git a/data/mbim-service-ms-basic-connect-v3.json b/data/mbim-service-ms-basic-connect-v3.json
index 06e2bf3..a8b5e67 100644
--- a/data/mbim-service-ms-basic-connect-v3.json
+++ b/data/mbim-service-ms-basic-connect-v3.json
@@ -108,32 +108,8 @@
"struct-type" : "MbimTai" } ] },
// *********************************************************************************
- { "name" : "MbimConnectAccessString",
- "type" : "Struct",
- "since" : "1.28",
- "contents" : [ { "name" : "Type",
- "format" : "guint16" },
- { "name" : "Data",
- "format" : "string-tlv" } ] },
-
- { "name" : "MbimConnectUserName",
- "type" : "Struct",
- "since" : "1.28",
- "contents" : [ { "name" : "Type",
- "format" : "guint16" },
- { "name" : "Data",
- "format" : "string-tlv" } ] },
-
- { "name" : "MbimConnectPassword",
- "type" : "Struct",
- "since" : "1.28",
- "contents" : [ { "name" : "Type",
- "format" : "guint16" },
- { "name" : "Data",
- "format" : "string-tlv" } ] },
-
{ "name" : "Connect",
- "service" : "Basic Connect V3",
+ "service" : "Basic Connect",
"type" : "Command",
"since" : "1.28",
"set" : [ { "name" : "SessionId",
@@ -156,14 +132,13 @@
"format" : "guint32",
"public-format" : "MbimAccessMediaType" },
{ "name" : "AccessString",
- "format" : "struct" ,
- "struct-type" : "MbimConnectAccessString" },
+ "format" : "tlv-string" },
{ "name" : "UserName",
- "format" : "struct" ,
- "struct-type" : "MbimConnectUserName" },
+ "format" : "tlv-string" },
{ "name" : "Password",
- "format" : "struct" ,
- "struct-type" : "MbimConnectPassword" } ],
+ "format" : "tlv-string" },
+ { "name" : "UnnamedIes",
+ "format" : "tlv-list" } ],
"query" : [ { "name" : "SessionId",
"format" : "guint32" } ],
"response" : [ { "name" : "SessionId",
@@ -185,8 +160,9 @@
"format" : "guint32",
"public-format" : "MbimAccessMediaType" },
{ "name" : "AccessString",
- "format" : "struct" ,
- "struct-type" : "MbimConnectAccessString" } ],
+ "format" : "tlv-string" },
+ { "name" : "UnnamedIes",
+ "format" : "tlv-list" } ],
"notification" : [ { "name" : "SessionId",
"format" : "guint32" },
{ "name" : "ActivationState",
@@ -206,6 +182,7 @@
"format" : "guint32",
"public-format" : "MbimAccessMediaType" },
{ "name" : "AccessString",
- "format" : "struct" ,
- "struct-type" : "MbimConnectAccessString" } ] }
+ "format" : "tlv-string" },
+ { "name" : "UnnamedIes",
+ "format" : "tlv-list" } ] }
]