Closed coderbyheart closed 4 years ago
Settings like eDRX are preserved in the modem flash and might be present from a previous app run. These need to be reset before running the tests.
@jtguggedal will provide the AT commands to achieve this.
The LTE link controller can be used to disable both PSM and eDRX before connecting to the network:
lte_lc_psm_req(false); lte_lc_edrx_req(false);
Settings like eDRX are preserved in the modem flash and might be present from a previous app run. These need to be reset before running the tests.
@jtguggedal will provide the AT commands to achieve this.