diff options
Diffstat (limited to 'src/stkutil.c')
-rw-r--r-- | src/stkutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stkutil.c b/src/stkutil.c index 6a2fbfb1..46ce4cb7 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -3208,6 +3208,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; }; |