comparison gsm-fw/g23m-aci/aci/cmh_ccr.c @ 790:e8f37d3414b6

aci: got up to cmh_ccs.c, then compilation problem, remains to be resolved
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 19:14:58 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
789:beb8e9851a07 790:e8f37d3414b6
21 */ 21 */
22 22
23 #ifndef CMH_CCR_C 23 #ifndef CMH_CCR_C
24 #define CMH_CCR_C 24 #define CMH_CCR_C
25 #endif 25 #endif
26
27 #include "config.h"
28 #include "fixedconf.h"
29 #include "condat-features.h"
30 #include "aci_conf.h"
26 31
27 /*==== INCLUDES ===================================================*/ 32 /*==== INCLUDES ===================================================*/
28 33
29 #include "aci_all.h" 34 #include "aci_all.h"
30 #include "aci_cmh.h" 35 #include "aci_cmh.h"
3663 3668
3664 } 3669 }
3665 } 3670 }
3666 3671
3667 3672
3668
3669
3670 LOCAL void cmhCC_NotifySS_v_ectIndicator( SHORT cId, T_NOTIFY_SS_INV *ntfySS ) 3673 LOCAL void cmhCC_NotifySS_v_ectIndicator( SHORT cId, T_NOTIFY_SS_INV *ntfySS )
3671 { 3674 {
3672 CHAR numBuf[MAX_B_SUBSCR_NUM_LEN]; /* buffer for number */ 3675 CHAR numBuf[MAX_B_SUBSCR_NUM_LEN]; /* buffer for number */
3673 T_ACI_TOA toa; /* holds type of address */ 3676 T_ACI_TOA toa; /* holds type of address */
3674 CHAR subBuf[MAX_SUBADDR_LEN]; /* buffer for subaddress */ 3677 CHAR subBuf[MAX_SUBADDR_LEN]; /* buffer for subaddress */
3989 if( ntfySS -> notifySSArg.v_ccbsf ) 3992 if( ntfySS -> notifySSArg.v_ccbsf )
3990 { 3993 {
3991 cmhCC_NotifySS_v_ccbsf( ntfySS ); 3994 cmhCC_NotifySS_v_ccbsf( ntfySS );
3992 } 3995 }
3993 } 3996 }
3994
3995 3997
3996 3998
3997 /* 3999 /*
3998 +------------------------------------------------------------------------------ 4000 +------------------------------------------------------------------------------
3999 | Function : cmhCC_CheckSS 4001 | Function : cmhCC_CheckSS