LTE connection error 0x7

Hello, we are having problems with our RAK LTE connection.

We already checked the Fequencies and everything should work, but is giving us an error.

We follow the manual and all their steps and nothing.

Here is our log:

+COPS: (1,“CLARO URUGUAY”,“CLARO UY”,“74810”,7),(1,“Antel”,“Antel”,“74801”,2),(1,“Movistar”,“Movistar”,“74807”,2),(1,“CLARO URUGUAY”,“CLARO UY”,“74810”,2),(1,“Antel”)

Next, execute the AT command “at+cops=1,0,XXX,YYY” to set theinformation of the LTE network operator that you want to use. “XXX” is theoperator identifier, for example, “CHINA MOBILE”, “CHN-UNICOM”, or"CHN-CT" in the above picture (“Vivacom BG”, “Telenor BG”, or “Mtel” for theEU example). “YYY” is the last value of every operator, choose the one withthe 0 value as this is the currently used network.

at+cops=1,0,Antel,2

^[[Api@rak-gateway:~ $ sudo pppd call gprs
pppd options in effect:
debug # (from /etc/ppp/peers/gprs)
nodetach # (from /etc/ppp/peers/gprs)
dump # (from /etc/ppp/peers/gprs)
noauth # (from /etc/ppp/peers/gprs)
remotename 3gppp # (from /etc/ppp/peers/gprs)
/dev/ttyAMA0 # (from /etc/ppp/peers/gprs)
115200 # (from /etc/ppp/peers/gprs)
lock # (from /etc/ppp/peers/gprs)
connect chat -s -v -f /etc/chatscripts/quectel-chat-connect -T igprs.claro.com.uy # (from /etc/ppp/peers/gprs)
disconnect chat -s -v -f /etc/chatscripts/quectel-chat-disconnect # (from /etc/ppp/peers/gprs)
nocrtscts # (from /etc/ppp/peers/gprs)
modem # (from /etc/ppp/peers/gprs)
asyncmap 0 # (from /etc/ppp/options)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from /etc/ppp/peers/gprs)
novj # (from /etc/ppp/peers/gprs)
novjccomp # (from /etc/ppp/peers/gprs)
ipcp-accept-local # (from /etc/ppp/peers/gprs)
ipcp-accept-remote # (from /etc/ppp/peers/gprs)
ipparam 3gppp # (from /etc/ppp/peers/gprs)
noipdefault # (from /etc/ppp/peers/gprs)
ipcp-max-failure 30 # (from /etc/ppp/peers/gprs)
defaultroute # (from /etc/ppp/peers/gprs)
usepeerdns # (from /etc/ppp/peers/gprs)
noccp # (from /etc/ppp/peers/gprs)
noipx # (from /etc/ppp/options)
abort on (BUSY)
abort on (NO CARRIER)
abort on (NO DIALTONE)
abort on (ERROR)
abort on (NO ANSWER)
timeout set to 30 seconds
send (AT^M)
expect (OK)
^M
OK
– got it

send (ATE0^M)
expect (OK)
^M
^M
OK
– got it

send (ATI;+CSUB;+CSQ;+COPS?;+CGREG?;&D2^M)
expect (OK)
^M
^M
Quectel^M
EG95^M
Revision: EG95NAFBR05A04M4G^M
^M
SubEdition: V01^M
^M
+CSQ: 14,99^M
^M
+COPS: 1^M
^M
+CGREG: 0,0^M
^M
OK
– got it

send (AT+CGDCONT=1,“IP”,“igprs.claro.com.uy”,0,0^M)
expect (OK)
^M
^M
ERROR
– failed
Failed (ERROR)
Script chat -s -v -f /etc/chatscripts/quectel-chat-connect -T igprs.claro.com.uy finished (pid 12105), status = 0x7
Connect script failed
pi@rak-gateway:~ $