stkutil: Add Play Tone response builder support

This commit is contained in:
Andrzej Zaborowski 2010-05-16 16:06:01 +02:00 committed by Denis Kenzior
parent 6da5a6ce09
commit a732863c87
2 changed files with 2 additions and 0 deletions

View File

@ -3209,6 +3209,7 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
NULL);
break;
case STK_COMMAND_TYPE_SEND_SMS:
case STK_COMMAND_TYPE_PLAY_TONE:
break;
default:
return 0;

View File

@ -1026,6 +1026,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 play_tone;
struct stk_response_generic send_sms;
};