From 946b029838d3b82b7ed81eb952b957395e6ac6f8 Mon Sep 17 00:00:00 2001 From: Akash Aggarwal Date: Mon, 13 Feb 2023 14:49:15 +0530 Subject: uim: hide puk/pin specific personal info --- data/qmi-service-uim.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'data') 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", -- cgit v1.2.1