From dd22bbe34a9d1ce295db3f1f3eaf95ae0507508e Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Tue, 1 Oct 2024 10:47:06 -0700 Subject: [PATCH] Clarify bandwidth validity in LTE cell description This is already enforced in isValidLteBandwidthKhz. Bug: 310710841 Test: m Change-Id: Ic3f3ed19f880dab94aac6ce2fb3a05d8e44f6581 --- .../aidl/android/hardware/radio/network/CellIdentityLte.aidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/aidl/android/hardware/radio/network/CellIdentityLte.aidl b/radio/aidl/android/hardware/radio/network/CellIdentityLte.aidl index 27c25809b5..6912e029af 100644 --- a/radio/aidl/android/hardware/radio/network/CellIdentityLte.aidl +++ b/radio/aidl/android/hardware/radio/network/CellIdentityLte.aidl @@ -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; /**