diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-31 17:16:59 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-31 12:14:24 -0500 |
commit | ee4a3d2b12d20d29187698370540e4198b94b7c3 (patch) | |
tree | 1730fcf3ad8ff4eda92fc16ed842926e63a530ea /src/stkutil.h | |
parent | f15a5c73b4f165ebe883f5e43b3e24eb3d808ff8 (diff) | |
download | ofono-ee4a3d2b12d20d29187698370540e4198b94b7c3.tar.bz2 |
Add parser for call control requested action 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 419cda7b..9ba8138f 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -296,6 +296,12 @@ enum stk_service_state { STK_NO_SERVICE = 0x02 }; +/* For data object that only has a byte array with undetermined length */ +struct stk_common_byte_array { + unsigned char *array; + unsigned int len; +}; + /* Defined in TS 102.223 Section 8.1 */ struct stk_address { unsigned char ton_npi; |