BG95 Registration Denied

Hi,

I am trying to send data using TCP-IP but I am facing with registration denied issue.
AT+CREG or AT+CGREG does not return 1 or 5. Therefore AT response indicates that module’s network registration is not successful.
Is it possible that the NB-IoT is not supported by the service provider?

Thanks in advance for your replies.

Here is my command log:
/* Start AT SYNC: Send AT every 500ms, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail */
[2022-03-07 18:33:56:652_S:] AT
[2022-03-07 18:33:56:730_R:] AT
[2022-03-07 18:33:56:730_R:] OK
[2022-03-07 18:33:56:746_S:] ATI
[2022-03-07 18:33:56:809_R:] ATI
[2022-03-07 18:33:56:809_R:] Quectel
[2022-03-07 18:33:56:809_R:] BG95-M3
[2022-03-07 18:33:56:809_R:] Revision: BG95M3LAR02A03

[2022-03-07 18:33:56:809_R:] OK
[2022-03-07 18:33:56:824_S:] ATI
[2022-03-07 18:33:56:892_R:] ATI
[2022-03-07 18:33:56:892_R:] Quectel
[2022-03-07 18:33:56:892_R:] BG95-M3
[2022-03-07 18:33:56:892_R:] Revision: BG95M3LAR02A03

[2022-03-07 18:33:56:892_R:] OK

/* Use ATV1 to set the response format */
[2022-03-07 18:33:56:908_S:] ATV1
[2022-03-07 18:33:56:986_R:] ATV1
[2022-03-07 18:33:56:986_R:] OK

/* Use ATE1 to enable echo mode */
[2022-03-07 18:33:57:236_S:] ATE1
[2022-03-07 18:33:57:314_R:] ATE1
[2022-03-07 18:33:57:314_R:] OK

/* Use AT+CMEE=2 to enable result code and use verbose values */
[2022-03-07 18:33:57:502_S:] AT+CMEE=2
[2022-03-07 18:33:57:595_R:] AT+CMEE=2
[2022-03-07 18:33:57:595_R:] OK

/* Get the baudrate, if the value is 0 (auto baudrate), then it will be set to 115200 (fixed baudrate) to assure reliable communication and avoid any problems caused by undetermined baudrate between DCE and DTE, value of IPR should be saved with AT&W */
[2022-03-07 18:33:57:830_S:] AT+IPR?
[2022-03-07 18:33:57:908_R:] AT+IPR?
[2022-03-07 18:33:57:908_R:] +IPR: 115200

[2022-03-07 18:33:57:908_R:] OK

/* Use ATI to get module information of Manufacturer ID, Device module and Firmware version */
[2022-03-07 18:33:57:955_S:] ATI
[2022-03-07 18:33:58:033_R:] ATI
[2022-03-07 18:33:58:033_R:] Quectel
[2022-03-07 18:33:58:033_R:] BG95-M3
[2022-03-07 18:33:58:033_R:] Revision: BG95M3LAR02A03

[2022-03-07 18:33:58:033_R:] OK

/* Use AT+GSN to query the IMEI of module */
[2022-03-07 18:33:58:142_S:] AT+GSN
[2022-03-07 18:33:58:220_R:] AT+GSN
[2022-03-07 18:33:58:220_R:] 86xxxxxxxxxxxx

[2022-03-07 18:33:58:220_R:] OK

/* Use AT+CPIN? to query the SIM card status : SIM card inserted or not, locked or unlocked */
[2022-03-07 18:33:58:736_S:] AT+CPIN?
[2022-03-07 18:33:58:814_R:] AT+CPIN?
[2022-03-07 18:33:58:814_R:] +CPIN: READY

[2022-03-07 18:33:58:814_R:] OK

/* Use AT+CIMI to query the IMSI of SIM card */
[2022-03-07 18:33:58:939_S:] AT+CIMI
[2022-03-07 18:33:59:017_R:] AT+CIMI
[2022-03-07 18:33:59:017_R:] 28xxxxxxxxxxxxxx

[2022-03-07 18:33:59:017_R:] OK

