aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-11-24 17:46:22 +0100
committerHarald Welte <laforge@gnumonks.org>2011-11-24 17:46:22 +0100
commitfe4893e625dd196e11c17dd468d73b60f17db9f9 (patch)
tree7dcea467f0cc3bd5e75f711e74e627e18d0e92d1 /include
parent26608120842761bfae612eed1b5cf3c881855fc7 (diff)
RSL: Actually check if BSC-requested cipher is supported
Diffstat (limited to 'include')
-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 8e091f2a..54f7ae9a 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -45,6 +45,9 @@ struct gsm_bts_role_bts {
char *bsc_oml_host;
char *rtp_bind_host;
unsigned int rtp_jitter_buf_ms;
+ struct {
+ uint8_t ciphers;
+ } support;
};
#define bts_role_bts(x) ((struct gsm_bts_role_bts *)(x)->role)