diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-20 14:14:56 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-20 15:45:43 -0500 |
commit | 5bc4834c199eee34ffdf302023ea1500ec6eb5f4 (patch) | |
tree | e62122cde01f17bd2ecda6dbd3e9f478484251c9 /src/stkutil.h | |
parent | 8c67bed08c4c0f54db290be8758ffe9255dd2b65 (diff) | |
download | ofono-5bc4834c199eee34ffdf302023ea1500ec6eb5f4.tar.bz2 |
Add parser for UICC/TE transport interface level
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 1c05440f..1c7c9700 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -570,6 +570,12 @@ struct stk_other_address { unsigned char type; }; +/* Defined in TS 102.223 Section 8.59 */ +struct stk_uicc_te_interface { + unsigned char protocol; + unsigned short port; +}; + /* * 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 |