Connecting to rak7243c to Bell network

I’m quite new guy on lorawan technology. I bought a RAK7243c. It’s working fine but since the beggining but I want to use the LTE modem, On the modem lights are all lighting but it seems to have problem reading the script. Any idea what is the problem…
Thanks for your help

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: 12,99^M
^M
+COPS: 0^M
^M
+CGREG: 0,2^M
^M
OK
– got it

send (AT+CGDCONT=1,“IP”,“apn.bell.ca”,0,0^M)
expect (OK)
^M
^M
ERROR
– failed
Failed (ERROR)
Script chat -s -v -f /etc/chatscripts/quectel-chat-connect -T apn.bell.ca finish ed (pid 813), status = 0x7
Connect script failed
pi@rak-gateway7243:~ $ systemctl status rak-pppd
● rak-pppd.service - Rak pppd for LTE Module
Loaded: loaded (/lib/systemd/system/rak-pppd.service; enabled; vendor preset:
Active: activating (auto-restart) (Result: exit-code) since Sat 2020-10-17 17
Process: 869 ExecStart=/usr/local/rak/bin/pppd.sh (code=exited, status=8)
Main PID: 869 (code=exited, status=8)
lines 1-5/5 (END)
● rak-pppd.service - Rak pppd for LTE Module
Loaded: loaded (/lib/systemd/system/rak-pppd.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2020-10-17 17:03:57 EDT; 1s ago
Process: 869 ExecStart=/usr/local/rak/bin/pppd.sh (code=exited, status=8)
~
Main PID: 869 (code=exited, status=8)
~

Try the following steps to get some more detailed information.
1.Use sudo gateway-config disable lte module.
2.Restart gateway.
3.Use sudo minicom -D /dev/ttyAMA0 -b 115200 to connect to the lte module.
4.Enter at+cops=? to check if there is any carrier information of your SIM card in the printed content.

Thanks I suspect a bad sim card

I got it Done It’s working
Thanks