Zephyr API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cellular_evt_network_status Struct Reference

Payload for CELLULAR_EVENT_NETWORK_STATUS_CHANGED. More...

#include <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.
 

Detailed Description

Field Documentation

◆ access_tech

enum cellular_access_technology cellular_evt_network_status::access_tech

Access technology.

◆ band

uint16_t cellular_evt_network_status::band

Band number (from 3GPP TS 36.101)

◆ [union]

union { ... } cellular_evt_network_status::cell

Generic Cell information.

◆ earfcn

uint32_t cellular_evt_network_status::earfcn

E-UTRAN assigned radio channel.

◆ gci

uint32_t cellular_evt_network_status::gci

E-UTRAN cell ID (0 - CELLULAR_EUTRAN_CELL_ID_MAX)

◆ [struct]

struct { ... } cellular_evt_network_status::lte

LTE Cell information.

◆ mcc

uint16_t cellular_evt_network_status::mcc

Mobile Country Code.

◆ mnc

uint16_t cellular_evt_network_status::mnc

Mobile Network Code.

◆ phys_cell_id

uint16_t cellular_evt_network_status::phys_cell_id

Physical cell ID.

◆ rsrp

int16_t cellular_evt_network_status::rsrp

Received signal power (dBm)

◆ rsrq

int8_t cellular_evt_network_status::rsrq

Received signal quality (dB)

◆ status

enum cellular_registration_status cellular_evt_network_status::status

Registration status.

◆ tac

uint32_t cellular_evt_network_status::tac

Tracking Area Code.


The documentation for this struct was generated from the following file: