GNOME Bugzilla – Bug 594853
[mpbi] mobile broadband provider database update
Last modified: 2009-09-11 18:25:41 UTC
Hello, Passwords for two largest providers in Serbia (Telekom and Telenor) are wrongly typed. Therefore, I created a patch following the instructions found at http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders diff --git a/serviceproviders.xml b/serviceproviders.xml index 1e9ab0c..041830d 100644 --- a/serviceproviders.xml +++ b/serviceproviders.xml @@ -3779,7 +3779,7 @@ conceived. <network-id mcc="220" mnc="01"/> <apn value="internet"> <username>telenor</username> - <password>grps</password> + <password>gprs</password> </apn> </gsm> </provider> @@ -3789,7 +3789,7 @@ conceived. <network-id mcc="220" mnc="03"/> <apn value="gprsinternet"> <username>mts</username> - <password>64</password> + <password>064</password> <dns>195.178.38.3</dns> </apn> </gsm>
62f3c608b24c6e454ef6ac01a4e7858f57988c7d thanks