From b2dfa2321ffab1851775ce611438663ebcc8804a Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Mon, 7 Jun 2010 12:08:30 +0200 Subject: stkutil: Add the Menu Selection envelope builder --- src/stkutil.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/stkutil.h') 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; }; }; -- cgit v1.2.3