NordicSemiconductor / NAT-TestFirmware

Used to test NAT timeouts, sends messages to NAT-TestServer
Other
0 stars 0 forks source link

Reset power saving settings in modem before running tests #18

Closed coderbyheart closed 4 years ago

coderbyheart commented 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.

jtguggedal commented 4 years ago

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);