aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_api.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 16:55:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 17:15:15 +0800
commitdbc62db8dbaf459b17386fda6773b35f1d8105db (patch)
tree140b12738ec5003c7b55528d337d438a286df09d /openbsc/src/bsc_api.c
parentc354de8f9403a882aa4e57941792e89ffeb69b15 (diff)
bsc_api: Add stub for the cipher mode command.
Diffstat (limited to 'openbsc/src/bsc_api.c')
-rw-r--r--openbsc/src/bsc_api.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/src/bsc_api.c b/openbsc/src/bsc_api.c
index e5c9e9cea..44ec42092 100644
--- a/openbsc/src/bsc_api.c
+++ b/openbsc/src/bsc_api.c
@@ -132,6 +132,12 @@ int gsm0408_rcvmsg(struct msgb *msg, uint8_t link_id)
return 0;
}
+int gsm0808_cipher_mode(struct gsm_subscriber_connection *conn, int cipher,
+ uint8_t *key, int len)
+{
+ return -1;
+}
+
int gsm0808_clear(struct gsm_subscriber_connection* conn)
{
struct gsm_lchan *lchan;