Quectel RM551E-GL

Also results for foll commands
Code:
AT+CREG?
AT+QNWPREFCFG="gw_band"
AT+QNWPREFCFG="lte_band"
AT+QNWPREFCFG="nr5g_band"
AT+QNWPREFCFG="policy_band"
AT+QNWPREFCFG= "rat_acq_order"
AT+QNWPREFCFG="nr5g_disable_mode"
 
Reliance mbn is selected and active, so that's ok. But +CREG: 0,0 shows your device is not registered on the network. Only once it's registered can it be used for voice or data. First enable registration with location with
Code:
at+creg=2
and keep checking result of
Code:
at+creg?
for about 2 minutes and report all results and changes seen. Also is sim visible to device? check with
Code:
at+cimi
Also provide result of
Code:
AT+QCFG="ims"
 
Back