eDRX setting is not working on BG95-M3

Hello,

We are working on the BG95 module with a Twilio SIM card, for our application we need to configure the eDRX.

We tried the commands AT+CEDRXS and AT+QPTWEDRXS to set up eDRX, the command responded as “OK” but the URC response to confirm the eDRX settings is not received.

And when we check the eRDX settings using the read commands, it says the Access technology is not using eDRX.
Below is the log of our work.

AT+CREG?
+CREG: 0,1
OK

AT+COPS?
+COPS: 0,0,“Twilio”,8
OK

AT+QNWINFO
+QNWINFO: “eMTC”,“310260”,“LTE BAND 12”,5035
OK

/* Setting the <Requested_eDRX_value> = 102.4 seconds */
AT+CEDRXS=2,4,“0110”
OK

/* The configuration of eDRX is saved */
AT+CEDRXS?
+CEDRXS: 4,“0110”
OK

AT+CEDRXRDP
+CEDRXRDP: 0
OK

/* Setting the <Requested_paging_time_window> = 5.12 sec and <Requested_eDRX_value> =102.4 sec */
AT+QPTWEDRXS=2,4,“0011”,“0110”
OK

AT+QPTWEDRXS?
+QPTWEDRXS: 0
OK

AT+CEDRXRDP
+CEDRXRDP: 0
OK

Is that anything we need to configure to set up the eDRX?

Any help would be much appreciated.
Thanks in Advance.

The above results indicate that the local base station network does not support eDRX. You are advised to consult your local SIM card provider and network operator.

Hi herbert,

Thankyou for your response,
We will check with our SIM card provider.