summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_310410.xml
blob: cb9f51fa244852592dab3b7a47aa3170934d5ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<carrier_config_list>
    <carrier_config>
        <int name="recipientLimit" value="10" />
        <int name="maxImageHeight" value="1944" />
        <boolean name="support_pause_ims_video_calls_bool" value="false" />
        <int name="maxMessageSize" value="1048576" />
        <int name="maxImageWidth" value="2592" />
        <boolean name="enableSMSDeliveryReports" value="false" />
        <int name="volte_replacement_rat_int" value="3" />
        <boolean name="csp_enabled_bool" value="true" />
        <boolean name="carrier_disable_etws_cmas_dup_detection" value="true" />
        <string-array name="carrier_data_call_retry_config_strings" num="3">
            <!-- New retry pattern: 10s, 3m, 12m, 36m, 36m, 36m, ... (forever)
                 (comparing to the default one used before:
                    5s, 10s, 20s, 40s, 80s, 2.5m, 5m, 10m, 21m, 30m, 30m..(forever))

                 Since AT&T has two APNs, and modem retry 5 times for each, this should be able to
                 reduce the retry number to 40 for the first hour.
            -->
            <item value="default:default_randomization=2000,10000,18000:5000,720000:5000,2160000:5000" />
            <item value="mms:default_randomization=2000,10000,18000:5000,720000:5000,2160000:5000" />
            <item value="others:max_retries=3,5000,5000,5000" />
        </string-array>
        <string-array name="cdma_nonroaming_networks_string_array" num="7">
            <item value="310" />
            <item value="311" />
            <item value="312" />
            <item value="313" />
            <item value="314" />
            <item value="315" />
            <item value="316" />
        </string-array>
        <string-array name="cdma_roaming_networks_string_array" num="5">
            <item value="310110" />
            <item value="310140" />
            <item value="310400" />
            <item value="310470" />
            <item value="311170" />
        </string-array>
    </carrier_config>
</carrier_config_list>