summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-06-13 17:43:18 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-06-16 17:43:11 -0500
commitdb941ff556fcc27b66f990fa63ca063a4e12e00e (patch)
tree5ca0e1b0dc7e1cfe3b03b18d7288eaf60d7c8c51 /src/stkutil.h
parent090c93fbdfa8fa7af62b8db8a2cd06041fd29bbd (diff)
downloadofono-db941ff556fcc27b66f990fa63ca063a4e12e00e.tar.bz2
stk: Add parser for cell broadcast page objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index b4683c17..a6fe6335 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -599,6 +599,12 @@ struct stk_ccp {
unsigned char ccp[16];
};
+/* Defined in TS 31.111 Section 8.5 */
+struct stk_cbs_page {
+ unsigned char len;
+ unsigned char page[88];
+};
+
/*
* According to 102.223 Section 8.8 interval values of 0x00 are reserved.
* We use this to denote empty duration objects.