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:
parent
b115af5590
commit
8b9b90e0c7
1 changed files with 1 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue