luat_soc_sdk_2024 V1.0
|
#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.h 第 345 行定义.
union { ... } |
Physical cell ID. Range: 0 to 503.
uint16_t bandwidth |
在文件 luat_mobile.h 第 357 行定义.
uint16_t celltype |
在文件 luat_mobile.h 第 358 行定义.
uint32_t cid |
Cell ID, (0 indicates information is not represent).
在文件 luat_mobile.h 第 347 行定义.
uint32_t earfcn |
在文件 luat_mobile.h 第 354 行定义.
uint32_t frequency |
E-UTRA absolute radio frequency channel number of the cell. RANGE: 0 TO 65535.
在文件 luat_mobile.h 第 355 行定义.
uint16_t mcc |
在文件 luat_mobile.h 第 348 行定义.
uint16_t mnc |
This field should be ignored when cid is not present
在文件 luat_mobile.h 第 349 行定义.
uint16_t pci |
Tracing area code (This field should be ignored when cid is not present).
在文件 luat_mobile.h 第 351 行定义.
int16_t rsrp |
在文件 luat_mobile.h 第 359 行定义.
int16_t rsrq |
在文件 luat_mobile.h 第 360 行定义.
int16_t rssi |
在文件 luat_mobile.h 第 362 行定义.
int16_t snr |
在文件 luat_mobile.h 第 361 行定义.
uint16_t tac |
This field should be ignored when cid is not present
在文件 luat_mobile.h 第 350 行定义.