summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/layer23/.gitignore (renamed from src/host/layer2/.gitignore)0
-rw-r--r--src/host/layer23/COPYING (renamed from src/host/layer2/COPYING)0
-rw-r--r--src/host/layer23/Makefile.am (renamed from src/host/layer2/Makefile.am)0
-rw-r--r--src/host/layer23/configure.ac (renamed from src/host/layer2/configure.ac)2
-rw-r--r--src/host/layer23/include/Makefile.am (renamed from src/host/layer2/include/Makefile.am)0
l---------src/host/layer23/include/l1a_l23_interface.h (renamed from src/host/layer2/include/l1a_l23_interface.h)0
-rw-r--r--src/host/layer23/include/osmocom/Makefile.am (renamed from src/host/layer2/include/osmocom/Makefile.am)0
l---------src/host/layer23/include/osmocom/debug.h (renamed from src/host/layer2/include/osmocom/debug.h)0
-rw-r--r--src/host/layer23/include/osmocom/l1ctl.h (renamed from src/host/layer2/include/osmocom/l1ctl.h)0
-rw-r--r--src/host/layer23/include/osmocom/lapdm.h (renamed from src/host/layer2/include/osmocom/lapdm.h)0
-rw-r--r--src/host/layer23/include/osmocom/layer3.h (renamed from src/host/layer2/include/osmocom/layer3.h)0
-rw-r--r--src/host/layer23/include/osmocom/osmocom_data.h (renamed from src/host/layer2/include/osmocom/osmocom_data.h)0
-rw-r--r--src/host/layer23/include/osmocom/rslms.h (renamed from src/host/layer2/include/osmocom/rslms.h)0
-rw-r--r--src/host/layer23/src/Makefile.am (renamed from src/host/layer2/src/Makefile.am)6
-rw-r--r--src/host/layer23/src/gsmtap_util.c (renamed from src/host/layer2/src/gsmtap_util.c)0
-rw-r--r--src/host/layer23/src/gsmtap_util.h (renamed from src/host/layer2/src/gsmtap_util.h)0
-rw-r--r--src/host/layer23/src/l1ctl.c (renamed from src/host/layer2/src/l1ctl.c)0
-rw-r--r--src/host/layer23/src/lapdm.c (renamed from src/host/layer2/src/lapdm.c)0
-rw-r--r--src/host/layer23/src/layer3.c (renamed from src/host/layer2/src/layer3.c)0
l---------src/host/layer23/src/libosmocom/debug.c (renamed from src/host/layer2/src/libosmocom/debug.c)0
-rw-r--r--src/host/layer23/src/main.c (renamed from src/host/layer2/src/layer2_main.c)0
-rw-r--r--src/host/layer23/src/rslms.c (renamed from src/host/layer2/src/rslms.c)0
22 files changed, 4 insertions, 4 deletions
diff --git a/src/host/layer2/.gitignore b/src/host/layer23/.gitignore
index d3594665..d3594665 100644
--- a/src/host/layer2/.gitignore
+++ b/src/host/layer23/.gitignore
diff --git a/src/host/layer2/COPYING b/src/host/layer23/COPYING
index d511905c..d511905c 100644
--- a/src/host/layer2/COPYING
+++ b/src/host/layer23/COPYING
diff --git a/src/host/layer2/Makefile.am b/src/host/layer23/Makefile.am
index bc3910fa..bc3910fa 100644
--- a/src/host/layer2/Makefile.am
+++ b/src/host/layer23/Makefile.am
diff --git a/src/host/layer2/configure.ac b/src/host/layer23/configure.ac
index cbed1c07..177d9681 100644
--- a/src/host/layer2/configure.ac
+++ b/src/host/layer23/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT
-AM_INIT_AUTOMAKE(layer2, 0.0.0)
+AM_INIT_AUTOMAKE(layer23, 0.0.0)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/src/host/layer2/include/Makefile.am b/src/host/layer23/include/Makefile.am
index ca774b6b..ca774b6b 100644
--- a/src/host/layer2/include/Makefile.am
+++ b/src/host/layer23/include/Makefile.am
diff --git a/src/host/layer2/include/l1a_l23_interface.h b/src/host/layer23/include/l1a_l23_interface.h
index 2bbc9679..2bbc9679 120000
--- a/src/host/layer2/include/l1a_l23_interface.h
+++ b/src/host/layer23/include/l1a_l23_interface.h
diff --git a/src/host/layer2/include/osmocom/Makefile.am b/src/host/layer23/include/osmocom/Makefile.am
index 6014195c..6014195c 100644
--- a/src/host/layer2/include/osmocom/Makefile.am
+++ b/src/host/layer23/include/osmocom/Makefile.am
diff --git a/src/host/layer2/include/osmocom/debug.h b/src/host/layer23/include/osmocom/debug.h
index ae7c52c3..ae7c52c3 120000
--- a/src/host/layer2/include/osmocom/debug.h
+++ b/src/host/layer23/include/osmocom/debug.h
diff --git a/src/host/layer2/include/osmocom/l1ctl.h b/src/host/layer23/include/osmocom/l1ctl.h
index 0d5cba68..0d5cba68 100644
--- a/src/host/layer2/include/osmocom/l1ctl.h
+++ b/src/host/layer23/include/osmocom/l1ctl.h
diff --git a/src/host/layer2/include/osmocom/lapdm.h b/src/host/layer23/include/osmocom/lapdm.h
index f3967a92..f3967a92 100644
--- a/src/host/layer2/include/osmocom/lapdm.h
+++ b/src/host/layer23/include/osmocom/lapdm.h
diff --git a/src/host/layer2/include/osmocom/layer3.h b/src/host/layer23/include/osmocom/layer3.h
index 1b4af073..1b4af073 100644
--- a/src/host/layer2/include/osmocom/layer3.h
+++ b/src/host/layer23/include/osmocom/layer3.h
diff --git a/src/host/layer2/include/osmocom/osmocom_data.h b/src/host/layer23/include/osmocom/osmocom_data.h
index 48c55798..48c55798 100644
--- a/src/host/layer2/include/osmocom/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/osmocom_data.h
diff --git a/src/host/layer2/include/osmocom/rslms.h b/src/host/layer23/include/osmocom/rslms.h
index 7327c113..7327c113 100644
--- a/src/host/layer2/include/osmocom/rslms.h
+++ b/src/host/layer23/include/osmocom/rslms.h
diff --git a/src/host/layer2/src/Makefile.am b/src/host/layer23/src/Makefile.am
index d1f7f129..aed8e247 100644
--- a/src/host/layer2/src/Makefile.am
+++ b/src/host/layer23/src/Makefile.am
@@ -4,6 +4,6 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
noinst_LIBRARIES = libosmocom.a
libosmocom_a_SOURCES = libosmocom/debug.c
-sbin_PROGRAMS = layer2
-layer2_SOURCES = layer2_main.c l1ctl.c gsmtap_util.c lapdm.c rslms.c layer3.c
-layer2_LDADD = libosmocom.a $(LIBOSMOCORE_LIBS)
+sbin_PROGRAMS = layer23
+layer23_SOURCES = main.c l1ctl.c gsmtap_util.c lapdm.c rslms.c layer3.c
+layer23_LDADD = libosmocom.a $(LIBOSMOCORE_LIBS)
diff --git a/src/host/layer2/src/gsmtap_util.c b/src/host/layer23/src/gsmtap_util.c
index 0254c188..0254c188 100644
--- a/src/host/layer2/src/gsmtap_util.c
+++ b/src/host/layer23/src/gsmtap_util.c
diff --git a/src/host/layer2/src/gsmtap_util.h b/src/host/layer23/src/gsmtap_util.h
index 3599c33d..3599c33d 100644
--- a/src/host/layer2/src/gsmtap_util.h
+++ b/src/host/layer23/src/gsmtap_util.h
diff --git a/src/host/layer2/src/l1ctl.c b/src/host/layer23/src/l1ctl.c
index b8c636ab..b8c636ab 100644
--- a/src/host/layer2/src/l1ctl.c
+++ b/src/host/layer23/src/l1ctl.c
diff --git a/src/host/layer2/src/lapdm.c b/src/host/layer23/src/lapdm.c
index bdf2c2af..bdf2c2af 100644
--- a/src/host/layer2/src/lapdm.c
+++ b/src/host/layer23/src/lapdm.c
diff --git a/src/host/layer2/src/layer3.c b/src/host/layer23/src/layer3.c
index ea6491e6..ea6491e6 100644
--- a/src/host/layer2/src/layer3.c
+++ b/src/host/layer23/src/layer3.c
diff --git a/src/host/layer2/src/libosmocom/debug.c b/src/host/layer23/src/libosmocom/debug.c
index acf42611..acf42611 120000
--- a/src/host/layer2/src/libosmocom/debug.c
+++ b/src/host/layer23/src/libosmocom/debug.c
diff --git a/src/host/layer2/src/layer2_main.c b/src/host/layer23/src/main.c
index 453fe6d7..453fe6d7 100644
--- a/src/host/layer2/src/layer2_main.c
+++ b/src/host/layer23/src/main.c
diff --git a/src/host/layer2/src/rslms.c b/src/host/layer23/src/rslms.c
index f4560295..f4560295 100644
--- a/src/host/layer2/src/rslms.c
+++ b/src/host/layer23/src/rslms.c