From f98954116191946a2c043406db9177d41b3b37ab Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Mon, 7 Jun 2010 12:08:26 +0200 Subject: stkutil: Add CBS-PP Data Download envelope builder --- src/stkutil.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stkutil.h') 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; }; }; -- cgit v1.2.3