nRF9160 and eDRX mode on LTE-M connection

We are using eDRX to save power, but it seems like eDRX is not active always. 

We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this a safe way to determine if the cell has eDRX activated? Quite often we do not receive the callback. Quite often we do not receive this callback when connecting. Does that indicate no eDRX?

nRF Connect SDK v2.3.0

Modem fw 1.3.4

Best regards

Bjørn Olav Steihaug

Datek Next

Parents Reply Children
  • My inquiry sum-up:

    The eDRX values are split into "requested", "provided by network", and "provided by cell".

    The first two do have read functions and XMONITOR will also report the network value.

    The cell values are only reported with change events/notifications. If the modem is restarted (CFUN=0, CFUN=1), then you need to reregister for the eDRX events and reset the eDRX call values as well.

Related