summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRik Shaw <rikshaw76@gmail.com>2022-01-02 15:35:40 -0600
committerLubomir Rintel <lkundrak@v3.sk>2022-03-14 15:44:12 +0100
commitf77909fdfb330ecd7acaa1aef3a36101d0365ccc (patch)
treeefbe2478c71fbf30634054915cba2d610471e5d7
parent777c80e40e2e996eba96f21a432489c66ab669f4 (diff)
downloadmobile-broadband-provider-info-f77909fdfb330ecd7acaa1aef3a36101d0365ccc.tar.gz
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
-rw-r--r--serviceproviders.xml14
1 files changed, 14 insertions, 0 deletions
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 -->