# HG changeset patch # User Michael Spacefalcon # Date 1412007800 0 # Node ID a2a65fdc1a99c1194cbb48da23b53da79da802c1 # Parent a7865809c863829d4046fa90a4921502ca62f552 alr_em.c compiles diff -r a7865809c863 -r a2a65fdc1a99 gsm-fw/g23m-gsm/alr/Makefile --- a/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 05:51:26 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 16:23:20 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= alr_cbch.o alr_cs.o alr_csf.o alr_dedi.o +OBJS= alr_cbch.o alr_cs.o alr_csf.o alr_dedi.o alr_em.o all: ${OBJS} diff -r a7865809c863 -r a2a65fdc1a99 gsm-fw/g23m-gsm/alr/alr_em.c --- a/gsm-fw/g23m-gsm/alr/alr_em.c Mon Sep 29 05:51:26 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/alr_em.c Mon Sep 29 16:23:20 2014 +0000 @@ -23,6 +23,10 @@ #ifndef ALR_EM_C #define ALR_EM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_PL /*==== INCLUDES ===================================================*/ @@ -48,7 +52,7 @@ #include "alr_gprs.h" #endif -#ifdef GPRS +#if 0 //#ifdef GPRS #ifdef _TARGET_ #include "inth/iq.h" #endif @@ -326,7 +330,7 @@ if (sem_EM_L1 NEQ VSI_ERROR) em_l1_sem_clear (); else - SYST_TRACE ("D1:canīt open semaphore \"EM_D1_SEM\""); + SYST_TRACE ("D1:can't open semaphore \"EM_D1_SEM\""); } /* @@ -507,9 +511,6 @@ /* Implements Measure#32: Row 56 */ TRACE_EVENT ("semaphore error"); - - - } }