-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathBW.xml
More file actions
48 lines (48 loc) · 1.02 KB
/
BW.xml
File metadata and controls
48 lines (48 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: Google Inc
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<apns version="8">
<apn
mcc="652"
mnc="01"
carrier="Mascom_Internet"
apn="internet.mascom"
password=""
type="default,supl"
user=""
/>
<apn
mcc="652"
mnc="01"
carrier="Mascom_Wap"
apn="wap.mascom"
mmsc=""
password=""
port="8080"
proxy="192.168.33.138"
type="default,supl"
user=""
/>
<apn
mcc="652"
mnc="02"
carrier="Orange BW MMS"
apn="mms.orange.co.bw"
mmsc="http://10.0.0.242/servlets/mms"
mmsport="8080"
mmsproxy="10.0.0.226"
type="mms"
/>
<apn
mcc="652"
mnc="02"
carrier="Orange WAP BW"
apn="internet.orange.co.bw"
port="8080"
proxy="10.0.0.226"
type="default,supl"
/>
</apns>