aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/iu_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/iu_cs.h')
-rw-r--r--openbsc/include/openbsc/iu_cs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/iu_cs.h b/openbsc/include/openbsc/iu_cs.h
index f165c9b58..fb61a5cf1 100644
--- a/openbsc/include/openbsc/iu_cs.h
+++ b/openbsc/include/openbsc/iu_cs.h
@@ -1,6 +1,7 @@
#pragma once
-int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg);
+int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg,
+ uint16_t *lac);
struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_network *network,
struct ue_conn_ctx *ue);