commit | 43a71653c110dd2279f08edc63129e80526fa68c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Mar 08 04:27:27 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 08 04:27:27 2024 +0000 |
tree | b5fdd5aa3efbfe8c0354fb953951173bb670754f | |
parent | ff566f5a428661bdc445e82a795a408f48e1bb4b [diff] | |
parent | 52a3afa7b51e98051242ec99118ce8d779851de6 [diff] |
Merge "Mark IMS_NULL as deprecated." into main
diff --git a/radio/aidl/android/hardware/radio/network/SecurityAlgorithm.aidl b/radio/aidl/android/hardware/radio/network/SecurityAlgorithm.aidl index 01f7327..451eaa9 100644 --- a/radio/aidl/android/hardware/radio/network/SecurityAlgorithm.aidl +++ b/radio/aidl/android/hardware/radio/network/SecurityAlgorithm.aidl
@@ -62,7 +62,7 @@ // IMS and SIP layer security (See 3GPP TS 33.203) // No IPsec config SIP_NO_IPSEC_CONFIG = 66, - IMS_NULL = 67, + IMS_NULL = 67, // Deprecated. Use SIP_NO_IPSEC_CONFIG and SIP_NULL instead. // Has IPsec config SIP_NULL = 68,