changeset 698:aadd41c56099

cc_time.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 30 Sep 2014 02:24:52 +0000
parents 543f7afdf79c
children 64745cdedf15
files gsm-fw/g23m-gsm/cc/Makefile gsm-fw/g23m-gsm/cc/cc_time.c
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 02:21:42 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 02:24:52 2014 +0000
@@ -6,7 +6,7 @@
 	-I../../cdginc
 
 OBJS=	cc_act.o cc_cfk.o cc_csf.o cc_em.o cc_est.o cc_ffk.o cc_for.o cc_pei.o \
-	cc_rel.o cc_srv.o
+	cc_rel.o cc_srv.o cc_time.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-gsm/cc/cc_time.c	Tue Sep 30 02:21:42 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/cc_time.c	Tue Sep 30 02:24:52 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef CC_TIM_C
 #define CC_TIM_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_CC
 /*==== INCLUDES ===================================================*/
 
@@ -316,7 +320,6 @@
 
   TRACE_FUNCTION ("tim_t313_u8()");
 
-
   EM_CC_DISCONNECT_SENT;   
 
   cc_data->timer [cc_data->index_ti] = T313;
@@ -362,8 +365,6 @@
 
   TRACE_FUNCTION ("tim_t323_u26()");
 
-  
-
   cc_data->timer [cc_data->index_ti] = T323;
 
   CCD_START;
@@ -407,7 +408,6 @@
   
   TRACE_FUNCTION ("tim_t332_u0_3()");
 
-
   cc_data->timer [cc_data->index_ti] = T332;
 
   /* Inform MMI */
@@ -538,7 +538,6 @@
 }
 
 
-
 /* Implements Measure#  30, 31 */
 /*
 +--------------------------------------------------------------------+