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 594842 - [mbpi] add_provider_bg_vivatel & remove obsolete repeat
[mbpi] add_provider_bg_vivatel & remove obsolete repeat
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2009-09-11 07:14 UTC by Antti Kaijanmäki
Modified: 2009-09-11 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Antti Kaijanmäki 2009-09-11 07:14:10 UTC
I see the bug in 

https://bugs.launchpad.net/ubuntu/+source/mobile-broadband-provider-info/+bug/382664 

and I decided to help. So i create a patch following the instructions and send you the diff. Actually two issues was fixed:
1. I see that there is two <providers> for GloBul so I remove the obsolete.
2. I add the missing Vivatel provider.
3. Now the database is fully updated and checked it works for Bulgaria (only 3 providers here). 

Please update this as soon as possible, thanks. Happy to commit.

Index: serviceproviders.xml
===================================================================
--- serviceproviders.xml        (revision 95)
+++ serviceproviders.xml        (working copy)
@@ -461,13 +461,13 @@
                <dns>213.226.7.35</dns>
        </provider>
        <provider>
-               <name>GloBul</name>
+               <name>Vivatel</name>
                <gsm>
-                       <apn>internet.globul.bg</apn>
+                       <apn>internet.vivatel.bg</apn>
                </gsm>
-               <username>globul</username>
-               <password>[none]</password>
-               <dns>192.168.88.11</dns>
+               <username>vivatel</username>
+               <password>vivatel</password>
+               <dns>192.168.123.123</dns>
        </provider>
 </country>
Comment 1 Dan Williams 2009-09-11 17:18:56 UTC
fb6ea936b8b10a94addb3f452fc8adb7dbadfcf0

turns out vivatel is now vivacom as of yesterday (2009-09-10) and they have a completely new APN (internet.vivacom.bg).  So I added that.