summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-09-10 15:20:09 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-09-10 15:20:09 +0200
commitbbc8c0255788699727b2e6f7c950659e0e88e845 (patch)
treec86c22f4e09303a89eca0870b689b8cb7dd2ecc9
parentf3d84d34049529d557a55b4874bae1bc7fef4087 (diff)
downloadlibmbim-bbc8c0255788699727b2e6f7c950659e0e88e845.tar.gz
basic-connect-extensions: add support for 'MS Device Caps v2'
-rw-r--r--data/mbim-service-basic-connect-extensions.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/data/mbim-service-basic-connect-extensions.json b/data/mbim-service-basic-connect-extensions.json
index 1e902e7..400a928 100644
--- a/data/mbim-service-basic-connect-extensions.json
+++ b/data/mbim-service-basic-connect-extensions.json
@@ -18,6 +18,49 @@
"format" : "guint64" } ] },
// *********************************************************************************
+ { "name" : "MS Device Caps v2",
+ "service" : "Basic Connect Extensions",
+ "type" : "Command",
+ "query" : [],
+ "response" : [ { "name" : "DeviceType",
+ "format" : "guint32",
+ "public-format" : "MbimDeviceType" },
+ { "name" : "CellularClass",
+ "format" : "guint32",
+ "public-format" : "MbimCellularClass" },
+ { "name" : "VoiceClass",
+ "format" : "guint32",
+ "public-format" : "MbimVoiceClass" },
+ { "name" : "SimClass",
+ "format" : "guint32",
+ "public-format" : "MbimSimClass" },
+ { "name" : "DataClass",
+ "format" : "guint32",
+ "public-format" : "MbimDataClass" },
+ { "name" : "SmsCaps",
+ "format" : "guint32",
+ "public-format" : "MbimSmsCaps" },
+ { "name" : "ControlCaps",
+ "format" : "guint32",
+ "public-format" : "MbimCtrlCaps" },
+ { "name" : "MaxSessions",
+ "format" : "guint32" },
+ { "name" : "CustomDataClass",
+ "format" : "string",
+ "max-size" : "22" },
+ { "name" : "DeviceId",
+ "format" : "string",
+ "max-size" : "36" },
+ { "name" : "FirmwareInfo",
+ "format" : "string",
+ "max-size" : "60" },
+ { "name" : "HardwareInfo",
+ "format" : "string",
+ "max-size" : "60" },
+ { "name" : "ExecutorIndex",
+ "format" : "guint32" } ] },
+
+ // *********************************************************************************
{ "name" : "PCO",
"service" : "Basic Connect Extensions",
"type" : "Command",