Fail to create PDP context with BC92

Hello, I fail to get a PDP context for the BC92 module. Tested with both NB-IoT and GPRS priority.
Tested with SIM from 2 different providers, Vodafone M2M and Emnify.

The device register and attaches but I do not receive a PDP context (IP address).

I use this command sequence (have I missed something?).
This is the response from the modem from starting it.
[2022-05-31_08:30:49:722]
[2022-05-31_08:30:49:722]RDY

[2022-05-31_08:30:49:722]+CFUN: 1
[2022-05-31_08:30:52:300]
[2022-05-31_08:30:52:300]+CPIN: READY
[2022-05-31_08:32:25:961]AT+CFUN=0
[2022-05-31_08:32:25:961]OK
[2022-05-31_08:32:26:083]
[2022-05-31_08:32:26:083]+CEREG: 0
[2022-05-31_08:32:26:973]AT+QNWCFG=0,1
[2022-05-31_08:32:26:973]OK
[2022-05-31_08:32:27:974]AT+QLEDMODE=1
[2022-05-31_08:32:27:974]OK
[2022-05-31_08:32:28:962]AT+QSCLK=0
[2022-05-31_08:32:28:962]OK
[2022-05-31_08:32:30:009]AT+QCGDEFCONT=“IP”,“em”
[2022-05-31_08:32:30:009]OK
[2022-05-31_08:32:30:963]AT+QRST=1
[2022-05-31_08:32:30:963]OK
[2022-05-31_08:32:35:113]
[2022-05-31_08:32:35:113]RDY

[2022-05-31_08:32:35:113]+CFUN: 1
[2022-05-31_08:32:37:692]
[2022-05-31_08:32:37:692]+CPIN: READY
[2022-05-31_08:32:43:905]
[2022-05-31_08:32:43:905]+CREG: 5
[2022-05-31_08:32:45:527]AT+CGDCONT=1,“IP”,“em”
[2022-05-31_08:32:45:697]OK
[2022-05-31_08:32:46:516]AT+CREG=1
[2022-05-31_08:32:46:516]OK
[2022-05-31_08:32:47:529]AT+CSCON=1
[2022-05-31_08:32:47:529]OK
[2022-05-31_08:32:48:560]
[2022-05-31_08:32:48:560]+CSCON: 0
[2022-05-31_08:33:55:262]AT+QBAND=?
[2022-05-31_08:33:55:262]+QBAND: (0-5)[,(3,5,8,20,28)]

[2022-05-31_08:33:55:262]OK
[2022-05-31_08:33:56:246]AT+COPS?
[2022-05-31_08:33:56:366]+COPS: 0,2,“23415”,0

[2022-05-31_08:33:56:366]OK
[2022-05-31_08:33:57:262]AT+CREG?
[2022-05-31_08:33:57:262]+CREG: 1,5

[2022-05-31_08:33:57:262]OK
[2022-05-31_08:33:58:250]AT+CSCON?
[2022-05-31_08:33:58:250]+CSCON: 1,0

[2022-05-31_08:33:58:266]OK
[2022-05-31_08:33:59:269]AT+CGATT?
[2022-05-31_08:33:59:269]+CGATT: 1

[2022-05-31_08:33:59:269]OK

I should add the following results as well:

[2022-05-31_14:52:47:382]AT+COPS?
[2022-05-31_14:52:47:503]+COPS: 0,2,“23415”,0

[2022-05-31_14:52:47:503]OK
[2022-05-31_14:52:48:400]AT+CGPADDR?
[2022-05-31_14:52:48:400]OK
[2022-05-31_14:52:49:433]AT+CGDCONT?
[2022-05-31_14:52:49:433]+CGDCONT: 1,“IP”,“0.0.0.0”,0,0

[2022-05-31_14:52:49:433]OK
[2022-05-31_14:52:50:419]AT+CREG?
[2022-05-31_14:52:50:419]+CREG: 1,5

[2022-05-31_14:52:50:419]OK
[2022-05-31_14:52:51:406]AT+CGATT?
[2022-05-31_14:52:51:406]+CGATT: 1

[2022-05-31_14:54:37:982]AT+QIOPEN=1,0,“UDP”,“3.9.72.247”,9001
[2022-05-31_14:54:37:982]OK

[2022-05-31_14:54:37:982]+QIOPEN: 0,570
[2022-05-31_14:54:39:965]AT+QIGETERROR
[2022-05-31_14:54:39:965]+QIGETERROR: 570,pdp context break down

Any advice is much appreciated.

Execute the AT Command in the following order
Power on
AT+CFUN=0
AT+QCSEARFCN=0
AT+CSCON=1
AT+QRST=1
AT+CIMI
AT+COPS? (Many times)
AT+CGDCONT?
AT+CGDCONT=1,“IP”,"" //please confirm APN with carrier
AT+CEREG?
AT+CGPADDR

I have given the commands in the exact same order. However, the results are still not good.

I need this output to determine possible causes