---
 src/stk.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/stk.c b/src/stk.c
index e513b06..4edf05b 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -154,6 +154,15 @@ void ofono_stk_proactive_command_cancel(struct ofono_stk 
*stk)
        stk->cancel_cmd(stk);
 }
 
+static gboolean handle_command_more_time(const struct stk_command *cmd,
+                                               struct stk_response *rsp,
+                                               struct ofono_stk *stk)
+{
+       /* Do nothing */
+
+       return TRUE;
+}
+
 void ofono_stk_proactive_command_notify(struct ofono_stk *stk,
                                        int length, const unsigned char *pdu)
 {
@@ -192,6 +201,10 @@ void ofono_stk_proactive_command_notify(struct ofono_stk 
*stk,
                        rsp.result.type =
                                STK_RESULT_TYPE_COMMAND_NOT_UNDERSTOOD;
                        break;
+               case STK_COMMAND_TYPE_MORE_TIME:
+                       respond = handle_command_more_time(stk->pending_cmd,
+                                                               &rsp, stk);
+                       break;
                }
 
                if (respond)
-- 
1.7.1.86.g0e460.dirty

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to