Add bandwidth to cell info.
Bug: 70638175 Test: make Change-Id: I1a4259542176cf44556131bb2b57107d51b2410e
This commit is contained in:
parent
20fd2c70ff
commit
0f2a7358d6
1 changed files with 8 additions and 0 deletions
|
@ -217,6 +217,10 @@ struct CellIdentityGsm {
|
|||
struct CellIdentityLte {
|
||||
@1.0::CellIdentityLte base;
|
||||
CellIdentityOperatorNames operatorNames;
|
||||
/**
|
||||
* Cell bandwidth, in kHz.
|
||||
*/
|
||||
int32_t bandwidth;
|
||||
};
|
||||
|
||||
struct CellIdentityWcdma {
|
||||
|
@ -283,6 +287,10 @@ struct CellInfo {
|
|||
* Valid only if type = tdscdma and size = 1 else must be empty.
|
||||
*/
|
||||
vec<CellInfoTdscdma> tdscdma;
|
||||
/**
|
||||
* Connection status for the cell.
|
||||
*/
|
||||
CellConnectionStatus connectionStatus;
|
||||
};
|
||||
|
||||
struct CardStatus {
|
||||
|
|
Loading…
Reference in a new issue