diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-06 18:06:40 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-14 12:38:58 -0500 |
commit | 9b3d97d70591df22d13302b4cb9eee838d6a2b5a (patch) | |
tree | 222c4680d108cfc1edab61ec773ba1e760615d5e /src/stkutil.h | |
parent | 03b6249f1e3f8d55bc6f87ca7ed50529c0c5577a (diff) | |
download | ofono-9b3d97d70591df22d13302b4cb9eee838d6a2b5a.tar.bz2 |
Add parser for browser termination cause objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 3dcb2c39..746c5ffd 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -316,6 +316,11 @@ enum stk_bearer { STK_BEARER_PS = 0x03 }; +enum stk_browser_termination_cause { + STK_BROWSER_USER_TERMINATION = 0x00, + STK_BROWSER_ERROR_TERMINATION = 0x01 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; |