summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Olsthoorn <dave.olsthoorn@gmail.com>2016-05-30 14:09:20 +0200
committerThomas Haller <thaller@redhat.com>2016-06-27 17:11:55 +0200
commit4413669716dc0b51572bade2f5cb32409b4fb99b (patch)
tree41754561f8caa315d30dd8724123606adf6836f6
parent785ec80e917f207357bd6dcf0c3af0f338ac1ac7 (diff)
downloadmobile-broadband-provider-info-4413669716dc0b51572bade2f5cb32409b4fb99b.tar.gz
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
-rw-r--r--serviceproviders.xml21
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>