Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
migaverse
GitHub Repository: migaverse/skymod
Path: blob/master/system/etc/nwk_info.xml
4282 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2008 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
17
<!-- This file contains fake APNs that are necessary for the emulator
18
to talk to the network. It should only be installed for SDK builds.
19
20
This file is not installed by the local Android.mk, it's installed using
21
a PRODUCT_COPY_FILES line in the sdk section of the toplevel Makefile.
22
-->
23
24
<!-- use empty string to specify no proxy or port -->
25
<!-- This version must agree with that in apps/common/res/apns.xml -->
26
<NetworkInfos version="8">
27
<!-- USA -->
28
<DormPolicy plmn="31026"
29
nwkname="T-Mobile"
30
lcdonfdtime="0"
31
lcdofffdtime="0"
32
/>
33
<DormPolicy plmn="310160"
34
nwkname="T-Mobile"
35
lcdonfdtime="0"
36
lcdofffdtime="0"
37
/>
38
<DormPolicy plmn="310200"
39
nwkname="T-Mobile"
40
lcdonfdtime="0"
41
lcdofffdtime="0"
42
/>
43
<DormPolicy plmn="310210"
44
nwkname="T-Mobile"
45
lcdonfdtime="0"
46
lcdofffdtime="0"
47
/>
48
<DormPolicy plmn="310220"
49
nwkname="T-Mobile"
50
lcdonfdtime="0"
51
lcdofffdtime="0"
52
/>
53
<DormPolicy plmn="310230"
54
nwkname="T-Mobile"
55
lcdonfdtime="0"
56
lcdofffdtime="0"
57
/>
58
<DormPolicy plmn="310240"
59
nwkname="T-Mobile"
60
lcdonfdtime="0"
61
lcdofffdtime="0"
62
/>
63
<DormPolicy plmn="310250"
64
nwkname="T-Mobile"
65
lcdonfdtime="0"
66
lcdofffdtime="0"
67
/>
68
<DormPolicy plmn="310260"
69
nwkname="T-Mobile"
70
lcdonfdtime="0"
71
lcdofffdtime="0"
72
/>
73
<DormPolicy plmn="310270"
74
nwkname="T-Mobile"
75
lcdonfdtime="0"
76
lcdofffdtime="0"
77
/>
78
<DormPolicy plmn="310310"
79
nwkname="T-Mobile"
80
lcdonfdtime="0"
81
lcdofffdtime="0"
82
/>
83
<DormPolicy plmn="310330"
84
nwkname="T-Mobile"
85
lcdonfdtime="0"
86
lcdofffdtime="0"
87
/>
88
<DormPolicy plmn="310490"
89
nwkname="T-Mobile"
90
lcdonfdtime="0"
91
lcdofffdtime="0"
92
/>
93
<DormPolicy plmn="310580"
94
nwkname="T-Mobile"
95
lcdonfdtime="0"
96
lcdofffdtime="0"
97
/>
98
<DormPolicy plmn="310660"
99
nwkname="T-Mobile"
100
lcdonfdtime="0"
101
lcdofffdtime="0"
102
/>
103
<DormPolicy plmn="310800"
104
nwkname="T-Mobile"
105
lcdonfdtime="0"
106
lcdofffdtime="0"
107
/>
108
<DormPolicy plmn="31038"
109
nwkname="Vodafone"
110
lcdonfdtime="0"
111
lcdofffdtime="0"
112
/>
113
<DormPolicy plmn="31090"
114
nwkname="Vodafone"
115
lcdonfdtime="0"
116
lcdofffdtime="0"
117
/>
118
<DormPolicy plmn="310150"
119
nwkname="ATT"
120
lcdonfdtime="0"
121
lcdofffdtime="3"
122
/>
123
<DormPolicy plmn="310410"
124
nwkname="ATT"
125
lcdonfdtime="0"
126
lcdofffdtime="3"
127
/>
128
<DormPolicy plmn="310560"
129
nwkname="Vodafone"
130
lcdonfdtime="0"
131
lcdofffdtime="0"
132
/>
133
<DormPolicy plmn="310680"
134
nwkname="Vodafone"
135
lcdonfdtime="0"
136
lcdofffdtime="0"
137
/>
138
<DormPolicy plmn="310980"
139
nwkname="ATT"
140
lcdonfdtime="0"
141
lcdofffdtime="3"
142
/>
143
<DormPolicy plmn="311180"
144
nwkname="ATT"
145
lcdonfdtime="0"
146
lcdofffdtime="3"
147
/>
148
149
</NetworkInfos>
150
151
152