summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-06-07 12:08:26 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-06-09 12:25:25 -0500
commitf98954116191946a2c043406db9177d41b3b37ab (patch)
tree04222bdfd260552e6ea2b6ab68a0550e20344722 /src/stkutil.h
parentd9f4abfd3f2e45946a8b6ac6cd330aa38c413f59 (diff)
downloadofono-f98954116191946a2c043406db9177d41b3b37ab.tar.bz2
stkutil: Add CBS-PP Data Download envelope builder
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index cc293ca8..65ccfd34 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1178,12 +1178,17 @@ struct stk_envelope_sms_pp_download {
struct sms_deliver message;
};
+struct stk_envelope_cbs_pp_download {
+ struct cbs page;
+};
+
struct stk_envelope {
enum stk_envelope_type type;
enum stk_device_identity_type src;
enum stk_device_identity_type dst;
union {
struct stk_envelope_sms_pp_download sms_pp_download;
+ struct stk_envelope_cbs_pp_download cbs_pp_download;
};
};