summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-07 20:21:27 +0200
committerPablo Neira Ayuso2011-07-07 20:21:27 +0200
commitcdd7c783631a71d23912ed1e59b209a2b6e7872a (patch)
treeda87bca27f7088a8fd15dac8d2268c4d960214ca
parente1_input: add new refcounting scheme to avoid leaking E1 lines (diff)
downloadlibosmo-abis-cdd7c783631a71d23912ed1e59b209a2b6e7872a.tar.gz
libosmo-abis-cdd7c783631a71d23912ed1e59b209a2b6e7872a.tar.xz
libosmo-abis-cdd7c783631a71d23912ed1e59b209a2b6e7872a.zip
hsl: remove unused hsl_setup function
This function lives in openBSC not here.
-rw-r--r--src/input/hsl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input/hsl.c b/src/input/hsl.c
index 0bcde09..36061f5 100644
--- a/src/input/hsl.c
+++ b/src/input/hsl.c
@@ -405,12 +405,6 @@ static int hsl_line_update(struct e1inp_line *line,
return ret;
}
-int hsl_setup(struct gsm_network *gsmnet)
-{
- e1h->gsmnet = gsmnet;
- return 0;
-}
-
void e1inp_hsl_init(void)
{
tall_hsl_ctx = talloc_named_const(libosmo_abis_ctx, 1, "hsl");