diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-08 12:20:07 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-10 13:14:12 -0600 |
commit | 3a826529e9801cca9b3c9f3f4d5ebbeae1ea618f (patch) | |
tree | 61193f2ec1b21fbc70c0f4be3873ff4bbcaecbdb /src/stkutil.h | |
parent | 81e01f82cc046e93ec52322306d8d647042c1fe2 (diff) | |
download | ofono-3a826529e9801cca9b3c9f3f4d5ebbeae1ea618f.tar.bz2 |
Add parser for sms tpdu objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 91a8cb47..1b3c1de6 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -242,6 +242,12 @@ struct stk_result { unsigned char *additional; }; +/* Defined in TS 102.223 Section 8.13 */ +struct stk_sms_tpdu { + unsigned int tpdu_len; + unsigned char *tpdu; +}; + /* * According to 102.223 Section 8.72 the length of text attribute CTLV is 1 * byte. This means that the maximum size is 127 according to the rules |