aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-03-24 19:37:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-24 19:37:15 +0000
commit69df3effbe2d2f41b3b265a27a27efad93fc0fab (patch)
treeeafa280f5f515a434b3fd590f4b93b178b27387a
parentef414f6843383ebd473165acc3b12434404e5517 (diff)
parentf71ea546e9a32ecb2a288b07e3d09e13cac01914 (diff)
downloadsample-69df3effbe2d2f41b3b265a27a27efad93fc0fab.tar.gz
Merge "Correct mmsproxy and mmsport" am: 69d69822ce am: 1f1216b1dc am: f71ea546e9
Original change: https://android-review.googlesource.com/c/device/sample/+/2041584 Change-Id: Ib6e51c8ca866590f4c4f0a7860c08fccab90c5ec
-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"