aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/hsl.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-06-07 12:21:51 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-06-07 12:21:51 +0200
commit177094b4c988f126ead93a5d3f25b4bedefa2d97 (patch)
tree640b83ad40de1c94b08c24f50f793a71f0c4d7c3 /src/input/hsl.c
parentf67471fb7f691cfe19622693c2bd59a6b9837cd4 (diff)
src: use include/osmocom/abis instead of include/osmocom/gsm/abis
Harald prefers short paths. This patch also remove commented includes in several files.
Diffstat (limited to 'src/input/hsl.c')
-rw-r--r--src/input/hsl.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/input/hsl.c b/src/input/hsl.c
index 211768c..689698c 100644
--- a/src/input/hsl.c
+++ b/src/input/hsl.c
@@ -47,19 +47,10 @@
#include <osmocom/core/select.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/core/msgb.h>
-#include <osmocom/gsm/abis/e1_input.h>
+#include <osmocom/abis/e1_input.h>
#include <osmocom/core/logging.h>
#include <osmocom/gsm/protocol/ipaccess.h>
#include <osmocom/core/socket.h>
-/*#include <openbsc/debug.h>
-#include <openbsc/gsm_data.h>
-#include <openbsc/abis_nm.h>
-#include <openbsc/abis_rsl.h>
-#include <openbsc/subchan_demux.h>
-#include <openbsc/e1_input.h>
-#include <openbsc/ipaccess.h>
-#include <openbsc/socket.h>
-#include <openbsc/signal.h> */
#include <talloc.h>
#define HSL_TCP_PORT 2500