Having problems to connect to LTE
-
Hi all
I'm having problems to connect to lte. I launch
>>> from network import LTE >>> lte=LTE() >>> lte.send_at_cmd("AT+SQNCTM=?")
And I received the response:
'\r\n+SQNCTM: ("3gpp-conformance", "att", "docomo", "kt", "lgu", "softbank", "standard", "telstra", "verizon")\r\n\r\nOK\r\n'
But in Spain there aren't available these carriers, my sim is Vodafone or Movistar
How could I fix it?
Thank's