aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
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 */