summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2017-01-13 08:58:48 -0800
committerTyler Gunn <tgunn@google.com>2017-01-13 10:10:20 -0800
commit85ddde996bc72e8c739f13102c87f3f8912a4bbf (patch)
treefc78259fee519ba98d56e5463b3b8f684d1ca6b3
parentf88d56131da209b66628430492c7c1e2336394ae (diff)
downloadandroid_packages_apps_CarrierConfig-85ddde996bc72e8c739f13102c87f3f8912a4bbf.tar.gz
android_packages_apps_CarrierConfig-85ddde996bc72e8c739f13102c87f3f8912a4bbf.tar.bz2
android_packages_apps_CarrierConfig-85ddde996bc72e8c739f13102c87f3f8912a4bbf.zip
Add multiendpoint ImsReasonInfo remapping.
Adding another remapping for IMS multiendpoint. The network and modem are prone to returning code 501 or 510 for some of the messages. One of these mappings was missing (never saw it in the past). Test: Manual Bug: 34274339 Change-Id: I31dee5e54c6924ad72147ba5d41feb1494e4792d
-rw-r--r--assets/carrier_config_311480.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/carrier_config_311480.xml b/assets/carrier_config_311480.xml
index 32552fd..c67690e 100644
--- a/assets/carrier_config_311480.xml
+++ b/assets/carrier_config_311480.xml
@@ -45,12 +45,13 @@
<boolean name="video_calls_can_be_hd_audio" value="false" />
<boolean name="allow_add_call_during_video_call" value="false" />
<boolean name="carrier_promote_wfc_on_call_fail_bool" value="true" />
- <string-array name="ims_reasoninfo_mapping_string_array" num="8">
+ <string-array name="ims_reasoninfo_mapping_string_array" num="9">
<item value="332|simultaneous call limit has already been reached|1403" />
<item value="332|Forbidden: Simultaneous Call Limit Has Already Been Reached|1403" />
<item value="338|another device sent all devices busy response|1404" />
<item value="501|call completion elsewhere|1014" />
<item value="501|call has been pulled by another device|1016" />
+ <item value="510|call has been pulled by another device|1016" />
<item value="501|another device sent all devices busy response|1404" />
<item value="510|another device sent all devices busy response|1404" />
<item value="1014|call has been pulled by another device|1016" />