[bssap] Add a "#warning" that cipher mode is not properly handled

This commit is contained in:
Holger Hans Peter Freyther 2009-10-22 05:39:54 +02:00
parent 2281d1835f
commit 1b85de02e0
1 changed files with 1 additions and 0 deletions

View File

@ -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);