From 1b85de02e0add59189159ecdaca59d2786d7266d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 22 Oct 2009 05:39:54 +0200 Subject: [bssap] Add a "#warning" that cipher mode is not properly handled --- openbsc/src/bssap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src') 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); -- cgit v1.2.3