summaryrefslogtreecommitdiffstats
path: root/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Increase MMS socket timeout to 5 mins for Jio and Airtel" into qt-devSahin Caliskan2019-05-142-2/+4
|\
| * Increase MMS socket timeout to 5 mins for Jio and AirtelSahin Caliskan2019-05-072-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | This change makes it so that instead of 1 minutes, we now wait for 5 minutes for MMS to timeout in Jio and Airtel India carriers. Please see b/77495526#comment15 for context. Test: infeasible due to not having access these SIMs Bug:129671629 Change-Id: Idb267ff87f6980bfdb969f804fd63ab60ef13fb4
* | Set carrier config support_wps_over_ims_bool false for USCCandychou2019-05-091-0/+1
|/ | | | | | | | | USCC doesn't allow WPS call over IMS Set support_wps_over_ims_bool false for USCC Bug: 131917532 Test: Override Carrier Config and test WPS over IMS or CS Change-Id: I245cd1671c43c4ec8805be09b3775e632d023795
* Add configs for carrier_supports_ss_over_ut_bool enabledBrad Ebinger2019-04-2335-0/+62
| | | | | | Test: atest FrameworksTelephonyTests Bug: 130622020 Change-Id: I42f3e7f669a7130d4084b266ba3b578741c8c2f7
* Add carrierid entries for carrier_default_wfc_ims_roaming_enabled_boolBrad Ebinger2019-04-2315-0/+21
| | | | | | Test: atest FrameworksTelephonyTests Bug: 131102807 Change-Id: I90297f2cb7a5a2a78458bea3f30ca4d1730ee18e
* change string value from node attribite to textNodechen xu2019-04-1969-199/+199
| | | | | | | | | | As framework doesn't support reading string xml value from node attribute today, update the actual config value from xml node attribute to a textNode. Bug: 130620593 Test: Manual test Change-Id: Ia2285dd945b211748926413f89efd83f8ea16e30
* migrate cdma home eri from resource overlay to carrierconfigchen xu2019-02-281-0/+13
| | | | | | | | add missing config for xfinity Bug: 121145488 Test: Manual Change-Id: Id087d06552f336f86ad1ec0f77dabf4120e0a1a4
* migrate cdma home eri from resource overlay to carrierconfigchen xu2019-02-111-0/+13
| | | | | | Bug: 121145488 Test: Build Change-Id: Ic311e61729b1ce756b269b3a25d3236e4b8cf6a7
* migrate pending mccmnc.xml to carrieridchen xu2019-01-18104-1126/+266
| | | | | | | | | | 1. migrate some pending carrier configs from mccmnc to carrier id. 2. delete configs for carriers which are not operational. 3. sort config by order. Bug: 110559381 Test: Build Change-Id: Ic608f41cb076d7106568165c37e640a4ffa94050
* map carrier config to the correct carrier id am: f97be32da3 am: d04203a313chen xu2019-01-042-0/+0
|\ | | | | | | | | | | am: 12f6fcd3c1 Change-Id: Ie59e6e59e51a92b72bb840e120b2b3f8c73bba70
| * map carrier config to the correct carrier idchen xu2019-01-042-0/+0
| | | | | | | | | | | | | | | | | | initial migration has some issue for JP carriers which reply on APN for carrier identification Bug: 110559381 Test: Build Change-Id: Ieb28953b8087456e6d0eb0935d80dc294db3e8c5
| * per carier id based country code overridechen xu2018-12-0419-0/+40
| | | | | | | | | | | | | | | | | | | | mcc based sim country code is coarse and inaccurate. Apply per carrier based country code override espeically for those with dual imsi. Bug: 64775297 Bug: 110559381 Test: Build Change-Id: Ic0a6855897b2d68eeaee46f56e3c226559c39200
* | Merge "Base configuration overlays to CarrierConfig"Meng Wang2018-12-314-0/+6
|\ \
| * | Base configuration overlays to CarrierConfigMeng Wang2018-12-044-0/+6
| |/ | | | | | | | | | | Bug: 118770440 Test: TH & (todo) Test build on device & check values Change-Id: Ib64e1b0dff73cc564e18e1041430f3682cd3d226
* | Merge "Migrate GPS configs to "gps." namespace."Meng Wang2018-12-313-3/+3
|\ \
| * | Migrate GPS configs to "gps." namespace.Meng Wang2018-12-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also change test to account for namespace by accounting for config keys defined in nested classes. Bug: 118770440 Test: make Change-Id: I9744c3609df877835ef1ca047abe92c14908e041
* | | Merge "per carier id based country code override"Chen Xu2018-12-0519-0/+40
|\ \ \ | |/ / |/| |
| * | per carier id based country code overridechen xu2018-12-0319-0/+40
| |/ | | | | | | | | | | | | | | | | | | mcc based sim country code is coarse and inaccurate. Apply per carrier based country code override espeically for those with dual imsi. Bug: 64775297 Bug: 110559381 Test: Build Change-Id: Ic0a6855897b2d68eeaee46f56e3c226559c39200
* / test to enforce no mccmnc.xml if there is a matching carrier idchen xu2018-12-041-152/+0
|/ | | | | | | | | | Add unit test to enforce the rule that carrierid.xml is preferred. Otherwise people who used to add mccmnc.xml might keep doing so even there is a carrierid.xml. Bug: 110559381 Test: carrierconfigtest Change-Id: Iec84a729e7df031d897cec5999276a81938ef886
* Merge "Revert "test to enforce no mccmnc.xml if there is a matching carrier id""Treehugger Robot2018-12-031-0/+152
|\
| * Revert "test to enforce no mccmnc.xml if there is a matching carrier id"Bryan Henry2018-12-021-0/+152
| | | | | | | | | | | | | | | | This reverts commit 264ffbb32fb2a93c8429cb1aefebf7548ac0592d. Reason for revert: Causing aosp_blueline device_boot_test failures because added a new privileged permission without updating the privapp_permissions whitelist. Change-Id: If03e0f88cfa4d3505c50a8d16c9fe92cb79b050e
* | Merge "test to enforce no mccmnc.xml if there is a matching carrier id"Chen Xu2018-11-301-152/+0
|\|
| * test to enforce no mccmnc.xml if there is a matching carrier idchen xu2018-11-291-152/+0
| | | | | | | | | | | | | | | | | | | | Add unit test to enforce the rule that carrierid.xml is preferred. Otherwise people who used to add mccmnc.xml might keep doing so even there is a carrierid.xml. Bug: 110559381 Test: carrierconfigtest Change-Id: Ie01be8f46ed83716d22680ab213fde966bb74dc8
* | Merge "Add UCE presence enabled bit to CarrierConfig"Treehugger Robot2018-11-301-0/+1
|\ \
| * | Add UCE presence enabled bit to CarrierConfigBrad Ebinger2018-11-291-0/+1
| |/ | | | | | | | | | | | | | | The UCE presence enabled bit was not enabled in CarrierConfig by default for some carriers. Test: Manual Change-Id: Ifcd9156f317c8625d6035e3af57f6a2f9c928a23
* / Update AOSP CarrierConfig's carrier_name_string for rebrandCassie2018-11-281-1/+1
|/ | | | | | Bug: 111279791 Test: Telephony Change-Id: I504fb695bb92e0600b5f680b98e5e977139aaaaf
* carrierconfig data migrate to carrier idchen xu2018-11-26753-5107/+2229
| | | | | | | | | | | | | 1. migrate 490 mccmnc.xml to carrier id. 2. remove the duplicated configurations between a single carrier to a single carrier config file. 3. data migration takes care of mccmnc fallback. 4. TODO 92 mccmnc.xml didn't find match yet Bug: 110559381 Test: telephony unit test Change-Id: Ic98a0b04b6aeade2d218a2c97813b9616f224829 Merged-in: Ic98a0b04b6aeade2d218a2c97813b9616f224829
* Update CarrierConfig about USCC ERI fileandychou2018-11-202-0/+2
| | | | | | | | Update carrier_eri_file_name_string to eri_311220.xml Bug: 110808862 Test: Build pass Change-Id: I6967ffd0f733ac536bbd58ac4fd537a2497ef982
* Merge "Remap ImsReasonInfo code 332 (403 sip forbidden) to 510."Tyler Gunn2018-11-091-0/+3
|\
| * Remap ImsReasonInfo code 332 (403 sip forbidden) to 510.Tyler Gunn2018-11-011-0/+3
| | | | | | | | | | | | | | | | | | | | Remap ims reason code 332 (403 sip forbidden) to code 510 CODE_USER_TERMINATED_BY_REMOTE. This carrier reports sip 403 when a remote party rejects a call. Bug: 110068190 Test: Not possible Change-Id: I199c0dd7cf7143fd587601519c33dd25ff4238be
* | Move config to CarrierConfig for Mobile Network SettingsPengquan Meng2018-11-069-12/+41
|/ | | | | | | | | | Move the mobile network settings config to carrier configs so that the settings app can access them. Bug: 115429501 Test: build Merged-In: I67c4d5b2b60280a19e2a13714b17bdd14d8c4cb3 Change-Id: I67c4d5b2b60280a19e2a13714b17bdd14d8c4cb3
* Add configs for carriers that want to show LTE+Hall Liu2018-10-3129-0/+114
| | | | | | Bug: 118775808 Test: builds Change-Id: I007b8f04f6ecd5013be0dae6eb7410b56a650dac
* Add carrier config assets for 4G iconHall Liu2018-10-24116-3/+249
| | | | | | | | | Add carrier config assets for carriers that want to show "4G" instead of "LTE". Bug: 118375031 Test: build Change-Id: I9413363b8efb4c0637924eaa71d0371e3d2477ce
* Disable HD icon for VoLTE calls for carrier.Tyler Gunn2018-10-028-0/+8
| | | | | | | | This carrier does not wish to see the HD icon for VoLTE calls. Test: Compile Bug: 67497890 Change-Id: Ic34c8a4eb9a87c9e98540cb8ea93136ff1772a9e
* Update carrier configs to use new call barring keysBrad Ebinger2018-08-291-0/+2
| | | | | | Bug: 80510612 Test: manual Change-Id: I11fafc0c876c5fd8ade9d2e62fb41ec7821d8255
* Added a new carrier config for data connection failed radio restartJack Yu2018-08-222-1/+6
| | | | | | | | | Added a new carrier config that can trigger modem restart when receiving specific setup data fail cause code. Test: Telephony sanity tests Bug: 111774203 Change-Id: I7de89c121e9e3f3b4d20f200468fb3de28e2485f
* Add auto-redial carrier config for DTAGHall Liu2018-07-261-0/+1
|\ | | | | | | | | | | am: 464effaaf6 Change-Id: I3bb9a4c0be83e35ea990a5b77c2e75a9b530a3b5
| * Add auto-redial carrier config for DTAGHall Liu2018-07-261-0/+1
| | | | | | | | | | | | Test: same as the others Bug: 111235453 Change-Id: Id8d2216f1880d215903c33beaae2b77348ba56c5
* | Merge "IMS: Enable wifi only config for supported mccmnc"Benergy Meenan Ravuri2018-06-293-0/+3
|\| | | | | | | | | | | am: cd411ebe4a Change-Id: I875e10ec1048d4132c85c1c62e5f72ff11d23029
| * Merge "IMS: Enable wifi only config for supported mccmnc"Treehugger Robot2018-06-293-0/+3
| |\
| | * IMS: Enable wifi only config for supported mccmncBenergy Meenan Ravuri2018-05-233-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Enable wifi only config for mccmnc 310210, 310260, 310310. Test: Manual Bug: 70376386 Change-Id: I13a4d646cd6aeef8ffdbd258d2f66d6f7a16730f
* | | Add non-roaming registered PLMN name for Xfinity.Amit Mahajan2018-06-291-0/+5
|\| | | | | | | | | | | | | | | | | am: 6b2a64e329 Change-Id: I0ace6a69e1f2705562fa945074cc86043090f419
| * | Add non-roaming registered PLMN name for Xfinity.Amit Mahajan2018-06-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Test: manual Bug: 80145031 Merged-in: I637b36fd0fe58e1c11100496fedbb52acc67405c Change-Id: I637b36fd0fe58e1c11100496fedbb52acc67405c (cherry picked from commit 8d29db3ee481ced0a4df9831b1bff2642766e85c)
| * | Set show_apn_setting_cdma_bool to true for VZWJordan Liu2018-06-063-0/+3
| |/ | | | | | | | | | | | | | | | | This changes the default carrier configs for VZW. Test: manually verified that apn settings are shown Bug: 80088968 Change-Id: If4c10218f12f4f6d90a7e01bc9c9fece52e2c107 Merged-In: If4c10218f12f4f6d90a7e01bc9c9fece52e2c107
| * Add Enable CarrierConfig option to change WFC preference in roamingPooja Jain2018-03-143-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | 1.Wifi calling preference should be editable when roaming as per carrier requirement. 2. WFC should be enabled by default for carriers that support it. Test: Manual Bug: 36478270 Change-Id: Id7da6efd5722b36f9a14391e58edc602a429b40d
| * Use default RSRP thresholds for Vodafone NL.Jayachandran C2018-03-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL moves the Verizon specific RSRP thresholds under VerizonGID for dual IMSI case so it doesn't impact Vodafone NL. The history on how this became incorrect for Vodafone NL is below As per comments in go/aog/209623, Vodafone NL was not the target carrier but only its MVNO verizon_us (dual-IMSI). We would like to remove this. go/aog/209623 introduced config resource `config_lteDbmThresholds`, 20404 override = [(-140), -115, ...], default = [(-140), -128, ...] to replace `config_LTE_RSRP_threshold_type`, 20404 override = 0, default = 1 and this CL is a no-op. Why `config_LTE_RSRP_threshold_type` was 0 (instead of default 1) for 20404? It's by ag/579171. The CL only changed 20404 and 311480. The related bug (b/17891524#comment10, the bug itself is about orange_fr) pointed to b/17335556 where *Verizon* signal issue was complained. So, we believe the 20404 customization was for verizon_us instead of vodafone_nl or any other MVNO. Test: make Bug: 74563316 Change-Id: Ibf0d044d45ef1b8b27edc4ac12b8c08281c2f24e
* | Set show_apn_setting_cdma_bool to true for VZWJordan Liu2018-06-053-0/+3
| | | | | | | | | | | | | | | | This changes the default carrier configs for VZW. Test: manually verified that apn settings are shown Bug: 80088968 Change-Id: If4c10218f12f4f6d90a7e01bc9c9fece52e2c107
* | Add Enable CarrierConfig option to change WFC preference in roamingPooja Jain2018-03-273-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | 1.Wifi calling preference should be editable when roaming as per carrier requirement. 2. WFC should be enabled by default for carriers that support it. Test: Manual Bug: 36478270 Change-Id: Id7da6efd5722b36f9a14391e58edc602a429b40d
* | Use default RSRP thresholds for Vodafone NL.Jayachandran C2018-03-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL moves the Verizon specific RSRP thresholds under VerizonGID for dual IMSI case so it doesn't impact Vodafone NL. The history on how this became incorrect for Vodafone NL is below As per comments in go/aog/209623, Vodafone NL was not the target carrier but only its MVNO verizon_us (dual-IMSI). We would like to remove this. go/aog/209623 introduced config resource `config_lteDbmThresholds`, 20404 override = [(-140), -115, ...], default = [(-140), -128, ...] to replace `config_LTE_RSRP_threshold_type`, 20404 override = 0, default = 1 and this CL is a no-op. Why `config_LTE_RSRP_threshold_type` was 0 (instead of default 1) for 20404? It's by ag/579171. The CL only changed 20404 and 311480. The related bug (b/17891524#comment10, the bug itself is about orange_fr) pointed to b/17335556 where *Verizon* signal issue was complained. So, we believe the 20404 customization was for verizon_us instead of vodafone_nl or any other MVNO. Test: make Bug: 74563316 Change-Id: Ibf0d044d45ef1b8b27edc4ac12b8c08281c2f24e
* | Add RTT config for select USA carriers am: 63aa5a2459Hall Liu2018-03-0328-0/+43
|\| | | | | | | | | | | am: 8af19ead4d Change-Id: I9f7ac79654234346bd40cfcd4c7dd707ec9e36c6