summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-10-24 15:30:17 +0200
committerAndreas.Eversberg2010-10-24 15:30:17 +0200
commit4d211a27b889420618598fae621341f85070727b (patch)
treef8b985ec5872c8b272902478d5e07885a4d75619 /src/host/layer23/include/osmocom/bb
parent[layer23] Fixed conditions for complete set of SYSTEM INFORMATION (diff)
downloadosmocom-4d211a27b889420618598fae621341f85070727b.tar.gz
osmocom-4d211a27b889420618598fae621341f85070727b.tar.xz
osmocom-4d211a27b889420618598fae621341f85070727b.zip
[layer23] Moving sysinfo.c and gps.c (.h) to liblayer23
This makes sense, since multiple applications use it.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/Makefile.am4
-rw-r--r--src/host/layer23/include/osmocom/bb/common/gps.h (renamed from src/host/layer23/include/osmocom/bb/mobile/gps.h)0
-rw-r--r--src/host/layer23/include/osmocom/bb/common/osmocom_data.h2
-rw-r--r--src/host/layer23/include/osmocom/bb/common/sysinfo.h (renamed from src/host/layer23/include/osmocom/bb/mobile/sysinfo.h)0
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/Makefile.am2
5 files changed, 4 insertions, 4 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/Makefile.am b/src/host/layer23/include/osmocom/bb/common/Makefile.am
index fa46757..26e63cf 100644
--- a/src/host/layer23/include/osmocom/bb/common/Makefile.am
+++ b/src/host/layer23/include/osmocom/bb/common/Makefile.am
@@ -1,2 +1,2 @@
-noinst_HEADERS = l1ctl.h l1l2_interface.h l23_app.h lapdm.h logging.h networks.h \
- osmocom_data.h
+noinst_HEADERS = l1ctl.h l1l2_interface.h l23_app.h lapdm.h logging.h \
+ networks.h gps.h sysinfo.h osmocom_data.h
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gps.h b/src/host/layer23/include/osmocom/bb/common/gps.h
index e45cbc5..e45cbc5 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gps.h
+++ b/src/host/layer23/include/osmocom/bb/common/gps.h
diff --git a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
index bc0c7d8..77a6067 100644
--- a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
@@ -14,7 +14,7 @@ struct osmocom_ms;
#include <osmocom/bb/common/lapdm.h>
#include <osmocom/bb/common/sap_interface.h>
#include <osmocom/bb/mobile/gsm48_rr.h>
-#include <osmocom/bb/mobile/sysinfo.h>
+#include <osmocom/bb/common/sysinfo.h>
#include <osmocom/bb/mobile/gsm322.h>
#include <osmocom/bb/mobile/gsm48_mm.h>
#include <osmocom/bb/mobile/gsm48_cc.h>
diff --git a/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h b/src/host/layer23/include/osmocom/bb/common/sysinfo.h
index 07daafa..07daafa 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h
+++ b/src/host/layer23/include/osmocom/bb/common/sysinfo.h
diff --git a/src/host/layer23/include/osmocom/bb/mobile/Makefile.am b/src/host/layer23/include/osmocom/bb/mobile/Makefile.am
index b67dc15..951e4d1 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/Makefile.am
+++ b/src/host/layer23/include/osmocom/bb/mobile/Makefile.am
@@ -1,2 +1,2 @@
noinst_HEADERS = gsm322.h gsm48_cc.h gsm48_mm.h gsm48_rr.h mncc.h settings.h \
- subscriber.h support.h sysinfo.h transaction.h vty.h
+ subscriber.h support.h transaction.h vty.h