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.json59
1 files changed, 58 insertions, 1 deletions
diff --git a/data/mbim-service-ms-basic-connect-v3.json b/data/mbim-service-ms-basic-connect-v3.json
index 8fb3417..90e276f 100644
--- a/data/mbim-service-ms-basic-connect-v3.json
+++ b/data/mbim-service-ms-basic-connect-v3.json
@@ -46,5 +46,62 @@
"format" : "guint32" },
{ "name" : "TelephoneNumbers",
"format" : "string-array",
- "array-size-field" : "TelephoneNumbersCount" } ] }
+ "array-size-field" : "TelephoneNumbersCount" } ] },
+
+ // *********************************************************************************
+ { "name" : "MbimTAI",
+ "type" : "Struct",
+ "since" : "1.28",
+ "contents" : [ { "name" : "Plmn",
+ "format" : "guint32" },
+ { "name" : "Tac",
+ "format" : "guint32" } ] },
+
+ { "name" : "Packet Service",
+ "type" : "Command",
+ "since" : "1.28",
+ // set same as in v1
+ // query same as in v1
+ "response" : [ { "name" : "NwError",
+ "format" : "guint32" },
+ { "name" : "PacketServiceState",
+ "format" : "guint32",
+ "public-format" : "MbimPacketServiceState" },
+ { "name" : "HighestAvailableDataClass",
+ "format" : "guint32",
+ "public-format" : "MbimDataClassV2" },
+ { "name" : "UplinkSpeed",
+ "format" : "guint64" },
+ { "name" : "DownlinkSpeed",
+ "format" : "guint64" },
+ { "name" : "FrequencyRange",
+ "format" : "guint32",
+ "public-format" : "MbimFrequencyRange" },
+ { "name" : "DataSubclass",
+ "format" : "guint32",
+ "public-format" : "MbimDataSubclass" },
+ { "name" : "TAI",
+ "format" : "struct",
+ "struct-type" : "MbimTAI" } ],
+ "notification" : [ { "name" : "NwError",
+ "format" : "guint32" },
+ { "name" : "PacketServiceState",
+ "format" : "guint32",
+ "public-format" : "MbimPacketServiceState" },
+ { "name" : "HighestAvailableDataClass",
+ "format" : "guint32",
+ "public-format" : "MbimDataClassV2" },
+ { "name" : "UplinkSpeed",
+ "format" : "guint64" },
+ { "name" : "DownlinkSpeed",
+ "format" : "guint64" },
+ { "name" : "FrequencyRange",
+ "format" : "guint32",
+ "public-format" : "MbimFrequencyRange" },
+ { "name" : "DataSubclass",
+ "format" : "guint32",
+ "public-format" : "MbimDataSubclass" },
+ { "name" : "TAI",
+ "format" : "struct",
+ "struct-type" : "MbimTAI" } ] }
]