aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-11 20:25:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-11 20:37:12 +0200
commit54fc3a13183e4d5956c8c17b74caf7ef21febe0a (patch)
tree5faea5798b52f15a9d81218693480dc50897c978 /openbsc
parentbaefda5d64f1b11f13ae187a283c0322a12afeec (diff)
remove subscr_conn_allocate_iu() from public header
It is only used statically in iu.c
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/iu_cs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsc/include/openbsc/iu_cs.h b/openbsc/include/openbsc/iu_cs.h
index fb5b6972a..f165c9b58 100644
--- a/openbsc/include/openbsc/iu_cs.h
+++ b/openbsc/include/openbsc/iu_cs.h
@@ -2,9 +2,5 @@
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,
- uint32_t conn_id);
-
struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_network *network,
struct ue_conn_ctx *ue);