aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 05:39:54 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:35:45 +0100
commit1b85de02e0add59189159ecdaca59d2786d7266d (patch)
treec6aad286f554ed3885e6502e4a97c1c2a406e8e2
parent2281d1835f1fc95bb7a235ec04ff28d9b93781b8 (diff)
[bssap] Add a "#warning" that cipher mode is not properly handled
-rw-r--r--openbsc/src/bssap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bssap.c b/openbsc/src/bssap.c
index 9ecc28bfd..adf2cabcd 100644
--- a/openbsc/src/bssap.c
+++ b/openbsc/src/bssap.c
@@ -195,6 +195,7 @@ static int bssmap_handle_cipher_mode(struct sccp_connection *conn,
msg->lchan->msc_data->ciphering_handled = 1;
/* FIXME: parse the message. TLVP */
+#warning "Need to handle cipher mode properly"
return gsm48_send_rr_ciph_mode(msg->lchan, 1);