summaryrefslogtreecommitdiffstats
path: root/src/stk.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-10-28 10:37:05 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-10-28 10:37:05 -0500
commit5c6144f359b0299acf1ea59b7c00e035cd126ecc (patch)
tree68bbc3800c2084394bff323a1eb12ccaa054b32b /src/stk.c
parente2719e0bfef9c1b5892ea213361654ac971be016 (diff)
downloadofono-5c6144f359b0299acf1ea59b7c00e035cd126ecc.tar.bz2
stk: Handle Send SS in handled_notify
Diffstat (limited to 'src/stk.c')
-rw-r--r--src/stk.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stk.c b/src/stk.c
index 9a7748ad..0a2c1690 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -2464,6 +2464,11 @@ void ofono_stk_proactive_command_handled_notify(struct ofono_stk *stk,
&cmd->send_ussd.icon_id);
break;
+ case STK_COMMAND_TYPE_SEND_SS:
+ stk_alpha_id_set(stk, cmd->send_ss.alpha_id,
+ &cmd->send_ss.text_attr,
+ &cmd->send_ss.icon_id);
+
case STK_COMMAND_TYPE_SEND_DTMF:
stk_alpha_id_set(stk, cmd->send_dtmf.alpha_id,
&cmd->send_dtmf.text_attr,