[mobile-broadband-provider-info] nl: t-mobile update



commit 4413669716dc0b51572bade2f5cb32409b4fb99b
Author: Dave Olsthoorn <dave olsthoorn gmail com>
Date:   Mon May 30 14:09:20 2016 +0200

    nl: t-mobile update
    
    This updates the following:
    - smartsites.t-mobile apn
    - use own mms gateway instead of ben's
    - add sms balance check method
    - add prepaid plans to apn's
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767020

 serviceproviders.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/serviceproviders.xml b/serviceproviders.xml
index 2383960..8ac5162 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -9196,16 +9196,27 @@ conceived.
                <name>T-Mobile</name>
                <gsm>
                        <network-id mcc="204" mnc="16"/>
+                       <balance-check>
+                               <sms text="SALDO">1144</sms>
+                       </balance-check>
                        <apn value="internet">
                                <plan type="postpaid"/>
+                               <plan type="prepaid"/>
                                <usage type="internet"/>
-                               <dns>193.78.240.12</dns>
-                               <dns>193.79.242.39</dns>
+                               <name>T-Mobile Internet</name>
                        </apn>
-                       <apn value="mms.ben">
+                       <apn value="smartsites.t-mobile">
+                               <plan type="postpaid"/>
+                               <plan type="prepaid"/>
+                               <usage type="internet"/>
+                               <name>T-Mobile NL</name>
+                       </apn>
+                       <apn value="mms">
                                <usage type="mms"/>
-                               <name>Ben MMS</name>
-                               <mmsc>http://benmms</mmsc>
+                               <name>T-Mobile NL MMS</name>
+                               <username>tmobilemms</username>
+                               <password>tmobilemms</password>
+                               <mmsc>http://t-mobilemms</mmsc>
                                <mmsproxy>10.10.10.11:8080</mmsproxy>
                        </apn>
                </gsm>


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