[mobile-broadband-provider-info] de: add mms information to combined apn



commit 4b596f3720e317ea214ee5584bec8d255b1a5f89
Author: José Pekkarinen <koalinux gmail com>
Date:   Mon Jan 10 18:40:35 2022 +0200

    de: add mms information to combined apn
    
    T-mobile germany seems to be using a combined apn for internet + mms. This
    patch adds the mms configuration to the internet entry to allow correct
    configuration.
    
    https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/56

 serviceproviders.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/serviceproviders.xml b/serviceproviders.xml
index b1ebe1d..a171356 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -3425,7 +3425,8 @@ conceived.
                                <dns>193.254.160.1</dns>
                                <dns>193.254.160.130</dns>
                        </apn>
-                       <!-- dual stack or ipv4-only APN, type ipv4v6 or ipv4 -->
+                       <!-- dual stack or ipv4-only APN, type ipv4v6 or ipv4
+                            internet + mms apn -->
                        <apn value="internet.t-mobile">
                                <plan type="postpaid"/>
                                <usage type="internet"/>
@@ -3433,6 +3434,8 @@ conceived.
                                <password>tm</password>
                                <dns>10.74.83.22</dns>
                                <dns>193.254.160.1</dns>
+                               <mmsc>http://mms.t-mobile.de/servlets/mms</mmsc>
+                               <mmsproxy>172.28.23.131:8008</mmsproxy>
                        </apn>
                        <!-- 
https://telekomhilft.telekom.de/t5/Blog/Neuer-IPv6-Zugang-zum-mobilen-Internet-im-Netz-der-Telekom/ba-p/4254741
 -->
                        <!-- IPv6-only APN, type ipv6 or ipv4v6  -->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]