summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-07 12:21:51 +0200
committerPablo Neira Ayuso2011-06-07 12:21:51 +0200
commit177094b4c988f126ead93a5d3f25b4bedefa2d97 (patch)
tree640b83ad40de1c94b08c24f50f793a71f0c4d7c3 /include
parentsrc: use new socket API in libosmocore (diff)
downloadlibosmo-abis-177094b4c988f126ead93a5d3f25b4bedefa2d97.tar.gz
libosmo-abis-177094b4c988f126ead93a5d3f25b4bedefa2d97.tar.xz
libosmo-abis-177094b4c988f126ead93a5d3f25b4bedefa2d97.zip
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 'include')
-rw-r--r--include/osmocom/Makefile.am2
-rw-r--r--include/osmocom/abis/Makefile.am (renamed from include/osmocom/gsm/abis/Makefile.am)0
-rw-r--r--include/osmocom/abis/e1_input.h (renamed from include/osmocom/gsm/abis/e1_input.h)3
-rw-r--r--include/osmocom/abis/ipaccess.h (renamed from include/osmocom/gsm/abis/ipaccess.h)0
-rw-r--r--include/osmocom/abis/subchan_demux.h (renamed from include/osmocom/gsm/abis/subchan_demux.h)0
-rw-r--r--include/osmocom/abis/trau_frame.h (renamed from include/osmocom/gsm/abis/trau_frame.h)0
-rw-r--r--include/osmocom/gsm/Makefile.am1
7 files changed, 2 insertions, 4 deletions
diff --git a/include/osmocom/Makefile.am b/include/osmocom/Makefile.am
index 999a3ee..f9d5e7c 100644
--- a/include/osmocom/Makefile.am
+++ b/include/osmocom/Makefile.am
@@ -1 +1 @@
-SUBDIRS=gsm
+SUBDIRS=abis
diff --git a/include/osmocom/gsm/abis/Makefile.am b/include/osmocom/abis/Makefile.am
index 8bdcc96..8bdcc96 100644
--- a/include/osmocom/gsm/abis/Makefile.am
+++ b/include/osmocom/abis/Makefile.am
diff --git a/include/osmocom/gsm/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 1911568..c5a4137 100644
--- a/include/osmocom/gsm/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -5,11 +5,10 @@
#include <netinet/in.h>
#include <osmocom/core/linuxlist.h>
-//#include <openbsc/gsm_data.h>
#include <osmocom/core/timer.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/select.h>
-#include <osmocom/gsm/abis/subchan_demux.h>
+#include <osmocom/abis/subchan_demux.h>
#define NUM_E1_TS 32
diff --git a/include/osmocom/gsm/abis/ipaccess.h b/include/osmocom/abis/ipaccess.h
index 2792572..2792572 100644
--- a/include/osmocom/gsm/abis/ipaccess.h
+++ b/include/osmocom/abis/ipaccess.h
diff --git a/include/osmocom/gsm/abis/subchan_demux.h b/include/osmocom/abis/subchan_demux.h
index b71c856..b71c856 100644
--- a/include/osmocom/gsm/abis/subchan_demux.h
+++ b/include/osmocom/abis/subchan_demux.h
diff --git a/include/osmocom/gsm/abis/trau_frame.h b/include/osmocom/abis/trau_frame.h
index a76da33..a76da33 100644
--- a/include/osmocom/gsm/abis/trau_frame.h
+++ b/include/osmocom/abis/trau_frame.h
diff --git a/include/osmocom/gsm/Makefile.am b/include/osmocom/gsm/Makefile.am
deleted file mode 100644
index f9d5e7c..0000000
--- a/include/osmocom/gsm/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS=abis