Merge "Refine Radio HAL comments." into main am: 5854d8e456

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3331295

Change-Id: Iad22285d61e038f6fc5c5f25ef4c570b6f116351
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Tomasz Wasilczyk
2024-11-05 01:50:33 +00:00
committed by Automerger Merge Worker
3 changed files with 5 additions and 2 deletions

View File

@@ -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;
/**

View File

@@ -257,7 +257,7 @@ oneway interface IRadioSim {
* Request APDU exchange on the basic channel. This command reflects TS 27.007
* "generic SIM access" operation (+CSIM). The modem must ensure proper function of GSM/CDMA,
* and filter commands appropriately. It must filter channel management and SELECT by DF
* name commands. "sessionid" field must be ignored.
* name commands. "sessionId" field is always 0 (for aid="") and may be ignored.
*
* @param serial Serial number of request.
* @param message SimApdu to be sent

View File

@@ -263,6 +263,8 @@ oneway interface IRadioSimResponse {
* RadioError:NONE
* RadioError:RADIO_NOT_AVAILABLE
* RadioError:INTERNAL_ERR
* RadioError:INVALID_ARGUMENTS when given channel is invalid or basic (channel 0)
* RadioError:MISSING_RESOURCE when given channel is not open
* RadioError:NO_MEMORY
* RadioError:NO_RESOURCES
* RadioError:CANCELLED
@@ -325,6 +327,7 @@ oneway interface IRadioSimResponse {
* RadioError:NONE
* RadioError:RADIO_NOT_AVAILABLE
* RadioError:INTERNAL_ERR
* RadioError:INVALID_ARGUMENTS
* RadioError:NO_MEMORY
* RadioError:NO_RESOURCES
* RadioError:CANCELLED