stk: Support send ss response

This commit is contained in:
Yang Gu 2010-10-18 16:00:29 +08:00 committed by Denis Kenzior
parent af4d3ad756
commit 6394d5b442
1 changed files with 2 additions and 0 deletions

View File

@ -5455,6 +5455,8 @@ const unsigned char *stk_pdu_from_response(const struct stk_response *response,
&response->select_item.item_id,
NULL);
break;
case STK_COMMAND_TYPE_SEND_SS:
break;
case STK_COMMAND_TYPE_SETUP_CALL:
ok = build_setup_call(&builder, response);
break;