comparison gsm-fw/g23m-aci/aci/cmh_satr.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
17 | Purpose : This module defines the functions which are responsible 17 | Purpose : This module defines the functions which are responsible
18 | for the responses of the protocol stack adapter for 18 | for the responses of the protocol stack adapter for
19 | the SIM application toolkit. 19 | the SIM application toolkit.
20 +----------------------------------------------------------------------------- 20 +-----------------------------------------------------------------------------
21 */ 21 */
22
23 #include "config.h"
24 #include "fixedconf.h"
25 #include "condat-features.h"
26 #include "aci_conf.h"
22 27
23 #ifdef SIM_TOOLKIT 28 #ifdef SIM_TOOLKIT
24 29
25 #ifndef CMH_SATR_C 30 #ifndef CMH_SATR_C
26 #define CMH_SATR_C 31 #define CMH_SATR_C
798 //TISH, patch for OMAPS00129157 803 //TISH, patch for OMAPS00129157
799 //start 804 //start
800 #if 0 805 #if 0
801 cmhCC_HoldCall(actId, psaCC_ctb(cId)->curSrc, AT_CMD_D); 806 cmhCC_HoldCall(actId, psaCC_ctb(cId)->curSrc, AT_CMD_D);
802 #else 807 #else
803 CHLDaddInfo=CHLD_ADD_INFO_DIAL_CAL; 808 CHLDaddInfo=CHLD_ADD_INFO_DIAL_CAL;
804 cmhPrm[actId].ccCmdPrm.CHLDmode = CHLD_MOD_HldActDial; 809 cmhPrm[actId].ccCmdPrm.CHLDmode = CHLD_MOD_HldActDial;
805 cmhCC_HoldCall(actId, psaCC_ctb(cId)->curSrc, AT_CMD_D); 810 cmhCC_HoldCall(actId, psaCC_ctb(cId)->curSrc, AT_CMD_D);
806 #endif 811 #endif
807 //end 812 //end
808 } 813 }
809 /* reject call setup: already data or emergency call on going */ 814 /* reject call setup: already data or emergency call on going */
827 cmhCC_flagCall( cId, 832 cmhCC_flagCall( cId,
828 &(cmhPrm[psaCC_ctb(cId)->calOwn].ccCmdPrm.mltyCncFlg)); 833 &(cmhPrm[psaCC_ctb(cId)->calOwn].ccCmdPrm.mltyCncFlg));
829 834
830 //TISH, patch for OMAPS00129157 835 //TISH, patch for OMAPS00129157
831 //start 836 //start
832 if (CHLDaddInfo!=CHLD_ADD_INFO_DIAL_CAL || cmhPrm[actId].ccCmdPrm.CHLDmode != CHLD_MOD_HldActDial) 837 if (CHLDaddInfo!=CHLD_ADD_INFO_DIAL_CAL || cmhPrm[actId].ccCmdPrm.CHLDmode != CHLD_MOD_HldActDial)
833 //end 838 //end
834 psaCC_NewCall (cId); 839 psaCC_NewCall (cId);
835 840
836 841
837 #if defined SMI OR defined MFW 842 #if defined SMI OR defined MFW
838 /* log command */ 843 /* log command */
839 cmdLog.atCmd = AT_CMD_D; 844 cmdLog.atCmd = AT_CMD_D;