|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Payload for CELLULAR_EVENT_NETWORK_STATUS_CHANGED. More...
#include <zephyr/drivers/cellular.h>
Data Fields | |
| enum cellular_registration_status | status |
| Registration status. | |
| enum cellular_access_technology | access_tech |
| Access technology. | |
| union { | |
| struct { | |
| uint16_t mcc | |
| Mobile Country Code. More... | |
| uint16_t mnc | |
| Mobile Network Code. More... | |
| uint32_t tac | |
| Tracking Area Code. More... | |
| uint32_t earfcn | |
| E-UTRAN assigned radio channel. More... | |
| uint32_t gci | |
| E-UTRAN cell ID (0 - CELLULAR_EUTRAN_CELL_ID_MAX). More... | |
| uint16_t phys_cell_id | |
| Physical cell ID. More... | |
| uint16_t band | |
| Band number (from 3GPP TS 36.101). More... | |
| int16_t rsrp | |
| Received signal power (dBm). More... | |
| int8_t rsrq | |
| Received signal quality (dB). More... | |
| } lte | |
| LTE Cell information. More... | |
| } | cell |
| Generic Cell information. | |
Payload for CELLULAR_EVENT_NETWORK_STATUS_CHANGED.
| enum cellular_access_technology cellular_evt_network_status::access_tech |
Access technology.
| uint16_t cellular_evt_network_status::band |
Band number (from 3GPP TS 36.101).
| union { ... } cellular_evt_network_status::cell |
Generic Cell information.
| uint32_t cellular_evt_network_status::earfcn |
E-UTRAN assigned radio channel.
| uint32_t cellular_evt_network_status::gci |
E-UTRAN cell ID (0 - CELLULAR_EUTRAN_CELL_ID_MAX).
| struct { ... } cellular_evt_network_status::lte |
LTE Cell information.
| uint16_t cellular_evt_network_status::mcc |
Mobile Country Code.
| uint16_t cellular_evt_network_status::mnc |
Mobile Network Code.
| uint16_t cellular_evt_network_status::phys_cell_id |
Physical cell ID.
| int16_t cellular_evt_network_status::rsrp |
Received signal power (dBm).
| int8_t cellular_evt_network_status::rsrq |
Received signal quality (dB).
| enum cellular_registration_status cellular_evt_network_status::status |
Registration status.
| uint32_t cellular_evt_network_status::tac |
Tracking Area Code.