From 6780c0282af31d2f19e52e18bd6020f709fda0a1 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Tue, 6 Apr 2010 18:06:37 +0800 Subject: Add parser for bearer objects --- src/stkutil.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index 3f961598..3dcb2c39 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -309,6 +309,13 @@ enum stk_browser_id { STK_BROWSER_ID_CHTML = 0x04 }; +enum stk_bearer { + STK_BEARER_SMS = 0x00, + STK_BEARER_CS_DATA = 0x01, + STK_BEARER_GSM_3G = 0x02, + STK_BEARER_PS = 0x03 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; -- cgit v1.2.3