[layer23] Moving sysinfo.c and gps.c (.h) to liblayer23
authorAndreas.Eversberg <jolly@eversberg.eu>
Sun, 24 Oct 2010 13:30:17 +0000 (13:30 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Sun, 24 Oct 2010 13:30:17 +0000 (13:30 +0000)
commit4d211a27b889420618598fae621341f85070727b
treef8b985ec5872c8b272902478d5e07885a4d75619
parentfbbb3ac953ab9387b498fa24300f4ab39b4f93b8
[layer23] Moving sysinfo.c and gps.c (.h) to liblayer23

This makes sense, since multiple applications use it.
15 files changed:
src/host/layer23/include/osmocom/bb/common/Makefile.am
src/host/layer23/include/osmocom/bb/common/gps.h [new file with mode: 0644]
src/host/layer23/include/osmocom/bb/common/osmocom_data.h
src/host/layer23/include/osmocom/bb/common/sysinfo.h [new file with mode: 0644]
src/host/layer23/include/osmocom/bb/mobile/Makefile.am
src/host/layer23/include/osmocom/bb/mobile/gps.h [deleted file]
src/host/layer23/include/osmocom/bb/mobile/sysinfo.h [deleted file]
src/host/layer23/src/common/Makefile.am
src/host/layer23/src/common/gps.c [new file with mode: 0644]
src/host/layer23/src/common/sysinfo.c [new file with mode: 0644]
src/host/layer23/src/mobile/Makefile.am
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gps.c [deleted file]
src/host/layer23/src/mobile/sysinfo.c [deleted file]
src/host/layer23/src/mobile/vty_interface.c