aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-03 07:25:46 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-03 07:37:52 +0200
commit2100a2e16fb5b5221d6106991d8b4cae31f02ad6 (patch)
treee266ffe989bbd286f0fdc747bbd5f15606cee39c /include/osmo-bts/gsm_data.h
parentc58968be02c1c0b1fdca5c5cb30c1b2b57cab069 (diff)
sysinfo: Make our SI scheduling more complete
We now implement the fairly complex rules for schedulign of SI 2bis/2ter/2quater, 13 and 9 on TC=4 and TC=5 of the BCCH Norm. The patch is currently untested.
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index d600cf60..f2e3fc86 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -48,6 +48,9 @@ struct gsm_bts_role_bts {
struct {
uint8_t ciphers;
} support;
+ struct {
+ uint8_t tc4_ctr;
+ } si;
};
enum lchan_ciph_state {