Merge "Add PNN in the metrics for carrier ID mismatch."

This commit is contained in:
TreeHugger Robot
2020-10-26 19:18:59 +00:00
committed by Android (Google) Code Review

View File

@@ -10737,6 +10737,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;
}
/**