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

Commit 57194504 authored by Sukanya Rajkhowa's avatar Sukanya Rajkhowa Committed by Gerrit - the friendly Code Review server
Browse files

Add config to send SMS on 1x

When UE is attached to eHRPD network, IMS is registered and
there is an active 1xRTT voice call, the config determines
whether to send SMS over 1x. Default value is true

Change-Id: Ie4e00eb57ef439e9383c616cd1b60108bcfd505f
CRs-Fixed: 565247
parent daff51d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -1147,6 +1147,11 @@
         may have a specific value set in an overlay config.xml file. -->
         may have a specific value set in an overlay config.xml file. -->
    <integer name="config_mobile_mtu">1500</integer>
    <integer name="config_mobile_mtu">1500</integer>



    <!-- Configuration to send sms on 1x when UE is attached to eHRPD and there is an active
         1xRTT voice call, irrespective of IMS registration state  -->
    <bool name="config_send_sms1x_on_voice_call">true</bool>

    <!-- Whether WiFi display is supported by this device.
    <!-- Whether WiFi display is supported by this device.
         There are many prerequisites for this feature to work correctly.
         There are many prerequisites for this feature to work correctly.
         Here are a few of them:
         Here are a few of them:
+1 −0
Original line number Original line Diff line number Diff line
@@ -299,6 +299,7 @@
  <java-symbol type="bool" name="flip_controller_fallback_keys" />
  <java-symbol type="bool" name="flip_controller_fallback_keys" />
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />
  <java-symbol type="bool" name="config_radio_reset_on_regular_deactivation" />
  <java-symbol type="bool" name="config_radio_reset_on_regular_deactivation" />
  <java-symbol type="bool" name="config_send_sms1x_on_voice_call" />


  <java-symbol type="integer" name="config_cursorWindowSize" />
  <java-symbol type="integer" name="config_cursorWindowSize" />
  <java-symbol type="integer" name="config_extraFreeKbytesAdjust" />
  <java-symbol type="integer" name="config_extraFreeKbytesAdjust" />