After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671372 - nl: Mark T-Mobile as the primary provider for 20416 in m-b-p-i
nl: Mark T-Mobile as the primary provider for 20416 in m-b-p-i
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: ModemManager
git master
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2012-03-05 15:11 UTC by Jason Glasgow
Modified: 2012-03-13 12:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jason Glasgow 2012-03-05 15:11:36 UTC
In the mobile broadband provider info database, T Mobile should be marked as the primary provider for 20416.  The other provider, Ben, is an MVNO.  The patch to fix this is included below.

From 1126afd454f647740134f0f12db1f32ad7bd93fd Mon Sep 17 00:00:00 2001
From: Jason Glasgow <jglasgow@chromium.org>
Date: Mon, 5 Mar 2012 10:01:45 -0500
Subject: [PATCH] nl: Mark T-Mobile as the primary provider for 20416

Mark T-Mobile as the primary provider for 20416.  Ben is an MVNO.
---
 serviceproviders.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/serviceproviders.xml b/serviceproviders.xml
index 096a911..e910ffe 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -7061,7 +7061,7 @@ conceived.
 			</apn>
 		</gsm>
 	</provider>
-	<provider>
+	<provider primary="true">
 		<name>T-Mobile</name>
 		<gsm>
 			<network-id mcc="204" mnc="16"/>
-- 
1.7.7.3
Comment 1 Jason Glasgow 2012-03-05 15:40:20 UTC
Source: http://service.t-mobile.nl/app/persoonlijk/answers/detail/a_id/1945/p/198

Maybe we should also update the username/password

APN = internet
Username= tmobile
Password = tmobile
Comment 2 Jason Glasgow 2012-03-05 15:47:19 UTC
See http://code.google.com/p/chromium-os/issues/detail?id=25520.  Username/Password is not required.
-Jason
Comment 3 Jiri Klimes 2012-03-13 12:08:53 UTC
Applied as 9f3eaef3e6093d45abd294983e2c65d267008692
Thanks, Jason.