[mobile-broadband-provider-info] th: add new provider AIS (AWN)



commit 720ee8d7f9663cef5dfe6d4baf3816dc7b424996
Author: Ratchanan Srirattanamet <ratchanan ubports com>
Date:   Wed Nov 18 02:06:50 2020 +0700

    th: add new provider AIS (AWN)
    
    AIS parcipated in 2100MHz frequency bidding and has established AWN
    (Advanced Wireless Network) to operate under the new license [1]. Thus,
    the new AIS is a different provider and need separated entry.
    
    My understanding is that the other 2 operators also require a separated
    entry, but I don't have an info on their APN settings.
    
    [1] AIS (and the other 2) was operating under a concession, not a
    license.
    
    https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/22

 serviceproviders.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/serviceproviders.xml b/serviceproviders.xml
index 9208688..abc6c42 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -12427,6 +12427,28 @@ conceived.
                        </apn>
                </gsm>
        </provider>
+
+       <provider>
+               <name>AIS (AWN)</name>
+               <gsm>
+                       <network-id mcc="520" mnc="03"/>
+                       <apn value="internet">
+                               <usage type="internet"/>
+                               <name>AIS internet</name>
+                               <authentication method="chap"/>
+                               <dns>202.183.255.20</dns>
+                               <dns>202.183.255.21</dns>
+                       </apn>
+                       <apn value="mms">
+                               <usage type="mms"/>
+                               <name>AIS MMS</name>
+                               <authentication method="chap"/>
+                               <mmsc>http://mms.ais.co.th</mmsc>
+                               <mmsproxy>203.170.229.34:8080</mmsproxy>
+                       </apn>
+               </gsm>
+       </provider>
+
        <provider>
                <name>DTAC</name>
                <gsm>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]