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

Commit 2aa765c0 authored by Michele Berionne's avatar Michele Berionne
Browse files

Add PNN in the metrics for carrier ID mismatch.

Bug: 169273187
Test: manual
Change-Id: I5e7d88939a88e7eaa4e68220e81d21fad865ff01
parent e8dde5dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}

/**