summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-06-13 17:43:19 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-06-16 17:43:11 -0500
commit37afdf1ca524da71e2b0ee889409842e444dbf74 (patch)
tree4f447ae688103d0346d5513ceba093c13c014e9f /src/stkutil.h
parentdb941ff556fcc27b66f990fa63ca063a4e12e00e (diff)
downloadofono-37afdf1ca524da71e2b0ee889409842e444dbf74.tar.bz2
stk: Add parser for bcch channel list objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index a6fe6335..278738be 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -710,6 +710,16 @@ struct stk_transaction_id {
};
/*
+ * According to 31.111 Section 8.29 the length of CTLV is 1 byte. This means
+ * that the maximum size is 127 according to the rules of CTLVs. Each channel
+ * is represented as 10 bits, so the maximum number of channel is 127*8/10=101.
+ */
+struct stk_bcch_channel_list {
+ unsigned short channel[101];
+ unsigned int num;
+};
+
+/*
* Defined in TS 102.223 Section 8.31
* Icon ID denotes a file on the SIM filesystem. Since EF cannot have record
* ids of 0, we use icon_id with 0 to denote empty icon_identifier objects