aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libmsc/a_iface_bssap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libmsc/a_iface_bssap.c b/src/libmsc/a_iface_bssap.c
index a10bd4296..d84a2346b 100644
--- a/src/libmsc/a_iface_bssap.c
+++ b/src/libmsc/a_iface_bssap.c
@@ -579,10 +579,6 @@ static int bssmap_rx_ass_compl(struct ran_conn *conn, struct msgb *msg,
return -EINVAL;
}
- /* FIXME: Seems to be related to authentication or,
- encryption. Is this really in the right place? */
- ran_conn_rx_sec_mode_compl(conn);
-
return 0;
}