# HG changeset patch # User Michael Spacefalcon # Date 1412309816 0 # Node ID 6bc81ea50ab5ae5f8eaddbb660ac6186ba9d6deb # Parent b111f8e4aef30b71db8b9ec05059fa0cce52067f dl_pei.c compiles diff -r b111f8e4aef3 -r 6bc81ea50ab5 gsm-fw/g23m-gsm/dl/Makefile --- a/gsm-fw/g23m-gsm/dl/Makefile Fri Oct 03 04:08:59 2014 +0000 +++ b/gsm-fw/g23m-gsm/dl/Makefile Fri Oct 03 04:16:56 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o dl_em.o +OBJS= dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o dl_em.o dl_pei.o all: ${OBJS} diff -r b111f8e4aef3 -r 6bc81ea50ab5 gsm-fw/g23m-gsm/dl/dl_pei.c --- a/gsm-fw/g23m-gsm/dl/dl_pei.c Fri Oct 03 04:08:59 2014 +0000 +++ b/gsm-fw/g23m-gsm/dl/dl_pei.c Fri Oct 03 04:16:56 2014 +0000 @@ -22,9 +22,11 @@ #ifndef DL_PEI_C #define DL_PEI_C -#define ENTITY_DL +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" - +#define ENTITY_DL /*==== INCLUDES ===================================================*/ #include "typedefs.h" @@ -71,8 +73,9 @@ static T_MONITOR dl_mon; /*==== FUNCTIONS ==================================================*/ -/* Please consider that the opc´s are not necessarily sorted in sequential order. - * DL doesn´t use the normal technique to get the primitive from the table. +/* Please consider that the opc's are not necessarily sorted + * in sequential order. + * DL doesn't use the normal technique to get the primitive from the table. * Instead it uses the direct search and compare: * for (i=0; iopc EQ opc)