layer2: rename files to remove extra osmocom_ prefix

This commit is contained in:
Harald Welte 2010-03-02 23:05:49 +01:00
parent 3b32efb40a
commit 911e0ff962
8 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
# headers from OpenBSC
noinst_HEADERS = debug.h
noinst_HEADERS += osmocom_layer2.h osmocom_data.h lapdm.h rslms.h layer3.h
noinst_HEADERS += layer2.h osmocom_data.h lapdm.h rslms.h layer3.h

View File

@ -5,5 +5,5 @@ noinst_LIBRARIES = libosmocom.a
libosmocom_a_SOURCES = libosmocom/debug.c
sbin_PROGRAMS = layer2
layer2_SOURCES = layer2_main.c osmocom_layer2.c gsmtap_util.c lapdm.c osmocom_rslms.c layer3.c
layer2_SOURCES = layer2_main.c layer2.c gsmtap_util.c lapdm.c rslms.c layer3.c
layer2_LDADD = libosmocom.a $(LIBOSMOCORE_LIBS)

View File

@ -20,7 +20,7 @@
*
*/
#include <osmocom/osmocom_layer2.h>
#include <osmocom/layer2.h>
#include <osmocom/osmocom_data.h>
#include <osmocom/debug.h>
#include <osmocore/protocol/gsm_04_08.h>

View File

@ -34,7 +34,7 @@
#include <osmocom/debug.h>
#include <osmocom/osmocom_data.h>
#include <osmocom/osmocom_layer2.h>
#include <osmocom/layer2.h>
#include <osmocom/lapdm.h>
#include <l1a_l23_interface.h>

View File

@ -33,7 +33,7 @@
#include <osmocore/protocol/gsm_04_08.h>
#include <osmocore/protocol/gsm_08_58.h>
#include <osmocom/osmocom_layer2.h>
#include <osmocom/layer2.h>
#include <osmocom/osmocom_data.h>
#include <osmocom/lapdm.h>
#include <osmocom/debug.h>

View File

@ -21,7 +21,7 @@
*/
#include <osmocom/osmocom_data.h>
#include <osmocom/osmocom_layer2.h>
#include <osmocom/layer2.h>
#include <osmocom/lapdm.h>
#include <osmocom/debug.h>

View File

@ -12,7 +12,7 @@
#include <osmocom/rslms.h>
#include <osmocom/layer3.h>
#include <osmocom/osmocom_data.h>
#include <osmocom/osmocom_layer2.h>
#include <osmocom/layer2.h>
int rsl_dec_chan_nr(uint8_t chan_nr, uint8_t *type, uint8_t *subch, uint8_t *timeslot)
{