Loading radio/1.2/types.hal +8 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,10 @@ struct CellIdentityGsm { struct CellIdentityLte { @1.0::CellIdentityLte base; CellIdentityOperatorNames operatorNames; /** * Cell bandwidth, in kHz. */ int32_t bandwidth; }; struct CellIdentityWcdma { Loading Loading @@ -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 Loading
radio/1.2/types.hal +8 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,10 @@ struct CellIdentityGsm { struct CellIdentityLte { @1.0::CellIdentityLte base; CellIdentityOperatorNames operatorNames; /** * Cell bandwidth, in kHz. */ int32_t bandwidth; }; struct CellIdentityWcdma { Loading Loading @@ -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