mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix docstrings for RIL_CellIdentity" into oc-mr1-dev
am: 2de5e5d01a
Change-Id: I78509bf9573f0d898cf0b3658ceec960e96ed466
This commit is contained in:
@@ -244,5 +244,6 @@ a432d6d9200248dc2126827bcd6cdea31dd65eff39b939f64585d27d915a5857 android.hardwar
|
||||
86ba9c03978b79a742e990420bc5ced0673d25a939f82572996bef92621e2014 android.hardware.cas@1.0::IMediaCasService
|
||||
503da837d1a67cbdb7c08a033e927e5430ae1b159d98bf72c6336b4dcc5e76f5 android.hardware.cas.native@1.0::types
|
||||
619600109232ed64b827c8a11beed8070b1827ae464547d7aa146cf0473b4bca android.hardware.cas.native@1.0::IDescrambler
|
||||
0a159f81359cd4f71bbe00972ee8403ea79351fb7c0cd48be72ebb3e424dbaef android.hardware.radio@1.0::types
|
||||
f4945e397b5dea41bb64518dfde59be71245d8a125fd1e0acffeb57ac7b08fed android.hardware.thermal@1.1::IThermal
|
||||
c8bc853546dd55584611def2a9fa1d99f657e3366c976d2f60fe6b8aa6d2cb87 android.hardware.thermal@1.1::IThermalCallback
|
||||
|
||||
@@ -1507,8 +1507,8 @@ struct CellIdentityGsm {
|
||||
int32_t lac; // 16-bit Location Area Code, 0..65535, INT_MAX if unknown
|
||||
int32_t cid; // 16-bit GSM Cell Identity described in
|
||||
// TS 27.007, 0..65535, INT_MAX if unknown
|
||||
int32_t arfcn; // 16-bit GSM Absolute RF channel number, INT_MAX if
|
||||
// unknown
|
||||
int32_t arfcn; // 16-bit GSM Absolute RF channel number; this value must
|
||||
// be valid
|
||||
uint8_t bsic; // 6-bit Base Station Identity Code, 0xFF if unknown
|
||||
};
|
||||
|
||||
@@ -1520,9 +1520,9 @@ struct CellIdentityWcdma {
|
||||
int32_t cid; // 28-bit UMTS Cell Identity described in
|
||||
// TS 25.331, 0..268435455, INT_MAX if unknown
|
||||
int32_t psc; // 9-bit UMTS Primary Scrambling Code described in
|
||||
// TS 25.331, 0..511, INT_MAX if unknown
|
||||
int32_t uarfcn; // 16-bit UMTS Absolute RF Channel Number, INT_MAX if
|
||||
// unknown
|
||||
// TS 25.331, 0..511; this value must be valid
|
||||
int32_t uarfcn; // 16-bit UMTS Absolute RF Channel Number; this value must
|
||||
// be valid
|
||||
};
|
||||
|
||||
struct CellIdentityCdma {
|
||||
@@ -1547,10 +1547,10 @@ struct CellIdentityLte {
|
||||
// unknown
|
||||
int32_t ci; // 28-bit Cell Identity described in TS TS 27.007, INT_MAX
|
||||
// if unknown
|
||||
int32_t pci; // physical cell id 0..503, INT_MAX if unknown
|
||||
int32_t pci; // physical cell id 0..503; this value must be valid
|
||||
int32_t tac; // 16-bit tracking area code, INT_MAX if unknown
|
||||
int32_t earfcn; // 18-bit LTE Absolute RC Channel Number, INT_MAX if
|
||||
// unknown
|
||||
int32_t earfcn; // 18-bit LTE Absolute RF Channel Number; this value must
|
||||
// be valid
|
||||
};
|
||||
|
||||
struct CellIdentityTdscdma {
|
||||
|
||||
Reference in New Issue
Block a user