diff options
Diffstat (limited to 'src/stkutil.c')
-rw-r--r-- | src/stkutil.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkutil.c b/src/stkutil.c index 3edf3f50..6a2fbfb1 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -3202,6 +3202,12 @@ unsigned int stk_pdu_from_response(const struct stk_response *response, &response->get_inkey.duration, NULL); break; + case STK_COMMAND_TYPE_GET_INPUT: + ok = build_dataobj(&builder, + build_dataobj_text, DATAOBJ_FLAG_CR, + &response->get_input.text, + NULL); + break; default: return 0; }; |