diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-05 13:40:40 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-10 13:14:12 -0600 |
commit | 08faed228763cb306440261a5781f37d470036f3 (patch) | |
tree | 265a1ad722cd5dbfb3c9b1197051b4509be38d00 /src/stkutil.h | |
parent | cb33d077642ad22020ea55d25dd39896db7955ba (diff) | |
download | ofono-08faed228763cb306440261a5781f37d470036f3.tar.bz2 |
Add parser for item 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 e72b70df..63f4eecb 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -229,6 +229,12 @@ struct stk_duration { unsigned char interval; }; +/* Defined in TS 102.223 Section 8.9 */ +struct stk_item { + unsigned char id; + char *text; +}; + /* * 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 |