Skip to content
Snippets Groups Projects
Commit 103671b1 authored by yomna's avatar yomna
Browse files

Add RIL constant for ciphering transparency APIs

Add RIL constant for ciphering transparency APIs

Bug: b/283336425
Test: m
Change-Id: I516064638c917ca8afaf3a7e47aeb803f883aa47
parent 6af89aec
No related branches found
No related tags found
No related merge requests found
......@@ -546,6 +546,8 @@ public interface RILConstants {
int RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED = 245;
int RIL_REQUEST_IS_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 246;
int RIL_REQUEST_SET_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 247;
int RIL_REQUEST_SET_SECURITY_ALGORITHMS_UPDATED_ENABLED = 248;
int RIL_REQUEST_IS_SECURITY_ALGORITHMS_UPDATED_ENABLED = 249;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
......@@ -608,6 +610,7 @@ public interface RILConstants {
int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_RECORDS_RECEIVED = 1054;
int RIL_UNSOL_SLICING_CONFIG_CHANGED = 1055;
int RIL_UNSOL_CELLULAR_IDENTIFIER_DISCLOSED = 1056;
int RIL_UNSOL_SECURITY_ALGORITHMS_UPDATED = 1057;
/* The following unsols are not defined in RIL.h */
int RIL_UNSOL_HAL_NON_RIL_BASE = 1100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment