changeset 812:b522307de6f2

aci: psa_ss?.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 07:58:27 +0000
parents d976884e0b07
children d988f0f6aeb9
files gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/psa_ssf.c gsm-fw/g23m-aci/aci/psa_ssp.c gsm-fw/g23m-aci/aci/psa_sss.c
diffstat 4 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 07:50:02 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 07:58:27 2015 +0000
@@ -22,7 +22,8 @@
 	line_edit.o line_split.o phb.o \
 	psa_ccf.o psa_ccp.o psa_ccs.o psa_f.o psa_mmf.o psa_mmif.o psa_mmip.o \
 	psa_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o psa_simf.o \
-	psa_simp.o psa_sims.o psa_smsf.o psa_smsp.o psa_smss.o
+	psa_simp.o psa_sims.o psa_smsf.o psa_smsp.o psa_smss.o psa_ssf.o \
+	psa_ssp.o psa_sss.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-aci/aci/psa_ssf.c	Sun Apr 05 07:50:02 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/psa_ssf.c	Sun Apr 05 07:58:27 2015 +0000
@@ -23,6 +23,11 @@
 #define PSA_SSF_C
 #endif
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 #undef TRACING
--- a/gsm-fw/g23m-aci/aci/psa_ssp.c	Sun Apr 05 07:50:02 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/psa_ssp.c	Sun Apr 05 07:58:27 2015 +0000
@@ -24,6 +24,11 @@
 #define PSA_SSP_C
 #endif
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/psa_sss.c	Sun Apr 05 07:50:02 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/psa_sss.c	Sun Apr 05 07:58:27 2015 +0000
@@ -23,6 +23,11 @@
 #define PSA_SSS_C
 #endif
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/