From 2093efa562fa45bd62f34cccaa78539c0169aea9 Mon Sep 17 00:00:00 2001 From: Gary Jian Date: Thu, 6 Jun 2019 16:45:49 +0800 Subject: Add RIL_UNSOL_KEEPALIVE_STATUS in ril_unsol_commands.h Bug: 134048171 Test: 1. Build Pass 2. Running atest android.net.cts.ConnectivityManagerTest #testSocketKeepaliveLimitTelephony and make sure the Telephony FWK can receive RIL_UNSOL_KEEPALIVE_STATUS. Change-Id: I98f8d4a95a6c9c3c078a02aa9fd8722779623f12 --- libril/ril_unsol_commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libril/ril_unsol_commands.h b/libril/ril_unsol_commands.h index bd2cf701..831f5fbe 100644 --- a/libril/ril_unsol_commands.h +++ b/libril/ril_unsol_commands.h @@ -64,3 +64,4 @@ {RIL_UNSOL_MODEM_RESTART, radio::modemResetInd, WAKE_PARTIAL}, {RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION, radio::carrierInfoForImsiEncryption, WAKE_PARTIAL}, {RIL_UNSOL_NETWORK_SCAN_RESULT, radio::networkScanResultInd, WAKE_PARTIAL}, + {RIL_UNSOL_KEEPALIVE_STATUS, radio::keepaliveStatusInd, WAKE_PARTIAL}, -- cgit v1.2.3