# HG changeset patch # User Michael Spacefalcon # Date 1412385257 0 # Node ID 5e2663894f03461b42539ffb68a415308e941740 # Parent 9686546a3cf88ae7163bd84e1c6e006c47466f63 mm_forp.c compiles diff -r 9686546a3cf8 -r 5e2663894f03 gsm-fw/g23m-gsm/mm/Makefile --- 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} diff -r 9686546a3cf8 -r 5e2663894f03 gsm-fw/g23m-gsm/mm/mm_forp.c --- 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]) {