changeset 802:b63b6e9da6cd

aci: conc_sms.c, cphs.c and cphs_aci.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 04:30:48 +0000
parents c64bfc13292c
children 761416bb7bbc
files gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/conc_sms.c gsm-fw/g23m-aci/aci/cphs.c gsm-fw/g23m-aci/aci/cphs_aci.c
diffstat 4 files changed, 18 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 04:16:57 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 04:30:48 2015 +0000
@@ -17,7 +17,8 @@
 	cmh_phbq.o cmh_phbr.o cmh_phbs.o cmh_phbt.o cmh_satf.o cmh_satq.o \
 	cmh_satr.o cmh_sats.o cmh_simf.o cmh_simq.o cmh_simr.o cmh_sims.o \
 	cmh_smsf.o cmh_smsq.o cmh_smsr.o cmh_smss.o cmh_ssf.o cmh_ssq.o \
-	cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o
+	cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \
+	conc_sms.o cphs.o cphs_aci.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-aci/aci/conc_sms.c	Sun Apr 05 04:16:57 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/conc_sms.c	Sun Apr 05 04:30:48 2015 +0000
@@ -24,6 +24,11 @@
 
 /*==== INCLUDES ===================================================*/
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 #include "aci_cmh.h"
@@ -90,7 +95,6 @@
 }
 
 
-
 /*
 +--------------------------------------------------------------------+
 | PROJECT :                     MODULE  : CONC_SMS                   |
@@ -111,7 +115,6 @@
 }
 
 
-
 /*
 +--------------------------------------------------------------------+
 | PROJECT :                     MODULE  : CONC_SMS                   |
@@ -643,7 +646,6 @@
 }
 
 
-
 /*
 +---------------------------------------------------------------------+
 | PROJECT :                     MODULE  : CONC_SMS                    |
@@ -881,7 +883,6 @@
 }
 
 
-
 #ifdef TI_PS_FF_CONC_SMS
 /********************** Init Functions *********************************/
 
@@ -1441,8 +1442,6 @@
 }
 
 
-
-
 /********************** RAT Callback Fucntions ****************************/
 
 
@@ -1596,7 +1595,6 @@
 }
 
 
-
 GLOBAL void rConcSMS_PlusCMGR ( T_ACI_CMGL_SM*  sm,
                                 T_ACI_CMGR_CBM* cbm )
 {
@@ -1746,10 +1744,6 @@
 }
 
 
-
-
-
-
 GLOBAL void rConcSMS_PlusCMGD ( )
 {
   T_CONC_CMGD *prm = &concShrdPrm.specPrm.concCMGD;
@@ -1987,15 +1981,9 @@
 #endif /* TI_PS_FF_CONC_SMS */
 
 
-
-
 /*************** Functions which must be called by MFW ***************/
 
 
-
-
-
-
 /*
 +--------------------------------------------------------------------+
 | PROJECT :                     MODULE  : CONC_SMS                   |
@@ -2173,8 +2161,7 @@
     return(0);
   }
   else
-  return(concBufElem->rec_num);
-
+    return(concBufElem->rec_num);
 }
 
 
@@ -2748,7 +2735,6 @@
 }
 
 
-
 GLOBAL void concSMS_AddtoconcBuff(void)
 {
   UBYTE i;
@@ -2872,5 +2858,3 @@
 
   return TRUE;
 }
-
-
--- a/gsm-fw/g23m-aci/aci/cphs.c	Sun Apr 05 04:16:57 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cphs.c	Sun Apr 05 04:30:48 2015 +0000
@@ -15,6 +15,11 @@
 #ifndef CPHS_C
 #define CPHS_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 /* needed for all files that are part of ACI */
 #include "aci_all.h"
 #include "aci_cmh.h"
@@ -2785,6 +2790,3 @@
 }
 
 #endif /* CPHS_C */
-
-
-
--- a/gsm-fw/g23m-aci/aci/cphs_aci.c	Sun Apr 05 04:16:57 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cphs_aci.c	Sun Apr 05 04:30:48 2015 +0000
@@ -14,6 +14,11 @@
 #ifndef CPHS_ACI_C
 #define CPHS_ACI_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 #include "cphs.h"