summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkash Aggarwal <quic_akasagga@quicinc.com>2023-02-13 14:49:15 +0530
committerAleksander Morgado <aleksander@aleksander.es>2023-03-15 12:13:17 +0000
commit946b029838d3b82b7ed81eb952b957395e6ac6f8 (patch)
tree7afd5d46ba7fde306a66bdd5fbd05c8d63eb1356
parentaccc16e374134ef3e4df036d8b78aa424f3c8720 (diff)
downloadlibqmi-946b029838d3b82b7ed81eb952b957395e6ac6f8.tar.gz
uim: hide puk/pin specific personal info
-rw-r--r--data/qmi-service-uim.json19
1 files changed, 12 insertions, 7 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json
index 16c2f19f..6f0b94e6 100644
--- a/data/qmi-service-uim.json
+++ b/data/qmi-service-uim.json
@@ -167,7 +167,6 @@
"format" : "array",
"size-prefix-format" : "guint8",
"array-element" : { "format" : "guint8" },
-
"personal-info" : "true" } ] } },
// *********************************************************************************
@@ -451,7 +450,8 @@
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "PIN Value",
- "format" : "string" } ] },
+ "format" : "string",
+ "personal-info" : "true" } ] },
{ "name" : "Response In Indication Token",
"id" : "0x11",
"type" : "TLV",
@@ -492,7 +492,8 @@
"format" : "guint8",
"public-format" : "QmiUimPinId" },
{ "name" : "PIN Value",
- "format" : "string" } ] },
+ "format" : "string",
+ "personal-info" : "true" } ] },
{ "name" : "Response In Indication Token",
"id" : "0x12",
"type" : "TLV",
@@ -542,9 +543,11 @@
"format" : "guint8",
"public-format" : "QmiUimPinId" },
{ "name" : "PUK",
- "format" : "string" },
+ "format" : "string",
+ "personal-info" : "true" },
{ "name" : "New PIN",
- "format" : "string" } ] },
+ "format" : "string",
+ "personal-info" : "true" } ] },
{ "name" : "Response In Indication Token",
"id" : "0x11",
"type" : "TLV",
@@ -594,9 +597,11 @@
"format" : "guint8",
"public-format" : "QmiUimPinId" },
{ "name" : "Old PIN",
- "format" : "string" },
+ "format" : "string",
+ "personal-info" : "true" },
{ "name" : "New PIN",
- "format" : "string" } ] },
+ "format" : "string",
+ "personal-info" : "true" } ] },
{ "name" : "Response In Indication Token",
"id" : "0x11",
"type" : "TLV",