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; } /**