stkutil: Add More Time terminal response builder

This commit is contained in:
Andrzej Zaborowski 2010-06-17 15:42:09 +02:00 committed by Denis Kenzior
parent 3b5d3fe1ef
commit 1b4dd4cd83
2 changed files with 2 additions and 0 deletions

View File

@ -5532,6 +5532,7 @@ const unsigned char *stk_pdu_from_response(const struct stk_response *response,
&response->get_input.text,
NULL);
break;
case STK_COMMAND_TYPE_MORE_TIME:
case STK_COMMAND_TYPE_SEND_SMS:
case STK_COMMAND_TYPE_PLAY_TONE:
break;

View File

@ -1444,6 +1444,7 @@ struct stk_response {
struct stk_response_generic display_text;
struct stk_response_get_inkey get_inkey;
struct stk_response_get_input get_input;
struct stk_response_generic more_time;
struct stk_response_generic play_tone;
struct stk_response_poll_interval poll_interval;
struct stk_response_generic refresh;