aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorCiaby <ciaby@rhizomatica.org>2014-12-22 14:54:23 +0100
committerCiaby <ciaby@rhizomatica.org>2014-12-22 14:54:23 +0100
commit1e12f3777ae7e659d82d8c0f390e612b146c3e9f (patch)
tree39aee1501203980b98bf28e9c6eccf0ed96de278 /openbsc/include/openbsc/gsm_data_shared.h
parentd73fb3af49ef646dc215488ec43b1bf57e9a22a6 (diff)
parent22fd3cd0de098de3816d687e41d42fe551412a33 (diff)
Merge branch 'master' into ciaby/rhizomatica-queueciaby/rhizomatica-queue
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 001a526bf..5d84969ae 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -720,6 +720,9 @@ struct gsm_bts {
/* supported codecs beside FR */
struct bts_codec_conf codec;
+
+ /* BTS dependencies bit field */
+ uint32_t depends_on[256/(8*4)];
#endif /* ROLE_BSC */
void *role;
};