summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorGuillaume Lucas <guillaumex.lucas@intel.com>2010-11-30 13:21:50 +0000
committerDenis Kenzior <denkenz@gmail.com>2010-11-30 08:20:42 -0600
commit8b0307a6218fccb9be5a1e099699b2e96c784392 (patch)
tree7ed51435690c8842d720274be954557c397bed0a /src/stkagent.h
parent5154d5e38de1c44856da34377b63e590ad69b7d6 (diff)
downloadofono-8b0307a6218fccb9be5a1e099699b2e96c784392.tar.bz2
stk: Add busy error for the display text command
According to the sequence 1.2 of the ETSI TS 102 384 a busy screen error should be returns for the display text proactive command when the ME is not able to display the text.
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index c8e1886a..517bcfe0 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -26,6 +26,7 @@ enum stk_agent_result {
STK_AGENT_RESULT_BACK,
STK_AGENT_RESULT_TERMINATE,
STK_AGENT_RESULT_TIMEOUT,
+ STK_AGENT_RESULT_BUSY,
};
struct stk_menu_item {