cm: add selective based spn (2/2)
* patch set 1 to 7 doesn't fix the problem, it bruce forces the spn
list to ALL DEVICES.
* this change and http://review.cyanogenmod.org/#/c/57393/
will attack the problem at lowest level, customized it for speed
and memory.
* the best part is that it handles letters and exit the
function when it find a letter in the response from ril.
Change-Id: Ia63309acf38617e68b98ff1068463a942fa793df
diff --git a/config/telephony.mk b/config/telephony.mk
index eff747d..ddb8369 100644
--- a/config/telephony.mk
+++ b/config/telephony.mk
@@ -6,6 +6,11 @@
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
+# Selective SPN list for operator number who has the problem.
+PRODUCT_COPY_FILES += \
+ vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
+
+
# Telephony packages
PRODUCT_PACKAGES += \
Mms \