summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
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;
};
};