summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-06-11 12:39:56 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-06-15 12:37:53 -0500
commit0baaf2ce5b8eecc1584bbcce13b1f66e7d053ebb (patch)
tree3049a75a5d4bb2b6d2db50d71cee13bd955605ea /src/stkutil.h
parent6720f90e13756a98314a243ad25614c22dcc4d2a (diff)
downloadofono-0baaf2ce5b8eecc1584bbcce13b1f66e7d053ebb.tar.bz2
stkutil: Add MMS Notification DL 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 fdc79ed0..dac8dcc1 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1447,6 +1447,11 @@ struct stk_envelope_mms_transfer_status {
struct stk_mms_transfer_status transfer_status;
};
+struct stk_envelope_mms_notification_download {
+ struct stk_common_byte_array msg;
+ ofono_bool_t last;
+};
+
struct stk_envelope {
enum stk_envelope_type type;
enum stk_device_identity_type src;
@@ -1461,6 +1466,7 @@ struct stk_envelope {
struct stk_envelope_timer_expiration timer_expiration;
struct stk_envelope_ussd_data_download ussd_data_download;
struct stk_envelope_mms_transfer_status mms_status;
+ struct stk_envelope_mms_notification_download mms_notification;
};
};