mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Add bandwidth to cell info. am: 0f2a7358d6
am: f8db2ebfc9
Change-Id: I86d64c6817452570a18d2d6748b8db6e3ef4ec78
This commit is contained in:
@@ -217,6 +217,10 @@ struct CellIdentityGsm {
|
|||||||
struct CellIdentityLte {
|
struct CellIdentityLte {
|
||||||
@1.0::CellIdentityLte base;
|
@1.0::CellIdentityLte base;
|
||||||
CellIdentityOperatorNames operatorNames;
|
CellIdentityOperatorNames operatorNames;
|
||||||
|
/**
|
||||||
|
* Cell bandwidth, in kHz.
|
||||||
|
*/
|
||||||
|
int32_t bandwidth;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct CellIdentityWcdma {
|
struct CellIdentityWcdma {
|
||||||
@@ -283,6 +287,10 @@ struct CellInfo {
|
|||||||
* Valid only if type = tdscdma and size = 1 else must be empty.
|
* Valid only if type = tdscdma and size = 1 else must be empty.
|
||||||
*/
|
*/
|
||||||
vec<CellInfoTdscdma> tdscdma;
|
vec<CellInfoTdscdma> tdscdma;
|
||||||
|
/**
|
||||||
|
* Connection status for the cell.
|
||||||
|
*/
|
||||||
|
CellConnectionStatus connectionStatus;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct CardStatus {
|
struct CardStatus {
|
||||||
|
|||||||
Reference in New Issue
Block a user