FreeCalypso > hg > freecalypso-sw
changeset 697:543f7afdf79c
cc_srv.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 30 Sep 2014 02:21:42 +0000 |
parents | 7204091241d0 |
children | aadd41c56099 |
files | gsm-fw/g23m-gsm/cc/Makefile gsm-fw/g23m-gsm/cc/cc_srv.c |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 02:18:45 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 02:21:42 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_rel.o cc_srv.o all: ${OBJS}
--- a/gsm-fw/g23m-gsm/cc/cc_srv.c Tue Sep 30 02:18:45 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/cc_srv.c Tue Sep 30 02:21:42 2014 +0000 @@ -22,6 +22,10 @@ #ifndef CC_SRV_C #define CC_SRV_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_CC /*==== INCLUDES ===================================================*/ @@ -126,7 +130,7 @@ { cc_data->stored_ti_values[i] = NOT_PRESENT_8BIT; } - if (cc_data->stored_ti_values[i] NEQ NOT_PRESENT_8BIT) + if (cc_data->stored_ti_values[i] NEQ NOT_PRESENT_8BIT) connection_available = TRUE; } if (connection_available EQ FALSE) @@ -219,4 +223,3 @@ } #endif -