changeset 683:8e40f2974e4c

alr_pei.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 21:59:00 +0000
parents 7ddec309313d
children e820049b5cf4
files gsm-fw/g23m-gsm/alr/Makefile gsm-fw/g23m-gsm/alr/alr_pei.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/alr/Makefile	Mon Sep 29 21:35:16 2014 +0000
+++ b/gsm-fw/g23m-gsm/alr/Makefile	Mon Sep 29 21:59:00 2014 +0000
@@ -6,7 +6,7 @@
 	-I../../cdginc
 
 OBJS=	alr_cbch.o alr_cs.o alr_csf.o alr_dedi.o alr_em.o alr_main.o alr_nc.o \
-	alr_pch.o
+	alr_pch.o alr_pei.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-gsm/alr/alr_pei.c	Mon Sep 29 21:35:16 2014 +0000
+++ b/gsm-fw/g23m-gsm/alr/alr_pei.c	Mon Sep 29 21:59:00 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef ALR_PEI_C
 #define ALR_PEI_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_PL
 
 /*==== INCLUDES ===================================================*/
@@ -1041,7 +1045,7 @@
 
   alr_mon.version = buf;
 #else
-/* Implements Measure#32 */
+  alr_mon.version = VERSION_ALR;
 #endif  /* _TMS470 */
 
   *monitor = &alr_mon;