changeset 712:576c006d4b90

dl_trace.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 05:02:26 +0000
parents 4ee3bc3fc540
children c0d95c32a99a
files gsm-fw/g23m-gsm/dl/Makefile gsm-fw/g23m-gsm/dl/dl_trace.c
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/Makefile	Fri Oct 03 04:41:15 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/Makefile	Fri Oct 03 05:02:26 2014 +0000
@@ -6,7 +6,7 @@
 	-I../../cdginc
 
 OBJS=	dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o dl_em.o dl_pei.o \
-	dl_sacch0.o dl_signal.o dl_state.o
+	dl_sacch0.o dl_signal.o dl_state.o dl_trace.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-gsm/dl/dl_trace.c	Fri Oct 03 04:41:15 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/dl_trace.c	Fri Oct 03 05:02:26 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef DL_TRACE_C
 #define DL_TRACE_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_DL
 
 /*==== INCLUDES ===================================================*/
@@ -219,7 +223,7 @@
     }
     else
     {
-  GET_INSTANCE_DATA; 
+      GET_INSTANCE_DATA; 
       trace_data->ch_type = ch_type;
       switch (channel)
       {
@@ -498,7 +502,7 @@
   trace_data->sysClock = trace_time;
   if (!((trace_type EQ TRACE_PL_EVENT) OR (trace_type EQ TRACE_RR_EVENT)))
   {
-  GET_INSTANCE_DATA; 
+    GET_INSTANCE_DATA; 
     switch (channel)
     {
     case C_SACCH0:
@@ -647,4 +651,3 @@
 #endif /* DL_TRACE_PFREE */
 
 #endif  /* DL_TRACE_C */
-