summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_001001.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add IMSI and SPN regexp filtering for MVNO supportPeter Ljungdahl2016-11-101-3/+12
| | | | | | | | | | | | | | | | | | The filtering criterias for selecting carrier configurations are extended to cover IMSI. The reason for this to support MVNO configuration for IMSI ranges (i.e. when the only way to identify a MVNO is by the IMSI) The xml arguments for IMSI and SPN can be designed as regular expressions in order to add flexibility. Some operators do not have SPN defined on there SIM card, but the MVNOs in their network might have. This is indicated in the xml by setting the spn argument to "null". Bug: 32398239 Test: Verified on target with MVNO configs. Change-Id: Ib4fd87fe484a50fd808fbe9843061ab894703531
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+6
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