summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-06-07 12:08:30 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-06-09 12:30:19 -0500
commitb2dfa2321ffab1851775ce611438663ebcc8804a (patch)
treeefee2fdf026bd27505227e14cf36710f889afbcd /src/stkutil.h
parent758005a7c4dc0b83ed20476372576822e059380e (diff)
downloadofono-b2dfa2321ffab1851775ce611438663ebcc8804a.tar.bz2
stkutil: Add the Menu Selection envelope builder
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 65ccfd34..d4b5b237 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1182,6 +1182,11 @@ struct stk_envelope_cbs_pp_download {
struct cbs page;
};
+struct stk_envelope_menu_selection {
+ unsigned char item_id;
+ ofono_bool_t help_request;
+};
+
struct stk_envelope {
enum stk_envelope_type type;
enum stk_device_identity_type src;
@@ -1189,6 +1194,7 @@ struct stk_envelope {
union {
struct stk_envelope_sms_pp_download sms_pp_download;
struct stk_envelope_cbs_pp_download cbs_pp_download;
+ struct stk_envelope_menu_selection menu_selection;
};
};