aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-04 00:04:52 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-04 00:04:52 +0000
commit1adb4ff0022116a989c059b1131f2ce0a7f0fd12 (patch)
treed10ae0294d18bb9d723735a4c7914a619a704cc0 /include/openbsc/gsm_data.h
parentb01554493f3154ea90b275ce5706392c5c232248 (diff)
[paging] Keep a copy of the Control Channel Description in the bts struct
- Initialize Control Channel Description of SI3 - Patch the table - Setting ATT now is easy - Paging can now extract all required information... to determine the right paging group.
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 2173c51c5..621f11604 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -4,6 +4,7 @@
#include <sys/types.h>
#include <openbsc/timer.h>
+#include <openbsc/gsm_04_08.h>
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
@@ -191,6 +192,8 @@ struct gsm_bts {
/* number of this BTS on given E1 link */
u_int8_t bts_nr;
+ struct gsm48_control_channel_descr chan_desc;
+
/* CCCH is on C0 */
struct gsm_bts_trx *c0;
/* transceivers */