From 2f9d2a5054c643d29168c0090dbed3da4695c019 Mon Sep 17 00:00:00 2001 From: Peter Ljungdahl Date: Mon, 16 Nov 2015 13:03:23 +0100 Subject: Add IMSI and SPN regexp filtering for MVNO support 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 --- assets/carrier_config_001001.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'assets') diff --git a/assets/carrier_config_001001.xml b/assets/carrier_config_001001.xml index bf8674a..985952c 100644 --- a/assets/carrier_config_001001.xml +++ b/assets/carrier_config_001001.xml @@ -1,6 +1,15 @@ - - - + + + + + + + + + + + + -- cgit v1.2.3