commit | 73af2938eec23b1975157368448596e5a3e395ca | [log] [tgz] |
---|---|---|
author | Michele Berionne <mberionne@google.com> | Wed Oct 21 05:22:45 2020 +0000 |
committer | Michele Berionne <mberionne@google.com> | Wed Oct 21 06:58:18 2020 +0000 |
tree | 0d8cf84f31bee1875d04997aec4c7408e8288110 | |
parent | d84335d8269bb7524794feb40bbd2d12bb60f07f [diff] |
Add PNN in the metrics for carrier ID mismatch. Bug: 169273187 Test: manual Change-Id: I5e7d88939a88e7eaa4e68220e81d21fad865ff01
diff --git a/stats/atoms.proto b/stats/atoms.proto index 3d67e65..a73e26e 100644 --- a/stats/atoms.proto +++ b/stats/atoms.proto
@@ -10736,6 +10736,10 @@ // 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; } /**