changeset 720:5e2663894f03

mm_forp.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 04 Oct 2014 01:14:17 +0000
parents 9686546a3cf8
children fc7158e1bda3
files gsm-fw/g23m-gsm/mm/Makefile gsm-fw/g23m-gsm/mm/mm_forp.c
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/mm/Makefile	Sat Oct 04 00:59:24 2014 +0000
+++ b/gsm-fw/g23m-gsm/mm/Makefile	Sat Oct 04 01:14:17 2014 +0000
@@ -5,7 +5,7 @@
 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
 	-I../../cdginc
 
-OBJS=	mm_csf.o mm_em.o mm_forf.o
+OBJS=	mm_csf.o mm_em.o mm_forf.o mm_forp.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-gsm/mm/mm_forp.c	Sat Oct 04 00:59:24 2014 +0000
+++ b/gsm-fw/g23m-gsm/mm/mm_forp.c	Sat Oct 04 01:14:17 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef MM_FORP_C
 #define MM_FORP_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_MM
 
 /*==== INCLUDES ===================================================*/
@@ -140,7 +144,7 @@
 
       rr_data_ind->sdu.l_buf -= 8;
       rr_data_ind->sdu.o_buf += 8;
-	  
+
       if (ccd_decodeMsg (CCDENT_MM,
                          DOWNLINK,
                          (T_MSGBUF *) &rr_data_ind->sdu,
@@ -203,7 +207,6 @@
         length   = ((rr_data_ind->sdu.l_buf) >> 3) + 1;  /* length (bytes, bits / 8) */
 
 
-
 /* Implements Measure#32: Row 14,...,24 */
         switch (_decodedMsg[0])
         {