Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a7082ad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 67273ee8 2aa765c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}

/**