[mobile-broadband-provider-info] us: add US Mobile (T-Mobile MVNO): mcc="310" mnc="260"



commit f77909fdfb330ecd7acaa1aef3a36101d0365ccc
Author: Rik Shaw <rikshaw76 gmail com>
Date:   Sun Jan 2 15:35:40 2022 -0600

    us: add US Mobile (T-Mobile MVNO): mcc="310" mnc="260"
    
    This patch adds US Mobile (T-Mobile / Verizon MVNO) with the T-Mobile USA
    gsm APN settings. The type of "internet" is used to allow a single combined
    Cellular Data / MMS APN entry. Note that 310/260 is already specified in
    the T-Mobile provider entry as well as the SpeedTalk Mobile provider entry
    but these are the right network settings for US Mobile's T-Mobile network
    entry.
    
    https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/54

 serviceproviders.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/serviceproviders.xml b/serviceproviders.xml
index 13f5803..730077b 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -14179,6 +14179,20 @@ conceived.
                        </apn>
                </gsm>
        </provider>
+       <provider>
+               <!-- MVNO operating on T-Mobile / Verizon -->
+               <name>US Mobile</name>
+               <gsm>
+                       <network-id mcc="310" mnc="260"/>
+                       <voicemail>123</voicemail>
+                       <apn value="pwg">
+                               <!-- T-Mobile network combined MMS / Cellular Data APN -->
+                               <usage type="internet"/>
+                               <name>US Mobile</name>
+                               <mmsc>http://pwg.mmsmvno.com/mms/wapenc</mmsc>
+                       </apn>
+               </gsm>
+       </provider>
 </country>
 
 <!-- Uruguay -->


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