GNOME Bugzilla – Bug 738743
Added a new provider and modified another provider name
Last modified: 2014-10-20 14:59:04 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 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
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/
That is great. Thank you.