From 0eb43c2ef5b575b92ebfbc1a28caa96659ab33e7 Mon Sep 17 00:00:00 2001 From: Nathan Harold Date: Mon, 19 Dec 2016 12:04:32 -0800 Subject: [PATCH] Add deprecation warning to IMS_REGISTRATION RIL Calls -Deprecation warning for RIL_REQUEST_IMS_REGISTRATION_STATE -Deprecation warning for RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED Bug: 33750436 Test: complation Change-Id: Ieb7c2fc5061998e4d04a9d044cf3d883d01e995d --- include/telephony/ril.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/telephony/ril.h b/include/telephony/ril.h index 0cadea5..730c047 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -4667,6 +4667,9 @@ typedef struct { /** * RIL_REQUEST_IMS_REGISTRATION_STATE * + * This message is DEPRECATED and shall be removed in a future release (target: 2018); + * instead, provide IMS registration status via an IMS Service. + * * Request current IMS registration state * * "data" is NULL @@ -5677,6 +5680,9 @@ typedef struct { /** * RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED * + * This message is DEPRECATED and shall be removed in a future release (target: 2018); + * instead, provide IMS registration status via an IMS Service. + * * Called when IMS registration state has changed * * To get IMS registration state and IMS SMS format, callee needs to invoke the -- 2.11.0