summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stkutil.c1
-rw-r--r--src/stkutil.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/stkutil.c b/src/stkutil.c
index 41b12d1d..65def097 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -4085,6 +4085,7 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
NULL);
break;
case STK_COMMAND_TYPE_SEND_DTMF:
+ case STK_COMMAND_TYPE_LANGUAGE_NOTIFICATION:
break;
default:
return 0;
diff --git a/src/stkutil.h b/src/stkutil.h
index 4a7a82df..cd9ef46f 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1165,6 +1165,7 @@ struct stk_response {
struct stk_response_generic set_up_idle_mode_text;
struct stk_response_run_at_command run_at_command;
struct stk_response_generic send_dtmf;
+ struct stk_response_generic language_notification;
};
void (*destructor)(struct stk_response *response);