summaryrefslogtreecommitdiff
path: root/core/ContextBase.h
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2016-04-08 19:56:27 -0700
committerKevin Tang <zhikait@codeaurora.org>2016-06-30 20:21:50 -0700
commit54794a45e6c754b21b2a48e2b31f1bc2c2910563 (patch)
treee89a482a4dc2aa15f321d20f7830eaf4dee9da80 /core/ContextBase.h
parent17e8653d96a957b6a163a622040c48878f1372ed (diff)
downloadgps-54794a45e6c754b21b2a48e2b31f1bc2c2910563.tar.gz
AGPS config inject can be configured out
a parameter can be added to gps.conf so as to prevent carrier dependent AGPS configs to be injected to modem. This is mainly for test purposes. Change-Id: Ia053bf523329fe7c1abf0696b9bffcc6a7d56a53 CRs-Fixed: 998059
Diffstat (limited to 'core/ContextBase.h')
-rw-r--r--core/ContextBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ContextBase.h b/core/ContextBase.h
index 4f7ac39..debdc11 100644
--- a/core/ContextBase.h
+++ b/core/ContextBase.h
@@ -59,6 +59,7 @@ typedef struct loc_gps_cfg_s
uint32_t GPS_LOCK;
uint32_t A_GLONASS_POS_PROTOCOL_SELECT;
uint32_t AGPS_CERT_WRITABLE_MASK;
+ uint32_t AGPS_CONFIG_INJECT;
uint32_t LPPE_CP_TECHNOLOGY;
uint32_t LPPE_UP_TECHNOLOGY;
} loc_gps_cfg_s_type;