aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Vegge <sverre.vegge@stericsson.com>2011-05-28 15:03:32 +0200
committerSverre Vegge <sverre.vegge@stericsson.com>2011-08-02 21:48:56 +0200
commit72a2fece6e59c1c95e980286bf4cc6b7ec772053 (patch)
tree7e5627cb4859db1fe963ca846eba72e50de16edd
parent7eb6e845e7381c69d99bd87a645d202f33b4b3a7 (diff)
downloadu300-72a2fece6e59c1c95e980286bf4cc6b7ec772053.tar.gz
STK: Run all STK AT commands on the DEFAULT AT channel.
Signed-off-by: Sverre Vegge <sverre.vegge@stericsson.com>
-rw-r--r--u300-ril.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/u300-ril.c b/u300-ril.c
index 45f8203..93c34a3 100644
--- a/u300-ril.c
+++ b/u300-ril.c
@@ -158,6 +158,10 @@ static int defaultRequests[] = {
RIL_REQUEST_SCREEN_STATE,
RIL_REQUEST_SMS_ACKNOWLEDGE,
RIL_REQUEST_GSM_SMS_BROADCAST_ACTIVATION,
+ RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING,
+ RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND,
+ RIL_REQUEST_STK_SEND_TERMINAL_RESPONSE,
+ RIL_REQUEST_STK_HANDLE_CALL_SETUP_REQUESTED_FROM_SIM,
RIL_REQUEST_LAST_ELEMENT
};