[mobile-broadband-provider-info/lr/uk-ee] ui: collapse Orange and T-Mobile into EE, fix APNs



commit 0c6e474cd7f2265138d601ec145b879e9b34c44a
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Aug 23 19:04:14 2022 +0200

    ui: collapse Orange and T-Mobile into EE, fix APNs
    
    Alyssa Ross reports:
    
      I was able to manually connect to the UK provider EE (which is not
      currently listed) using the following settings:
    
        APN: everywhere Username: eesecure Password: secure
    
      Also, EE was formed as a merger of T-Mobile and Orange, both of which are
      still in the list.
    
    The data was pulled off EE web site, checked agains AOSP configuration:
    https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml
    
    https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/issues/12

 serviceproviders.xml | 98 ++++++++++++++++++----------------------------------
 1 file changed, 34 insertions(+), 64 deletions(-)
---
diff --git a/serviceproviders.xml b/serviceproviders.xml
index 4853718..5ca3e7b 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -5135,6 +5135,40 @@ conceived.
                        </apn>
                </gsm>
        </provider>
+       <provider>
+               <name>EE</name>
+               <gsm>
+                       <network-id mcc="234" mnc="30"/>
+                       <network-id mcc="234" mnc="33"/>
+                       <network-id mcc="234" mnc="34"/>
+                       <network-id mcc="234" mnc="86"/>
+
+                       <!-- 
https://ee.co.uk/help/help-new/getting-started-and-upgrading/using-your-phone-features/how-do-i-use-voicemail 
-->
+                       <voicemail>222</voicemail>
+                       <!-- 
https://ee.co.uk/help/help-new/billing-usage-and-top-up/topping-up-and-balance/how-can-i-check-my-balance -->
+                       <balance-check>
+                               <dtmf>150</dtmf>
+                               <sms text="BALANCE">150</sms>
+                               <sms text="APP">150</sms>
+                       </balance-check>
+                       <!-- 
https://setup-ee.wdsglobal.com/internet?step=modelselection.vm&contractId=230&countryId=36&networkId=2027&manufacturerId=475&captchaEnabled=false&phoneId=5872
 -->
+                       <apn value="everywhere">
+                               <usage type="internet"/>
+                               <name>EE Internet</name>
+                               <username>eesecure</username>
+                               <password>secure</password>
+                       </apn>
+                       <!-- 
https://ee.co.uk/help/help-new/phones-and-devices/ee/robin#calls-messaging-and-email/add-mms-apn -->
+                       <apn value="eezone">
+                               <usage type="mms"/>
+                               <name>EE MMS</name>
+                               <username>eesecure</username>
+                               <password>secure</password>
+                               <mmsc>http://mms/</mmsc>
+                               <mmsproxy>149.254.201.135:8080</mmsproxy>
+                       </apn>
+               </gsm>
+       </provider>
        <provider>
                <name>Lycamobile</name>
                <gsm>
@@ -5252,32 +5286,6 @@ conceived.
                        </apn>
                </gsm>
        </provider>
-       <provider>
-               <name>T-Mobile</name>
-               <gsm>
-                       <network-id mcc="234" mnc="30"/>
-                       <voicemail>222</voicemail>
-                       <balance-check>
-                               <dtmf>150</dtmf>
-                               <sms text="BA">150</sms>
-                               <sms text="AL">150</sms>
-                       </balance-check>
-                       <apn value="general.t-mobile.uk">
-                               <plan type="postpaid"/>
-                               <usage type="internet"/>
-                               <username>User</username>
-                               <password>mms</password>
-                               <dns>149.254.201.126</dns>
-                               <dns>149.254.192.126</dns>
-                       </apn>
-                       <apn value="general.t-mobile.uk">
-                               <plan type="postpaid"/>
-                               <usage type="internet"/>
-                               <dns>149.254.230.7</dns>
-                               <dns>149.254.199.126</dns>
-                       </apn>
-               </gsm>
-       </provider>
        <provider>
                <name>Tesco Mobile</name>
                <gsm>
@@ -5409,44 +5417,6 @@ conceived.
                        </apn>
                </gsm>
        </provider>
-       <provider>
-               <name>Orange</name>
-               <gsm>
-                       <network-id mcc="234" mnc="33"/>
-                       <network-id mcc="234" mnc="34"/>
-                       <voicemail>123</voicemail>
-                       <balance-check>
-                               <dtmf>453</dtmf>
-                       </balance-check>
-                       <apn value="orangeinternet">
-                               <plan type="postpaid"/>
-                               <usage type="internet"/>
-                               <name>Contract</name>
-                               <username>orange</username>
-                               <password>orange</password>
-                               <dns>193.35.133.10</dns>
-                               <dns>193.35.134.10</dns>
-                       </apn>
-                       <apn value="internetvpn">
-                               <plan type="postpaid"/>
-                               <usage type="internet"/>
-                               <name>Contract (with VPN)</name>
-                               <username>orange</username>
-                               <password>orange</password>
-                               <dns>193.35.133.10</dns>
-                               <dns>193.35.134.10</dns>
-                       </apn>
-                       <apn value="orangewap">
-                               <plan type="postpaid"/>
-                               <usage type="wap"/>
-                               <name>Orange WAP</name>
-                               <username>orange</username>
-                               <password>multimedia</password>
-                               <dns>158.43.192.1</dns>
-                               <dns>158.43.128.1</dns>
-                       </apn>
-               </gsm>
-       </provider>
 </country>
 
 <!-- Georgia -->


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