diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-31 17:16:57 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-31 12:13:17 -0500 |
commit | 8b57078825dfa38bbb3a12c931d8f096307c0dcb (patch) | |
tree | 23857dd2ee4707ed8cce0a200d8183f7df4af626 /src/stkutil.h | |
parent | 51889d7f031ba09d693046e6fb5bdcfab49357ea (diff) | |
download | ofono-8b57078825dfa38bbb3a12c931d8f096307c0dcb.tar.bz2 |
Add parser for location status 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 21f6e8af..a87b4ef6 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -290,6 +290,12 @@ enum stk_event_type { STK_EVENT_TYPE_MULTIPLE_ACCESS_TECHNOLOGIES_CHANGE = 0x14 }; +enum stk_service_state { + STK_NORMAL_SERVICE = 0x00, + STK_LIMITED_SERVICE = 0x01, + STK_NO_SERVICE = 0x02 +}; + /* Defined in TS 102.223 Section 8.1 */ struct stk_address { unsigned char ton_npi; |