luat_soc_sdk_2024 V1.0
luat_mobile_lte_cell_info结构体 参考

#include <luat_mobile.h>

成员变量

uint32_t cid
 
uint16_t mcc
 
uint16_t mnc
 
uint16_t tac
 
uint16_t pci
 
union { 
 
   uint32_t   earfcn 
 
   uint32_t   frequency 
 
};  
 
uint16_t bandwidth
 
uint16_t celltype
 
int16_t rsrp
 
int16_t rsrq
 
int16_t snr
 
int16_t rssi
 

详细描述

在文件 luat_mobile.h345 行定义.

结构体成员变量说明

◆ [union]

union { ... }

Physical cell ID. Range: 0 to 503.

◆ bandwidth

uint16_t bandwidth

在文件 luat_mobile.h357 行定义.

◆ celltype

uint16_t celltype

在文件 luat_mobile.h358 行定义.

◆ cid

uint32_t cid

Cell ID, (0 indicates information is not represent).

在文件 luat_mobile.h347 行定义.

◆ earfcn

uint32_t earfcn

在文件 luat_mobile.h354 行定义.

◆ frequency

uint32_t frequency

E-UTRA absolute radio frequency channel number of the cell. RANGE: 0 TO 65535.

在文件 luat_mobile.h355 行定义.

◆ mcc

uint16_t mcc

在文件 luat_mobile.h348 行定义.

◆ mnc

uint16_t mnc

This field should be ignored when cid is not present

在文件 luat_mobile.h349 行定义.

◆ pci

uint16_t pci

Tracing area code (This field should be ignored when cid is not present).

在文件 luat_mobile.h351 行定义.

◆ rsrp

int16_t rsrp

在文件 luat_mobile.h359 行定义.

◆ rsrq

int16_t rsrq

在文件 luat_mobile.h360 行定义.

◆ rssi

int16_t rssi

在文件 luat_mobile.h362 行定义.

◆ snr

int16_t snr

在文件 luat_mobile.h361 行定义.

◆ tac

uint16_t tac

This field should be ignored when cid is not present

在文件 luat_mobile.h350 行定义.


该结构体的文档由以下文件生成: