Disable Early Cmaping feature

In the feature, IA would be sent early. But it met the timing issue to
customize for TMO.
The carrier id is updated too late to set the TMO parameter correctly.
Disable the feature to unblock field test first.

Bug: 188973074
Test: Flash ROM and make sure the early camping feature is off
Change-Id: Ifd8021d4944db3437c6ff51ac417b427ce04c2a1
This commit is contained in:
terrycrhuang 2021-05-26 11:13:15 +08:00 committed by Terry Huang
parent b115af5590
commit 8b9b90e0c7

View file

@ -105,7 +105,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Early Camping
PRODUCT_PRODUCT_PROPERTIES += \
persist.vendor.ril.camp_on_earlier=1
persist.vendor.ril.camp_on_earlier=0
# Carrier configuration default location
PRODUCT_PROPERTY_OVERRIDES += \