commit | 75ac2940d69085b621d0108bd5b4d4549c48e5d4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 20 21:35:37 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 20 21:35:37 2024 +0000 |
tree | d5ef12e075d082e148ddfa989dd2e5d75a6164b5 | |
parent | 465afba7893730b61be7f7969376b53db8e3b966 [diff] | |
parent | 419b4d4e04d10429d1181afdadd45fa93f501cfb [diff] |
Merge "Clarify SRBs in cellular transparency HAL" into main am: 419b4d4e04 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3345589 Change-Id: Id1fa4dd05f60db6d246cfb8adbfd30aa584bdad8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/radio/aidl/android/hardware/radio/network/IRadioNetworkIndication.aidl b/radio/aidl/android/hardware/radio/network/IRadioNetworkIndication.aidl index 34948fb..7b6fc6e 100644 --- a/radio/aidl/android/hardware/radio/network/IRadioNetworkIndication.aidl +++ b/radio/aidl/android/hardware/radio/network/IRadioNetworkIndication.aidl
@@ -306,7 +306,7 @@ * operation, it becomes complicated when integrity is used to determine whether an * emergency call is protected or not, hence its exclusion to simplify implementation. * - 4G and 5G with multiple DRBs : emergency calls are protected under that RAT only if all - * DRBs are protected (including IMS DRB). + * SRBs and DRBs are protected (including IMS DRB). * - 4G and 5G DRB integrity: Since DRB integrity is not enabled in most networks, if both * ciphering and integrity are taken into account to determine the value of * isUnprotectedEmergency, the value will mostly be false, hence why it is excluded.