summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_310004.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make all fields except the 'apn' field read-only for VZW.Amit Mahajan2017-02-031-1/+15
| | | | | | Test: Verified manually. Bug: 34669991 Change-Id: I0c459b156b362fa75545c80cb6bdff1ffe55f339
* Add carrierconfigs to treat mdn as VM numberJordan Liu2016-12-051-0/+1
| | | | | | | | | | Add the carrier configs which specify whether the carrier treats the mdn as an additional voicemail number. Change-Id: I9bc095427564cf587734fd2d308a88abc7d88891 Merged-In: I9bc095427564cf587734fd2d308a88abc7d88891 Fix: 29145323 Test: build and flash on device
* Removed mms from the metered APN type list for VerizonJack Yu2016-10-101-0/+10
| | | | | | | | | | | | MMS is not charged as data on Verizon network, roaming or not roaming. Test: Manual tested with Vzw SIM. Confirmed sending MMS will not increase the data usage in Settings->Data Usage ->Cellular data usage. bug: 31233558 Change-Id: Iaa44ce5385e845a99ce8149be8353e4bf6fad293
* Mark APN fields as uneditable for vzw per their requirement.Amit Mahajan2016-09-201-0/+8
| | | | | | | Fields marked uneditable are: type, protocol, bearer, carrier_enabled Bug: 30457714 Change-Id: I0d3f1af25e52d48c25ebedfffa37b708dd23fcf5
* Use correct SPN format for VZW WFC.Amit Mahajan2016-08-111-0/+1
| | | | | Bug: 30474919 Change-Id: I0f0dbda86fb441d2b8c10a2934650b9ecec63e19
* Add carrier config for Verizon to close connection after MMS requestYe Wen2016-07-201-0/+1
| | | | | | b/29558615 Change-Id: Ibd49b7e5e3021541007170dc2cf7d98256f4b4c7
* Made severe and extreme alert configuration dependency configurableJack Yu2016-07-191-0/+1
| | | | | | | | | | | | Before when extreme alert is disabled, severe alert will be disabled by default because we assume users won't be interested in severe alert if he is even not interested in extreme (higher level) alert. Now we turn this feature off for Verizon to fullfill their test requirement CMAS TC4. bug: 29369591 Change-Id: I4d9a6839066601e2d398c88a78a8decc12d8ae7a
* Make the WFC prefence non-editable for Verizon.pkanwar2016-06-231-0/+1
| | | | | | | b/28989849: The default WiFi calling preference for Verizon should be cellular preferred per Carrier Requirements. Change-Id: Ief9c01e2fee918942580296c2fa3159ce2a7f8a3
* Add Carrier Config for Verizon to make WFC the default mode.pkanwar2016-06-021-0/+1
| | | | | | b/28384577 Change-Id: Ia6632c014b5daeee1ca528328aaa70e9a3cbf039
* Moved ERI configuration files from resoures to Carrier Config.Jack Yu2016-04-081-0/+1
| | | | | | | | Used Carrier Config to load correct ERI configuration file since there are MCC/MNC shared by different carriers. bug: 23887558 Change-Id: I6431b76a79a59bf5d573231d8833fdb0befd1a70
* Set broadcast_emergency_call_state_changes_bool to true for VZWAmit Mahajan2016-03-281-0/+1
| | | | | Bug: 24147407 Change-Id: I0d971a2579443563ffbd665f85664386d162f2a9
* Adding config to allow/disallow user to add APNs.Amit Mahajan2015-10-121-0/+1
| | | | | | Bug: 24519879 Bug: 24681288 Change-Id: Ifdf1899931449b27844bf54a246f0416b9b1033c
* Move ci_action_on_sys_update_* carrier config to vendor directory.Amit Mahajan2015-06-291-29/+25
| | | | | Bug: 22093601 Change-Id: I187da9a992ae7571cfd27a2d3cf7b6ca4c2f9dbc
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+32
Make DefaultCarrierConfigService easier to maintain by moving the values for each network into XML files. It's important to note that this uses assets and not resources. The file for a particular network may depend on more than just the MCC+MNC in the future. Note on the XML document format. This is set by PersistableBundle.restoreFromXml, so there is no option to change it in this CL. Bug: 21618018 Change-Id: Iecfe7009c2aa0f7a9d5814d1f355dfe4190ce912