diff gsm-fw/g23m-aci/aci/ati_em_ret.c @ 785:09382de17df9

aci: integrated up to ati_pdu.c
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 05:29:06 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/ati_em_ret.c	Wed Mar 11 08:27:02 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/ati_em_ret.c	Thu Mar 12 05:29:06 2015 +0000
@@ -22,6 +22,11 @@
 #define ATI_EM_RET_C
 #endif
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 /*===== INCLUDES ===================================================*/
 #include "aci_cmh.h"
@@ -453,7 +458,7 @@
 #else
        io_sendMessage(srcId, g_sa, ATI_ECHO_OUTPUT); /* send without CRLF */
 #endif
-	   
+
        sprintf(g_sa, "%d,%d,%d,%d,%d,%d", 
                val_tmp->em_u.em_amr_val.amr_cod_prop[0].amr_codec_thr,  val_tmp->em_u.em_amr_val.amr_cod_prop[0].amr_codec_hyst,              
                val_tmp->em_u.em_amr_val.amr_cod_prop[1].amr_codec_thr,  val_tmp->em_u.em_amr_val.amr_cod_prop[1].amr_codec_hyst,