aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc_ip.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-31 08:05:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:35:45 +0100
commitea72b62cac3942f164f1a7d329b7c44435030168 (patch)
treed5cba4d0a3e93cff2d88702aadde78bb9b00f1ca /openbsc/src/bsc_msc_ip.c
parent49a84ec6e9a8202d7bc0d6a9a5f22580d809710f (diff)
[bssmap] Unconditionally include the chosen encryption in cipher mode complete
Diffstat (limited to 'openbsc/src/bsc_msc_ip.c')
-rw-r--r--openbsc/src/bsc_msc_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index c0b887e42..7e810cf66 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -258,7 +258,7 @@ static int handle_cipher_m_complete(struct msgb *msg)
struct msgb *resp;
DEBUGP(DMSC, "CIPHER MODE COMPLETE from MS, forwarding to MSC\n");
- resp = bssmap_create_cipher_complete(msg, -1);
+ resp = bssmap_create_cipher_complete(msg);
if (!resp) {
DEBUGP(DMSC, "Creating MSC response failed.\n");
return -1;