summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom')
-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