aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-16 12:03:01 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:11 +0100
commit090aabe052956b571a3dd3430aeaf0f1f3ae366d (patch)
treeb5a8ecd88b5943cf6e4a486428fa3386f062371b /openbsc/include
parentbe37fbd85d2ebde3bd2c00379b55292028ede2e6 (diff)
gsm0408_rcvmsg_iucs: remove unused link_id arg.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/iu_cs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/iu_cs.h b/openbsc/include/openbsc/iu_cs.h
index 656c4f6a4..60ff92d25 100644
--- a/openbsc/include/openbsc/iu_cs.h
+++ b/openbsc/include/openbsc/iu_cs.h
@@ -1,6 +1,6 @@
#pragma once
-int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, uint8_t link_id);
+int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg);
struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_network *network,
uint8_t link_id,