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 3b536ed8..41b12d1d 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -4084,6 +4084,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response, response->run_at_command.at_response, NULL); break; + case STK_COMMAND_TYPE_SEND_DTMF: + break; default: return 0; }; |