summaryrefslogtreecommitdiffstats
path: root/src/e1_input.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-02 19:01:58 +0200
committerPablo Neira Ayuso2011-07-05 18:27:33 +0200
commita20762ab7241cdafb0f568f8832d6ef34988ec1c (patch)
treed675155fa03ca6a05d3b9070b1e7f0f499cbf767 /src/e1_input.c
parentlogging: use new harald's logging infrastructure in libosmocore (diff)
downloadlibosmo-abis-a20762ab7241cdafb0f568f8832d6ef34988ec1c.tar.gz
libosmo-abis-a20762ab7241cdafb0f568f8832d6ef34988ec1c.tar.xz
libosmo-abis-a20762ab7241cdafb0f568f8832d6ef34988ec1c.zip
src: use signal infrastructure that will be available in libosmocore
This is still not in mainline yet, it's in a separate patch that I expect to send to Harald soon.
Diffstat (limited to 'src/e1_input.c')
-rw-r--r--src/e1_input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/e1_input.c b/src/e1_input.c
index 13fcdcf..419ec8c 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -47,7 +47,6 @@
#include <osmocom/abis/e1_input.h>
#include <osmocom/core/linuxlist.h>
#include <osmocom/abis/subchan_demux.h>
-#include <osmocom/abis/signal.h>
#include <talloc.h>
#define NUM_E1_TS 32
@@ -569,7 +568,7 @@ int e1inp_line_update(struct e1inp_line *line)
return rc;
}
-static int e1i_sig_cb(uint8_t subsys, unsigned int signal,
+static int e1i_sig_cb(unsigned int subsys, unsigned int signal,
void *handler_data, void *signal_data)
{
if (subsys != SS_GLOBAL ||