From aacb69b826718c61cd3bf07f8d0ee2f734582b47 Mon Sep 17 00:00:00 2001 From: Wileen Chiu Date: Mon, 23 Nov 2015 14:25:22 -0800 Subject: Add p2 option in openLogicalChannel - Adding support for P2 parameter - Needed to support OMAPI 3.0 defined by SIM Alliance Change-Id: I9679178e2a6f0decd48f30e358685106b91163b8 CRs-Fixed: 948787 --- libril/ril_commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libril/ril_commands.h') diff --git a/libril/ril_commands.h b/libril/ril_commands.h index 50e649a..acbd6ba 100644 --- a/libril/ril_commands.h +++ b/libril/ril_commands.h @@ -151,3 +151,4 @@ {RIL_REQUEST_PULL_LCEDATA, dispatchVoid, responseLceData}, {RIL_REQUEST_GET_ACTIVITY_INFO, dispatchVoid, responseActivityData}, {RIL_REQUEST_SIM_GET_ATR, dispatchInts, responseString}, + {RIL_REQUEST_CAF_SIM_OPEN_CHANNEL_WITH_P2, dispatchOpenChannelWithP2, responseInts}, -- cgit v1.2.3