summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stkutil.c2
-rw-r--r--src/stkutil.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/stkutil.c b/src/stkutil.c
index a4e98f0d..1f639ab0 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -4051,6 +4051,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
&response->timer_mgmt.value,
NULL);
break;
+ case STK_COMMAND_TYPE_SETUP_IDLE_MODE_TEXT:
+ break;
default:
return 0;
};
diff --git a/src/stkutil.h b/src/stkutil.h
index 153da658..8c1b0db9 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1158,6 +1158,7 @@ struct stk_response {
struct stk_response_local_info provide_local_info;
struct stk_response_generic set_up_event_list;
struct stk_response_timer_mgmt timer_mgmt;
+ struct stk_response_generic set_up_idle_mode_text;
};
void (*destructor)(struct stk_response *response);