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 594852 - [mbpi] add korea mobile provider
[mbpi] add korea mobile provider
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:49 UTC by Antti Kaijanmäki
Modified: 2009-09-11 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Antti Kaijanmäki 2009-09-11 07:49:20 UTC
Here is a patch that add korean mobile provider in mobile-broadband-provider-info database.


And I have a request.


As I described in this patch. korean mobile provider do not allow de-factor number (#777), but they use their own cid.


Could you modify dtd and allow db can include cid for each provier?


diff --git a/serviceproviders.xml b/serviceproviders.xml
index 1e9ab0c..c817148 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -2654,6 +2654,37 @@ conceived.
        </provider>
 </country>
 
+<!-- Korea, Republic of -->
+<country code="kr">
+       <provider>
+               <name>KTF</name>
+               <cdma>
+                       <!-- cid: "016" -->
+                       <username>ktf</username>
+                       <password>ktf</password>
+               </cdma>
+       </provider>
+       <provider>
+               <name>LGTelecom</name>
+               <cdma>
+                       <!-- cid: "109" -->
+                       <!--
+                       username must be xxxx(yournumber)@lgt.co.kr and
+                       password must be your last 4 number
+                       <username>number@lgt.co.kr</username>
+                       <password></password>
+                       -->
+               </cdma>
+       </provider>
+       <provider>
+               <name>SKTelecom</name>
+               <cdma>
+                       <!-- cid: 1501 -->
+                       <username>sktelecom</username>
+               </cdma>
+       </provider>
+</country>
+
 <!-- Kuwait -->
 <country code="kw">
        <provider>
Comment 1 Dan Williams 2009-09-11 18:23:59 UTC
ab0638fd03d628eb25a72291cc109f553128b5e9