---
src/stkutil.c | 2 ++
src/stkutil.h | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/stkutil.c b/src/stkutil.c
index c3c30ab..a51318f 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -3198,6 +3198,8 @@ unsigned int stk_pdu_from_response(const struct stk_response
*response,
&response->get_input.text,
NULL);
break;
+ case STK_COMMAND_TYPE_SEND_SMS:
+ break;
default:
return 0;
};
diff --git a/src/stkutil.h b/src/stkutil.h
index 4e46cd5..a98d677 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -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 send_sms;
};
void (*destructor)(struct stk_response *response);
--
1.7.1.86.g0e460.dirty
Show replies by date