1# CellRatLte
2
3
4## 概述
5
6LTE蜂窝信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [arfcn](#arfcn) | BCCH载频的绝对射频频道号  |
21| int [cellId](#cellid) | 小区标识  |
22| int [pci](#pci) | 物理小区标识  |
23| int [tac](#tac) | 类型分配码  |
24| int [rsrp](#rsrp) | 信号接收功率,取值范围-140~-44  |
25| int [rsrq](#rsrq) | 信号接收质量,取值范围-19~-3  |
26| int [rssi](#rssi) | 接收信号强度dbm,-90~-25  |
27
28
29## 类成员变量说明
30
31
32### arfcn
33
34```
35int CellRatLte::arfcn
36```
37**描述**
38
39BCCH载频的绝对射频频道号
40
41
42### cellId
43
44```
45int CellRatLte::cellId
46```
47**描述**
48
49小区标识
50
51
52### pci
53
54```
55int CellRatLte::pci
56```
57**描述**
58
59物理小区标识
60
61
62### rsrp
63
64```
65int CellRatLte::rsrp
66```
67**描述**
68
69信号接收功率,取值范围-140~-44
70
71
72### rsrq
73
74```
75int CellRatLte::rsrq
76```
77**描述**
78
79信号接收质量,取值范围-19~-3
80
81
82### rssi
83
84```
85int CellRatLte::rssi
86```
87**描述**
88
89接收信号强度dbm,-90~-25
90
91
92### tac
93
94```
95int CellRatLte::tac
96```
97**描述**
98
99类型分配码
100