aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-10 09:44:34 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:49 +0100
commitfae3c65938328ba47f12d86db035db118d10ee83 (patch)
tree65afb9c67f770312822cc26d37e0ed14ddb024b6 /openbsc/include/openbsc/osmo_bsc.h
parentf1f57a84c1b24f5eb03838424410856dac17b41c (diff)
bsc: Parse the cipher mode command and pass it to the BSC api.
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 01509c04e..c4b241a24 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -10,6 +10,8 @@ struct sccp_connection;
struct osmo_bsc_sccp_con {
struct llist_head entry;
+ int ciphering_handled;
+
/* SCCP connection realted */
struct sccp_connection *sccp;
struct bsc_msc_connection *msc_con;