summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-02-19 23:16:29 -0800
committerAleksander Morgado <aleksander@aleksander.es>2014-02-20 09:56:18 +0100
commit3fa4e1bbf6aea94a275a97029a90e2ed4022396b (patch)
treef43856d942353428a2859cc4bfbf63e447fd0f42
parentb86066de7d5677a0e99724b03e17bf2622ac7d80 (diff)
basic-connect,stk: make naming more consistent
Also fixes a few indentation issues.
-rw-r--r--data/mbim-service-basic-connect.json8
-rw-r--r--data/mbim-service-stk.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index 7a32409..8656477 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -53,7 +53,7 @@
"response" : [ { "name" : "ReadyState",
"format" : "guint32",
"public-format" : "MbimSubscriberReadyState" },
- { "name" : "SubscriberID",
+ { "name" : "SubscriberId",
"format" : "string" },
{ "name" : "SimIccId",
"format" : "string" },
@@ -77,13 +77,13 @@
"response" : [ { "name" : "HwRadioState",
"format" : "guint32",
"public-format" : "MbimRadioSwitchState" },
- { "name" : "SwRadioState",
+ { "name" : "SwRadioState",
"format" : "guint32",
"public-format" : "MbimRadioSwitchState" } ],
"notification" : [ { "name" : "HwRadioState",
"format" : "guint32",
"public-format" : "MbimRadioSwitchState" },
- { "name" : "SwRadioState",
+ { "name" : "SwRadioState",
"format" : "guint32",
"public-format" : "MbimRadioSwitchState" } ] },
@@ -173,7 +173,7 @@
{ "name" : "CellularClass",
"format" : "guint32",
"public-format" : "MbimCellularClass" },
- { "name" : "RSSI",
+ { "name" : "Rssi",
"format" : "guint32" },
{ "name" : "ErrorRate",
"format" : "guint32" } ] },
diff --git a/data/mbim-service-stk.json b/data/mbim-service-stk.json
index 2b9bbfe..d470542 100644
--- a/data/mbim-service-stk.json
+++ b/data/mbim-service-stk.json
@@ -1,15 +1,15 @@
[
- // *********************************************************************************
- { "type" : "Service",
- "name" : "STK" },
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "STK" },
// *********************************************************************************
{ "name" : "Pac",
"service" : "STK",
"type" : "Command",
"query" : [],
- "set" : [ { "name" : "PacHostcontrol",
+ "set" : [ { "name" : "PacHostControl",
"format" : "byte-array",
"array-size" : "32" } ],