From 2aa765c0028a160b6d1cdb96bac3548d1db267ec Mon Sep 17 00:00:00 2001 From: Michele Berionne Date: Wed, 21 Oct 2020 05:22:45 +0000 Subject: [PATCH] Add PNN in the metrics for carrier ID mismatch. Bug: 169273187 Test: manual Change-Id: I5e7d88939a88e7eaa4e68220e81d21fad865ff01 --- cmds/statsd/src/atoms.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 3d67e6574652d..a73e26e2f8e0c 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -10736,6 +10736,10 @@ message CarrierIdMismatchEvent { // SPN value of the SIM card. optional string spn = 4; + + // First record of the PNN in the SIM card. This field is populated only if the SPN is missing + // or empty. + optional string pnn = 5; } /**