<div dir="ltr"><div>>Code that was working back in July isn't working, and our IT<br>> folks gave us new SIMs from T-Mobile. Here in the USA, T-Mobile has<br>> instituted a requirement that a SIM be bound to a specific IMEI. I am<br>> using the ModemSimple.connect call to connect, and I keep getting a timeout.<br></div><div><br></div>If you are on a business account or certain MVNO this may be true. If you're<br><div>APN really isĀ <a href="http://fast.t-mobile.com">fast.t-mobile.com</a> though, then there is no IMEI locking. I'd ask</div><div>your IT dept to confirm your APN first off.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 21, 2022 at 1:11 AM Aleksander Morgado <<a href="mailto:aleksandermj@chromium.org">aleksandermj@chromium.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
> After something of a hiatus induced by work priorities, I am back to my<br>
> project that uses ModemManager and a "glue" program to tell it to<br>
> connect. Code that was working back in July isn't working, and our IT<br>
> folks gave us new SIMs from T-Mobile. Here in the USA, T-Mobile has<br>
> instituted a requirement that a SIM be bound to a specific IMEI. I am<br>
> using the ModemSimple.connect call to connect, and I keep getting a timeout.<br>
><br>
> Using mmcli, I run this command and also get a timeout:<br>
><br>
> $ mmcli -m 0 --simple-connect='apn=<a href="http://fast.t-mobile.com" rel="noreferrer" target="_blank">fast.t-mobile.com</a>,ip-type=ipv4v6'<br>
><br>
> My boss is getting the same thing with a different modem and SIM. Both<br>
> SIMs have allegedly been paired with the IMEI in T-Mobile's records.<br>
><br>
> Does anyone know if simple-connect still works with T-Mobile in the USA?<br>
><br>
<br>
Yes, it works. There are daily tests running automatic connections to<br>
T-Mobile and other major carriers in the USA and other countries.<br>
<br>
Are you sure the "<a href="http://fast.t-mobile.com" rel="noreferrer" target="_blank">fast.t-mobile.com</a>" APN should be used? Maybe your<br>
new SIM cards require a different one like e.g. "wholesale"?<br>
<br>
What is the output of "mmcli -m a"?<br>
<br>
Also, try adding --timeout=300 to the --simple-connect call.<br>
<br>
-- <br>
Aleksander<br>
</blockquote></div>