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

Commit 3322c3ae authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Add new flag to allow relaxed id match for radio state changes.

Bug: 336916327
Test: manual system test that image switching is fine
      Re run all CTS tests
      Regression test for voice + data + sms and modem restarts in between
Change-Id: I307ec55292a748e0ecae1bd64005f4fddddb8667
parent 83e9530e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -67,3 +67,15 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=sasindran TARGET=24Q3
flag {
    name: "use_relaxed_id_match"
    namespace: "telephony"
    description: "This flag supports relaxed id match for radio state changes"
    bug:"336916327"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}