summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-05-16 16:06:34 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-05-25 16:52:53 -0500
commit516fdec55726701bd1bad0941629a7a5cf12c7a3 (patch)
tree0a7cce12ae213e99e19b795e92bf5eaea2f7183c /src
parent35e2722b01a6ed614efd020b6af61c41b302906c (diff)
downloadofono-516fdec55726701bd1bad0941629a7a5cf12c7a3.tar.bz2
stkutil: Add Refresh response builder
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 8314e5ff..62878ec7 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -3217,6 +3217,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
&response->poll_interval.max_interval,
NULL);
break;
+ case STK_COMMAND_TYPE_PLAY_REFRESH:
+ break;
default:
return 0;
};
diff --git a/src/stkutil.h b/src/stkutil.h
index 57fde789..99c10bf5 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1032,6 +1032,7 @@ struct stk_response {
struct stk_response_get_input get_input;
struct stk_response_generic play_tone;
struct stk_response_poll_interval poll_interval;
+ struct stk_response_generic refresh;
struct stk_response_generic send_sms;
};