comparison gsm-fw/g23m-aci/aci/cmh_satf.c @ 797:5d2a33180923

aci: cmh_sat?.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 16 Mar 2015 05:06:47 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
796:ac09e56b4e3b 797:5d2a33180923
16 +----------------------------------------------------------------------------- 16 +-----------------------------------------------------------------------------
17 | Purpose : This module defines global functions of the command 17 | Purpose : This module defines global functions of the command
18 | handler. 18 | handler.
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21
22 #include "config.h"
23 #include "fixedconf.h"
24 #include "condat-features.h"
25 #include "aci_conf.h"
21 26
22 #ifdef SIM_TOOLKIT 27 #ifdef SIM_TOOLKIT
23 28
24 #ifndef CMH_SATF_C 29 #ifndef CMH_SATF_C
25 #define CMH_SATF_C 30 #define CMH_SATF_C
3393 * clir 3398 * clir
3394 *----------------------------------------------------------------- 3399 *-----------------------------------------------------------------
3395 */ 3400 */
3396 //TISH, patch for call control CLIR 3401 //TISH, patch for call control CLIR
3397 //start 3402 //start
3398 #if 0 3403 // FreeCalypso: reverted
3404 #if 1
3399 ctb->CLIRsup = NOT_PRESENT_8BIT; 3405 ctb->CLIRsup = NOT_PRESENT_8BIT;
3400 #else 3406 #else
3401 switch( getCLIRState()) 3407 switch( getCLIRState())
3402 { 3408 {
3403 case( D_CLIR_OVRD_Supp ): 3409 case( D_CLIR_OVRD_Supp ):