diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-05 16:40:20 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-10 13:14:12 -0600 |
commit | 81e01f82cc046e93ec52322306d8d647042c1fe2 (patch) | |
tree | ed9b6110b631fcfde1ee567cd915607df2d4b72a /src/stkutil.h | |
parent | a2beff9011f2669231b5f205bf0c8ccade66938e (diff) | |
download | ofono-81e01f82cc046e93ec52322306d8d647042c1fe2.tar.bz2 |
Add parser for result objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 63f4eecb..91a8cb47 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -235,6 +235,13 @@ struct stk_item { char *text; }; +/* Defined in TS 102.223 Section 8.12 */ +struct stk_result { + unsigned char general; + unsigned int additional_len; + unsigned char *additional; +}; + /* * 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 |