summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTore Anderson <tore@fud.no>2015-04-18 00:44:26 +0200
committerThomas Haller <thaller@redhat.com>2015-04-20 11:13:01 +0200
commita6a26866f72e11bc08fea152cfb4972a59ca17d9 (patch)
tree90196d685435305e8482aa360e1802666bfb166f
parent54ebd15f16bbbb1c4d0bbe682ac8819a63800ea0 (diff)
downloadmobile-broadband-provider-info-a6a26866f72e11bc08fea152cfb4972a59ca17d9.tar.gz
no: new default APN for Telenor Norway
Telenor Norway's new default APN is "telenor.smart". This APN supports both IPv4 and IPv6, so use a host name rather than a literal IPv4 address to refer to the MMS proxy. The statically configured DNS servers are removed as Telenor is using dynamic DNS server assignment (and the DNS servers assigned by the new APN are in any case different from the ones currently hard-coded in serviceproviders.xml). The new APN does not require username/password. This change has been ACK-ed by Telenor's IPv6 project leader Gwenael-Christian Berthet <Gwenael-Christian.Berthet@telenor.com>. The new settings may be verified on Telenor's web pages at http://www.telenor.no/privat/kundeservice/mobilhjelp/ (under "Kom i gang med IPv6"). https://bugzilla.gnome.org/show_bug.cgi?id=748089
-rw-r--r--serviceproviders.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/serviceproviders.xml b/serviceproviders.xml
index c0239bf..e75cff0 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -9243,11 +9243,16 @@ conceived.
<sms text="saldo">2525</sms>
</balance-check>
- <apn value="telenor">
+ <apn value="telenor.smart">
<plan type="postpaid"/>
<usage type="internet"/>
- <dns>212.17.131.3</dns>
- <dns>148.122.161.2</dns>
+ <name>Telenor</name>
+ </apn>
+ <apn value="telenor.smart">
+ <usage type="mms"/>
+ <name>Telenor MMS</name>
+ <mmsc>http://mmsc</mmsc>
+ <mmsproxy>mms-proxy.telenor.no:8080</mmsproxy>
</apn>
<apn value="mms.ventelo.no">
<usage type="mms"/>