bigbaicai

芯方式是以半导体人、电子工程师等电子行业相关领域从业人员为核心的知识经验学习、分享、交流社群。 凭借开放、合作、共赢的运营理念,聚集了来自国内外知名院校和顶尖科技公司的半导体人、电子工程师。 我们致力于营造专业、认真、有温度的分享交流环境,将高质量的内容和方案成规模地生产和分享,帮助个人和团队在芯方式找到有价值的Key。 http://www.icfans.com/

How to open AGPS_SUPPORT

0
阅读(960)

[Description]
How to open AGPS_SUPPORT.


[Solution]来自半导体社区
First, we must make sure GPS_SUPPORT != NONE in make file.
compile option:
Value of AGPS_SUPPORT: NONE,BOTH,CONTROL_PLANE(CP),USER_PLANE(UP). Flavor build for defferent
request:
AGPS_SUPPORT = NONE:do not support AGPS, customer can open or close GPS_SUPPORT.
AGPS_CP_SIB15_SUPPORT = FALSE
AGPS_UP_CP_CONFLICT_HANDLING_SUPPORT = NONE
L1_GPS_REF_TIME_SUPPORT = FALSE
SSL_SUPPORT = NONE (No limitation)
SOCKET_SSL_SUPPORT = FALSE (No limitation)
OMA_ULP_SUPPORT = NONE
RRLP_VER_SUPPORT = NONE
RRC_PAYLOAD_FOR_3G_UP_SUPPORT = NONE
AGPS_SUPPORT = USER_PLANE:For Low cost project to save memory, but customer want to open AGPS. Can just
Feature option Comment
GPS_SUPPORT If UE support GPS (define GPS chip ID, like MT3336)
AGPS_SUPPORT If UE support AGPS, (GPS_SUPPORT != NONE)
AGPS_CP_SIB15_SUPPORT For CP, Just for 3G project
AGPS_UP_CP_CONFLICT_HANDLING_
SUPPORT
Deprecated option, Do not be used now.
For older project, when AGPS_SUPPORT=BOTH, must open this
option
L1_GPS_REF_TIME_SUPPORT For CP, GPS frame sync feature
SSL_SUPPORT For UP, If UE support USER_PLANE, SSL_SUPPORT != NONE
SOCKET_SSL_SUPPORT For UP, If UE support USER_PLANE, SOCKET_SSL_SUPPORT !=
FALSE
OMA_ULP_SUPPORT For UP, SUPL version, feature phone just support V1
RRLP_VER_SUPPORT For CP or UP, RRLP version, feature phone can support to R5
RRC_PAYLOAD_FOR_3G_UP_SUPPOR
T
For UP, using RRC payload, feature phone can support to R6, and just
for 3G project
support UP.
Must define: GPS_SUPPORT, OBIGO_FEATURE, SOCKET_SSL_SUPPORT
AGPS_CP_SIB15_SUPPORT = FALSE
AGPS_UP_CP_CONFLICT_HANDLING_SUPPORT = NONE
L1_GPS_REF_TIME_SUPPORT = FALSE
SSL_SUPPORT = OPENSSL_MTK
SOCKET_SSL_SUPPORT = TRUE
OMA_ULP_SUPPORT = V1
RRLP_VER_SUPPORT = R5
RRC_PAYLOAD_FOR_3G_UP_SUPPORT = NONE or TRUE ( just for 3G project)
AGPS_SUPPORT = CONTROL_PLANE:For smart phone 11A_MD branch, or ULC project which has no WAP or data
service, but want to support operator E911, need CP only.
Must define: GPS_SUPPORT
AGPS_CP_SIB15_SUPPORT = NONE or TRUE (just for 3G project)
AGPS_UP_CP_CONFLICT_HANDLING_SUPPORT = NONE
L1_GPS_REF_TIME_SUPPORT = TRUE
SSL_SUPPORT = NONE (No limitation)
SOCKET_SSL_SUPPORT = FALSE (No limitation)
OMA_ULP_SUPPORT = NONE
RRLP_VER_SUPPORT = R5
RRC_PAYLOAD_FOR_3G_UP_SUPPORT = NONE
AGPS_SUPPORT = BOTH:Both support UP and CP.
must define: GPS_SUPPORT, OBIGO_FEATURE, SOCKET_SSL_SUPPORT
AGPS_CP_SIB15_SUPPORT = NONE or TRUE (just for 3G project)
AGPS_UP_CP_CONFLICT_HANDLING_SUPPORT = TRUE
L1_GPS_REF_TIME_SUPPORT = TRUE
SSL_SUPPORT = OPENSSL_MTK
SOCKET_SSL_SUPPORT = TRUE
OMA_ULP_SUPPORT = V1
RRLP_VER_SUPPORT = R5
RRC_PAYLOAD_FOR_3G_UP_SUPPORT = NONE or TRUE (just for 3G project)

IC