aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-28 12:48:13 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-28 12:48:18 +0200
commit1e75d131c99846cff248e572040067f4b885d758 (patch)
tree819e1af2a25b3827ae088dcd584dbd7f4aa08e8d /include
parent116e05e91d83ffee2ed714975f4942f5e3e918c5 (diff)
bsc-filter: Remove unused func barr_adapt and set barr_find static
bar_find is set as static because it's still being used internally by other functions. Change-Id: I2db8f0ba60cf01929ce2c63edd9859612724de48
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_msg_filter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/bsc/bsc_msg_filter.h b/include/osmocom/bsc/bsc_msg_filter.h
index a9dedf43c..c9d86f423 100644
--- a/include/osmocom/bsc/bsc_msg_filter.h
+++ b/include/osmocom/bsc/bsc_msg_filter.h
@@ -79,10 +79,6 @@ struct bsc_filter_request {
int bsc_nr;
};
-
-int bsc_filter_barr_adapt(void *ctx, struct rb_root *rbtree, const struct osmo_config_list *);
-int bsc_filter_barr_find(struct rb_root *root, const char *imsi, int *cm, int *lu);
-
/**
* Content filtering.
*/