summaryrefslogtreecommitdiff
path: root/data/qmi-service-uim.json
diff options
context:
space:
mode:
authorAkash Aggarwal <quic_akasagga@quicinc.com>2022-06-27 16:57:36 +0530
committerAkash Aggarwal <quic_akasagga@quicinc.com>2022-08-19 21:10:54 +0530
commit811cb3bd6a1e9cdef1a471ff5e01a0b6b8d09721 (patch)
tree268da77fca024bd1ef1076031ce1cbdac0bb19e5 /data/qmi-service-uim.json
parent82f879b57c5750c10d0db9328466f5bc76d67518 (diff)
downloadlibqmi-811cb3bd6a1e9cdef1a471ff5e01a0b6b8d09721.tar.gz
libqmi-glib: allow hiding personal info while logging
During qmi logging, some of the information like simIccId, username, password need to be hidden from displaying in the logs to protect some of the user information.
Diffstat (limited to 'data/qmi-service-uim.json')
-rw-r--r--data/qmi-service-uim.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json
index 1b6d2a4d..02f376d9 100644
--- a/data/qmi-service-uim.json
+++ b/data/qmi-service-uim.json
@@ -127,7 +127,8 @@
{ "name" : "ICCID",
"format" : "array",
"size-prefix-format" : "guint8",
- "array-element" : { "format" : "guint8" } } ] } },
+ "array-element" : { "format" : "guint8" },
+ "personal-info" : "true" } ] } },
// *********************************************************************************
{ "common-ref" : "Physical Slot Information",
@@ -165,7 +166,9 @@
"contents" : [ { "name" : "EID",
"format" : "array",
"size-prefix-format" : "guint8",
- "array-element" : { "format" : "guint8" } } ] } },
+ "array-element" : { "format" : "guint8" },
+
+ "personal-info" : "true" } ] } },
// *********************************************************************************
{ "name" : "Reset",
@@ -247,6 +250,7 @@
"format" : "array",
"size-prefix-format" : "guint16",
"array-element" : { "format" : "guint8" },
+ "personal-info" : "true",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Response In Indication Token",
"id" : "0x12",
@@ -317,6 +321,7 @@
"format" : "array",
"size-prefix-format" : "guint16",
"array-element" : { "format" : "guint8" },
+ "personal-info" : "true",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Additional Read Result",
"id" : "0x12",
@@ -325,6 +330,7 @@
"format" : "array",
"size-prefix-format" : "guint16",
"array-element" : { "format" : "guint8" },
+ "personal-info" : "true",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Response In Indication Token",
"id" : "0x13",
@@ -823,7 +829,8 @@
"format" : "guint8",
"public-format" : "QmiUimDepersonalizationOperation" },
{ "name" : "Control Key",
- "format" : "string" } ] },
+ "format" : "string",
+ "personal-info" : "true" } ] },
{ "name" : "Slot",
"id" : "0x10",
"type" : "TLV",