Disable GPRS on BG95-M3 module

Hello,

I’d like to fully disable GPRS on the IoT-Module due to compatiblity issues.

Does someone know how to do it?

I tried the sequence

+QCFG=“nwscanseq”,030201
+QCFG=“nwscanmode”,3,1
+QCFG=“iotopmode”,2,1

The modem still connects with GSM networks e.g. if LTE is not available. How can I avoid that?

Best,
Andy

you try it again:

AT+CFUN=0
AT+QCFG=“nwscanseq”,030201,1
AT+QCFG=“nwscanmode”,3,1
AT+QCFG=“iotopmode”,2,1
AT+CFUN=1

Thank you for your prompt reply.

So far my sequence was:

AT+CFUN=4 // <-- deacitvate HF
AT+QCFG=“nwscanseq”,030201,1
AT+QCFG=“nwscanmode”,3,1
AT+QCFG=“iotopmode”,2,1
AT+CFUN=1

Would it be different from your approach (CFUN=0)?

Your operation is also OK
Is the problem still there?