Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Sim7080 ue system information structure for gsm. More...
#include <zephyr/drivers/modem/simcom-sim7080.h>
Data Fields | |
uint16_t | mcc |
Mobile country code. | |
uint16_t | mcn |
Mobile network code. | |
uint16_t | lac |
Location area code. | |
uint16_t | cid |
Cell ID. | |
uint8_t | arfcn [32+1] |
Absolute radio frequency channel number. | |
int16_t | rx_lvl |
RX level in dBm. | |
int16_t | track_lo_adjust |
Track LO adjust. | |
uint16_t | c1 |
C1 coefficient. | |
uint16_t | c2 |
C2 coefficient. |
Sim7080 ue system information structure for gsm.
uint8_t sim7080_ue_sys_info_gsm::arfcn[32+1] |
Absolute radio frequency channel number.
uint16_t sim7080_ue_sys_info_gsm::c1 |
C1 coefficient.
uint16_t sim7080_ue_sys_info_gsm::c2 |
C2 coefficient.
uint16_t sim7080_ue_sys_info_gsm::cid |
Cell ID.
uint16_t sim7080_ue_sys_info_gsm::lac |
Location area code.
uint16_t sim7080_ue_sys_info_gsm::mcc |
Mobile country code.
uint16_t sim7080_ue_sys_info_gsm::mcn |
Mobile network code.
int16_t sim7080_ue_sys_info_gsm::rx_lvl |
RX level in dBm.
int16_t sim7080_ue_sys_info_gsm::track_lo_adjust |
Track LO adjust.