aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-07 12:33:55 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-07-25 15:14:15 +0200
commit15b06b9d3c33f2364bc657bdf439e090622d8d2b (patch)
tree5f150b8926c8be75ee2eba37a74667793885b453 /src
parent241f119d8e2ebbbc9dac05f6db4afcdbf52d6015 (diff)
a_iface: fix missing const
Diffstat (limited to 'src')
-rw-r--r--src/libmsc/a_iface_bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmsc/a_iface_bssap.c b/src/libmsc/a_iface_bssap.c
index c756e9b9c..57b814748 100644
--- a/src/libmsc/a_iface_bssap.c
+++ b/src/libmsc/a_iface_bssap.c
@@ -41,7 +41,7 @@
*/
/* Allocate a new subscriber connection */
-static struct gsm_subscriber_connection *subscr_conn_allocate_a(struct a_conn_info *a_conn_info,
+static struct gsm_subscriber_connection *subscr_conn_allocate_a(const struct a_conn_info *a_conn_info,
struct gsm_network *network,
uint16_t lac, struct osmo_sccp_user *scu, int conn_id)
{