I am trying to implement EDRX feature . Below is the commands I am sending and the response i am getting . But the problem is i am getting “+CEDRXRDP: 0”. Please help me out.
BG95 ON
Command sent : AT
Recvd data :
RDY
+CFUN: 1
+CPIN: READY
+QUSIM: 1
Command sent : AT
Recvd data :
+QIND: SMS DONE
AT
OK
Command sent : AT+QCFG=“iotopmode”,2,1
Recvd data : AT+QCFG=“iotopmode”,2,1
OK
Command sent : AT+CFUN=1,1
Recvd data : AT+CFUN=1,1
OK
Command sent : AT+CPIN?
Recvd data :
APP RDY
AT+CPIN?
+CPIN: READY
OK
+CFUN: 1
AT+CSQ
+CSQ: 99,99
OK
Command sent : AT+QURCCFG=“urcport”,“uart1”
Recvd data :
+CPIN: READY
+QUSIM: 1
+QIND: SMS DONE
AT+QURCCFG=“urcport”,“uart1”
OK
Recvd data : AT+QURCCFG=?
+QURCCFG: “urcport”,(“usbmodem”,“uart1”,“dam”)
OK
Command sent : AT+CPMS=“ME”,“ME”,“ME”
Recvd data :
APP RDY
AT+CPMS=“ME”,“ME”,“ME”
+CPMS: 0,23,0,23,0,23
OK
Command sent : AT+CNMI=2,1,0,1,0
Recvd data : AT+CNMI=2,1,0,1,0
OK
Command sent : AT+CREG?
Recvd data : AT+CREG?
+CREG: 0,1
OK
Command sent : AT+QNWINFO
Recvd data : AT+QNWINFO
+QNWINFO: “GSM”,“40431”,“GSM 1800”,79
OK
Command sent : AT+CEDRXS=1,4,“0001”
Recvd data : AT+CEDRXS=1,4,“0001”
OK
Command sent : AT+CEDRXRDP
Recvd data : AT+CEDRXRDP
+CEDRXRDP: 0
OK