diff options
author | 2025-03-07 18:21:47 +0000 | |
---|---|---|
committer | 2025-03-13 15:12:47 +0000 | |
commit | 1f4ce7c4b2cfa2c63b011fcbc210731f6b6ca755 (patch) | |
tree | eff67e4c3a77c06dfd91d850fc5642f336ab7084 /service/ServiceWifiResources | |
parent | e8590138a6a98da59ad4526a1ec581410ca126b0 (diff) |
Support AT&T IMSI protect requirement 1.2
1. Config lab entitlement server for 310950(1187), 311180(1187) and
312670(2119) SIMs.
2. Config prod entitlement server for 313140(2119) SIM.
Bug: 372726667
Test: atest com.android.server.wifi and carrier test
Flag: NONE This feature has been enable for a long time. Carrier wants
to config more SIMs for this feature.
Change-Id: I8cc5164aec71608bf89175d473b8cd3e7a9dc439
Diffstat (limited to 'service/ServiceWifiResources')
5 files changed, 57 insertions, 2 deletions
diff --git a/service/ServiceWifiResources/res/values-mcc310-mnc950 b/service/ServiceWifiResources/res/values-mcc310-mnc950 deleted file mode 120000 index 179ce02a94..0000000000 --- a/service/ServiceWifiResources/res/values-mcc310-mnc950 +++ /dev/null @@ -1 +0,0 @@ -values-mcc310-mnc030
\ No newline at end of file diff --git a/service/ServiceWifiResources/res/values-mcc310-mnc950/config.xml b/service/ServiceWifiResources/res/values-mcc310-mnc950/config.xml new file mode 100644 index 0000000000..c6fdb89325 --- /dev/null +++ b/service/ServiceWifiResources/res/values-mcc310-mnc950/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2025 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <integer name="config_wifiFrameworkSecureNetworkBonus">540</integer> + + <string-array translatable="false" name="config_wifiOobPseudonymEnabled_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::1187:::</xliff:g>true</item> + </string-array> + + <!-- Carrier specific override for the URL of entitlement server retrieving OOB pseudonym. --> + <string-array translatable="false" name="config_wifiOobPseudonymEntitlementServerUrl_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::1187:::</xliff:g>https://sentitlement2.npc.mobilephone.net/WFC</item> + </string-array> +</resources> diff --git a/service/ServiceWifiResources/res/values-mcc311-mnc180 b/service/ServiceWifiResources/res/values-mcc311-mnc180 index 179ce02a94..c885455563 120000 --- a/service/ServiceWifiResources/res/values-mcc311-mnc180 +++ b/service/ServiceWifiResources/res/values-mcc311-mnc180 @@ -1 +1 @@ -values-mcc310-mnc030
\ No newline at end of file +values-mcc310-mnc950
\ No newline at end of file diff --git a/service/ServiceWifiResources/res/values-mcc312-mnc670/config.xml b/service/ServiceWifiResources/res/values-mcc312-mnc670/config.xml new file mode 100644 index 0000000000..a605db28c3 --- /dev/null +++ b/service/ServiceWifiResources/res/values-mcc312-mnc670/config.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2025 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array translatable="false" name="config_wifiOobPseudonymEnabled_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::2119:::</xliff:g>true</item> + </string-array> + + <!-- Carrier specific override for the URL of entitlement server retrieving OOB pseudonym. --> + <string-array translatable="false" name="config_wifiOobPseudonymEntitlementServerUrl_carrier_overrides"> + <item><xliff:g id="carrier_id_prefix">:::2119:::</xliff:g>https://sentitlement2.npc.mobilephone.net/WFC</item> + </string-array> +</resources> diff --git a/service/ServiceWifiResources/res/values-mcc313-mnc140 b/service/ServiceWifiResources/res/values-mcc313-mnc140 new file mode 120000 index 0000000000..2d21ee5bae --- /dev/null +++ b/service/ServiceWifiResources/res/values-mcc313-mnc140 @@ -0,0 +1 @@ +values-mcc313-mnc100
\ No newline at end of file |