From 5684577171085a8da21a6ba202df4d78c9589151 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Mon, 7 Jun 2010 12:08:36 +0200 Subject: stkutil: Add MO SMS Control envelope builder --- src/stkutil.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index d4b5b237..2da787d7 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -1187,6 +1187,12 @@ struct stk_envelope_menu_selection { ofono_bool_t help_request; }; +struct stk_envelope_sms_mo_control { + struct stk_address sc_address; + struct stk_address dest_address; + struct stk_location_info location; +}; + struct stk_envelope { enum stk_envelope_type type; enum stk_device_identity_type src; @@ -1195,6 +1201,7 @@ struct stk_envelope { 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; + struct stk_envelope_sms_mo_control sms_mo_control; }; }; -- cgit v1.2.3