summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index bd68a06..ca5a144 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -135,3 +135,8 @@
{RIL_REQUEST_GET_DATA_CALL_PROFILE, dispatchInts, responseGetDataCallProfile},
{RIL_REQUEST_SET_UICC_SUBSCRIPTION, dispatchUiccSubscripton, responseVoid},
{RIL_REQUEST_SET_DATA_SUBSCRIPTION, dispatchVoid, responseVoid},
+ {RIL_REQUEST_SIM_TRANSMIT_BASIC, dispatchSIM_IO, responseSIM_IO},
+ {RIL_REQUEST_SIM_OPEN_CHANNEL, dispatchString, responseInts},
+ {RIL_REQUEST_SIM_CLOSE_CHANNEL, dispatchInts, responseVoid},
+ {RIL_REQUEST_SIM_TRANSMIT_CHANNEL, dispatchSIM_IO, responseSIM_IO},
+ {RIL_REQUEST_SIM_GET_ATR, dispatchInts, responseString},