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

Commit c0e23c51 authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Automerger Merge Worker
Browse files

Merge "Add isVopsSupported to EmergencyRegResult" am: 44417302

parents 7ffa5626 44417302
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.