summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-04-07 20:39:02 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-04-07 20:39:02 +0200
commit5151d67bf20d7d3211cf1022f1d7ae74cd4ee86c (patch)
tree2d5ead0c53bcaf32fceefa4a8d735c763bf6fdb5 /data
parent187f5f3bc0708f6a4c8e0bd4a7b2b40322626e9d (diff)
downloadlibmbim-5151d67bf20d7d3211cf1022f1d7ae74cd4ee86c.tar.gz
basic-connect: fix some field names
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-basic-connect.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index fbc6f5f..0d922f6 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -62,13 +62,13 @@
"array-size-field" : "Telephone Numbers Count" } ] } },
// *********************************************************************************
- { "name" : "Radio State",
+ { "name" : "Radio State",
"service" : "Basic Connect",
"type" : "Command",
- "query" : { "output" : [ { "name" : "HwRadioState",
+ "query" : { "output" : [ { "name" : "Hardware Radio State",
"format" : "guint32",
"public-format" : "MbimReadyInfoFlag" },
- { "name" : "SwRadioState",
+ { "name" : "Software Radio State",
"format" : "guint32",
"public-format" : "MbimReadyInfoFlag" } ] } },
@@ -76,37 +76,37 @@
{ "name" : "Pin",
"service" : "Basic Connect",
"type" : "Command",
- "set" : { "input" : [ { "name" : "PinType",
+ "set" : { "input" : [ { "name" : "Pin Type",
"format" : "guint32",
"public-format" : "MbimPinType" },
- { "name" : "PinOperation",
+ { "name" : "Pin Operation",
"format" : "guint32",
"public-format" : "MbimPinOperation" },
{ "name" : "Pin",
"format" : "string" },
- { "name" : "NewPin",
+ { "name" : "New Pin",
"format" : "string" } ],
- "output" : [ { "name" : "PinType",
+ "output" : [ { "name" : "Pin Type",
"format" : "guint32",
"public-format" : "MbimPinType" },
- { "name" : "PinState",
+ { "name" : "Pin State",
"format" : "guint32",
"public-format" : "MbimPinState" },
- { "name" : "RemainingAttempts",
+ { "name" : "Remaining Attempts",
"format" : "guint32" } ] },
- "query" : { "output" : [ { "name" : "PinType",
+ "query" : { "output" : [ { "name" : "Pin Type",
"format" : "guint32",
"public-format" : "MbimPinType" },
- { "name" : "PinState",
+ { "name" : "Pin State",
"format" : "guint32",
"public-format" : "MbimPinState" },
- { "name" : "RemainingAttempts",
+ { "name" : "Remaining Attempts",
"format" : "guint32" } ] } },
// *********************************************************************************
{ "name" : "MbimDeviceServiceElement",
"type" : "Struct",
- "contents" : [ { "name" : "Device service ID",
+ "contents" : [ { "name" : "Device Service ID",
"format" : "uuid" },
{ "name" : "DSS Payload",
"format" : "guint32" },