aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-03-24 18:34:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-24 18:34:54 +0000
commit1f1216b1dc8401b2a1a51d61a7866b6fa81d4b5f (patch)
tree95d6cd87fef7785003ddeb4a1035401531e31a41
parentd97f33b3bc29a1b15772e24e852fbdb88f93b91c (diff)
parent69d69822ce03af530b9a3beab57f6b16162063af (diff)
downloadsample-1f1216b1dc8401b2a1a51d61a7866b6fa81d4b5f.tar.gz
Merge "Correct mmsproxy and mmsport" am: 69d69822ce
Original change: https://android-review.googlesource.com/c/device/sample/+/2041584 Change-Id: I752dde3a466944a70d309d6f9f5ae59e9ec690ac
-rw-r--r--etc/apns-full-conf.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 57d76cd..c9ae289 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -38607,8 +38607,8 @@
apn="enhancedphone"
type="default,ia,mms,supl,fota"
mmsc="http://mmsc.mobile.att.net"
- mmsc_proxy="proxy.mobile.att.net"
- mmsc_proxy_port="80"
+ mmsproxy="proxy.mobile.att.net"
+ mmsport="80"
protocol="IPV4V6"
roaming_protocol="IPV4V6"
user_editable="false"
@@ -38647,8 +38647,8 @@
apn="nrphone"
type="default,ia,mms,supl,fota"
mmsc="http://mmsc.mobile.att.net"
- mmsc_proxy="proxy.mobile.att.net"
- mmsc_proxy_port="80"
+ mmsproxy="proxy.mobile.att.net"
+ mmsport="80"
protocol="IPV4V6"
roaming_protocol="IPV4V6"
user_editable="false"