nRF Connect SDK API 2.8.99
|
enum lte_lc_modem_evt |
#include <include/modem/lte_lc.h>
Modem domain events.
Enumerator | |
---|---|
LTE_LC_MODEM_EVT_LIGHT_SEARCH_DONE | Indicates that a light search has been performed. This event gives the application the chance to stop using more power when searching networks in possibly weaker radio conditions. Before sending this event, the modem searches for cells based on previous cell history, measures the radio conditions, and makes assumptions on where networks might be deployed. This event means that the modem has not found a network that it could select based on the 3GPP network selection rules from those locations. It does not mean that there are no networks to be found in the area. The modem continues more thorough searches automatically after sending this status. |
LTE_LC_MODEM_EVT_SEARCH_DONE | Indicates that a network search has been performed. The modem has found a network that it can select according to the 3GPP network selection rules or all frequencies have been scanned and a suitable cell was not found. In the latter case, the modem enters normal limited service state functionality and performs scan for service periodically. |
LTE_LC_MODEM_EVT_RESET_LOOP | The modem has detected a reset loop. A reset loop indicates that the modem restricts network attach attempts for the next 30 minutes. The timer does not run when the modem has no power or while it stays in the reset loop. The modem counts all the resets where the modem is not gracefully deinitialized with |
LTE_LC_MODEM_EVT_BATTERY_LOW | Battery voltage is low and the modem is therefore deactivated. |
LTE_LC_MODEM_EVT_OVERHEATED | The device is overheated and the modem is therefore deactivated. |
LTE_LC_MODEM_EVT_NO_IMEI | The modem does not have an IMEI. |
LTE_LC_MODEM_EVT_CE_LEVEL_0 | Selected CE level in RACH procedure is 0, see 3GPP TS 36.331 for details.
|
LTE_LC_MODEM_EVT_CE_LEVEL_1 | Selected CE level in RACH procedure is 1, see 3GPP TS 36.331 for details.
|
LTE_LC_MODEM_EVT_CE_LEVEL_2 | Selected CE level in RACH procedure is 2, see 3GPP TS 36.331 for details.
|
LTE_LC_MODEM_EVT_CE_LEVEL_3 | Selected CE level in RACH procedure is 3, see 3GPP TS 36.331 for details.
|