diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-02 14:20:32 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-02 10:59:45 -0500 |
commit | 5b7de64aca779a0a87f1a2b7718f769d14a6a86a (patch) | |
tree | 96bcf252bc9c20d4412aa809d17dec89d830576a /src/stkutil.h | |
parent | 8bc04ba93a067222316cddb23bf68b5b206a37e0 (diff) | |
download | ofono-5b7de64aca779a0a87f1a2b7718f769d14a6a86a.tar.bz2 |
Add parser for timer value 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 1cbf4075..0d22bea9 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -493,6 +493,13 @@ struct stk_r_apdu { unsigned int len; }; +/* Defined in TS 102.223 Section 8.38 */ +struct stk_timer_value { + unsigned char hour; + unsigned char minute; + unsigned char second; +}; + /* * 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 |