1#
2# Copyright 2019, The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#     http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Telephony information related to time zone detection.
17#
18# This is a proto file in text format.
19#
20# The file is used to generate the on-device file used when picking
21# a time zone for an Android device.
22
23# networks:
24#
25# A set of networks which use an MCC+MNC combination but *do not* actually
26# operate in the country the MCC would suggest and therefore cause problems when
27# MCC is used for country detection. There is no need to enter networks that
28# operate in the country linked to the MCC. MCC+MNC combinations that operate
29# in multiple countries where the MCC country is one of them must also not be
30# entered here.
31#
32# The ordering of network elements is not important but is kept in ASCII
33# order by MCC and MNC, then country ISO code for easier maintenance.
34# There must only be one network element per MCC+MNC combination.
35
36# Network:
37#
38# mcc:
39# The Mobile Country Code.
40#
41# mnc:
42# The Mobile Network Code.
43#
44# countryIsoCode:
45# The (lower cased) ISO 3166 2-character country code. Must be a known valid code.
46
47networks:<
48  # DOCOMO PACIFIC http://b/117863016
49  mcc: "310"
50  mnc: "370"
51  countryIsoCode: "gu"
52>
53