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 738743 - Added a new provider and modified another provider name
Added a new provider and modified another provider name
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: Mobile broadband
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-10-18 04:59 UTC by Md. Minhazul Haque
Modified: 2014-10-20 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for mobile-broadband-provider-info (1.19 KB, patch)
2014-10-18 04:59 UTC, Md. Minhazul Haque
none Details | Review

Description Md. Minhazul Haque 2014-10-18 04:59:37 UTC
Created attachment 288793 [details] [review]
Patch for mobile-broadband-provider-info

Hello,

I added one provider to the file serviceproviders.xml.


Teletalk Bangladesh Ltd. is a government owned 3G internet provider. I added their Internet and MMS accesspoint names. Details and verification can be found at http://www.teletalk.com.bd/cpoint/3G/MMS_Internet_service.php.

I also changed the name of the provider Warid to Airtel as in 2010, Bharti Airtel bought out majority share of the company and renamed it to Airtel.

The patch has been attached for review.

Thanks.
Comment 1 Md. Minhazul Haque 2014-10-18 05:03:37 UTC
Comment on attachment 288793 [details] [review]
Patch for mobile-broadband-provider-info

From 8f03c921fb82f9cfb07499ee15415740d21f77c4 Mon Sep 17 00:00:00 2001
From: "Md. Minhazul Haque" <mdminhazulhaque@gmail.com>
Date: Sat, 18 Oct 2014 11:03:17 +0600
Subject: [PATCH] Added a new provider and modified another provider name

---
 serviceproviders.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/serviceproviders.xml b/serviceproviders.xml
index 013894e..3ca2fdb 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -1320,7 +1320,7 @@ conceived.
 		</gsm>
 	</provider>
 	<provider>
-		<name>Warid</name>
+		<name>Airtel (Warid)</name>
 		<gsm>
 			<network-id mcc="470" mnc="07"/>
 			<apn value="internet">
@@ -1347,6 +1347,23 @@ conceived.
 			<sid value="13480"/>
 		</cdma>
 	</provider>
+	<provider>
+		<name>Teletalk</name>
+		<gsm>
+			<network-id mcc="470" mnc="05"/>
+			<apn value="wap">
+				<plan type="prepaid"/>
+				<usage type="internet"/>
+				<name>Internet</name>
+			</apn>
+			<apn value="mms">
+				<usage type="mms"/>
+				<name>Teletalk MMS</name>
+				<mmsc>http://10.5.4.22:38090/was</mmsc>
+				<mmsproxy>10.5.4.40:8080</mmsproxy>
+			</apn>
+		</gsm>
+	</provider>
 </country>
 
 <!-- Belgium -->
-- 
1.9.1
Comment 2 Jiri Klimes 2014-10-20 11:57:37 UTC
I have pushed the patch to master:
40cfb36 bd: add Teletalk and update Airtel name for Bangladesh (bgo #738743)

However, I fixed MNC code for Teletalk that should be 04, not 05.
http://en.wikipedia.org/wiki/Mobile_country_code#Bangladesh_-_BD
http://www.silverstreet.com/products/bulk-sms-gateway/network-coverage/bangladesh/
Comment 3 Md. Minhazul Haque 2014-10-20 14:59:04 UTC
That is great. Thank you.