aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/chan_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/chan_alloc.h')
-rw-r--r--include/osmocom/bsc/chan_alloc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/bsc/chan_alloc.h b/include/osmocom/bsc/chan_alloc.h
index 320fa947c..62d0286ef 100644
--- a/include/osmocom/bsc/chan_alloc.h
+++ b/include/osmocom/bsc/chan_alloc.h
@@ -24,9 +24,6 @@
struct gsm_subscriber_connection;
-/* Find an allocated channel for a specified subscriber */
-struct gsm_subscriber_connection *connection_for_subscr(struct vlr_subscr *vsub);
-
/* Allocate a logical channel (SDCCH, TCH, ...) */
struct gsm_lchan *lchan_alloc(struct gsm_bts *bts, enum gsm_chan_t type, int allow_bigger);