nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches

◆ lte_lc_edrx_param_set()

int lte_lc_edrx_param_set ( enum lte_lc_lte_mode mode,
const char * edrx )

#include <include/modem/lte_lc.h>

Set the requested eDRX value.

eDRX can be requested using lte_lc_edrx_req(). eDRX value is set individually for LTE-M and NB-IoT.

For reference see 3GPP 27.007 Ch. 7.40.

Note
Requires
CONFIG_LTE_LC_EDRX_MODULE 
to be enabled.
Parameters
[in]modeLTE mode to which the eDRX value applies.
[in]edrxeDRX value as a null-terminated string. Set to NULL to use modem's default value.
Return values
0if successful.
-EINVALif an input parameter was invalid.