diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 9f96c20..2d01c37 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 40985ca..3b1d760 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF