FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-aci/aci/psa_ccs.c @ 807:1385f2c30ad8
aci: psa_cc?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 07:07:26 +0000 |
parents | eedbf248bac0 |
children |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/psa_ccs.c Sun Apr 05 05:50:28 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_ccs.c Sun Apr 05 07:07:26 2015 +0000 @@ -23,6 +23,11 @@ #define PSA_CCS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ @@ -364,13 +369,13 @@ //TISH, hot fix for GCF 27.22.7.3, added in 2007-03-23 //start 38.patch for GCF test case: 27.22.7.3 - if (pCtbNtry -> nrmCs EQ 0x510) - { + if (pCtbNtry -> nrmCs EQ 0x510) + { pCtbNtry->numRawCauseBytes=2; ACI_MALLOC(pCtbNtry -> rawCauseBytes,2); pCtbNtry -> rawCauseBytes[0]=0xe0; pCtbNtry -> rawCauseBytes[1]=0x90; - } + } //end @@ -379,11 +384,11 @@ //TISH, hot fix for GCF 27.22.7.3, added in 2007-03-23 //start 38.patch for GCF test case: 27.22.7.3 - if (pCtbNtry -> nrmCs EQ 0x510) - { + if (pCtbNtry -> nrmCs EQ 0x510) + { pCtbNtry->numRawCauseBytes=0; ACI_MFREE(pCtbNtry -> rawCauseBytes); - } + } //end }