Make Psds server configurable from carrier config

Support loading carrier config with no SIM case
Bug: 167499651

Test: manual
Change-Id: I2bc5bfdca83e79b21de8b660a6f8519e402b7caf
This commit is contained in:
Edwin Tung 2021-03-08 12:14:14 +08:00
parent b14c4e1920
commit 75657e2f0e

View file

@ -148,11 +148,6 @@
<!-- Is the device capable of hot swapping an UICC Card --> <!-- Is the device capable of hot swapping an UICC Card -->
<bool name="config_hotswapCapable">true</bool> <bool name="config_hotswapCapable">true</bool>
<!-- Ser Gnss Psds Servers -->
<string name="config_longterm_psds_server_1">https://agnss.goog/lto2.dat</string>
<string name="config_normal_psds_server">https://agnss.goog/rto.dat</string>
<string name="config_realtime_psds_server">https://agnss.goog/rtistatus.dat</string>
<!-- The default refresh rate. P21 manages this using the peak refresh rate setting, so set <!-- The default refresh rate. P21 manages this using the peak refresh rate setting, so set
this value to 0 so it has no effect. --> this value to 0 so it has no effect. -->
<integer name="config_defaultRefreshRate">0</integer> <integer name="config_defaultRefreshRate">0</integer>