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

Commit bdb4be85 authored by Hunsuk Choi's avatar Hunsuk Choi
Browse files

Add isVopsSupported to EmergencyRegResult

Test: build
Bug: 243344927
Change-Id: Ie03f8f9924ce066fb107c8cce45c11a880908a19
parent ad4f2563
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ parcelable EmergencyRegResult {
  android.hardware.radio.AccessNetwork accessNetwork;
  android.hardware.radio.network.RegState regState;
  android.hardware.radio.network.Domain emcDomain;
  boolean isVopsSupported;
  boolean isEmcBearerSupported;
  byte nwProvidedEmc;
  byte nwProvidedEmf;
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ parcelable EmergencyRegResult {
     */
    Domain emcDomain;

    /**
     * This indicates whether the network supports voice over PS network.
     */
    boolean isVopsSupported;

    /**
     * This indicates if camped network support VoLTE emergency bearers.
     * This should only be set if the UE is in LTE mode.