JIO SIM card not registering to network on EC200U-CN module

Hi ,I am working on a project using EC200U-CN module. I was using Airtel SIM card to connect to network and make socket communication using QuecPython. When i tried JIO card the checkNet.waitNetworkReady(), function returns (2,2).
I checked SIM state and sim is fine.
The received signal strength is -98dBm.
The card is working fine and connects to internet when put in mobile.
I changed APN settings to JioNet too.

Hi,vishak

Please send the following command via USB AT port.And send me the results so I can confirm them.

ps: If the result returned by the instruction is error, this is no problem, proceed to the next instruction

4G.txt (270 Bytes)

ATI
Quectel
EC200U
Revision: EC200UCNAAR03A03M08_OCPU_QPY

OK
AT+CIMI
405861062033550

OK
AT+QCCID
+QCCID: 89918610100003455505

OK
AT+CGSN
868651069732668

OK
AT+CFUN?
+CFUN: 1

OK
AT+CPIN?
+CPIN: READY

OK
AT+CSQ
+CSQ: 13,99

OK
AT+CREG?
+CREG: 0,2

OK
AT+CIREG?
+CIREG: 0, 0

OK
AT+CGREG?
+CGREG: 0,2

OK
AT+COPS?
+COPS: 0

OK
AT+QENG=“SERVINGCELL”
+QENG: “servingcell”,“LIMSRV”,“LTE”,“FDD”,404,86,C524B0B,310,3576,8,2,2,D373,-111,-12,-85,46,16

OK
AT+QMBNCFG=“List”
+CME ERROR: 58
AT+CGDCONT?
+CGDCONT: 1,“IP”,“jionet”,“0.0.0.0”,0,0

OK
AT+QICSGP=1
+CME ERROR: 58
AT+QICSGP=1
+CME ERROR: 58
AT+CGPADDR
OK
AT+QCFG=“USBNET”
+QCFG: “usbnet”,1

OK
AT+QCFG=“nwscanmode”
+QCFG: “nwscanmode”,0

OK
AT+QCFG=“nwscanmodeex”
+CME ERROR: 3
AT+QCFG=“band”
+QCFG: “band”,0x3,0x1e200000095

OK
AT+CEER
+CEER: 0,-1

OK

HI, vishak

According to the command, the module is not netted successfully. Have you ever captured the log of the module before? it may require log analysis of the problem

I am also having the same issue. It works with airtel and Vodafone fine.
I can provide you the logs, just tell me how to do it using the watcher?