GNOME Bugzilla – Bug 594852
[mbpi] add korea mobile provider
Last modified: 2009-09-11 18:23:59 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>
ab0638fd03d628eb25a72291cc109f553128b5e9