mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Clarify bandwidth validity in LTE cell description
This is already enforced in isValidLteBandwidthKhz. Bug: 310710841 Test: m Change-Id: Ic3f3ed19f880dab94aac6ce2fb3a05d8e44f6581
This commit is contained in:
@@ -33,7 +33,7 @@ parcelable CellIdentityLte {
|
||||
*/
|
||||
String mnc;
|
||||
/**
|
||||
* 28-bit Cell Identity described in TS TS 27.007, INT_MAX if unknown
|
||||
* 28-bit Cell Identity described in TS 27.007, INT_MAX if unknown
|
||||
*/
|
||||
int ci;
|
||||
/**
|
||||
@@ -53,7 +53,7 @@ parcelable CellIdentityLte {
|
||||
*/
|
||||
OperatorInfo operatorNames;
|
||||
/**
|
||||
* Cell bandwidth, in kHz.
|
||||
* Cell bandwidth, in kHz. Must be valid as described in TS 36.101 5.6.
|
||||
*/
|
||||
int bandwidth;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user