From 54fc3a13183e4d5956c8c17b74caf7ef21febe0a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 11 Apr 2016 20:25:28 +0200 Subject: remove subscr_conn_allocate_iu() from public header It is only used statically in iu.c --- openbsc/include/openbsc/iu_cs.h | 4 ---- 1 file changed, 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); -- cgit v1.2.3