GPRS: add makefile, ed_user.h and localconfig.tcl for encodix

This commit is contained in:
Harald Welte 2011-12-04 18:10:10 +01:00
parent 9fbd500ebf
commit 3210f15c95
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
CFLAGS=-I/sunbeam/home/encodix/encodix/Common -I.
all: ed_c.o ed_c_known_ie.o CSN1DataTypes.o Downlink_RLC_MAC.o UserDefinedDataTypes.o
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $^
clean:
rm -f *.o

View File

@ -0,0 +1,4 @@
#include <stdint.h>
typedef uint8_t bool;

View File

@ -0,0 +1,7 @@
set license_file ~encodix/encodixm
set ED_NAME_BOOLEAN bool
set ED_NAME_BYTE uint8_t
set ED_NAME_LONG uint32_t
set ED_NAME_SHORT uint16_t
set ED_NAME_OCTET uint8_t