1 # Sample file for use for on device debug override only 2 # Prefer frameworks/base/core/res/res/values/config.xml and 3 # frameworks/base/core/res/res/values-mcc*-mnc*/config.xml 4 5 ################################ 6 ##### AGPS server settings ##### 7 ################################ 8 # FOR SUPL SUPPORT, set the following 9 # SUPL_HOST=supl.google.com or IP 10 # SUPL_PORT=7275 11 12 # supl version 2.0 13 # SUPL_VER=0x20000 14 15 #SUPL_MODE is a bit mask set in config.xml per carrier by default. 16 #If it is uncommented here, this value will overwrite the value from 17 #config.xml. 18 #MSA=0X2 19 #MSB=0X1 20 #SUPL_MODE=1 21 22 # Emergency SUPL, 1=enable, 0=disable 23 #SUPL_ES=0 24 25 #Choose PDN for Emergency SUPL 26 #1 - Use emergency PDN 27 #0 - Use regular SUPL PDN for Emergency SUPL 28 #USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0 29 30 #################################### 31 # LTE Positioning Profile Settings 32 #################################### 33 # 0: Enable RRLP on LTE(Default) 34 # 1: Enable LPP_User_Plane on LTE 35 # 2: Enable LPP_Control_Plane 36 # 3: Enable both LPP_User_Plane and LPP_Control_Plane 37 #LPP_PROFILE = 2 38 39 ################################################## 40 # Select Positioning Protocol on A-GLONASS system 41 ################################################## 42 # 0x1: RRC CPlane 43 # 0x2: RRLP UPlane 44 # 0x4: LLP Uplane 45 #A_GLONASS_POS_PROTOCOL_SELECT = 0 46 47 # Below bit mask configures how GPS functionalities 48 # should be locked when user turns off GPS on Settings 49 # Set bit 0x1 if MO GPS functionalities are to be locked 50 # Set bit 0x2 if NI GPS functionalities are to be locked 51 # default - non is locked for backward compatibility 52 #GPS_LOCK = 0 53