/* Use AT+QCCID to query ICCID number of SIM card */
[2022-03-07 18:33:59:173_S:] AT+QCCID
[2022-03-07 18:33:59:252_R:] AT+QCCID
[2022-03-07 18:33:59:252_R:] +QCCID: 89xxxxxxxxxxxxxxxx

[2022-03-07 18:33:59:252_R:] OK

/* Use AT+CSQ to query current signal quality */
[2022-03-07 18:33:59:298_S:] AT+CSQ
[2022-03-07 18:33:59:377_R:] AT+CSQ
[2022-03-07 18:33:59:377_R:] +CSQ: 13,99

[2022-03-07 18:33:59:377_R:] OK

/* Use AT+CEREG? to query the network registration status. */
[2022-03-07 18:33:59:377_S:] AT+CEREG?
[2022-03-07 18:33:59:502_R:] AT+CEREG?
[2022-03-07 18:33:59:502_R:] +CEREG: 0,1

[2022-03-07 18:33:59:502_R:] OK

/* Use AT+COPS? to query current Network Operator */
[2022-03-07 18:33:59:517_S:] AT+COPS?
[2022-03-07 18:33:59:627_R:] AT+COPS?
[2022-03-07 18:33:59:627_R:] +COPS: 0,0,“vodafone TR”,9

[2022-03-07 18:33:59:627_R:] OK

/* use AT+CPIN? to query the SIM card status : SIM card inserted or not, locked or unlocked */
[2022-03-07 18:41:58:342_S:] AT+CPIN?
[2022-03-07 18:41:58:435_R:] AT+CPIN?
[2022-03-07 18:41:58:435_R:] +CPIN: READY

[2022-03-07 18:41:58:435_R:] OK

/* use AT+CSQ to query current signal quality */
[2022-03-07 18:41:58:435_S:] AT+CSQ
[2022-03-07 18:41:58:529_R:] AT+CSQ
[2022-03-07 18:41:58:529_R:] +CSQ: 10,99

[2022-03-07 18:41:58:529_R:] OK

/* use AT+CREG? /AT+CGREG? to query the network registration status, if the return value is [0,1] or [0,5], it is successfully registered, other value is fail to register */
[2022-03-07 18:41:58:529_S:] AT+CREG?
[2022-03-07 18:41:58:623_R:] AT+CREG?
[2022-03-07 18:41:58:623_R:] +CREG: 0,3

[2022-03-07 18:41:58:623_R:] OK
[2022-03-07 18:41:58:623_S:] AT+CGREG?
[2022-03-07 18:41:58:701_R:] AT+CGREG?
[2022-03-07 18:41:58:701_R:] +CGREG: 0,4

[2022-03-07 18:41:58:701_R:] OK

/* use AT+CREG? /AT+CGREG? to query the network registration status, if the return value is [0,1] or [0,5], it is successfully registered, other value is fail to register */
[2022-03-07 18:41:59:717_S:] AT+CREG?
[2022-03-07 18:41:59:795_R:] AT+CREG?
[2022-03-07 18:41:59:795_R:] +CREG: 0,3

[2022-03-07 18:41:59:795_R:] OK
[2022-03-07 18:41:59:795_S:] AT+CGREG?
[2022-03-07 18:41:59:873_R:] AT+CGREG?
[2022-03-07 18:41:59:873_R:] +CGREG: 0,4

[2022-03-07 18:41:59:873_R:] OK

/* Make sure the Antenna is connected and the network is normal */
[2022-03-07 18:46:33:508_S:] AT+QCSQ
[2022-03-07 18:46:33:587_R:] AT+QCSQ
[2022-03-07 18:46:33:587_R:] +QCSQ: “NBIoT”,-91,-100,194,-7

[2022-03-07 18:46:33:587_R:] OK
[2022-03-07 18:46:48:947_S:] AT+CGATT?
[2022-03-07 18:46:49:025_R:] AT+CGATT?
[2022-03-07 18:46:49:025_R:] +CGATT: 1

[2022-03-07 18:46:49:025_R:] OK

Have you set the APN correctly? For most networks this is necessary to get LTE network registration.

hi,fkaragoz:
If the terminal is registered on the NB network, use AT+CEREG? to query
at+cgatt? return +cgatt:1, also indicates that the network was successfully registered

1 Like