_cell_list_rat_lte.md 1.0 KB
Newer Older
Z
z00524957 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
# CellListRatLte


## 概述

LTE小区信息。

**相关模块:**

[Ril](_ril.md)


## 汇总


### Public 属性

  | 名称 | 描述 | 
| -------- | -------- |
| [arfcn](#arfcn) | int<br/>BCCH载频的绝对射频频道号,取值范围0~1023&nbsp; | 
| [pci](#pci) | int<br/>物理小区标识&nbsp; | 
| [rsrp](#rsrp) | int<br/>信号接收功率,取值范围-140~-44&nbsp; | 
| [rsrq](#rsrq) | int<br/>信号接收质量,取值范围-19~-3&nbsp; | 
| [rxlev](#rxlev) | int<br/>信号接收强度,取值范围-120~37&nbsp; | 


## 类成员变量说明


### arfcn

  
```
int CellListRatLte::arfcn
```
**描述:**
BCCH载频的绝对射频频道号,取值范围0~1023


### pci

  
```
int CellListRatLte::pci
```
**描述:**
物理小区标识


### rsrp

  
```
int CellListRatLte::rsrp
```
**描述:**
信号接收功率,取值范围-140~-44


### rsrq

  
```
int CellListRatLte::rsrq
```
**描述:**
信号接收质量,取值范围-19~-3


### rxlev

  
```
int CellListRatLte::rxlev
```
**描述:**
信号接收强度,取值范围-120~37