FreeCalypso > hg > fc-tourmaline
changeset 188:92abb46dc1ba
src/ui/mfw/*.[ch]: rm trailing white space
line wrap: on
line diff
--- a/src/ui/mfw/drv_key.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/drv_key.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,11 +15,11 @@ TO DO : $History:: drv_key.h $ - * + * * ***************** Version 3 ***************** * User: Es Date: 14.06.99 Time: 12:14 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 23.12.98 Time: 16:19 * Updated in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/drv_tmr.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/drv_tmr.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,11 +15,11 @@ TO DO : $History:: drv_tmr.h $ - * + * * ***************** Version 3 ***************** * User: Es Date: 14.06.99 Time: 12:13 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 23.12.98 Time: 16:19 * Updated in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/mfw_acie.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_acie.c Tue Jan 19 06:10:27 2021 +0000 @@ -12,20 +12,20 @@ $History:: mfw_acie.c $ - * + * * ***************** Version 8 ***************** * User: Es Date: 2.03.00 Time: 16:04 * Updated in $/GSM/Condat/MS/SRC/MFW * some cleanups - * + * * ***************** Version 7 ***************** * User: Vo Date: 12.02.99 Time: 18:59 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 6 ***************** * User: Es Date: 8.12.98 Time: 16:53 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 5 ***************** * User: Vo Date: 24.11.98 Time: 21:40 * Updated in $/GSM/DEV/MS/SRC/MFW @@ -118,7 +118,7 @@ TRACE_FUNCTION ("aci_create()"); - /* changes to resolve the BUG OMAPS00064964, checking wether the + /* changes to resolve the BUG OMAPS00064964, checking wether the * callbacks are registered twice. */ for (i=0;i<MAX_ACI_HANDLER;i++) @@ -196,7 +196,7 @@ * extension handler is installed; pass 32 bit opcode to primitive * handling function; note that the MFW functions are similar to pei_primitive * of aci_pei.c and as a loop is used and thus any primitive is parsed, the casting - * to 32 bit opcodes needs to be performed inside those handling functions + * to 32 bit opcodes needs to be performed inside those handling functions * which handle still 16bit SAPs */ if (aci_ext_handler[i].prim_handler(opc, data)) @@ -206,7 +206,7 @@ return TRUE; } } -#ifdef _SIMULATION_ +#ifdef _SIMULATION_ #ifdef BT_INTERFACE if(!pSlotBt) {
--- a/src/ui/mfw/mfw_acie.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_acie.h Tue Jan 19 06:10:27 2021 +0000 @@ -12,16 +12,16 @@ $History:: mfw_acie.h $ - * + * * ***************** Version 7 ***************** * User: Es Date: 2.03.00 Time: 16:04 * Updated in $/GSM/Condat/MS/SRC/MFW * some cleanups - * + * * ***************** Version 6 ***************** * User: Es Date: 8.12.98 Time: 16:53 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 5 ***************** * User: Vo Date: 24.11.98 Time: 21:40 * Updated in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/mfw_aud.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_aud.c Tue Jan 19 06:10:27 2021 +0000 @@ -13,15 +13,15 @@ HISTORY: Mar 28, 2007 DR: OMAPS00122762 x0039928 - Description: MM: Deleting a PCM Voice Memo message in one particular memory, + Description: MM: Deleting a PCM Voice Memo message in one particular memory, delete them in all memories Solution: voice memo position and pcm voice memo position is provided for all the devices. - + July 03,2006 REF :OMAPS00083150 x0047075 Description :Audio muted on call swap / hold - Solution :Function call hl_drv_enable_vocoder() and hl_drv_disable_vocoder() are replaced with hl_drv_set_vocoder_state() + Solution :Function call hl_drv_enable_vocoder() and hl_drv_disable_vocoder() are replaced with hl_drv_set_vocoder_state() Mar 15, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API + Description: Voice Buffering implementation on C+ for PTT via PCM API Solution: Defined new macros of folder and file names for PCM voice memo and Voice buffering Defined new macros for Microphone and network gain of PCM VM and Voice buffering Defined new functions set_voice_memo_type, get_voice_memo_type, set_voice_buffering_rec_stop_reason @@ -33,12 +33,12 @@ Changes: Added code to call respective audio APIs for PCM voice memo and voice buffering Feb 24, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API - Solution: Defined a global variable gPcm_voice_Memo which indicates which Voice memo is active + Description: Voice Buffering implementation on C+ for PTT via PCM API + Solution: Defined a global variable gPcm_voice_Memo which indicates which Voice memo is active and corresponding audio APIs will be invoked and duplication of code is avoided - + Feb 24, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API + Description: Voice Buffering implementation on C+ for PTT via PCM API Solution: Adding new macros PCM_VM_FILE_NAME, PCM_VM_FOLDER to define new files for PCM voice memo Following functions are implemented to support PCM voice memo feature mfw_aud_vm_pcm_delete_file: Delete the file which held the PCM Voice Memo @@ -48,10 +48,10 @@ mfw_aud_vm_pcm_stop_record: Stop recording a PCM Voice Memo mfw_aud_vm_pcm_get_duration: Get the duration of the previously recorded PCM Voice Memo mfw_aud_vm_pcm_set_duration: Set the duration of the previously recorded PCM Voice Memo - + Apr 06, 2006 ERT: OMAPS00070660 x0039928(sumanth) - Description: Need to reduce flash foot-print for Locosto Lite - Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile + Description: Need to reduce flash foot-print for Locosto Lite + Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile out voice memo feature if the above flag is enabled. Mar 03, 2005 REF: CRR MMI-ENH-28950 xnkulkar @@ -61,8 +61,8 @@ Aug 25, 2004 REF: CRR 20655 xnkulkar Description: Voice Memo functionality not working - Solution: The voice recording functionality was failing because - " mmi" folder is not present. As a solution, we create the + Solution: The voice recording functionality was failing because + " mmi" folder is not present. As a solution, we create the "mmi" folder and then proceed with recording. */ @@ -102,7 +102,7 @@ //fix from AS team #ifdef FF_PCM_VM_VB #include "l1audio_cust.h" -#endif +#endif /* ** Local Variable Definitions */ @@ -142,7 +142,7 @@ //x0pleela 27 Feb, 2006 ER:OMAPS00067709 #ifdef FF_PCM_VM_VB -static T_VOICEMEMO VoiceMemoType; /* Voice memo type*/ +static T_VOICEMEMO VoiceMemoType; /* Voice memo type*/ //x0pleela 09 Mar, 2006 ER OMAPS00067709 GLOBAL T_voice_buffering voice_buffering_data; /* Voice buffering data */ @@ -239,7 +239,7 @@ //x0pleela 06 Mar, 2006 ER:OMAPS00067709 //deleting PCM Voice memo file if( get_voice_memo_type() EQ PCM_VOICE_MEMO) -#ifdef FF_MMI_FILEMANAGER +#ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.PCM_voicememo_storage) { @@ -250,7 +250,7 @@ case SNAP_STG_NORMS: strcpy(path, "/NOR"); break; - + case SNAP_STG_NAND: strcpy(path, "/NAND"); break; @@ -262,15 +262,15 @@ strcat(path, PCM_VM_FOLDER); configure_vm_filename(tmpFile, path, PCM_VM_FILE_NAME, 0); -} -#else +} +#else configure_vm_filename(tmpFile, PCM_VM_FOLDER, PCM_VM_FILE_NAME, 0); #endif - else + else { if (get_voice_memo_type() EQ AMR_VOICE_MEMO) -#endif - #ifdef FF_MMI_FILEMANAGER +#endif + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.voicememo_storage) { @@ -281,7 +281,7 @@ case SNAP_STG_NORMS: strcpy(path, "/NOR"); break; - + case SNAP_STG_NAND: strcpy(path, "/NAND"); break; @@ -293,7 +293,7 @@ strcat(path, VM_FOLDER); configure_vm_filename(tmpFile, path, VM_FILE_NAME, 0); - } + } #else configure_vm_filename(tmpFile, VM_FOLDER, VM_FILE_NAME, 0); #endif @@ -326,14 +326,14 @@ T_AUDIO_RET audio_riv_retVal=AUDIO_ERROR; T_AUDIO_VM_PLAY_PARAMETER mfw_vm_play_param; - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER char path[AUDIO_PATH_NAME_MAX_SIZE]; T_RFS_STAT fstat; /* Mar 28, 2007 DR: OMAPS00122762 x0039928 */ #endif - //x0pleela 01 Mar, 2006 ER:OMAPS00067709 + //x0pleela 01 Mar, 2006 ER:OMAPS00067709 #ifdef FF_PCM_VM_VB T_AUDIO_VM_PCM_PLAY_PARAMETER mfw_vm_pcm_play_param; /* Defined new variable for pcm VM */ - T_AUDIO_VBUF_PCM_PLAY_PARAMETER mfw_vbuf_pcm_play_param; /* Defined new variable for voice buffering*/ + T_AUDIO_VBUF_PCM_PLAY_PARAMETER mfw_vbuf_pcm_play_param; /* Defined new variable for voice buffering*/ UBYTE vm_type; /*to store voice memo type */ #endif @@ -349,7 +349,7 @@ { return MFW_AUD_VM_MEM_EMPTY; } -#ifdef FF_PCM_VM_VB +#ifdef FF_PCM_VM_VB break; case PCM_VOICE_MEMO: @@ -363,14 +363,14 @@ } #endif /* FF_PCM_VM_VB */ #endif - + //x0pleela 27 Feb, 2006 ER:OMAPS00067709 //Set up the PCM Voice Memo filename in FFS #ifdef FF_PCM_VM_VB //get the voice memo type vm_type = get_voice_memo_type(); if( vm_type EQ PCM_VOICE_MEMO ) - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.PCM_voicememo_storage) { @@ -400,15 +400,15 @@ { return MFW_AUD_VM_MEM_EMPTY; } -#endif - } +#endif + } #else configure_vm_filename(mfw_vm_pcm_play_param.memo_name, PCM_VM_FOLDER, PCM_VM_FILE_NAME, 0); #endif //x0pleela 09 Mar, 2006 ER:OMAPS00067709 //Set up the Voice buffering filename in FFS else if (vm_type EQ VOICE_BUFFERING ) - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.voicebuffer_storage) { @@ -419,7 +419,7 @@ case SNAP_STG_NORMS: strcpy(path, "/NOR"); break; - + case SNAP_STG_NAND: strcpy(path, "/NAND"); break; @@ -431,15 +431,15 @@ strcat(path, VOICE_BUFF_FOLDER); configure_vm_filename(mfw_vbuf_pcm_play_param.memo_name, path, VOICE_BUFF_FILE_NAME, 0); - } -#else + } +#else configure_vm_filename(mfw_vbuf_pcm_play_param.memo_name, VOICE_BUFF_FOLDER, VOICE_BUFF_FILE_NAME, 0); #endif - else + else { if (vm_type EQ AMR_VOICE_MEMO) #endif - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.voicememo_storage) { @@ -450,7 +450,7 @@ case SNAP_STG_NORMS: strcpy(path, "/NOR"); break; - + case SNAP_STG_NAND: strcpy(path, "/NAND"); break; @@ -470,7 +470,7 @@ return MFW_AUD_VM_MEM_EMPTY; } #endif - } + } #else //Set up the Voice Memo filename in FFS configure_vm_filename(mfw_vm_play_param.memo_name, VM_FOLDER, VM_FILE_NAME, 0); @@ -490,7 +490,7 @@ //update mfw_vm_pcm_play_param mfw_vm_pcm_play_param.memo_duration = mfw_aud_vm_get_duration(); mfw_vm_pcm_play_param.speaker_gain = PCM_VM_MICROPHONE_GAIN; - mfw_vm_pcm_play_param.network_gain= 0; + mfw_vm_pcm_play_param.network_gain= 0; //Start playing PCM Voice memo audio_riv_retVal = audio_vm_pcm_play_start(&mfw_vm_pcm_play_param, @@ -501,7 +501,7 @@ //update mfw_vbuf_pcm_play_param mfw_vbuf_pcm_play_param.memo_duration = PCM_VOICE_MEMO_MAX_DURATION; mfw_vbuf_pcm_play_param.speaker_gain = 0; - mfw_vbuf_pcm_play_param.network_gain= PCM_VM_NETWORK_GAIN; + mfw_vbuf_pcm_play_param.network_gain= PCM_VM_NETWORK_GAIN; //x0pleela 06 Jul, 2006 DR: OMAPS00067709 //Fix from AS team @@ -542,7 +542,7 @@ { T_AUDIO_RET audio_riv_retVal=AUDIO_ERROR; //x0pleela 06 Mar, 2006 ER:OMAPS00067709 -#ifdef FF_PCM_VM_VB +#ifdef FF_PCM_VM_VB UBYTE vm_type; //to store voice memo type #endif @@ -559,13 +559,13 @@ //Stop playing PCM Voice memo if( vm_type EQ PCM_VOICE_MEMO ) audio_riv_retVal = audio_vm_pcm_play_stop(voice_memo_return_path); - //Stop playing + //Stop playing else if ( vm_type EQ VOICE_BUFFERING ) { - audio_riv_retVal = audio_voice_buffering_pcm_play_stop (voice_memo_return_path); + audio_riv_retVal = audio_voice_buffering_pcm_play_stop (voice_memo_return_path); //x0pleela 06 Jul, 2006 DR: OMAPS00067709 //Fix from AS team - vocoder_mute_ul(0); + vocoder_mute_ul(0); } else { @@ -592,7 +592,7 @@ T_RFS_DIR f_dir, f_dir1; char dir_path[FM_MAX_DIR_PATH_LENGTH]; UINT16 dir_path_uc[FM_MAX_DIR_PATH_LENGTH]; - + memset(dir_path, 0, FM_MAX_DIR_PATH_LENGTH); switch(vmtype) { @@ -606,7 +606,7 @@ case SNAP_STG_NORMS: strcpy(dir_path, "/NOR/mmi"); break; - + case SNAP_STG_NAND: strcpy(dir_path, "/NAND/mmi"); break; @@ -616,7 +616,7 @@ break; } convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir); + ffsResult = rfs_opendir(dir_path_uc,&f_dir); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -635,7 +635,7 @@ { strcat(dir_path, "/vm"); convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir1); + ffsResult = rfs_opendir(dir_path_uc,&f_dir1); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -644,9 +644,9 @@ TRACE_EVENT_P2("Makedir - ffsResult %d Dir path %s", ffsResult,dir_path); } else if (ffsResult > 0) - rfs_closedir(&f_dir1); + rfs_closedir(&f_dir1); - rfs_closedir(&f_dir); + rfs_closedir(&f_dir); } break; @@ -660,7 +660,7 @@ case SNAP_STG_NORMS: strcpy(dir_path, "/NOR/mmi"); break; - + case SNAP_STG_NAND: strcpy(dir_path, "/NAND/mmi"); break; @@ -670,7 +670,7 @@ break; } convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir); + ffsResult = rfs_opendir(dir_path_uc,&f_dir); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -681,7 +681,7 @@ { strcat(dir_path, "/pcmvm"); convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir1); + ffsResult = rfs_opendir(dir_path_uc,&f_dir1); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -690,17 +690,17 @@ TRACE_EVENT_P2("Makedir - ffsResult %d Dir path %s", ffsResult,dir_path); } else if (ffsResult > 0) - rfs_closedir(&f_dir1); + rfs_closedir(&f_dir1); - rfs_closedir(&f_dir); + rfs_closedir(&f_dir); } - + } else if(ffsResult > 0) { strcat(dir_path, "/pcmvm"); convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir1); + ffsResult = rfs_opendir(dir_path_uc,&f_dir1); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -709,7 +709,7 @@ TRACE_EVENT_P2("Makedir - ffsResult %d Dir path %s", ffsResult,dir_path); } } - + break; case VOICE_BUFFERING: @@ -722,7 +722,7 @@ case SNAP_STG_NORMS: strcpy(dir_path, "/NOR/mmi"); break; - + case SNAP_STG_NAND: strcpy(dir_path, "/NAND/mmi"); break; @@ -732,7 +732,7 @@ break; } convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir); + ffsResult = rfs_opendir(dir_path_uc,&f_dir); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -744,7 +744,7 @@ { strcat(dir_path, "/vb"); convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir1); + ffsResult = rfs_opendir(dir_path_uc,&f_dir1); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -758,7 +758,7 @@ { strcat(dir_path, "/vb"); convert_u8_to_unicode(dir_path, dir_path_uc); - ffsResult = rfs_opendir(dir_path_uc,&f_dir1); + ffsResult = rfs_opendir(dir_path_uc,&f_dir1); TRACE_EVENT_P2("Opendir - ffsResult %d Dir path %s", ffsResult,dir_path); if(RFS_ENOENT == ffsResult) @@ -767,9 +767,9 @@ TRACE_EVENT_P2("Makedir - ffsResult %d Dir path %s", ffsResult,dir_path); } else if (ffsResult > 0) - rfs_closedir(&f_dir1); + rfs_closedir(&f_dir1); - rfs_closedir(&f_dir); + rfs_closedir(&f_dir); } break; } @@ -792,12 +792,12 @@ T_AUDIO_VM_RECORD_PARAMETER mfw_vm_record_param; T_AUDIO_TONES_PARAMETER mfw_vm_tones_param; - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER char path[FM_MAX_DIR_PATH_LENGTH]; #else char * mmiDir = "/mmi"; // Aug 25, 2004 REF: CRR 20655 xnkulkar #endif - + //x0pleela 27 Feb, 2006 ER:OMAPS00067709 //defining new variable for PCM recording #ifdef FF_PCM_VM_VB @@ -808,7 +808,7 @@ TRACE_FUNCTION("mfw_aud_vm_start_record"); configure_callback_fn(callback_fn); -#ifdef FF_MMI_FILEMANAGER +#ifdef FF_MMI_FILEMANAGER memset(path, 0, FM_MAX_DIR_PATH_LENGTH); #endif //x0pleela 27 Feb, 2006 ER:OMAPS00067709 @@ -817,15 +817,15 @@ //get the voice memo type vm_type = get_voice_memo_type(); - // We now create the "mmi" folder and then proceed with recording. + // We now create the "mmi" folder and then proceed with recording. #ifdef FF_MMI_FILEMANAGER path_init(vm_type); #else - flash_makedir(mmiDir); + flash_makedir(mmiDir); #endif - + if( vm_type EQ PCM_VOICE_MEMO ) - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.PCM_voicememo_storage) { @@ -836,7 +836,7 @@ case SNAP_STG_NORMS: strcpy(path, "/NOR"); break; - + case SNAP_STG_NAND: strcpy(path, "/NAND"); break; @@ -847,14 +847,14 @@ } strcat(path, PCM_VM_FOLDER); configure_vm_filename(mfw_vm_pcm_record_param.memo_name, path, PCM_VM_FILE_NAME, 0); - } -#else + } +#else //Set up, and create, the PCM Voice Memo filename in FFS configure_vm_filename(mfw_vm_pcm_record_param.memo_name, PCM_VM_FOLDER, PCM_VM_FILE_NAME, 0); #endif //x0pleela 09 Mar, 2006 ER:OMAPS00067709 else if( vm_type EQ VOICE_BUFFERING) - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.voicebuffer_storage) { @@ -877,16 +877,16 @@ strcat(path, VOICE_BUFF_FOLDER); configure_vm_filename(mfw_vbuf_pcm_record_param.memo_name, path, VOICE_BUFF_FILE_NAME, 0); - } -#else + } +#else //Set up, and create, the Voice Buffering filename in FFS configure_vm_filename(mfw_vbuf_pcm_record_param.memo_name, VOICE_BUFF_FOLDER, VOICE_BUFF_FILE_NAME, 0); #endif - else + else { if (vm_type EQ AMR_VOICE_MEMO) #endif /* FF_PCM_VM_VB */ - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER { switch(FFS_flashData.voicememo_storage) { @@ -909,8 +909,8 @@ strcat(path, VM_FOLDER); configure_vm_filename(mfw_vm_record_param.memo_name, path, VM_FILE_NAME, 0); - } -#else + } +#else //Set up, and create, the Voice Memo filename in FFS configure_vm_filename(mfw_vm_record_param.memo_name, VM_FOLDER, VM_FILE_NAME, 0); #endif @@ -919,12 +919,12 @@ #endif /* FF_PCM_VM_VB */ //Aug 25, 2004 REF: CRR 20655 xnkulkar - + //x0pleela 27 Feb, 2006 ER:OMAPS00067709 #ifdef FF_PCM_VM_VB if( vm_type EQ PCM_VOICE_MEMO ) //create PCM Voice memo file - #ifdef FF_MMI_FILEMANAGER + #ifdef FF_MMI_FILEMANAGER mfw_aud_vm_create_file(path, PCM_VM_FILE_NAME, 0); #else mfw_aud_vm_create_file(PCM_VM_FOLDER, PCM_VM_FILE_NAME, 0); @@ -937,7 +937,7 @@ #else mfw_aud_vm_create_file(VOICE_BUFF_FOLDER, VOICE_BUFF_FILE_NAME, 0); #endif - else + else { if (vm_type EQ AMR_VOICE_MEMO) #endif /* FF_PCM_VM_VB */ @@ -960,7 +960,7 @@ mfw_vm_pcm_record_param.microphone_gain = PCM_VM_MICROPHONE_GAIN; mfw_vm_pcm_record_param.network_gain = 0; - audio_riv_retVal = audio_vm_pcm_record_start(&mfw_vm_pcm_record_param, + audio_riv_retVal = audio_vm_pcm_record_start(&mfw_vm_pcm_record_param, voice_memo_return_path); } else if( vm_type EQ VOICE_BUFFERING ) @@ -968,13 +968,13 @@ mfw_vbuf_pcm_record_param.memo_duration = (UINT32)max_duration; mfw_vbuf_pcm_record_param.microphone_gain = PCM_VM_MICROPHONE_GAIN; mfw_vbuf_pcm_record_param.network_gain = 0; - - audio_riv_retVal = audio_voice_buffering_pcm_record_start( &mfw_vbuf_pcm_record_param, + + audio_riv_retVal = audio_voice_buffering_pcm_record_start( &mfw_vbuf_pcm_record_param, voice_memo_return_path); } else { - if (vm_type EQ AMR_VOICE_MEMO ) + if (vm_type EQ AMR_VOICE_MEMO ) { #endif /* FF_PCM_VM_VB */ @@ -1014,7 +1014,7 @@ #endif /* FF_PCM_VM_VB */ if (audio_riv_retVal != RV_OK) return MFW_AUD_VM_RIVIERA_FAILED; - + #endif return MFW_AUD_VM_OK; @@ -1036,7 +1036,7 @@ T_AUDIO_RET audio_riv_retVal=AUDIO_ERROR; //x0pleela 06 Mar, 2006 ER:OMAPS00067709 -#ifdef FF_PCM_VM_VB +#ifdef FF_PCM_VM_VB UBYTE vm_type; //to store voice memo type #endif TRACE_FUNCTION("mfw_aud_vm_stop_record"); @@ -1085,7 +1085,7 @@ { TRACE_FUNCTION("mfw_aud_vm_get_duration"); //x0pleela 06 Mar, 2006 ER:OMAPS00067709 -#ifdef FF_PCM_VM_VB +#ifdef FF_PCM_VM_VB //x0pleela 27 Feb, 2006 ER:OMAPS00067709 if( get_voice_memo_type() EQ PCM_VOICE_MEMO ) //get PCM Voice memo recorded duration @@ -1108,7 +1108,7 @@ #ifdef FF_PCM_VM_VB } return 0; -#endif +#endif } @@ -1126,7 +1126,7 @@ { TRACE_FUNCTION("mfw_aud_vm_set_duration"); //x0pleela 06 Mar, 2006 ER:OMAPS00067709 -#ifdef FF_PCM_VM_VB +#ifdef FF_PCM_VM_VB if( get_voice_memo_type() EQ PCM_VOICE_MEMO ) //Set PCM Voice memo recorded duration #ifdef FF_MMI_FILEMANAGER @@ -1171,7 +1171,7 @@ return; } #endif - + /* ** Local Function Definitions */ @@ -1252,7 +1252,7 @@ strcpy(vm_filename, folder); strcat(vm_filename, "/"); strcat(vm_filename, fname); -#endif +#endif return; } #endif @@ -1277,7 +1277,7 @@ // Mar 03, 2005 REF: CRR MMI-ENH-28950 xnkulkar // Call 'hl_drv_enable_vocoder()' instead of 'enable_tch_vocoder(TRUE)' // enable_tch_vocoder(TRUE); - + // July 03, 2006 REF:DR OMAPS00083150 x0047075 //Fix:Use hl_drv_set_vocoder_state(TRUE) function instead of hl_drv_enable_vocoder() to enable the vocoder hl_drv_set_vocoder_state(TRUE);
--- a/src/ui/mfw/mfw_aud.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_aud.h Tue Jan 19 06:10:27 2021 +0000 @@ -9,20 +9,20 @@ MODULE : MFW_AUD PURPOSE : This module contains the definitions for the Audio Riveria Interface. - + HISTORY: Mar 31, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API - Solution: Added new field play_stopped to voice buffering data to keep a check before + Description: Voice Buffering implementation on C+ for PTT via PCM API + Solution: Added new field play_stopped to voice buffering data to keep a check before calling play stop during end call - + Mar 15, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API + Description: Voice Buffering implementation on C+ for PTT via PCM API Solution: Defined new macro for PTT number length - Defined new Enumeration "T_VOICEMEMO" (which defines different types of voice memo) + Defined new Enumeration "T_VOICEMEMO" (which defines different types of voice memo) and "T_VOICE_BUFFERING_STATUS" (Voice buffering status) Defined new structure "T_voice_buffering" to handle diferent scenarios during voice buffering - Added prototypes of functions set_voice_memo_type, get_voice_memo_type, + Added prototypes of functions set_voice_memo_type, get_voice_memo_type, set_voice_buffering_rec_stop_reason. */ @@ -48,7 +48,7 @@ }T_VOICEMEMO; //x0pleela 09 Mar, 2006 ER: OMAPS00067709 -//Voice buffering status +//Voice buffering status typedef enum { VB_NONE, /* Reset value */ @@ -81,11 +81,11 @@ //To get the type of voice memo EXTERN T_VOICEMEMO get_voice_memo_type( void); //x0pleela 09 Mar, 2006 ER:OMAPS00067709 -//To set reason for calling record_stop +//To set reason for calling record_stop EXTERN void set_voice_buffering_rec_stop_reason( T_VOICE_BUFFERING_STATUS reason); #endif - + /* ** Voice Memo Functions Prototypes */
--- a/src/ui/mfw/mfw_cb.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cb.c Tue Jan 19 06:10:27 2021 +0000 @@ -16,20 +16,20 @@ Aug 07, 2007 DR:OMAPS00137726 x0066814(Geetha) Description:HPLMN Manual Selection at power on -unable to perform manual selection at power ON Solution: In rAT_PlusCME, under case AT_CMD_NRG, added the code to list PLMN if Manual is the - network regieteration mode during bootup. - + network regieteration mode during bootup. + May 31, 2007 DR: OMAPS00133201 x0pleela - Description: MS keeps searching networks and doesn't list available PLMNs after + Description: MS keeps searching networks and doesn't list available PLMNs after performing manual selection - Solution : In function rAT_PlusCME(), for commands AT_CMD_COPS and - AT_CMD_NRG, passing the error code as parameter to function + Solution : In function rAT_PlusCME(), for commands AT_CMD_COPS and + AT_CMD_NRG, passing the error code as parameter to function nm_error_cops() June 05, 2007 DR:OMAPS00133241 x0061560(sateeshg) Description:ASTEC29607,SIM:The sim card should not return 9240 still. Solution :Error indication from Aci E_PHB_ERROR sent to mmi. - - + + May 10 2007 DR:OMAPS00127983 x066814 Description: PSTN caller name not displayed on MS Solution: Added the following functions: @@ -40,56 +40,56 @@ Oct 05, 2006 ER: OMAPS00094496 x0061088(Prachi) Description:Enhance RSSI to 3 parameters: Strength, quality, min-access-level - Solution:To solve the ER OMAPS0094496, rAT_PercentCSQ() is now receving four - parameters i.e. RSSI,Bit Error rate, Actual level, Minimum access level and also - rAT_PercentCSQ() is checking if actual level is less than minimum level and then + Solution:To solve the ER OMAPS0094496, rAT_PercentCSQ() is now receving four + parameters i.e. RSSI,Bit Error rate, Actual level, Minimum access level and also + rAT_PercentCSQ() is checking if actual level is less than minimum level and then calls globalSignalUpdate() to show the signal strength. - + Aug 01, 2006 DR: OMAPS00082374 x0pleela - Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile + Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile Solution: a) Added the functionality which was removed before for rat_%CSTAT - + Jun 23, 2006 DR: OMAPS00082374 x0pleela - Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile + Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile Solution: a) Removed the usage of global variable gEons_alloc_active b) Removed the call to function set_opn_sel_done(TRUE); in func rat_%CNIV c) Removed the functionality added before for rat_%CSTAT - + July 17, 2006 DR: OMAPS00082792 x0039928 Description:Changes to be done in MMI for Move all entries from SIM to FFS (Defect 76492) Solution: Ready signal is sent to MMI when rAT_Ok is called by ACI for CPBW command - + June 02, 2006 DR: OMAPS00078005 x0021334 Descripton: Test for NITZ (Network Identity and Timezone) support - No New time was displayed Solution: New Time/Date received from network is sent to MFW by lower layer by invoking 'rAT_PercentCTZV' function. This function has now been implemented to pass on the received values to MMI - for user confirmation and RTC updation. + for user confirmation and RTC updation. May 18, 2006 DR: OMAPS00070657 x0pleela - Description: CPHS feature on Locosto-Lite - Solution: Function "sendCPWIEvt" is called in rAT_PercentCPVWI to handle voice mail indication - + Description: CPHS feature on Locosto-Lite + Solution: Function "sendCPWIEvt" is called in rAT_PercentCPVWI to handle voice mail indication + xrashmic 1 Jul, 2006 OMAPS00075784 Changed U8 to T_ACI_CME_ERR in rAT_PlusCME - June 15, 2006 OMAPS00079492 x0043642 + June 15, 2006 OMAPS00079492 x0043642 Description : FT TMO (wk20/06) TC 9.1, 9.2 Multi Party, MS fails to return to idle mode - Solution : call set_cmdHold() to assign MFW_CM_DISCONNECT_ALL to variable cmd_hold + Solution : call set_cmdHold() to assign MFW_CM_DISCONNECT_ALL to variable cmd_hold when ATH command is entered. May 15, 2006 DVT: OMAPS00077751 x0043642 Description: MFW needs to implement rAT_PercentSATT needed for SAT class E - Solution: Define a function rAT_PercentSATT() + Solution: Define a function rAT_PercentSATT() May 15, 2006 DR: OMAPS00067919 x0pleela - Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should + Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should be asked not Puk1. Solution:Made the following changes 1. Added functionality for rAT_PlusCPIN 2. Made code changss in rat_plusCME for SIMP May 10, 2006 REF: DRT OMAPS00075829 xdeepadh - Description: Submission of ACI and SAP changes for Imaging ERs + Description: Submission of ACI and SAP changes for Imaging ERs Solution: Using the mechanism where MFW can receive primitives without ACI to know about it. @@ -97,17 +97,17 @@ Apr 24, 2006 ERT: OMAPS00067603 x0043642 Description: Engineering mode Solution: Handle the response from ACI (through rAT_percentEINFO). - + Mar 15, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API + Description: Voice Buffering implementation on C+ for PTT via PCM API Solution: Functions rAT_NO_CARRIER, rAT_NO_ANSWER Changes: update the reason for calling record_stop - + * Mar 23, 2006 REF:DR OMAPS00069173 a0393213 * Description: GSM - MOC - AT USB - Live Network . Display problem when a MO call is made through AT interface * Solution: misplaced break statement corrected - + Feb 15, 2006 ER: OMAPS00065203 x0pleela Description: Cingular Operator Name Prioritization implementation required @@ -118,19 +118,19 @@ Description: Cingular Operator Name Prioritization implementation required Solution: Implemented functionality for rAT_PercentCNIV Implemented functionality for rAT_PercentCSTAT - - + + * * Nov 02, 2005 DR OMAPS00052132 xdeepadh * Bug:Not able to access the SMS inbox and also not able to send SMS in Locosto Lite build * Fix: The ATI Enums usage has been put under the FF_ATI flag Nov 03, 2005 DR: OMAPS00052032 - xpradipg - Description : Locosto: SIMP - integration of issues submitted by solDel on + Description : Locosto: SIMP - integration of issues submitted by solDel on ME Personalization - changes as per the new interfaces - Solution : The return value of sAT_PlusCLCK of AT_EXCT is handled and + Solution : The return value of sAT_PlusCLCK of AT_EXCT is handled and a please wait screen is displayed until the response is recieved - + * * June 01, 2005 REF: CRR 31559 x0021334 * Description: TCS2.1.1 SW not buildable without engineering mode @@ -139,7 +139,7 @@ * x0018858 24 Mar, 2005 MMI-FIX-11321 * Issue Description :- If the inbox is full and a new message is receivd, no indication is received. * Fix: Added support for handling indication when message box is full and - * there is a pending message. + * there is a pending message. * x0047685, May 22 2006 * Added R99 CC Interface changes. @@ -463,13 +463,13 @@ LOCAL void mfw_format_plmn_name(UBYTE dcs,UBYTE *in, UBYTE in_length, - UBYTE *out, UBYTE max_out_length); + UBYTE *out, UBYTE max_out_length); /*May 10,2007 DR:OMAP00127983 x0066814(Geetha)-begin*/ /*size of the name when converted from 7bit to 8bit alphabet*/ #define CNAP_EXPANDED_SIZE (((sizeof(BUF_nameString)+1)*8)/7) -//function to get the name from rAT_PercentCNAP +//function to get the name from rAT_PercentCNAP void set_cnap_name(T_namePresentationAllowed *cnap_name_info ); //function to give the name from set_cnap_name to MMI GLOBAL T_MFW_PHB_TEXT *get_cnap_name(); @@ -497,11 +497,11 @@ //x0pleela 21 Apr, 2006 DR: OMAPS00067919 //Requesting for any of the SIMP category pin if enabled based on the "code" -GLOBAL void rAT_PlusCPIN (T_ACI_CPIN_RSLT code) +GLOBAL void rAT_PlusCPIN (T_ACI_CPIN_RSLT code) { #ifdef SIM_PERS TRACE_FUNCTION("rAT_PlusCPIN()"); - sim_simlock_cpin_code(code ); + sim_simlock_cpin_code(code ); #endif } @@ -517,7 +517,7 @@ GLOBAL void rAT_PlusCSIM ( SHORT rspLen, UBYTE *rsp ) {} -GLOBAL void rAT_PlusCNUM (T_ACI_CNUM_MSISDN *msisdn, UBYTE num) +GLOBAL void rAT_PlusCNUM (T_ACI_CNUM_MSISDN *msisdn, UBYTE num) { #ifdef FF_CPHS_REL4 static UBYTE count = 0; @@ -559,15 +559,15 @@ $Function: rAT_PercentSATT $Description:CallBack function, needed for target builds with SAT class E enabled - + $Returns: void $Arguments: T_ACI_CMD_SRC srcId T_ACI_SATT_CS cause - + *******************************************************************************/ -GLOBAL void rAT_PercentSATT( T_ACI_CMD_SRC srcId, T_ACI_SATT_CS cause ) +GLOBAL void rAT_PercentSATT( T_ACI_CMD_SRC srcId, T_ACI_SATT_CS cause ) { TRACE_FUNCTION("rAT_PercentSATT"); } @@ -646,10 +646,10 @@ break; case AT_CMD_CPBW: -// July 17, 2006 DR: OMAPS00082792 x0039928 +// July 17, 2006 DR: OMAPS00082792 x0039928 phb_signal(E_PHB_READY, 0); break; - + case AT_CMD_COPS: nm_ok_cops (); break; @@ -706,9 +706,9 @@ break; case AT_CMD_CLCK: -#ifdef SIM_PERS +#ifdef SIM_PERS // Nov 03, 2005 DR: OMAPS00052032 - xpradipg -// if the flag is set then SIM Personalization has triggered the CLCK +// if the flag is set then SIM Personalization has triggered the CLCK if( (sim_unlock_in_prog EQ SIMP_BOOTUP) OR (sim_unlock_in_prog EQ SIMP_MENU ) ) { @@ -716,7 +716,7 @@ sim_unlock_in_prog = SIMP_NONE; } else -#endif +#endif ss_ok_clck(); break; @@ -829,10 +829,10 @@ switch ((int)cmdId) /*a0393213 lint warnings removal - typecasting done*/ { -//x0061560 Date May16,07 (sateeshg) OMAPS00133241 +//x0061560 Date May16,07 (sateeshg) OMAPS00133241 case AT_CMD_CPBW: phb_signal(E_PHB_ERROR, 0); - break; + break; case AT_CMD_COPS: //x0pleela 30 May, 2007 DR: OMAPS00133201 //Passing the error code @@ -856,8 +856,8 @@ break; case AT_CMD_CFUN: /* OMAPS00075177 - 17,Apr-2006 */ -/* Signature of the function has been changed from U8 to T_ACI_CME_ERR. - because, when calling this function, it is converting from T_ACI_CME_ERR to U8. +/* Signature of the function has been changed from U8 to T_ACI_CME_ERR. + because, when calling this function, it is converting from T_ACI_CME_ERR to U8. It is loosing the negative values( the enum T_ACI_CME_ERR has negative values ) */ sim_error_cfun ((T_ACI_CME_ERR)err); @@ -876,7 +876,7 @@ break; case AT_CMD_CLCK: -#ifdef SIM_PERS +#ifdef SIM_PERS //x0pleela 27 Apr, 2006 DR: OMAPS00067919 if(sim_unlock_in_prog EQ SIMP_BOOTUP) { @@ -886,14 +886,14 @@ } // Nov 03, 2005 DR: OMAPS00052032 - xpradipg -// if the flag is set then SIM Personalization has triggered the CLCK +// if the flag is set then SIM Personalization has triggered the CLCK else if(sim_unlock_in_prog EQ SIMP_MENU) { - sim_unlock_in_prog = SIMP_NONE; /*a0393213 compiler warnings removal - FALSE changed to SIMP_NONE*/ + sim_unlock_in_prog = SIMP_NONE; /*a0393213 compiler warnings removal - FALSE changed to SIMP_NONE*/ mfw_simlock_continue(SIMP_NONE); } else -#endif +#endif ss_error_clck(); break; @@ -1210,7 +1210,7 @@ OR rslt->rsltPrm.rOK.cmdId EQ AT_CMD_CHUP) { //NM Berlin / UK integration 21.09.01 - //Nov 02, 2005 DR OMAPS00052132 xdeepadh + //Nov 02, 2005 DR OMAPS00052132 xdeepadh //The usage of ATI enum is put under the flag FF_ATI #if defined (FF_ATI) || defined (NEPTUNE_BOARD) /*June 15, 2006 DR:OMAPS00079492 x0043642 */ @@ -1228,20 +1228,20 @@ //NM Berlin / UK integration 21.09.01 //Nov 02, 2005 DR OMAPS00052132 xdeepadh //The usage of ATI enum is put under the flag FF_ATI -#ifdef FF_ATI +#ifdef FF_ATI cm_ok_disconnect(CMD_SRC_ATI_1, rslt->rsltPrm.rOK.cId); -#endif //FF_ATI - } +#endif //FF_ATI + } } } if (rslt->rsltPrm.rOK.cmdId EQ AT_CMD_CHLD) { //NM Berlin / UK integration 21.09.01 - //Nov 02, 2005 DR OMAPS00052132 xdeepadh + //Nov 02, 2005 DR OMAPS00052132 xdeepadh //The usage of ATI enum is put under the flag FF_ATI -#ifdef FF_ATI +#ifdef FF_ATI cm_result_cmd(CMD_SRC_ATI_1, Present); -#endif //FF_ATI +#endif //FF_ATI } #ifdef GPRS /* JVJ 10-10-02 */ @@ -1462,7 +1462,7 @@ +--------------------------------------------------------------------+ - PURPOSE : Function to process the data sent from rAT_PercentCNAP based on presentation mode for CNAP + PURPOSE : Function to process the data sent from rAT_PercentCNAP based on presentation mode for CNAP */ /*May 10,2007 DR:OMAP00127983 x0066814(Geetha)-begin*/ @@ -1470,7 +1470,7 @@ T_callingName *NameId) { T_namePresentationAllowed *cnap_name_info = NULL; - + TRACE_FUNCTION("send_cnap_name_information()"); switch(pres_mode) @@ -1523,7 +1523,7 @@ TRACE_FUNCTION("All values present"); cnap_name_expanded=mfwAlloc(CNAP_EXPANDED_SIZE+1); dcs =(UBYTE)cnap_name_info->dataCodingScheme; - + if( cmh_getAlphabetCb( (UBYTE)dcs ) EQ 0 ) /* 7bit alphabet */ { TRACE_FUNCTION("/* 7bit alphabet */"); @@ -1531,7 +1531,7 @@ utl_cvt7To8((UBYTE *)cnap_name_info->nameString.b_nameString, (UBYTE)cnap_name_info->lengthInCharacters, cnap_name_expanded, - 0 ); + 0 ); } else { @@ -1542,7 +1542,7 @@ expanded_len = (UBYTE)cnap_name_info->lengthInCharacters; } cnap_name.len= (UBYTE)expanded_len; -#ifdef NO_ASCIIZ +#ifdef NO_ASCIIZ memcpy(cnap_name.data,cnap_name_expanded,sizeof(cnap_name.data)); #else strcpy(cnap_name.data,cnap_name_expanded); @@ -1560,7 +1560,7 @@ +--------------------------------------------------------------------+ - PURPOSE : function to give the name from set_cnap_name to MMI + PURPOSE : function to give the name from set_cnap_name to MMI */ GLOBAL T_MFW_PHB_TEXT * get_cnap_name() @@ -1682,8 +1682,8 @@ globalSignalUpdate(0); prelevel = 0; } - else - #endif + else + #endif if( prelevel != actlevel ) { globalSignalUpdate(actlevel); @@ -1707,11 +1707,11 @@ GLOBAL void rAT_PercentCPVWI ( UBYTE flag_set, USHORT line) -{ +{ TRACE_FUNCTION("rAT_PercentCPVWI()"); //18 May, 2006 DR: OMAPS00070657 x0pleela //Send this event when there is any voice mail - sendCPWIEvt(flag_set, line); + sendCPWIEvt(flag_set, line); } /* @@ -1797,7 +1797,7 @@ isMessageWaiting = TRUE; break; case CIND_SMSFULL_INDICATOR_MEMAVAIL: - TRACE_FUNCTION("CIND_SMSFULL_INDICATOR_MEMAVAIL"); + TRACE_FUNCTION("CIND_SMSFULL_INDICATOR_MEMAVAIL"); isMessageWaiting = FALSE; break; case CIND_SMSFULL_INDICATOR_MAX: @@ -1820,17 +1820,17 @@ | STATE : code ROUTINE : mfw_format_plmn_name | +--------------------------------------------------------------------+ - PURPOSE : Decodes PLMN name to remote source format + PURPOSE : Decodes PLMN name to remote source format */ void mfw_format_plmn_name(UBYTE dcs,UBYTE *in, UBYTE in_length, UBYTE *out, UBYTE max_out_length) -{ +{ USHORT size_of_plmn_name; UBYTE dest_len=0; UBYTE buf[33]; - - memset(buf,33,0); + + memset(buf,33,0); if(dcs ==0) /*GSM default */ { dest_len = utl_cvt7To8(in,in_length,buf,0); @@ -1840,9 +1840,9 @@ else if(dcs ==1) /*UCS2 */ { utl_hexFromGsm(in,in_length,out,max_out_length,&size_of_plmn_name,GSM_ALPHA_Def,CSCS_ALPHA_7_Bit); - + } -} +} @@ -1859,9 +1859,9 @@ GLOBAL void rAT_PercentCNIV (T_MMR_INFO_IND *mmr_info_ind) { T_MFW_NETWORK_STRUCT plmn_netw_data; - SHORT mcc = 0; + SHORT mcc = 0; SHORT mnc = 0; - + TRACE_FUNCTION("rAT_PercentCNIV()"); //copy plmn info into plmn_netw_data from mmr_info_ind @@ -1882,19 +1882,19 @@ else { sprintf((char*)&plmn_netw_data.network_numeric, "%d%d", mcc, mnc); - } + } //Apr 13, 2007 DRT:OMAPS00122739 x0066814(Geetha) if (mmr_info_ind->short_name.v_name) /* short name */ - { + { TRACE_FUNCTION(" SHORT NAME "); mfw_format_plmn_name(mmr_info_ind->short_name.dcs,(UBYTE*)mmr_info_ind->short_name.text, mmr_info_ind->short_name.c_text, (UBYTE *)plmn_netw_data.network_short.data, 33); } - + if (mmr_info_ind->full_name.v_name) /* full name */ - { + { TRACE_FUNCTION(" Long NAME "); - mfw_format_plmn_name(mmr_info_ind->full_name.dcs,(UBYTE*)mmr_info_ind->full_name.text, + mfw_format_plmn_name(mmr_info_ind->full_name.dcs,(UBYTE*)mmr_info_ind->full_name.text, mmr_info_ind->full_name.c_text, (UBYTE *)plmn_netw_data.network_long.data, 33); } @@ -1903,14 +1903,14 @@ nm_get_network_data(&plmn_netw_data); } -#else +#else /* DMPS MMREG SAP */ GLOBAL void rAT_PercentCNIV (T_MMREG_INFO_IND *mmr_info_ind) { T_MFW_NETWORK_STRUCT plmn_netw_data; - SHORT mcc = 0; + SHORT mcc = 0; SHORT mnc = 0; - + TRACE_FUNCTION("rAT_PercentCNIV()"); /* copy plmn info into plmn_netw_data from mmr_info_ind */ @@ -1925,21 +1925,21 @@ { sprintf((char*)&plmn_netw_data.network_numeric, "%d%d", mcc, (mnc & 0x0FF0) >> 4); - + } else { sprintf((char*)&plmn_netw_data.network_numeric, "%d%d", mcc, mnc); - - } + + } if (mmr_info_ind->v_short_net_name AND /* short name only */ !mmr_info_ind->v_full_net_name) - { + { TRACE_FUNCTION(" SHORT NAME "); -#ifdef NO_ASCIIZ - memcpy(plmn_netw_data.network_short.data, - mmr_info_ind->short_net_name.text, +#ifdef NO_ASCIIZ + memcpy(plmn_netw_data.network_short.data, + mmr_info_ind->short_net_name.text, mmr_info_ind->short_net_name.c_text); #else strcpy(plmn_netw_data.network_short, (char*)mmr_info_ind->short_net_name.text); @@ -1947,31 +1947,31 @@ } else if (!mmr_info_ind->v_short_net_name AND mmr_info_ind->v_full_net_name) /* full name only */ - { + { TRACE_FUNCTION(" LONG NAME "); -#ifdef NO_ASCIIZ - memcpy( plmn_netw_data.network_long.data, - mmr_info_ind->full_net_name.text, +#ifdef NO_ASCIIZ + memcpy( plmn_netw_data.network_long.data, + mmr_info_ind->full_net_name.text, mmr_info_ind->full_net_name.c_text); #else strcpy( plmn_netw_data.network_long, (char*)mmr_info_ind->full_net_name.text ); -#endif +#endif } else if (mmr_info_ind->v_short_net_name AND mmr_info_ind->v_full_net_name) { TRACE_FUNCTION(" LONG AND SHORT "); -#ifdef NO_ASCIIZ - memcpy( plmn_netw_data.network_long.data, - mmr_info_ind->full_net_name.text, +#ifdef NO_ASCIIZ + memcpy( plmn_netw_data.network_long.data, + mmr_info_ind->full_net_name.text, mmr_info_ind->full_net_name.c_text); - memcpy( plmn_netw_data.network_short.data, - mmr_info_ind->short_net_name.text, + memcpy( plmn_netw_data.network_short.data, + mmr_info_ind->short_net_name.text, mmr_info_ind->short_net_name.c_text); #else strcpy( plmn_netw_data.network_long, (char*)mmr_info_ind->full_net_name.text ); strcpy( plmn_netw_data.network_short, (char*)mmr_info_ind->short_net_name.text); -#endif +#endif } else { @@ -2085,16 +2085,16 @@ #ifndef NEPTUNE_BOARD T_MFW_NETWORK_STRUCT plmn_eons_data; #endif - + TRACE_FUNCTION ("rAT_PercentCSTAT ()"); #ifndef NEPTUNE_BOARD memset(&plmn_eons_data, 0, sizeof(T_MFW_NETWORK_STRUCT) ); - if( (msgType.entityId EQ STATE_MSG_EONS ) AND + if( (msgType.entityId EQ STATE_MSG_EONS ) AND (msgType.entityState EQ ENTITY_STATUS_Ready) ) { - nm_get_COPN(&plmn_eons_data); - - //send E_NM_OPN event + nm_get_COPN(&plmn_eons_data); + + //send E_NM_OPN event nm_get_network_data(&plmn_eons_data); } #endif @@ -2165,7 +2165,7 @@ TRACE_FUNCTION("rAT_PercentCREG()"); } -#if defined (MFW) || defined (SMI) +#if defined (MFW) || defined (SMI) #ifdef FF_TIMEZONE GLOBAL void rAT_PlusCTZV ( S32 timezone ) { @@ -2193,32 +2193,32 @@ PURPOSE : */ -#if defined (MFW) || defined (SMI) +#if defined (MFW) || defined (SMI) GLOBAL void rAT_PercentCTZV (T_MMR_INFO_IND *mmr_info_ind, S32 timezone ) { #ifdef FF_TIMEZONE T_MFW_TIME_IND currclock; - #endif + #endif TRACE_FUNCTION("rAT_PercentCTZV()"); #ifdef FF_TIMEZONE - // Copy time related data received from network to 'currclock' + // Copy time related data received from network to 'currclock' // to be passed to MMI. currclock.hour = mmr_info_ind->time.hour; currclock.minute = mmr_info_ind->time.minute; currclock.second = mmr_info_ind->time.second; - // Copy date related data received from network to 'currclock' - // to be passed to MMI. + // Copy date related data received from network to 'currclock' + // to be passed to MMI. currclock.day = mmr_info_ind->time.day; currclock.month = mmr_info_ind->time.month; currclock.year = mmr_info_ind->time.year; // Pass time and date info to MMI nm_set_network_time(&currclock); - #endif + #endif } #endif @@ -2260,7 +2260,7 @@ { } #endif -#else +#else #ifdef TI_PS_FF_EM GLOBAL void rAT_PercentEM ( /*UBYTE srcId,*/ T_EM_VAL *val_tmp ) { @@ -2314,7 +2314,7 @@ #ifndef MFW #ifndef FF_MMI_RIV /* dummy in case of SMI */ -GLOBAL void rAT_PercentCPVWI ( UBYTE flag_set, +GLOBAL void rAT_PercentCPVWI ( UBYTE flag_set, USHORT line) { } #endif /* FF_MMI_RIV */ @@ -2338,9 +2338,9 @@ mfw_mbi.electronic=mbi->mbdn_id_email; mfw_mbi.other=mbi->mbdn_id_other; mfw_mbi.valid=1; /*1 means valid*/ - + /*need to send MBI signal to BMI*/ - sendCPHSSignal(E_CPHS_REL4_GET_MBI, &mfw_mbi); + sendCPHSSignal(E_CPHS_REL4_GET_MBI, &mfw_mbi); } /* @@ -2368,7 +2368,7 @@ +--------------------------------------------------------------------+ PURPOSE : handles callback for %MWIS, which queries the message waiting status*/ - + GLOBAL void rAT_PercentMWIS(T_ACI_MWIS_MWI* mwis) { /*send MBDN signal to BMI*/ @@ -2405,7 +2405,7 @@ mwis_stat[msp_id - 1].fax = mwis->mwis_count_fax; mwis_stat[msp_id - 1].electronic = mwis->mwis_count_email; mwis_stat[msp_id - 1].other = mwis->mwis_count_other; - + sendCPHSSignal(E_CPHS_GET_VC_STAT,0); } @@ -2475,14 +2475,14 @@ { TRACE_FUNCTION ("rAT_PercentCMGR()"); } - + /* +--------------------------------------------------------------------+ | PROJECT : GSM-F&D (8411) MODULE : MFW_ACI_DUMMY | | STATE : code ROUTINE : rAT_PercentCMGL | +--------------------------------------------------------------------+ - PURPOSE : + PURPOSE : */ GLOBAL void rAT_PercentCMGL ( T_ACI_CMGL_SM * smLst ) { @@ -2535,13 +2535,13 @@ | PROJECT : GSM-F&D (8411) MODULE : ACI_RET | | STATE : code ROUTINE : rAT_PercentCFIS | +--------------------------------------------------------------------+ - + PURPOSE : handles rAT_PercentCFIS call back PARAMETERS : cfis - Call forward indication status */ #ifdef FF_CPHS_REL4 GLOBAL void rAT_PercentCFIS ( T_ACI_CFIS_CFU *cfis ) -{ +{ T_MFW_CPHS_REL4_DV_STAT divert_status; TRACE_FUNCTION("rAT_PercentCFIS()"); @@ -2559,13 +2559,13 @@ divert_status.data=MFW_CFLAG_SET; else divert_status.data=MFW_CFLAG_NOTSet; - + memcpy(divert_status.voice_dialling_number,cfis->number,PHB_MAX_LEN); TRACE_EVENT_P4("voice %x, fax %x, data %x, number %s", divert_status.voice,divert_status.fax,divert_status.data, divert_status.voice_dialling_number); - + sendCPHSSignal(E_CPHS_GET_DV_STAT,&divert_status); } #endif /* FF_CPHS_REL4 */ @@ -2600,7 +2600,7 @@ } return FALSE; - + } /* @@ -2620,17 +2620,17 @@ U32 ucp=msl_mmi_ind->ucp; /*a0393213 compiler warnings removal - removed variable status*/ - + TRACE_FUNCTION ("Mslil_msl_mmi_ind"); - + switch(ucp) { -#ifdef FF_MMI_CAMERA_APP +#ifdef FF_MMI_CAMERA_APP case MSL_UCP_IMGCAP:/*MSL_UCP_IMGCAP*/ mfw_msl_cam_cb(msl_mmi_ind->message, msl_mmi_ind->appData); break; -#endif -#ifdef FF_MMI_FILEMANAGER +#endif +#ifdef FF_MMI_FILEMANAGER case MSL_UCP_IMGTHMB:/*MSL_UCP_IMGTHMB*/ //Call the mmi cb for imagethumbnail. mfw_fm_thmb_mslcb(msl_mmi_ind->message, msl_mmi_ind->appData); @@ -2639,7 +2639,7 @@ //Call the mmi cb for magepreview. mfw_fm_view_mslcb(msl_mmi_ind->message, msl_mmi_ind->appData); break; -#endif +#endif } PFREE(msl_mmi_ind); @@ -2657,7 +2657,7 @@ | message - status message | | Return : void -| +| +------------------------------------------------------------------------------ */
--- a/src/ui/mfw/mfw_cb.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cb.h Tue Jan 19 06:10:27 2021 +0000 @@ -11,7 +11,7 @@ $History:: mfw_cm.h $ May 10, 2006 REF: DRT OMAPS00075829 xdeepadh - Description: Submission of ACI and SAP changes for Imaging ERs + Description: Submission of ACI and SAP changes for Imaging ERs Solution: Using the mechanism where MFW can receive primitives without ACI to know about it.
--- a/src/ui/mfw/mfw_cm.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cm.c Tue Jan 19 06:10:27 2021 +0000 @@ -14,36 +14,36 @@ Dec 20, 2006 DR:OMAPS00108192 a0393213(R.Prabakar) Description : Continous DTMF tones for simultanous keypress Solution : Bug was due to improper nesting of START-STOP sequence. Now they are avoided. - + Dec 13, 2006 DR:OMAPS00107103 a0393213(R.Prabakar) Description : No DTMF tones for simultanous keypress Solution : Once there was some problem in sending DTMF tones, the problem persisted till the next reset. - This was because the queue was not getting flushed once the call was ended. + This was because the queue was not getting flushed once the call was ended. Now the queue is flushed once the call is ended. - + Nov 30, 2006 DR:OMAPS00105758 a0393213(R.Prabakar) Description :No DTMF tones after collision of DTMF tones - - Nov 03, 2006 DR: OMAPS00101158 x0pleela + + Nov 03, 2006 DR: OMAPS00101158 x0pleela Description : Board crashes after sending atd command through HyperTerminal Solution : Avoid peforming phonebook search operation if the source id is not LOCAL - - Defined new static variable uOthersrc to set the value to TRUE or FALSE + - Defined new static variable uOthersrc to set the value to TRUE or FALSE based on the source Id - - Defined two new function mfw_set_OtherSrc_Value() to set the value of - uOtherSrc to either TRUE or FALSE and mfw_get_OtherSrc_Value + - Defined two new function mfw_set_OtherSrc_Value() to set the value of + uOtherSrc to either TRUE or FALSE and mfw_get_OtherSrc_Value to get the value of uOtherSrc - Oct 10, 2006 DR: OMAPS00093720 x0039928 + Oct 10, 2006 DR: OMAPS00093720 x0039928 Description : If dial a international number and fail, when auto redail enabled, it will delete '+'. Solution : MFW_TON_INTERNATIONAL is set for out_call.ton if the dialling number contains '+' - + Sep 01, 2006 REF:OMAPS00090555 x0039928 Description : When make a MO call,MFW can not get call number from ACI. - Solution : The called number is extracted from the parameter of callCmEvent() - for event E_CM_MO_RES and is displayed. Also stack memory optimization is done to + Solution : The called number is extracted from the parameter of callCmEvent() + for event E_CM_MO_RES and is displayed. Also stack memory optimization is done to resolve MMI stack overflow problem. - June 15, 2006 OMAPS00079492 x0043642 + June 15, 2006 OMAPS00079492 x0043642 Description : FT TMO (wk20/06) TC 9.1, 9.2 Multi Party, MS fails to return to idle mode Solution : assign MFW_CM_DISCONNECT_ALL to variable cmd_hold, and call cm_signal() @@ -52,32 +52,32 @@ Description: CPHS feature on Locosto-Lite Solution: For ALS feature, a) Added definition for new function "mfw_get_ALS_type" - + Apr 25, 2006 OMAPS00075711 a0393213 (R.Prabakar) Description : 'End Conference' option doesn't work Solution : The ACI_CHLD_MOD is changed from CHLD_MOD_RelActSpec to CHLD_MOD_RelActAndAcpt while calling sAT_PlusCHLD() - in cm_disconnect(). This is done since CHLD_MOD_RelActSpec with callId 0 is equivalent to sending - AT+CHLD=10 which is invalid according to GSM specification - + in cm_disconnect(). This is done since CHLD_MOD_RelActSpec with callId 0 is equivalent to sending + AT+CHLD=10 which is invalid according to GSM specification + Apr 26, 2006 OMAPS00074886 a0393213 (Prabakar R) - Description : No option in MMI to release the held call. + Description : No option in MMI to release the held call. Solution : No option was available. Added a menu option. - + Mar 28, 2006 REF:DR OMAPS00072407 x0039928 Description: Phone hangs when tried to make an outgoing call Solution: Reverting back the changes of issue OMAPS00048894 to stop from stack overflow. Feb 27, 2006 REF:DR OMAPS00067884 x0039928 Description: Held call released at locosto phone does not release the call at other end - Solution: if the mode is greater than CHLD_MOD_RelDialCall then sAT_PercentCHLD() is called + Solution: if the mode is greater than CHLD_MOD_RelDialCall then sAT_PercentCHLD() is called instead of sAT_PlusCHLD() Jan 27, 2006 REF:DR OMAPS00048894 x0039928 Description: Outgoing Call: The called number is not displayed while an outgoing call is made Solution: The called number is extracted from the parameter of callCmEvent() for event E_CM_MO_RES and is displayed. - + Apr 22, 2006 OMAPS00070762 a0393213 (Prabakar R) - Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=1 in ATI. + Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=1 in ATI. expected behaviour : active call should be released and the incoming call should be accepted observed behaviour : happens as expected. but display shows incoming call screen only. active screen is not shown eventhough the connection is established between MS1 and MS3 @@ -86,11 +86,11 @@ Apr 21, 2006 OMAPS00070774 a0393213 (Prabakar R) - Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=2 in ATI. + Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=2 in ATI. expected behaviour : active call should be put to hold and the incoming call should be accepted observed behaviour : happens as expected. but display shows incoming call screen only. active screen is not shown eventhough the connection is established between MS1 and MS3 - Fix : AT commands from CMD_SRC_ATI_3 was not processed. As a result, MFW was not informed of the acceptance of the call + Fix : AT commands from CMD_SRC_ATI_3 was not processed. As a result, MFW was not informed of the acceptance of the call through ATI. In precise cmd_hold variable was not set to MFW_CM_MT_ACCEPT, which is necessary for display update @@ -117,7 +117,7 @@ Solution : The dtmf buffer is reduced to 20 from 50 Apr 14, 2005 REF: CRR 29991 xpradipg - Description: Optimisation 5: Remove the static allocation and use dynamic + Description: Optimisation 5: Remove the static allocation and use dynamic allocation/ deallocation for pb_list and black_list Solution: The static definition is removed and replaced with the dynamic allocation @@ -125,26 +125,26 @@ Feb 03, 200 REF: CRR 25960 x0012850 Description: Call Hold: While one call in Active and other in Held by swapping either of phone is not audible Solution: swapping action results in one of the calls getting muted. We attach user connection again. - + Aug 23, 2004 REF: CRR 22222 xkundadu Bug: Runaway Call Waiting Tone. Call Waiting tone doesnot stop after ansering waiting call. - Fix: Handle the AT-Command source id CMD_SRC_ATI_2 also for call control + Fix: Handle the AT-Command source id CMD_SRC_ATI_2 also for call control callback functions. - Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI + Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI Description: The sample sends a STOP DTMF message without release of the key by the user Solution: Instead of sending DTMF commands in "VTS_MOD_Auto" mode, on key press DTMF tone is started using VTS_MOD_ManStart and on key release DTMF tone is stopped using VTS_MOD_ManStop mode. // Apr 26, 2004 REF: CRR 16545 Ajith K P and Side effect of CRR 16545. - // Issue description: When the user enters 11SEND and if the first call is + // Issue description: When the user enters 11SEND and if the first call is // HELD call,the held call disconnects. This should not happen. // Problem was, though sAT_PlusCHLD(..) is expected to disconnect an ACTIVE // call only, it was disconnecting HELD call rather than returning AT_FAIL. // If sAT_PlusCHLD() Fails, Send the user entered string as USSD to network using sAT-Dn(). - // So now if the user wants to release a HELD call, in cm_disconect() we are calling the + // So now if the user wants to release a HELD call, in cm_disconect() we are calling the // sAT_PlusCHLD(..) function with C @@ -155,7 +155,7 @@ */ #define ENTITY_MFW - + #include <string.h> #include <stdio.h> #include <stdlib.h> @@ -246,7 +246,7 @@ static UBYTE call_stat; /* indicate an MO call or MT call */ /*a0393213 lint WR:symbol not referenced soln:the variable is put under the flag (which won't be defined) so that the flag can be removed if the variable is necessary*/ -#ifdef MMI_LINT_WARNING_REMOVAL +#ifdef MMI_LINT_WARNING_REMOVAL static SHORT cc_id; /* current call index */ #endif static UBYTE redial_stat; @@ -275,7 +275,7 @@ static char currConnecting = 0; /* ES!! 290999 */ /*a0393213 lint WR:symbol not referenced soln:the variable is put under the flag (which won't be defined) so that the flag can be removed if the variable is necessary*/ -#ifdef MMI_LINT_WARNING_REMOVAL +#ifdef MMI_LINT_WARNING_REMOVAL static T_ACI_AT_CMD currCmd; #endif static T_MFW_CM_DTMF dtmf_sent={FALSE};/*OMAPS00108192 a0393213 - variable which keeps track of the dtmf sent to ACI (via sAT_PlusVTS)*/ @@ -297,7 +297,7 @@ static SHORT mfw_cm_dtmf_q_id; // MMI-SPR 13873 xkundadu. -// Added this boolean variable to check whether a particular call is in +// Added this boolean variable to check whether a particular call is in // multiparty or not BOOL bIsMultpty = FALSE; @@ -331,16 +331,16 @@ #ifdef FF_MMI_OPTIM T_MFW_CM_BLACKLIST_LIST black_list; /*a0393213 compiler warnings removal- removed variable 'file'*/ -#endif +#endif TRACE_FUNCTION ("cm_init()"); memset(&black_list, 0, sizeof(T_MFW_CM_BLACKLIST_LIST)); -// Apr 14, 2005 REF: CRR 29991 xpradipg +// Apr 14, 2005 REF: CRR 29991 xpradipg // Since the blacklist is not persistent across powercycles we reset the file // contents #ifdef FF_MMI_OPTIM if( flash_MMI_blackList_write((U8 *)&black_list, sizeof(T_MFW_CM_BLACKLIST_LIST),0) < 0) TRACE_EVENT("Error opening the black list file"); -#endif +#endif currAccepting = 0; /* ES!! 210999 */ currConnecting = 0; /* ES!! 290999 */ @@ -743,7 +743,7 @@ int cm_search_callId(T_ACI_CAL_STAT type, SHORT *id) { int i; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // Local definition and allocation #ifdef FF_MMI_OPTIM T_ACI_CAL_ENTR *call_tab; @@ -753,9 +753,9 @@ return CM_ERROR; #else *id = 0; -#endif +#endif TRACE_FUNCTION("cm_search_callId()"); - + if (qAT_PercentCAL(CMD_SRC_LCL, call_tab) != AT_CMPL) { @@ -766,7 +766,7 @@ mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); #endif return CM_ERROR; - } + } for (i=0; i<MAX_CALL_NR; i++) { @@ -781,7 +781,7 @@ #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return CM_OK; } @@ -791,7 +791,7 @@ #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return CM_ERROR; } @@ -810,7 +810,7 @@ { int i; // Apr 06 2005 REF: CRR 29989 xpradipg -// allocation of memory, if the memory allocation fails then we return the +// allocation of memory, if the memory allocation fails then we return the // error value same as when the qAT_PercentCAL() fails #ifdef FF_MMI_OPTIM T_ACI_CAL_ENTR *call_tab;//[MAX_CALL_NR]; @@ -818,18 +818,18 @@ call_tab = (T_ACI_CAL_ENTR*)mfwAlloc(sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); if(NULL == call_tab) return CAL_MODE_Unknown; -#endif +#endif TRACE_FUNCTION("cm_search_callMode()"); if (qAT_PercentCAL(CMD_SRC_LCL, call_tab) != AT_CMPL) { -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return CAL_MODE_Unknown; } for (i=0; i<MAX_CALL_NR; i++) @@ -838,7 +838,7 @@ break; if (call_tab[i].index == id) - { + { // Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM @@ -846,12 +846,12 @@ if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); return calMode; -#else +#else return call_tab[i].calMode; -#endif - } +#endif + } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) @@ -873,21 +873,21 @@ int cm_search_mptyId(T_ACI_CAL_MPTY type, SHORT *id) { int i; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // allocate memory #ifdef FF_MMI_OPTIM T_ACI_CAL_ENTR *call_tab;//[MAX_CALL_NR]; call_tab = (T_ACI_CAL_ENTR*)mfwAlloc(sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); if( NULL == call_tab) return CM_ERROR; -#endif +#endif TRACE_FUNCTION("cm_search_mptyId()"); *id = 0; if (qAT_PercentCAL(CMD_SRC_LCL, call_tab) != AT_CMPL) { -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) @@ -903,21 +903,21 @@ if (call_tab[i].mpty == type) { *id = call_tab[i].index; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return CM_OK; } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return CM_ERROR; } @@ -938,7 +938,7 @@ LOCAL SHORT cm_search_numId(UBYTE *number) { int i; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // allocate memory #ifdef FF_MMI_OPTIM SHORT index; @@ -946,20 +946,20 @@ call_tab = (T_ACI_CAL_ENTR*)mfwAlloc(sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); if(NULL == call_tab) return 0; -#endif +#endif TRACE_FUNCTION("cm_search_numId()"); if (qAT_PercentCAL(CMD_SRC_LCL, call_tab) != AT_CMPL) { -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return 0; - } + } for (i=0; i<MAX_CALL_NR; i++) { @@ -968,24 +968,24 @@ if (!strcmp(call_tab[i].number, (char *)number)) { -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM index = call_tab[i].index; if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); return index; -#else +#else return call_tab[i].index; -#endif - } +#endif + } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return 0; } @@ -1007,14 +1007,14 @@ UBYTE *mode) { int i; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // allocat memory #ifdef FF_MMI_OPTIM T_ACI_CAL_ENTR *call_tab;//[MAX_CALL_NR]; call_tab = (T_ACI_CAL_ENTR*)mfwAlloc(sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); if( NULL == call_tab) return CM_ERROR; -#endif +#endif if (qAT_PercentCAL(CMD_SRC_LCL, call_tab) EQ AT_CMPL) { @@ -1028,7 +1028,7 @@ *stat = cm_cvt_call_status(call_tab[i].status); *ton = phb_cvtTon(call_tab[i].type.ton); *mode = cm_cvt_call_mode(call_tab[i].calMode); -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) @@ -1038,18 +1038,18 @@ return CM_OK; } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // this will be returned once we get out of the if statement #ifndef FF_MMI_OPTIM return CM_ERROR; -#endif +#endif } -// Apr 06 2005 REF: CRR 29989 xpradipg -// deallocate memory +// Apr 06 2005 REF: CRR 29989 xpradipg +// deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return CM_ERROR; } @@ -1157,15 +1157,15 @@ TRACE_EVENT("cm_search_callId(CAL_STAT_Wait, &id) != CM_OK"); // Marcus: CCBS: 14/11/2002 dis_connect.call_number = -1; // call id? } - + break; case CHLD_MOD_RelActAndAcpt: TRACE_EVENT("CHLD_MOD_RelActAndAcpt"); // Marcus: CCBS: 14/11/2002 cmd_hold = MFW_CM_1_SEND; - + // Added xkundadu MMI-SPR 13873 - // Querying if there are any active calls, storing the index of the + // Querying if there are any active calls, storing the index of the // call and setting a flag if found to be multiparty. if (cm_search_callId(CAL_STAT_Active, &id) == CM_OK) { @@ -1180,15 +1180,15 @@ { bIsMultpty = FALSE; } - + } else { - dis_connect.call_number = -1; + dis_connect.call_number = -1; } // Added xkundadu MMI-SPR 13873 // Querying if there are any held calls, storing the index of the call - // to change the status to active call. + // to change the status to active call. if (cm_search_callId(CAL_STAT_Held, &id) == CM_OK) { cmd.command = CM_RETRIEVE; @@ -1206,9 +1206,9 @@ { cmd.call_number=-1; } - + break; - + case CHLD_MOD_RelActSpec: TRACE_EVENT("CHLD_MOD_RelActSpec"); // Marcus: CCBS: 14/11/2002 dis_connect.call_number = (SHORT)atoi(call); @@ -1348,14 +1348,14 @@ } flash_MMI_blackList_close(file); } -#else +#else /* check whether this number is in blacklist */ for (i=0; i<black_list.count; i++) { if (!strcmp((char *)black_list.number[i], (char *)number)) return CM_BLACKLIST; } -#endif +#endif /* check the type of this number */ if (cm_check_emergency(number) EQ TRUE) @@ -1510,10 +1510,10 @@ UBYTE prefix; SHORT id; T_ACI_RETURN res,aci_result;//aci_result was added to fix the bug MMI-SPR 16545 -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: If flag FF_MMI_PB_OPTIM is defined then allocate memory for buf, phone and num_save variables +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: If flag FF_MMI_PB_OPTIM is defined then allocate memory for buf, phone and num_save variables // through heap instead of stack. -#ifdef FF_MMI_PB_OPTIM +#ifdef FF_MMI_PB_OPTIM char * buf = (char*)mfwAlloc(80); char * phone = (char*)mfwAlloc(MFW_NUM_LEN); char * num_save = (char*)mfwAlloc(MFW_STRING_LEN); @@ -1525,8 +1525,8 @@ TRACE_FUNCTION ("cm_mo_call()"); -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -#ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +#ifdef FF_MMI_PB_OPTIM memset(buf,0,80); memset(phone,0,MFW_NUM_LEN); memset(num_save,0,MFW_STRING_LEN); @@ -1535,7 +1535,7 @@ strncpy((char *)num_save, (char *)number, MFW_STRING_LEN-1); num_save[MFW_STRING_LEN-1] = 0; #endif -// Oct 10, 2006 DR: OMAPS00093720 x0039928 +// Oct 10, 2006 DR: OMAPS00093720 x0039928 // Fix: Set ton to MFW_TON_INTERNATIONAL if(number[0] EQ '+') { @@ -1558,28 +1558,28 @@ { cm_set_cmd_status(para.chld.mode, para.chld.call); - // Feb 27, 2006 REF:DR OMAPS00067884 x0039928 + // Feb 27, 2006 REF:DR OMAPS00067884 x0039928 // Fix : sAT_PercentCHLD() is called if the mode > CHLD_MOD_RelDialCall if(para.chld.mode > CHLD_MOD_RelDialCall) aci_result = sAT_PercentCHLD(CMD_SRC_LCL, para.chld.mode, para.chld.call); else aci_result = sAT_PlusCHLD(CMD_SRC_LCL, para.chld.mode, para.chld.call); - + // Apr 26, 2004 REF: CRR 16545 Ajith K P // If sAT_PlusCHLD() Fails, Send the user entered string as USSD to network using sAT-Dn(). - // So if its not failed just return CM_CTRL_STR, otherwise call sAT_Dn(). + // So if its not failed just return CM_CTRL_STR, otherwise call sAT_Dn(). if ( (aci_result EQ AT_CMPL ) OR (aci_result EQ AT_EXCT ) OR (aci_result EQ AT_BUSY )) { -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 // Fix: Free the memory allocated for buf, phone and num_save variables -#ifdef FF_MMI_PB_OPTIM +#ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); -#endif +#endif return CM_CTRL_STR; } } @@ -1595,33 +1595,33 @@ } else { -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif return CM_CTRL_STR; - } + } } //MC if (typ == MFW_SS_DIAL_IDX) { -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif return cm_mo_idx(¶, type); } @@ -1680,8 +1680,8 @@ { cm_tty_enable(FALSE); } -// Sep 01, 2006 REF:OMAPS00090555 x0039928 - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 + #ifdef FF_MMI_PB_OPTIM strcpy(num_save, (num_save + 4)); /* Ignore SS string when dialling */ #else strcpy((char *)num_save, (char *)&num_save[4]); /* Ignore SS string when dialling */ @@ -1692,24 +1692,24 @@ /* SH end */ default: -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif return CM_ERROR; } string = rest; - + colr_status = 0; -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -#ifndef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +#ifndef FF_MMI_PB_OPTIM buf[0] = '\0'; #endif cc_stat.prefix[0] = '\0'; @@ -1720,7 +1720,7 @@ // /* if (new_typ == MFW_SS_CLIR) { - + if (para.Clir.mode == CLIR_MOD_Supp) { strcat((char *)cc_stat.prefix, "*31#"); @@ -1773,16 +1773,16 @@ res = (T_ACI_RETURN)cm_check_mo_number((UBYTE*)phone); /*a0393213 lint warnings removal - typecast done*/ if ( res != CM_OK) { -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif return res; } @@ -1810,29 +1810,29 @@ if (type == DATA_CALL) para.dial.callType = D_TOC_Data; -// Apr 22, 2004 REF: CRR MMI-SPR-16873 Rashmi C N(Sasken) +// Apr 22, 2004 REF: CRR MMI-SPR-16873 Rashmi C N(Sasken) // Using the CLIR status maintained in the flash, while making a call if (!FFS_flashData.CLIR) { res = sAT_Dn(CMD_SRC_LCL, buf, D_CLIR_OVRD_Supp, D_CUG_CTRL_NotPresent, para.dial.callType); /*a0393213 compiler warning removal-- -1 changed to D_CUG_CTRL_NotPresent*/ } - else + else { res = sAT_Dn(CMD_SRC_LCL, buf, D_CLIR_OVRD_Invoc, D_CUG_CTRL_NotPresent, para.dial.callType); /*a0393213 compiler warning removal-- -1 changed to D_CUG_CTRL_NotPresent*/ } - + if ((res == AT_FAIL) OR (res == AT_BUSY)) { -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif if (typ == MFW_SS_CLIP) return CM_CLI; @@ -1847,31 +1847,31 @@ case MFW_SS_CLIP: case MFW_SS_COLR: case MFW_SS_COLP: -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif return CM_CLI; default: break; } } -// Sep 01, 2006 REF:OMAPS00090555 x0039928 -// Fix: Free the memory allocated for buf,phone and num_save variables - #ifdef FF_MMI_PB_OPTIM +// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Fix: Free the memory allocated for buf,phone and num_save variables + #ifdef FF_MMI_PB_OPTIM if(buf) mfwFree((U8*) buf,80); if(phone) - mfwFree((U8*) phone,MFW_NUM_LEN); + mfwFree((U8*) phone,MFW_NUM_LEN); if(num_save) mfwFree((U8*) num_save,MFW_STRING_LEN); - #endif + #endif return cm_grp; } @@ -2580,9 +2580,9 @@ -// Apr 26 2006, a0393213 (Prabakar R), OMAPS00074886 : No option in MMI to release the held call. +// Apr 26 2006, a0393213 (Prabakar R), OMAPS00074886 : No option in MMI to release the held call. // This function is added to release all held calls - + /******************************************************************************* $Function: cm_end_held @@ -2607,7 +2607,7 @@ { TRACE_EVENT("sAT_PlusCHLD returned AT_FAIL"); } - + return; } @@ -2964,18 +2964,18 @@ int i; USHORT report; /* Marcus: Extended error reporting: 12/11/2002 */ USHORT extend_report; /* API - 1564 - 16-01-03 - add this variable to store the new error code */ -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // local definition #ifdef FF_MMI_OPTIM T_ACI_CAL_ENTR *call_tab;//[MAX_CALL_NR]; -#endif +#endif // Apr 14, 2005 REF: CRR 29991 xpradipg // local definition #ifdef FF_MMI_OPTIM UBYTE count=0; UBYTE blackListNum[MFW_NUM_LEN]; int32 file = 0; -#endif +#endif TRACE_FUNCTION ("cm_error_connect()"); currAccepting = 0; /* ES!! 210999 */ @@ -3010,13 +3010,13 @@ AND (call_type NEQ MFW_ECC_CALL) AND ((redial_stat EQ CM_REDIAL_AUTO) OR (redial_stat EQ CM_REDIAL_MANU))) { -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // allocate memory #ifdef FF_MMI_OPTIM call_tab = (T_ACI_CAL_ENTR*)mfwAlloc(sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); if( NULL == call_tab) - return; -#endif + return; +#endif /* If this call is 2nd outgoing call, redial is not started */ if (qAT_PercentCAL(CMD_SRC_LCL, call_tab) EQ AT_CMPL) { @@ -3034,17 +3034,17 @@ call_stat = MFW_CALL_FREE; call_type = MFW_CALL_FREE; cmd_hold = MFW_CM_NO_FLAG; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return; } } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) @@ -3054,14 +3054,14 @@ // read the list into the variable #ifdef FF_MMI_OPTIM if((file = flash_MMI_blackList_open()) >= 0 ) - { + { if(flash_MMI_blackList_read(file,(U8*)&count, 1,0) > 0) { - if(count == MAX_BLACKLIST_NUM) + if(count == MAX_BLACKLIST_NUM) #else /* check blacklist whether it is full */ if (black_list.count == MAX_BLACKLIST_NUM) -#endif +#endif { TRACE_EVENT ("blacklist is now full"); @@ -3087,7 +3087,7 @@ } flash_MMI_blackList_close(file); } -#endif +#endif /* check the registration staus */ if (nm_reg_status() == MFW_NO_SERVICE) @@ -3397,12 +3397,12 @@ Solution : The ACI_CHLD_MOD is changed from CHLD_MOD_RelActSpec to CHLD_MOD_RelActAndAcpt while calling sAT_PlusCHLD(). This is done since CHLD_MOD_RelActSpec with callId 0 is equivalent to sending AT+CHLD=10 which is invalid according to GSM specification. Before calling sAT_PlusCHLD command status is also set*/ - + if (!call_number) { sprintf(callId, "%d", 0); cm_set_cmd_status(CHLD_MOD_RelActAndAcpt, callId); - if (sAT_PlusCHLD(CMD_SRC_LCL, CHLD_MOD_RelActAndAcpt, callId) != AT_EXCT) + if (sAT_PlusCHLD(CMD_SRC_LCL, CHLD_MOD_RelActAndAcpt, callId) != AT_EXCT) return CM_ERROR; return CM_OK; } @@ -3468,20 +3468,20 @@ return CM_ERROR; return CM_OK; } - else if (stat == CALL_HELD) + else if (stat == CALL_HELD) { - + // Apr 26, 2004 REF: CRR 16545 Ajith K P Side effect of CRR 16545. // CHLD_MOD_RelActSpec no longer releases held calls. - // So now if the user wants to release a HELD call, now we are calling the + // So now if the user wants to release a HELD call, now we are calling the // sAT_PlusCHLD(..) function with CHLD_MOD_RelAnySpec as the parameter. cmd_hold = MFW_CM_TERMINATED; sprintf(callId, "%d", call_number); - // Feb 27, 2006 REF:DR OMAPS00067884 x0039928 + // Feb 27, 2006 REF:DR OMAPS00067884 x0039928 // Fix : sAT_PercentCHLD() is called if the mode > CHLD_MOD_RelDialCall if (sAT_PercentCHLD(CMD_SRC_LCL, CHLD_MOD_RelAnySpec, callId) != AT_EXCT) return CM_ERROR; @@ -3555,15 +3555,15 @@ if (cmd_hold == MFW_CM_MPTY_TERMINATED) dis_connect.call_number = 0; - //Nov 02, 2005 DR OMAPS00052132 xdeepadh + //Nov 02, 2005 DR OMAPS00052132 xdeepadh //The usage of ATI enum is put under the flag FF_ATI #if defined (FF_ATI) || defined (NEPTUNE_BOARD) else if (src EQ CMD_SRC_ATI_1) /* NM Berlin/UK integration 21.09.01 */ { dis_connect.call_number = call_id; } -#endif - +#endif + /* send event */ qAT_PlusCEER( CMD_SRC_LCL, &cause); @@ -3636,14 +3636,14 @@ if (cmd_hold == MFW_CM_MPTY_TERMINATED) dis_connect.call_number = 0; - //Nov 02, 2005 DR OMAPS00052132 xdeepadh + //Nov 02, 2005 DR OMAPS00052132 xdeepadh //The usage of ATI enum is put under the flag FF_ATI -#ifdef FF_ATI +#ifdef FF_ATI else if (src EQ CMD_SRC_ATI_1) //NM Berlin/UK integration 21.09.01 { dis_connect.call_number = call_id; } -#endif //FF_ATI +#endif //FF_ATI /* send event */ qAT_PlusCEER( CMD_SRC_LCL, &cause); @@ -3791,7 +3791,7 @@ case CM_DTMF_ACTIVE: // xnkulkar SPR-18262 // If there is a DTMF tone command already in the queue, add the current tone also - // in the queue (with start mode). Also, start adding to the queue if we are expecting an acknowledgement + // in the queue (with start mode). Also, start adding to the queue if we are expecting an acknowledgement // (rAT_OK) for the previous DTMF tone request sent. /*OMAPS00108192 a0393213 DTMF START-DTMF STOP properly nested*/ if (mfw_cbuf_num_elements(mfw_cm_dtmf_q_id) != 0) @@ -3799,7 +3799,7 @@ /*dtmf queue not empty*/ if(dtmf_queued.mode==VTS_MOD_ManStop) { - /*most recent element in the queue corresponds to 'stop'*/ + /*most recent element in the queue corresponds to 'stop'*/ /*queue up*/ modeRetVal = mfw_cbuf_put_mode(mfw_cm_dtmf_q_id, VTS_MOD_ManStart); retVal = mfw_cbuf_put(mfw_cm_dtmf_q_id, &crss_string); @@ -3816,7 +3816,7 @@ /*successfully queued update the internal variable*/ dtmf_queued.mode=VTS_MOD_ManStart; dtmf_queued.digit=crss_string; - return (TRUE); + return (TRUE); } else { @@ -3870,10 +3870,10 @@ { TRACE_EVENT("sAT_PlusVTS() busy or failed"); return (FALSE); - } + } } - } + } #ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ currCmd = AT_CMD_VTS; #endif @@ -3882,15 +3882,15 @@ case CM_DTMF_INACTIVE: // xnkulkar SPR-18262 // If there is a DTMF tone command already in the queue, add the current tone also - // in the queue (with stop mode). Also, start adding to the queue if we are expecting an acknowledgement - // (rAT_OK) for the previous DTMF tone request sent. + // in the queue (with stop mode). Also, start adding to the queue if we are expecting an acknowledgement + // (rAT_OK) for the previous DTMF tone request sent. /*OMAPS00108192 a0393213 DTMF START-DTMF STOP properly nested*/ if (mfw_cbuf_num_elements(mfw_cm_dtmf_q_id) != 0) { /*dtmf queue not empty*/ if(dtmf_queued.mode==VTS_MOD_ManStart && dtmf_queued.digit==crss_string) { - /*most recent element in the queue corresponds to START and are of same digit so queue up*/ + /*most recent element in the queue corresponds to START and are of same digit so queue up*/ modeRetVal = mfw_cbuf_put_mode(mfw_cm_dtmf_q_id, VTS_MOD_ManStop); retVal = mfw_cbuf_put(mfw_cm_dtmf_q_id, &crss_string); // If the return values are negative, attempt to Queue the DTMF request failed @@ -3906,7 +3906,7 @@ /*successfully queued update the internal variable*/ dtmf_queued.mode=VTS_MOD_ManStop; dtmf_queued.digit=crss_string; - return (TRUE); + return (TRUE); } else { @@ -3960,9 +3960,9 @@ { TRACE_EVENT("sAT_PlusVTS() busy or failed"); return (FALSE); - } + } } - + } res = TRUE; cm_signal(E_CM_DTMF, &res); @@ -4034,7 +4034,7 @@ SHORT retVal; UBYTE qdtmf; //xnkulkar SPR-18262: Added these variables to store the Mode - T_ACI_VTS_MOD vts_mode = VTS_MOD_NotPresent; + T_ACI_VTS_MOD vts_mode = VTS_MOD_NotPresent; TRACE_EVENT("send_queued_dtmf_tone()"); /*OMAPS00108192 a0393213*/ @@ -4053,14 +4053,14 @@ dtmf_sent.mode=vts_mode; dtmf_sent.digit=qdtmf; } - + } else { TRACE_EVENT_P1("ERROR : mfw_cbuf_get failed with error value %d", retVal); dtmf_sent.valid=FALSE; - } - + } + } else { @@ -4081,7 +4081,7 @@ TRACE_EVENT("resetDTMFQueue"); mfw_cbuf_reset(mfw_cm_dtmf_q_id); //expectRatOk=FALSE; - dtmf_sent.valid=FALSE; + dtmf_sent.valid=FALSE; } @@ -4185,7 +4185,7 @@ if (cm_search_callId(CAL_STAT_Active, &call_number) != CM_OK) return; cmd.call_number = call_number; -#ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ +#ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ cc_id = 0; // ??? #endif } @@ -4210,29 +4210,29 @@ if (cm_search_callId(CAL_STAT_Active, &call_number) != CM_OK) return; cmd.call_number = call_number; -#ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ +#ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ cc_id = 0; // ??? -#endif +#endif } } break; case MFW_CM_1_SEND: { - + cmd_hold = 0; if (result == Present) { // MMI-SPR 13873 xkundadu - // Handling of 1SEND - // If the user presses 1SEND, release active calls and accept + // Handling of 1SEND + // If the user presses 1SEND, release active calls and accept // the WAITING call if (dis_connect.call_number NEQ -1) { // If there is an active call, disconnect it. cm_ok_disconnect(CMD_SRC_LCL, 0); } - + if (!cmd.call_number) { // If there is waiting call, accept the call @@ -4240,7 +4240,7 @@ } cmd.call_number = -1; } - + } break; @@ -4733,7 +4733,7 @@ // local definition #ifdef FF_MMI_OPTIM T_MFW_CM_BLACKLIST_LIST black_list; -#endif +#endif TRACE_FUNCTION ("cm_set_redial()"); @@ -4745,7 +4745,7 @@ #ifdef FF_MMI_OPTIM if(flash_MMI_blackList_write((U8 *)&black_list, sizeof(T_MFW_CM_BLACKLIST_LIST),0) < 0) TRACE_FUNCTION(" Error writing into file"); -#endif +#endif return; } @@ -4879,13 +4879,13 @@ memset(number, 0, sizeof(number)); mfwStrncpy(number, (CHAR *)cc_stat.prefix, max_num_size); max_num_size -= strlen((char *)cc_stat.prefix); - + if ((cc_stat.ton EQ MFW_TON_INTERNATIONAL) AND (cc_stat.number[0] != '+')) { strcat(number, "+"); max_num_size--; } - + strncat(number, (CHAR *)cc_stat.number, max_num_size); switch (redial_stat) @@ -4972,7 +4972,7 @@ mfwStrncpy(buf, (char *)cc_stat.prefix, max_buf_size); max_buf_size -= strlen((char *)cc_stat.prefix); - + if ((cc_stat.ton EQ MFW_TON_INTERNATIONAL) AND (cc_stat.number[0] != '+')) { strcat(buf, "+"); @@ -5090,7 +5090,7 @@ { UBYTE cnt; int i; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // define and allocate memory #ifdef FF_MMI_OPTIM T_ACI_CAL_ENTR *call_tab;//[MAX_CALL_NR]; @@ -5141,12 +5141,12 @@ break; } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return cnt; } @@ -5188,20 +5188,20 @@ cnt++; } } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return cnt; } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg // deallocate memory #ifdef FF_MMI_OPTIM if(call_tab) mfwFree((U8*)call_tab, sizeof(T_ACI_CAL_ENTR)*MAX_CALL_NR); -#endif +#endif return 0; } @@ -5267,15 +5267,15 @@ } } - // Apr 26 2006, a0393213 (Prabakar R), OMAPS00074886 : No option in MMI to release the held call. + // Apr 26 2006, a0393213 (Prabakar R), OMAPS00074886 : No option in MMI to release the held call. // cmd_hold variable is set to MFW_CM_TERMINATED to indicate that the call has been terminated cmd_hold = MFW_CM_TERMINATED; break; - + case CHLD_MOD_RelActAndAcpt: // MMI-SPR 13873 xkundadu - // Handling of 1+SEND - Releases all active calls (if any exist) and + // Handling of 1+SEND - Releases all active calls (if any exist) and // accepts the other (held or waiting) call. if( (cm_search_callId(CAL_STAT_DeactiveReq, &id) == CM_OK) OR @@ -5288,17 +5288,17 @@ { // Call is in multiparty // 1SEND for multiparty will disconnect all the active calls - // To clear all calls assign the dis_connect.call_number to + // To clear all calls assign the dis_connect.call_number to // zero - dis_connect.call_number = 0; + dis_connect.call_number = 0; bIsMultpty = FALSE; } } else { - // There is no active calls/active calls whose disconnection is + // There is no active calls/active calls whose disconnection is // iniated existing - dis_connect.call_number = -1; + dis_connect.call_number = -1; } if (cm_search_callId(CAL_STAT_Wait, &id) == CM_OK) { @@ -5307,23 +5307,23 @@ // is used to determine whether to call cm_connect() or not cmd.call_number=0; } - cmd_hold = MFW_CM_1_SEND; + cmd_hold = MFW_CM_1_SEND; break; - + case CHLD_MOD_HldActAndAcpt: - + // MMI -SPR 13873 xkundadu // Handling of 2+SEND - Places all active calls (if any exist) on hold // and accepts the other (held or waiting) call. - + switch (clog_cmd->cmdPrm.sCHLD.act) { - + case CHLD_ACT_Accept: // Accept the incoming call cmd_hold = MFW_CM_MT_ACCEPT; break; - + case CHLD_ACT_Hold: // Getting the id of the call which has been put on hold by ACI cmd.command = CM_HOLD; @@ -5336,12 +5336,12 @@ cmd.call_number = -1; } break; - + case CHLD_ACT_Swap: // Swap the call cmd.command = CM_SWAP; break; - + case CHLD_ACT_Retrieve: // Getting the id of the call which has been made active by ACI cmd.command = CM_RETRIEVE; @@ -5358,27 +5358,27 @@ // Put the calls on HOLD cmd.command = CM_HOLD_MULTIPARTY; break; - + case CHLD_ACT_RetrieveMpty: // Retrieve the held calls to active cmd.command = CM_RETRIEVE_MULTIPARTY; break; - + case CHLD_ACT_SwapMpty: // Swap muliparty calls cmd.command = CM_SWAP_MULTIPARTY; break; - + default: cmd.command = CM_COMMAND_UNKNOWN; break; - + } break; case CHLD_MOD_RelActSpec: dis_connect.call_number = (SHORT)atoi(clog_cmd->cmdPrm.sCHLD.call); - break; - + break; + default: break; } @@ -5393,17 +5393,17 @@ //The usage of ATI enum is put under the flag FF_ATI //Apr 21, 2006 OMAPS00070774 a0393213 (Prabakar R) -//Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=2 in ATI. +//Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=2 in ATI. // expected behaviour : active call should be put to hold and the incoming call should be accepted // observed behaviour : happens as expected. but display shows incoming call screen only. // active screen is not shown eventhough the connection is established between MS1 and MS3 -//Fix : AT commands from CMD_SRC_ATI_3 was not processed. As a result, MFW was not informed of the acceptance of the call +//Fix : AT commands from CMD_SRC_ATI_3 was not processed. As a result, MFW was not informed of the acceptance of the call //through ATI. In precise cmd_hold variable was not set to MFW_CM_MT_ACCEPT, which is necessary for display update -#ifdef FF_ATI +#ifdef FF_ATI if ((clog_cmd->cmdPrm.sCHLD.srcId == CMD_SRC_ATI_1) //NM Berlin UK integration OR (clog_cmd->cmdPrm.sCHLD.srcId == CMD_SRC_ATI_2) // Added for MMI-SPR 22222 FIX - OR (clog_cmd->cmdPrm.sCHLD.srcId == CMD_SRC_ATI_3)) // Added for OMAPS00070774 FIX + OR (clog_cmd->cmdPrm.sCHLD.srcId == CMD_SRC_ATI_3)) // Added for OMAPS00070774 FIX { switch(clog_cmd->cmdPrm.sCHLD.mode) { @@ -5430,12 +5430,12 @@ } if (cm_search_callId(CAL_STAT_Wait, &id) == CM_OK) { - #ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ + #ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ cc_id = id; #endif - + //Apr 22, 2006 OMAPS00070762 a0393213 (Prabakar R) - //Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=1 in ATI. + //Bug : Make MO call from MS1 to MS2. Make MT call from MS3 to MS1. Type at+chld=1 in ATI. //expected behaviour : active call should be released and the incoming call should be accepted //observed behaviour : happens as expected. but display shows incoming call screen only. // active screen is not shown eventhough the connection is established between MS1 and MS3 @@ -5443,7 +5443,7 @@ // to call cm_ok_connect()which updates the display. It's set. cmd.call_number=0; } - + break; case CHLD_ACT_Retrieve: if (cm_search_callId(CAL_STAT_Held, &id) == CM_OK) @@ -5451,7 +5451,7 @@ cmd.command = CM_RETRIEVE; cmd.call_number = id; } - #ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ + #ifdef MMI_LINT_WARNING_REMOVAL /*a0393213 lint warnings removal*/ if (cm_search_callId(CAL_STAT_Wait, &id) == CM_OK) cc_id = id; #else @@ -5532,7 +5532,7 @@ break; } } -#endif //FF_ATI +#endif //FF_ATI } @@ -5553,9 +5553,9 @@ T_MFW_CM_CALL_STAT stat; UBYTE ton; UBYTE mode; -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 // Fix : Allocate the memory for entry and findText from heap instead of stack. -#ifdef FF_MMI_PB_OPTIM +#ifdef FF_MMI_PB_OPTIM T_MFW_PHB_ENTRY * entry = (T_MFW_PHB_ENTRY*)mfwAlloc(sizeof(T_MFW_PHB_ENTRY)); T_MFW_PHB_TEXT * findText = (T_MFW_PHB_TEXT*)mfwAlloc(sizeof(T_MFW_PHB_TEXT)); #else @@ -5565,7 +5565,7 @@ TRACE_FUNCTION("cm_at_d()"); -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 #ifdef FF_MMI_PB_OPTIM #ifdef NO_ASCIIZ entry->name.len = 0; @@ -5607,13 +5607,13 @@ if (cm_search_callStat(cmd->cId, &stat, &ton, &mode) == CM_OK) { out_call.type = mode; -// Oct 10, 2006 DR: OMAPS00093720 x0039928 +// Oct 10, 2006 DR: OMAPS00093720 x0039928 // Fix: Set the cc_stat.ton info from out_call.ton cc_stat.ton = out_call.ton; cc_stat.mode = (T_MFW_CM_CALL_TYPE)mode; } -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 #ifdef NO_ASCIIZ #ifdef FF_MMI_PB_OPTIM mfwStrncpy((char *)findText->data, cmd->cmdPrm.sD.number, PHB_MAX_LEN); @@ -5675,7 +5675,7 @@ #endif out_call.type = cc_stat.mode; } -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 // Fix: Free the dynamic memory allocated if flag FF_MMI_PB_OPTIM is defined #ifdef FF_MMI_PB_OPTIM mfwFree((U8*) entry, sizeof(T_MFW_PHB_ENTRY)); @@ -5704,9 +5704,9 @@ //If the value is not set then do the phone book search operation //Else do not perform phone book search operation //this is to avoid stack overflow probelm when the source id is not LOCAL - if(!mfw_get_OtherSrc_Value())//x0pleela 3 nov 2006 + if(!mfw_get_OtherSrc_Value())//x0pleela 3 nov 2006 { -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 #ifdef NO_ASCIIZ #ifdef FF_MMI_PB_OPTIM mfwStrncpy((char *)findText->data, cmd->cmdPrm.sD.number, PHB_MAX_LEN); @@ -5749,7 +5749,7 @@ } #endif } //3 -// Sep 01, 2006 REF:OMAPS00090555 x0039928 +// Sep 01, 2006 REF:OMAPS00090555 x0039928 // Fix: Free the dynamic memory allocated if flag FF_MMI_PB_OPTIM is defined #ifdef FF_MMI_PB_OPTIM mfwFree((U8*) entry, sizeof(T_MFW_PHB_ENTRY)); @@ -5782,10 +5782,10 @@ case CPI_MSG_Sync: return CPI_TYPE_SYNC; case CPI_MSG_Conn: return CPI_TYPE_CONN; /* CQ11676 Added new messages types in CPi indication. 17-02-04 MZ */ - #ifndef FF_2TO1_PS + #ifndef FF_2TO1_PS case CPI_MSG_Rls: return CPI_TYPE_RELEASE; case CPI_MSG_Rjct: return CPI_TYPE_REJECT; - #endif + #endif default: return CPI_TYPE_UNKNOWN; } } @@ -7030,8 +7030,8 @@ /*a0393213 compiler warnings removal -- removed ret*/ /* Mar 27, 2006 REF:ER OMAPS00071798 */ - #ifdef NEPTUNE_BOARD - U8 audioMode = AUDIO_MODE_TEXT; + #ifdef NEPTUNE_BOARD + U8 audioMode = AUDIO_MODE_TEXT; #endif TRACE_FUNCTION("cm_tty_enable()"); @@ -7039,7 +7039,7 @@ /* SPR#1985 - SH - Now use proper ACI functions. */ /* sAT_PercentCTTY() is changed bec the audio mode info is needed in lower layer, - for now just use default value when calling the function, if we want to have + for now just use default value when calling the function, if we want to have the same functionality in BMI/MFW as in ATI, BMI/MFW needs to be updated */ #ifdef NEPTUNE_BOARD if (flash_read() >= EFFS_OK) @@ -7050,7 +7050,7 @@ #endif /* Mar 27, 2006 REF:ER OMAPS00071798 */ -#ifdef NEPTUNE_BOARD +#ifdef NEPTUNE_BOARD #ifdef CTTY_AUDIO_MODE if (enable) sAT_PercentCTTY(CMD_SRC_LCL, CTTY_MOD_Enable, CTTY_REQ_On, audioMode); @@ -7099,14 +7099,14 @@ T_ACI_CTTY_TRX trx; /* Mar 27, 2006 REF:ER OMAPS00071798 */ -#ifdef NEPTUNE_BOARD +#ifdef NEPTUNE_BOARD U8 audio_mode; #endif TRACE_FUNCTION("cm_tty_query()"); /* Mar 27, 2006 REF:ER OMAPS00071798 */ -#ifdef NEPTUNE_BOARD +#ifdef NEPTUNE_BOARD #ifdef CTTY_AUDIO_MODE qAT_PercentCTTY(CMD_SRC_LCL, &mode, &req, &stat, &trx, &audio_mode); #else @@ -7179,7 +7179,7 @@ $Description: Sets the value of the static variable cmd_hold. - $Returns: void + $Returns: void $Arguments: command *******************************************************************************/
--- a/src/ui/mfw/mfw_cm.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cm.h Tue Jan 19 06:10:27 2021 +0000 @@ -16,7 +16,7 @@ Jan 09, 2007 REF: OMAPS00110541 x0039928 Description: In N12.15 release, Ram usage of BMI plus MFW got increased by 2.5 k Solution: Changed the #defines of MFW_NUM_LEN and MAX_LEN - + Dec 20, 2006 DR:OMAPS00108192 a0393213(R.Prabakar) Description : Continous DTMF tones for simultanous keypress Solution : Nesting of START-STOP sequence was not taken care of. Now they are taken care of. @@ -24,100 +24,100 @@ Dec 13, 2006 DR:OMAPS00107103 a0393213(R.Prabakar) Description : No DTMF tones for simultanous keypress Solution : Once there was some problem in sending DTMF tones, the problem persisted till the next reset. - This was because the queue was not getting flushed once the call was ended. + This was because the queue was not getting flushed once the call was ended. Now the queue is flushed once the call is ended. - + Nov 17, 2006 REF:DR:OMAPS00104580 x0039928 - Description: CT GCF - TC27.22.4.13.1 Seq 1.10 - PROACTIVE SIM COMMANDS: + Description: CT GCF - TC27.22.4.13.1 Seq 1.10 - PROACTIVE SIM COMMANDS: SET UP CALL (NORMAL) - Call Set-up Failed Solution: Removed the Redial flag enabling code and changed the number length. - + Feb 03, 200 REF: CRR 25960 x0012850 Description: Call Hold: While one call in Active and other in Held by swapping either of phone is not audible Solution: swapping action results in one of the calls getting muted. We attach user connection again. - + Oct 04, 2004 REF: CRR 25519 Deepa M.D Bug:Re-align structure members in MFW Fix:Structure elements have been realigned to avoid the structure padding // Jul 2, 2004 REF: CRR 21421 xvilliva -// Bug: ALS:Action on the other line when change is locked. +// Bug: ALS:Action on the other line when change is locked. // Fix: A new error code is defined for handling error returned by ACI. - * + * * ***************** Version 42 ***************** * User: Vo Date: 24.03.00 Time: 10:23 * Updated in $/GSM/Condat/MS/SRC/MFW * chang define value - * + * * ***************** Version 41 ***************** * User: Vo Date: 15.03.00 Time: 18:17 * Updated in $/GSM/Condat/MS/SRC/MFW * New: Remote call control and Abort CM command - * + * * ***************** Version 40 ***************** * User: Vo Date: 22.02.00 Time: 14:03 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 39 ***************** * User: Vo Date: 17.02.00 Time: 19:06 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 38 ***************** * User: Vo Date: 20.01.00 Time: 13:01 * Updated in $/GSM/Condat/MS/SRC/MFW * New: Manage fax/data/combinated call * New: New event CM_REDIAL_STOP to indicate that the reason of * failed connection is outside of defined category. - * + * * ***************** Version 37 ***************** * User: Le Date: 13.12.99 Time: 8:50 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 36 ***************** * User: Vo Date: 11.11.99 Time: 14:22 * Updated in $/GSM/Condat/MS/SRC/MFW * New event and command define for DTMF tone * New prototype for requesting of autoredial mode - * + * * ***************** Version 35 ***************** * User: Vo Date: 10.09.99 Time: 18:36 * Updated in $/GSM/DEV/MS/SRC/MFW * new prototype - * + * * ***************** Version 34 ***************** * User: Vo Date: 30.08.99 Time: 13:53 * Updated in $/GSM/DEV/MS/SRC/MFW * new event, parameter for setting of AoC value - * + * * ***************** Version 33 ***************** * User: Vo Date: 9.08.99 Time: 12:00 * Updated in $/GSM/DEV/MS/SRC/MFW * change definition (length of number (161 to 41)) * new return value "CM_CTRL_STR" * new cm command: "CM_SWAP_MULTIPARTY" - * + * * ***************** Version 32 ***************** * User: Vo Date: 21.07.99 Time: 14:39 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 31 ***************** * User: Vo Date: 16.07.99 Time: 10:32 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 30 ***************** * User: Vo Date: 9.07.99 Time: 14:31 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 29 ***************** * User: Vo Date: 2.07.99 Time: 18:25 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 28 ***************** * User: Vo Date: 22.06.99 Time: 8:54 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * * ***************** Version 1 ***************** * User: Vo Date: 20.11.98 Time: 13:40 @@ -413,12 +413,12 @@ } T_MFW_CM_BC_PARA; -#ifdef NO_ASCIIZ +#ifdef NO_ASCIIZ typedef struct { SHORT call_id; /* call identify */ UBYTE number[MFW_NUM_LEN]; /* call number */ UBYTE ton; /* type of number */ - UBYTE type; + UBYTE type; T_MFW_PHB_TEXT name; /* alpha identfier */ UBYTE subaddr[MFW_SUBADR_LEN]; /* subaddress */ } T_MFW_CM_MO_INFO; /* type definition for E_CM_COLP event */ @@ -427,7 +427,7 @@ SHORT call_id; /* call identify */ UBYTE number[MFW_NUM_LEN]; /* call number */ UBYTE ton; /* type of number */ - UBYTE type; + UBYTE type; UBYTE name[MFW_TAG_LEN]; /* alpha identfier */ UBYTE subaddr[MFW_SUBADR_LEN]; /* subaddress */ } T_MFW_CM_MO_INFO; /* type definition for E_CM_COLP event */ @@ -442,7 +442,7 @@ UBYTE number[MFW_NUM_LEN]; /* call number */ UBYTE ton; /* type of number */ T_MFW_CM_CALL_TYPE type; /* type of this call */ -#ifdef NO_ASCIIZ +#ifdef NO_ASCIIZ T_MFW_PHB_TEXT name; /* alpha identfier */ #else UBYTE name[MFW_TAG_LEN]; /* alpha identfier */ @@ -520,8 +520,8 @@ typedef struct { - UBYTE requested_type; - T_MFW_AOC_CNF_RES result; + UBYTE requested_type; + T_MFW_AOC_CNF_RES result; } T_MFW_CM_AOC_CNF; /* type definition for E_CM_AOC_CONF event */ /***************************Go-lite Optimization changes Start***********************/ @@ -529,7 +529,7 @@ //Structure elements (T_MFW_CM_REDIAL)are realigned to avoid the structure padding typedef struct { -#ifdef NO_ASCIIZ +#ifdef NO_ASCIIZ T_MFW_PHB_TEXT name; /* alpha identfier */ #else UBYTE name[MFW_TAG_LEN]; /* alpha identfier */ @@ -552,7 +552,7 @@ UBYTE number[MFW_NUM_LEN]; /* called number */ UBYTE ton; /* type of number */ T_MFW_CM_CALL_TYPE type; /* type of call */ -#ifdef NO_ASCIIZ +#ifdef NO_ASCIIZ T_MFW_PHB_TEXT name; /* alpha identfier */ #else @@ -589,7 +589,7 @@ typedef struct { UBYTE neg; /* Status of TTY request - possible values below*/ -} +} T_MFW_CM_CTYI; @@ -610,7 +610,7 @@ typedef union { T_MFW_CM_DISCONNECT disconnect; - T_MFW_CM_DISCONNECT_ALL disconnect_all; + T_MFW_CM_DISCONNECT_ALL disconnect_all; T_MFW_CM_CW_INFO cw_info; T_MFW_CM_COMMAND command; T_MFW_CM_AOC_INFO aoc_info; @@ -655,8 +655,8 @@ UBYTE crss_string); EXTERN T_MFW cm_get_aoc_value (UBYTE request_type, T_MFW_CM_AOC_INFO *aoc_info); -EXTERN T_MFW cm_set_aoc_value (UBYTE request_type, - T_MFW_CM_AOC_INFO *aoc_info, +EXTERN T_MFW cm_set_aoc_value (UBYTE request_type, + T_MFW_CM_AOC_INFO *aoc_info, UBYTE *pwd); EXTERN void cm_set_bc_para (T_MFW_CM_BC_PARA * bc, UBYTE ti); EXTERN void cm_set_redial (UBYTE redial_mode); @@ -665,7 +665,7 @@ EXTERN void cm_redial_abort (void); EXTERN UBYTE cm_redial_get_count (void); -EXTERN int cm_status (SHORT call_number, +EXTERN int cm_status (SHORT call_number, T_MFW_CM_STATUS *status, UBYTE num); EXTERN void cm_exit (void);
--- a/src/ui/mfw/mfw_cmi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cmi.h Tue Jan 19 06:10:27 2021 +0000 @@ -12,52 +12,52 @@ $History:: mfw_cmi.h $ - * + * * ***************** Version 33 ***************** * User: Vo Date: 15.03.00 Time: 18:17 * Updated in $/GSM/Condat/MS/SRC/MFW * New: Remote call control and Abort CM command - * + * * ***************** Version 32 ***************** * User: Vo Date: 17.02.00 Time: 19:07 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 31 ***************** * User: Vo Date: 20.01.00 Time: 12:34 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 30 ***************** * User: Vo Date: 22.12.99 Time: 15:48 * Updated in $/GSM/Condat/MS/SRC/MFW * change prototypes - * + * * ***************** Version 29 ***************** * User: Le Date: 13.12.99 Time: 8:50 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 28 ***************** * User: Vo Date: 11.11.99 Time: 14:23 * Updated in $/GSM/Condat/MS/SRC/MFW * New prototypes define - * + * * ***************** Version 27 ***************** * User: Le Date: 11.10.99 Time: 16:27 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 26 ***************** * User: Vo Date: 30.08.99 Time: 13:30 * Updated in $/GSM/DEV/MS/SRC/MFW - * new prototypes - * + * new prototypes + * * ***************** Version 25 ***************** * User: Vo Date: 26.07.99 Time: 14:28 * Updated in $/GSM/DEV/MS/SRC/MFW * delete unused definitions - * + * * ***************** Version 24 ***************** * User: Vo Date: 21.07.99 Time: 14:40 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 23 ***************** * User: Vo Date: 16.07.99 Time: 10:33 * Updated in $/GSM/DEV/MS/SRC/MFW @@ -112,7 +112,7 @@ typedef struct { - UBYTE count; + UBYTE count; UBYTE number[MAX_BLACKLIST_NUM][MFW_NUM_LEN]; } T_MFW_CM_BLACKLIST_LIST; @@ -126,20 +126,20 @@ T_MFW_PHB_TEXT name; /* alpha identfier */ #else UBYTE name[MFW_TAG_LEN]; /* alpha identfier */ -#endif - UBYTE subaddr[MFW_SUBADR_LEN]; +#endif + UBYTE subaddr[MFW_SUBADR_LEN]; UBYTE type; /* call type: OUTGOING_CALL ... */ UBYTE ton; UBYTE prefix[MAX_LEN]; T_MFW_CM_CALL_TYPE mode; /* call mode */ } T_MFW_CM_CC_STAT; -T_MFW_HND cm_install (T_MFW_HDR * w, - T_MFW_HDR * h, +T_MFW_HND cm_install (T_MFW_HDR * w, + T_MFW_HDR * h, T_MFW_CM * cm); T_MFW_RES cm_remove (T_MFW_HDR * h); BOOL cm_sign_exec (T_MFW_HDR * hdr, - T_MFW_EVENT event, + T_MFW_EVENT event, T_MFW_CM_PARA * para); void cm_error_connect (SHORT call_number); void cm_rmt_error_connect (SHORT call_number);
--- a/src/ui/mfw/mfw_cnvt.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cnvt.c Tue Jan 19 06:10:27 2021 +0000 @@ -74,7 +74,7 @@ /* Added to remove warning Aug - 11 */ EXTERN char ATB_char_GSM (char ascii_character); -/* End - remove warning Aug - 11 */ +/* End - remove warning Aug - 11 */ /* +---------------------------------------------------------------+ | PROJECT: MMI-Framework (8417) MODULE: MFW_CNVT | @@ -82,16 +82,16 @@ +---------------------------------------------------------------+ PURPOSE : This function is used to request the coding format - of a given string. The return value is + of a given string. The return value is "MFW_DCS_7bits" or " MFW_DCS_UCS2". */ T_MFW_DCS mfw_getStrMode( UBYTE *str, // alpha string in MFW UBYTE len) // length of alpha string - + { - + if( str[0] == 0x80) return MFW_DCS_UCS2; else @@ -108,22 +108,22 @@ formatted string (consisting of alpha name and length of name in bytes) to a GSM default string (including zero-termination) and to additionally - set the @ code to 0x80. - + set the @ code to 0x80. + */ -T_MFW mfw_SIM2GsmStr( UBYTE inLen, - UBYTE *inMfwStr, +T_MFW mfw_SIM2GsmStr( UBYTE inLen, + UBYTE *inMfwStr, UBYTE maxOutSize, /* in byte */ UBYTE *outGsmStr ) - + { int i; UBYTE len; - + if (!inLen OR !maxOutSize) return FAILED; /* string is zero length */ - + if (*inMfwStr EQ 0x80) /* input UCS, output GSM default */ { len = inLen / 2; /* GSM string is half length of unicode string */ @@ -148,7 +148,7 @@ } outGsmStr[i] = '\0'; return PASSED; - } + } } @@ -162,27 +162,27 @@ formatted string to a unicode string. The first two bytes of this unicode string indicates the number of characters in the string. - + */ -T_MFW mfw_SIM2UcsStr( UBYTE inLen, - UBYTE* inMfwStr, +T_MFW mfw_SIM2UcsStr( UBYTE inLen, + UBYTE* inMfwStr, UBYTE maxOutSize, /* in short */ U16* outUcsStr) - + { int i; short cnt; - + if (!inLen OR !maxOutSize) return FAILED; - + if (inMfwStr[0] EQ 0x80) /* input UCS, output UCS */ { TRACE_FUNCTION("First byte is indeed 0x80"); //inMfwStr++; inLen--; - + // NOTE: do not add '\0' termination! // len should not include termination cnt = 1; @@ -190,7 +190,7 @@ { outUcsStr[ i + LEN_OFFSET] = ((U16)inMfwStr[cnt] << 8)&0xFF00 + ((U16)inMfwStr[cnt + 1])&0xFF; cnt += 2; - } + } outUcsStr[0] = i; return PASSED; } @@ -198,7 +198,7 @@ { for( i=0; i<MINIMUM(inLen,maxOutSize-1); i++ ) * (outUcsStr + i + LEN_OFFSET) = (U16) inMfwStr[i]; - + outUcsStr[0] = i; /* length of unicode string */ return PASSED; } @@ -211,31 +211,31 @@ +---------------------------------------------------------------+ PURPOSE : This function is used to convert a zero-terminated - GSM default string ( @ code is 0x80) to a MFW + GSM default string ( @ code is 0x80) to a MFW alpha formatted string (consisting of alpha name - and length of name in bytes and @ code is 0x00). - The MFW alpha format is dependent on the parameter "outMode" - "outMode" is set to either " MFW_DCS_7bits" or " MFW_DCS_UCS2" + and length of name in bytes and @ code is 0x00). + The MFW alpha format is dependent on the parameter "outMode" + "outMode" is set to either " MFW_DCS_7bits" or " MFW_DCS_UCS2" -GW-SPR#762- Increased array size - required for larger phonebook entries (>40 chars). +GW-SPR#762- Increased array size - required for larger phonebook entries (>40 chars). */ #define MAX_CONVERT_LEN 255 -T_MFW mfw_Gsm2SIMStr( T_MFW_DCS outMode, - UBYTE *inGsmStr, +T_MFW mfw_Gsm2SIMStr( T_MFW_DCS outMode, + UBYTE *inGsmStr, UBYTE maxOutSize, UBYTE *outMfwStr, UBYTE *outLen ) { - + UBYTE temp_str[MAX_CONVERT_LEN]; int i; UBYTE len = (UBYTE) strlen( (char *)inGsmStr ); char GSM_char;/*SPR2175*/ - + len=MINIMUM(len,sizeof(temp_str)); memcpy( temp_str,inGsmStr,len ); - + if( outMode EQ MFW_DCS_7bits ) { /* write to outMfwStr */ @@ -269,7 +269,7 @@ TRACE_EVENT ("mfw_Gsm2SIMStr() - outMode is not valid"); return FAILED; } - + // return PASSED; // RAVI } @@ -280,23 +280,23 @@ +---------------------------------------------------------------+ PURPOSE : This function is used to convert a unicode string - to MFW alpha format. The MFW alpha format is - dependent on the parameter "outMode". "outMode" + to MFW alpha format. The MFW alpha format is + dependent on the parameter "outMode". "outMode" is " MFW_DCS_7bits" or " MFW_DCS_UCS2". - + */ -T_MFW mfw_Ucs2SIMStr( T_MFW_DCS outMode, - U16 *inDcsStr, +T_MFW mfw_Ucs2SIMStr( T_MFW_DCS outMode, + U16 *inDcsStr, UBYTE maxOutSize, UBYTE *outMfwStr, UBYTE *outLen ) { int i; U16 len; - + len = inDcsStr[0]; - + if( outMode EQ MFW_DCS_7bits ) { /* write to outMfwStr */ @@ -307,7 +307,7 @@ } /* write length of name to outLen */ *outLen = len * 2; - + return PASSED; } else if( outMode EQ MFW_DCS_UCS2 ) @@ -321,16 +321,16 @@ } /* write length to outLen */ *outLen = (len*2) + 1; - + return PASSED; - + } else /* string does not require conversion to unicode */ { TRACE_EVENT ("mfw_Ucs2SIMStr() - outMode is not valid"); return FAILED; } - + // return PASSED; // RAVI }
--- a/src/ui/mfw/mfw_cnvt.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cnvt.h Tue Jan 19 06:10:27 2021 +0000 @@ -27,13 +27,13 @@ #include "mfw_ss.h" T_MFW_DCS mfw_getStrMode(UBYTE *str,UBYTE len); -T_MFW mfw_SIM2GsmStr(UBYTE inLen, UBYTE *inMfwStr, UBYTE maxOutSize, +T_MFW mfw_SIM2GsmStr(UBYTE inLen, UBYTE *inMfwStr, UBYTE maxOutSize, UBYTE *outGsmStr); -T_MFW mfw_SIM2UcsStr(UBYTE inLen, UBYTE *inMfwStr, UBYTE maxOutSize, +T_MFW mfw_SIM2UcsStr(UBYTE inLen, UBYTE *inMfwStr, UBYTE maxOutSize, U16 *outUcsStr); -T_MFW mfw_Gsm2SIMStr(T_MFW_DCS outMode, UBYTE *inGsmStr, UBYTE maxOutSize, +T_MFW mfw_Gsm2SIMStr(T_MFW_DCS outMode, UBYTE *inGsmStr, UBYTE maxOutSize, UBYTE *outMfwStr,UBYTE *outLen); -T_MFW mfw_Ucs2SIMStr(T_MFW_DCS outMode, U16 *inUcsStr, UBYTE maxOutSize, +T_MFW mfw_Ucs2SIMStr(T_MFW_DCS outMode, U16 *inUcsStr, UBYTE maxOutSize, UBYTE *outMfwStr, UBYTE *outLen); /*CONQUEST 5992(related) MC added function to convert GSM string to ASCII*/ EXTERN void mfw_GSM_2_ASCII(UBYTE* gsm_string, UBYTE* ascii_string, SHORT length);
--- a/src/ui/mfw/mfw_cphs.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cphs.c Tue Jan 19 06:10:27 2021 +0000 @@ -10,20 +10,20 @@ PURPOSE : This modul contains CPHS management functions. - + $History:: mfw_cphs.c $ June 27,2007 OMAPS00134788 x0066814(Geetha) Description: EXT1 record not appende to CHPHS Voice Mail Number (6F17) though referenced Solution: Added a function to read the EXT1 records for mailbox number. Added a condition in cphs_read_mbn() to check whether EXT1 is present. - + Nov 27, 2006 OMAPS00098359 a0393213(R.Prabakar) Description: CPHS 4.2 : Call Divert doesn't work properly for Line 2 - + Oct 30 2006, OMAPS00098881 x0039928(sumanth) Removal of power variant - + May 30, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) Description : CPHS Call Forwarding feature implementation @@ -33,22 +33,22 @@ a) Added the definition for the new function "mfw_cphs_get_als_info()" May 18, 2006 DR: OMAPS00070657 x0pleela - Description: CPHS feature on Locosto-Lite + Description: CPHS feature on Locosto-Lite Solution: For VMWI feature, - a) A new function "sendCPWIEvt" is defined to set the voice mail indication + a) A new function "sendCPWIEvt" is defined to set the voice mail indication if there are any voice mails Jan 12, 2006 OMAPS00062632 x0018858 Description: The differnace in the type of the data passed to the function cphs_read_information() is causing an incorrect value being received as the output. Solution: The errcode being passed to the function has been modified to USHORT - + Mar 30, 2005 REF: CRR 29986 xpradipg Description: Optimisation 1: Removal of unused variables and dynamically allocate/ deallocate mbndata Solution: Static allocation of mbnData is replaced with dynamic allocation and deallocation - + Aug 16, 2004 REF: CRR 24323 Deepa M.D Bug:Clenup of sprintf used for tracing Fix:Replace the char buf[]; sprintf (buf, "...", ...); TRACE_EVENT (buf); statements by TRACE_EVENT_PX @@ -136,12 +136,12 @@ T_MFW_CPHS_REL4_MWIS mwis_stat[4]; #endif // Mar 30, 2005 REF: CRR 29986 xpradipg -// the optimisation is placed under a flag, a pointer variable is defined +// the optimisation is placed under a flag, a pointer variable is defined // instead of the static array, which is allocated and deallocated #ifdef FF_MMI_OPTIM //x0pleela 14 June, 2006 DR: OMAPS00080549 //changed the size of the Mail box number to avoid SIM write operation to overwrite other memory locations -#ifdef FF_CPHS +#ifdef FF_CPHS #if defined ( TI_PS_FFS_PHB) || defined(PHONEBOOK_EXTENSION) #define MAX_MAIL_BOX_NUMBER 120 #else//TI_PS_FFS_PHB OR PHONEBOOK_EXTENSION @@ -150,10 +150,10 @@ #else //FF_CPHS #define MAX_MAIL_BOX_NUMBER 120 #endif //FF_CPHS -UBYTE *mbnData; +UBYTE *mbnData; #else //FF_MMI_OPTIM //x0pleela 14 June, 2006 DR: OMAPS00080549 -#ifdef FF_CPHS +#ifdef FF_CPHS #if defined ( TI_PS_FFS_PHB) || defined(PHONEBOOK_EXTENSION) static UBYTE mbnData[120]; // it should be allocated dynamically. #else//TI_PS_FFS_PHB OR PHONEBOOK_EXTENSION @@ -214,15 +214,15 @@ #define TRACE_EVENT_P4 FFS_log_message void FFS_log_message(char *LogMsg,...) -{ - fd_t fd= -1; - char log_ffs_buf[256]; +{ + fd_t fd= -1; + char log_ffs_buf[256]; va_list varpars; - va_start (varpars, LogMsg); + va_start (varpars, LogMsg); vsprintf(log_ffs_buf,LogMsg,varpars); - va_end (varpars); + va_end (varpars); fd = ffs_open((const char*)"/ffslog", FFS_O_APPEND | FFS_O_WRONLY ); - if(fd < 0) + if(fd < 0) fd=ffs_open((const char*)"/ffslog", FFS_O_CREATE |FFS_O_WRONLY ); if(fd > 0) { @@ -233,7 +233,7 @@ } #endif - + /* +--------------------------------------------------------------------+ @@ -298,13 +298,13 @@ if (!hdr || !cphs_para) { TRACE_ERROR("ERROR: cphs_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(cphs_para) mfwFree((U8*)cphs_para,sizeof(T_MFW_CPHS)); - + return FALSE; } @@ -377,46 +377,46 @@ if (cphs_data->emask & event) { cphs_data->event = event; - TRACE_EVENT_P1("cphs_sign_exec():event=%d",event); + TRACE_EVENT_P1("cphs_sign_exec():event=%d",event); switch (event) { - case E_CPHS_IND: + case E_CPHS_IND: memcpy(&cphs_data->para.stat, para, sizeof(T_MFW_CPHS_STATUS)); break; - case E_CPHS_OP_NAME: + case E_CPHS_OP_NAME: memcpy(&cphs_data->para.oper_name, para, sizeof(T_MFW_CPHS_OP_NAME)); break; - case E_CPHS_GET_VC_NUM: + case E_CPHS_GET_VC_NUM: memcpy(&cphs_data->para.vc_entry, para, sizeof(T_MFW_CPHS_VC_NUM)); break; - case E_CPHS_SET_VC_NUM: + case E_CPHS_SET_VC_NUM: memcpy(&cphs_data->para.result, para, sizeof(UBYTE)); break; - case E_CPHS_GET_VC_STAT: + case E_CPHS_GET_VC_STAT: memcpy(&cphs_data->para.vc_status, para, sizeof(T_MFW_CPHS_VC_STAT)); break; - case E_CPHS_SET_VC_STAT: + case E_CPHS_SET_VC_STAT: memcpy(&cphs_data->para.result, para, sizeof(UBYTE)); - break; - case E_CPHS_GET_DV_STAT: + break; + case E_CPHS_GET_DV_STAT: memcpy(&cphs_data->para.dv_status, para, sizeof(T_MFW_CPHS_DV_STAT)); break; - case E_CPHS_SET_DV_STAT: + case E_CPHS_SET_DV_STAT: memcpy(&cphs_data->para.result, para, sizeof(UBYTE)); break; - case E_CPHS_GET_ALS_STATUS: + case E_CPHS_GET_ALS_STATUS: memcpy(&cphs_data->para.als_status, para, sizeof(T_MFW_CPHS_ALS_STATUS)); break; - case E_CPHS_SET_LINE: + case E_CPHS_SET_LINE: memcpy(&cphs_data->para.result, para, sizeof(UBYTE)); break; - case E_CPHS_GET_CSP: + case E_CPHS_GET_CSP: memcpy(&cphs_data->para.csp, para, sizeof(T_MFW_CPHS_CSP)); break; - case E_CPHS_GET_INFO_LIST: + case E_CPHS_GET_INFO_LIST: memcpy(&cphs_data->para.num_list, para, sizeof(T_MFW_CPHS_INFONUM_LIST)); break; - case E_CPHS_GET_INFO_NUM: + case E_CPHS_GET_INFO_NUM: memcpy(&cphs_data->para.info_entry, para, sizeof(T_MFW_CPHS_INFONUM_ENTRY)); break; case E_CPHS_GET_SIM_FIELD://MC added for generic read function @@ -455,11 +455,11 @@ */ static void cphs_signal (MfwEvt event, void *para) -{ -/*MC, SPR 1389, we have to enable the display whenever +{ +/*MC, SPR 1389, we have to enable the display whenever we send an event up to the MMI*/ - UBYTE temp=0; + UBYTE temp=0; #ifndef FF_POWER_MANAGEMENT temp = dspl_Enable(0); #else @@ -475,15 +475,15 @@ { if (mfwFocus) if (cphs_sign_exec(mfwFocus,event,para)) - { + { #ifndef FF_POWER_MANAGEMENT dspl_Enable(temp);/*MC, SPR 1389*/ #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ if(FFS_flashData.refresh == 1) - dspl_Enable(temp);/*MC, SPR 1389*/ - #endif + dspl_Enable(temp);/*MC, SPR 1389*/ + #endif return; } if (mfwRoot) @@ -503,7 +503,7 @@ */ if (!h) h = mfwRoot; - + /* * No elements available, return */ @@ -514,15 +514,15 @@ * Signal consumed, then return */ if (cphs_sign_exec (h, event, para)) - { + { #ifndef FF_POWER_MANAGEMENT dspl_Enable(temp);/*MC, SPR 1389*/ #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ if(FFS_flashData.refresh == 1) - dspl_Enable(temp);/*MC, SPR 1389*/ - #endif + dspl_Enable(temp);/*MC, SPR 1389*/ + #endif return; } @@ -537,8 +537,8 @@ /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ if(FFS_flashData.refresh == 1) - dspl_Enable(temp);/*MC, SPR 1389*/ - #endif + dspl_Enable(temp);/*MC, SPR 1389*/ + #endif return; } @@ -548,18 +548,18 @@ h = mfwParent(mfwParent(h)); if(h) h = ((MfwWin * )(h->data))->elems; - } + } cphs_sign_exec(mfwRoot,event,para); } - // Power Management + // Power Management #ifndef FF_POWER_MANAGEMENT dspl_Enable(temp);/*MC, SPR 1389*/ #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ if(FFS_flashData.refresh == 1) - dspl_Enable(temp);/*MC, SPR 1389*/ -#endif + dspl_Enable(temp);/*MC, SPR 1389*/ +#endif } /* @@ -622,9 +622,9 @@ vc_stat.data = MFW_CFLAG_NotPresent; vc_stat.fax = MFW_CFLAG_NotPresent; break; - + } - + cphs_signal(E_CPHS_GET_VC_STAT,(void*)&vc_stat); } #endif @@ -643,7 +643,7 @@ void sendCPHSSignal( UBYTE event, void* para) { TRACE_FUNCTION("sendCPHSSignal()"); - cphs_signal(event,para); + cphs_signal(event,para); } #endif /* @@ -668,7 +668,7 @@ cphsStatus = CPHS_ERR; TRACE_EVENT("CPHS, error reading support indication"); cphs_signal(E_CPHS_IND, &cphsStatus); - } + } } /* @@ -726,7 +726,7 @@ TRACE_FUNCTION ("cphs_operator_name()"); /* Check CPHS support status */ - if (cphsStatus EQ CPHS_NotPresent) + if (cphsStatus EQ CPHS_NotPresent) return cphsStatus; /* Read operator name sring */ @@ -740,7 +740,7 @@ (cphs_ssc(MFW_CHPS_NAME_SHORT, cphsServTab) NEQ ALLOCATED_AND_ACTIVATED) OR !cphs_read_sim_dat(SIM_CPHS_ONSHF, NOT_PRESENT_8BIT, MFW_CPHS_ONSF_SIZE) ) { - /* Read operator name shortform failed. + /* Read operator name shortform failed. Send event with empty info to MMI */ opName.shortName.len = 0; cphs_signal(E_CPHS_OP_NAME, &opName); @@ -759,13 +759,13 @@ */ -void cphs_get_mailbox (void) +void cphs_get_mailbox (void) { TRACE_FUNCTION ("cphs_get_mailbox()"); mbNum.count = 0; - /* Check CPHS support status. + /* Check CPHS support status. When CPHS is not support, read mailbox numbers from EEPROM */ if (cphsStatus EQ CPHS_NotPresent) { @@ -773,26 +773,26 @@ return; } - /* Check CPHS service table. + /* Check CPHS service table. When CPHS is not support, read mailbox numbers from EEPROM */ if (cphs_ssc(MFW_CPHS_MB_NUMBER, cphsServTab) NEQ ALLOCATED_AND_ACTIVATED) { cphs_read_eeprom_mailbox(); return; } - /* Read mailbox numbers from SIM. + /* Read mailbox numbers from SIM. When this reading failed, read mailbox numbers from EEPROM */ if (!cphs_read_sim_rcd(SIM_CPHS_MBXN, 1, 0)) /* read the first record */ cphs_read_eeprom_mailbox(); } static UBYTE cphs_write_sim_voicemail_rcd(void) -{ +{ BOOL bSavePossible = FALSE; UBYTE result = MFW_SIMOP_WRITE_OK; - + TRACE_FUNCTION("cphs_write_sim_voicemail_rcd"); - + /* allocate mbnData (sizeof(dataLen)) */ // Mar 30, 2005 REF: CRR 29986 xpradipg // the dynamic allocation is done here, if the write fails it is deallocated @@ -815,10 +815,10 @@ if ( bSavePossible == FALSE ) { result = MFW_SIMOP_WRITE_ERR; - + TRACE_FUNCTION("cphs_write_sim_voicemail_rcd: notenuf EXT1recs"); cphs_signal(E_CPHS_SET_VC_NUM, &result); - + // Mar 30, 2005 REF: CRR 29986 xpradipg // mbnData is deallocated, on failure of write operation #ifdef FF_MMI_OPTIM @@ -830,15 +830,15 @@ } /**************************************************************************************/ /**************************************************************************************/ - - if (!cphs_write_sim_rcd(SIM_CPHS_MBXN, vcEntry->index, - mbnData, vcEntry->datalen)) + + if (!cphs_write_sim_rcd(SIM_CPHS_MBXN, vcEntry->index, + mbnData, vcEntry->datalen)) { cphs_write_eeprom_mailbox(vcEntry); } -#ifdef FF_MMI_OPTIM +#ifdef FF_MMI_OPTIM } -#endif +#endif return 1; } @@ -853,7 +853,7 @@ */ -T_MFW cphs_set_mailbox (T_MFW_CPHS_ENTRY *entry) +T_MFW cphs_set_mailbox (T_MFW_CPHS_ENTRY *entry) { TRACE_FUNCTION ("cphs_set_mailbox()"); @@ -876,7 +876,7 @@ (entry->index > 4) ) return CPHS_ERR; - /* Check CPHS support status. + /* Check CPHS support status. When CPHS is not support, write mailbox numbers to EEPROM */ if (cphsStatus EQ CPHS_NotPresent) { @@ -886,7 +886,7 @@ return MFW_CPHS_OK; } - /* Check CPHS service table. + /* Check CPHS service table. When CPHS is not support, write mailbox numbers to EEPROM */ if ( cphs_ssc(MFW_CPHS_MB_NUMBER, cphsServTab) NEQ ALLOCATED_AND_ACTIVATED) { @@ -899,7 +899,7 @@ /* Read first record to determine the data length, When the reading failed, write mailbox numbers to EEPROM */ // simStatus = MFW_SIMOP_WRITE_OK; - if (!cphs_write_sim_voicemail_rcd()) + if (!cphs_write_sim_voicemail_rcd()) { return CPHS_ERR; } @@ -919,14 +919,14 @@ */ -T_MFW cphs_get_mailbox_status () +T_MFW cphs_get_mailbox_status () { TRACE_FUNCTION ("cphs_get_mailbox_status()"); - /* Read voice message waiting flag. + /* Read voice message waiting flag. When this reading failed, send event with "read error" parameter to MMI */ - if (!cphs_read_sim_dat(SIM_CPHS_VMW, NOT_PRESENT_8BIT, MFW_CPHS_MBS_SIZE)) + if (!cphs_read_sim_dat(SIM_CPHS_VMW, NOT_PRESENT_8BIT, MFW_CPHS_MBS_SIZE)) { mbStatus.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_VC_STAT, &mbStatus); @@ -964,10 +964,10 @@ */ -T_MFW cphs_set_mailbox_status (T_MFW_CFLAG_STATUS line1, - T_MFW_CFLAG_STATUS line2, - T_MFW_CFLAG_STATUS fax, - T_MFW_CFLAG_STATUS data) +T_MFW cphs_set_mailbox_status (T_MFW_CFLAG_STATUS line1, + T_MFW_CFLAG_STATUS line2, + T_MFW_CFLAG_STATUS fax, + T_MFW_CFLAG_STATUS data) { UBYTE result; @@ -991,8 +991,8 @@ if (line2 EQ MFW_CFLAG_SET OR line2 EQ MFW_CFLAG_NOTSet ) - { mbsData[0]&=0x0F; - mbsData[0] |= (line2 << 4)&0xF0;; /* high Nibble */ + { mbsData[0]&=0x0F; + mbsData[0] |= (line2 << 4)&0xF0;; /* high Nibble */ } if (fax EQ MFW_CFLAG_SET OR @@ -1004,12 +1004,12 @@ if (data EQ MFW_CFLAG_SET OR data EQ MFW_CFLAG_NOTSet ) { mbsData[1] &= 0x0F; //zero the high nibble - mbsData[1] |= (data << 4)&0xF0; /* high Nibble */ + mbsData[1] |= (data << 4)&0xF0; /* high Nibble */ } /* Read voice message waiting flag to determine the size */ simStatus = MFW_SIMOP_WRITE_OK; - if (!cphs_read_sim_dat(SIM_CPHS_VMW, NOT_PRESENT_8BIT, MFW_CPHS_MBS_SIZE)) + if (!cphs_read_sim_dat(SIM_CPHS_VMW, NOT_PRESENT_8BIT, MFW_CPHS_MBS_SIZE)) { result = MFW_SIMOP_WRITE_ERR; cphs_signal(E_CPHS_SET_VC_STAT, &result); @@ -1028,20 +1028,20 @@ */ -T_MFW cphs_get_divert_status () +T_MFW cphs_get_divert_status () { TRACE_FUNCTION ("cphs_get_divert_status()"); - /* Read call forwarding flags. + /* Read call forwarding flags. When this reading failed, send event with "read error" parameter to MMI */ /*a0393213 cphs rel4 - when EF(CFIS) is present call sAT_PercentCFIS to get CFIS*/ #ifdef FF_CPHS_REL4 if(sim_serv_table_check((UBYTE)SRV_No_55) != ALLOCATED_AND_ACTIVATED ) { #endif - - if (!cphs_read_sim_dat(SIM_CPHS_CFF, NOT_PRESENT_8BIT, MFW_CPHS_CFF_SIZE)) + + if (!cphs_read_sim_dat(SIM_CPHS_CFF, NOT_PRESENT_8BIT, MFW_CPHS_CFF_SIZE)) { dvStatus.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_DV_STAT, &dvStatus); @@ -1069,10 +1069,10 @@ */ -T_MFW cphs_set_divert_status (T_MFW_CFLAG_STATUS line1, - T_MFW_CFLAG_STATUS line2, - T_MFW_CFLAG_STATUS fax, - T_MFW_CFLAG_STATUS data) +T_MFW cphs_set_divert_status (T_MFW_CFLAG_STATUS line1, + T_MFW_CFLAG_STATUS line2, + T_MFW_CFLAG_STATUS fax, + T_MFW_CFLAG_STATUS data) { UBYTE result; @@ -1089,7 +1089,7 @@ if (line2 EQ MFW_CFLAG_SET OR line2 EQ MFW_CFLAG_NOTSet ) { dvData[0]&= 0x0F; - dvData[0] |= (line2 << 4)&0xF0; /* high Nibble */ + dvData[0] |= (line2 << 4)&0xF0; /* high Nibble */ } if (fax EQ MFW_CFLAG_SET OR @@ -1097,19 +1097,19 @@ { dvData[1]&= 0xF0; //zero the lower nibble dvData[1] |= fax&0x0F; /* low Nibble */ } - + if (data EQ MFW_CFLAG_SET OR data EQ MFW_CFLAG_NOTSet ) { dvData[1] &=0x0F; - dvData[1] |= (data << 4)&0xF0; /* high Nibble */ + dvData[1] |= (data << 4)&0xF0; /* high Nibble */ } /* Read call forwarding flag to determine the size */ simStatus = MFW_SIMOP_WRITE_OK; - if (!cphs_read_sim_dat(SIM_CPHS_CFF, NOT_PRESENT_8BIT, MFW_CPHS_CFF_SIZE)) + if (!cphs_read_sim_dat(SIM_CPHS_CFF, NOT_PRESENT_8BIT, MFW_CPHS_CFF_SIZE)) { - TRACE_EVENT("cphs_set_divert_status:cphs_read_sim_dat failed"); + TRACE_EVENT("cphs_set_divert_status:cphs_read_sim_dat failed"); result = MFW_SIMOP_WRITE_ERR; cphs_signal(E_CPHS_SET_DV_STAT, &result); } @@ -1130,7 +1130,7 @@ */ #ifdef FF_CPHS_REL4 -T_MFW cphs_rel4_set_divert_status(T_MFW_CFLAG_STATUS voice, T_MFW_CFLAG_STATUS fax, +T_MFW cphs_rel4_set_divert_status(T_MFW_CFLAG_STATUS voice, T_MFW_CFLAG_STATUS fax, T_MFW_CFLAG_STATUS data, char number[PHB_MAX_LEN]) { UBYTE mspId=mfw_cphs_get_reg_profile(); @@ -1141,19 +1141,19 @@ TRACE_EVENT_P1("msp id %d",mspId); cfuStat= cfuStat | (voice == MFW_CFLAG_SET) | ((fax==MFW_CFLAG_SET)<<1) | ((data==MFW_CFLAG_SET)<<2); - + /*check third, fourth, sixth, seventh and eight parameters, number convert to 10 digit, TOA - psaSAT_getTonNpi is a local fn in ACI*/ sAT_PercentCFIS( CMD_SRC_LCL, - CFIS_MOD_Write, + CFIS_MOD_Write, mspId, mspId, cfuStat, - number, + number, NULL, 0xFF); return cphsStatus; - + } #endif @@ -1171,7 +1171,7 @@ */ -void cphs_get_als_info (T_MFW_CPHS_ALS_STATUS *info) +void cphs_get_als_info (T_MFW_CPHS_ALS_STATUS *info) { TRACE_FUNCTION ("cphs_get_als_info()"); @@ -1187,12 +1187,12 @@ | STATE : code ROUTINE : cphs_select_line | +---------------------------------------------------------------------+ - PURPOSE : Select the current used line. When the field does not + PURPOSE : Select the current used line. When the field does not exist in SIM, read it from EEPROM. */ -void cphs_select_line (T_MFW_LINE_INDEX line) +void cphs_select_line (T_MFW_LINE_INDEX line) { UBYTE result; T_ACI_ALS_MOD alsMode=ALS_MOD_NOTPRESENT; @@ -1211,13 +1211,13 @@ /* write alternate line service in EEPROM */ - cphs_write_eeprom_als(&result); + cphs_write_eeprom_als(&result); if (line EQ MFW_SERV_LINE1) alsMode = ALS_MOD_SPEECH; if (line EQ MFW_SERV_LINE2) alsMode = ALS_MOD_AUX_SPEECH; - sAT_PercentALS(CMD_SRC_LCL, alsMode); + sAT_PercentALS(CMD_SRC_LCL, alsMode); cphs_signal(E_CPHS_SET_LINE, &result); } @@ -1228,12 +1228,12 @@ | STATE : code ROUTINE : cphs_set_als_status | +---------------------------------------------------------------------+ - PURPOSE : Change the lock status of the line. When the field does + PURPOSE : Change the lock status of the line. When the field does not exist in SIM, read it from EEPROM. */ -T_MFW cphs_set_als_status (T_MFW_LINE_STATUS status) +T_MFW cphs_set_als_status (T_MFW_LINE_STATUS status) { UBYTE result; T_MFW_SIM_PIN_STATUS pinStatus; @@ -1244,7 +1244,7 @@ pinStatus.type = MFW_SIM_PIN2; sim_pin_status(&pinStatus); if (pinStatus.stat NEQ MFW_SIM_NO_PIN) - return MFW_SIM_PIN2_REQ; + return MFW_SIM_PIN2_REQ; /* check given parameter */ if (status NEQ MFW_LINE_LOCKED AND @@ -1275,7 +1275,7 @@ */ -T_MFW cphs_get_csp () +T_MFW cphs_get_csp () { UBYTE res; @@ -1287,7 +1287,7 @@ if ( res NEQ ALLOCATED_AND_ACTIVATED) return res; - /* Read customer service profile. + /* Read customer service profile. When this reading failed, send event with empty parameter array to MMI */ if (!cphs_read_sim_dat(SIM_CPHS_CSP, NOT_PRESENT_8BIT, MFW_CPHS_CSP_SIZE)) { @@ -1309,21 +1309,21 @@ */ -T_MFW cphs_get_info_num (UBYTE level, UBYTE startIndex) +T_MFW cphs_get_info_num (UBYTE level, UBYTE startIndex) { // UBYTE res; // RAVI T_MFW_CPHS_INFO cf_info; TRACE_FUNCTION ("cphs_get_info_num()"); - + if (level < 1 OR startIndex < 1 ) return CPHS_ERR; cphs_config(&cf_info); - - - /* Read customer service profile to check + + + /* Read customer service profile to check whether information numbers are supported. */ numList.count = 0; idxLevel = level; @@ -1349,12 +1349,12 @@ */ -T_MFW cphs_select_info_num (UBYTE index) +T_MFW cphs_select_info_num (UBYTE index) { TRACE_FUNCTION ("cphs_select_info_num()"); - /* Read a information number entry. + /* Read a information number entry. When this reading failed, send event with "read error" parameter to MMI */ simStatus = MFW_SIMOP_READ_OK; startIdx = index; @@ -1364,7 +1364,7 @@ if (cphsPrevRead == SIM_CPHS_INFN) { - if (!cphs_read_sim_rcd(SIM_CPHS_INFN, 1, 0)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN, 1, 0)) { infoEntry.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_INFO_NUM, &infoEntry); @@ -1379,7 +1379,7 @@ { if (cphsPrevRead == SIM_CPHS_INFN2) { - if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, 1, 0)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, 1, 0)) {TRACE_EVENT("Error reading single info num 2"); infoEntry.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_INFO_NUM, &infoEntry); @@ -1406,24 +1406,24 @@ void cphs_read_information(USHORT errCode, UBYTE *data, UBYTE dataLen) { UBYTE *ptr; -/* PATCH VO 22.01.01: copy CPHS service table according to +/* PATCH VO 22.01.01: copy CPHS service table according to the actual length in the SIM card */ - UBYTE len; + UBYTE len; /* PATCH VO 22.01.01 END */ TRACE_FUNCTION ("cphs_read_information()"); ptr = data; -/* PATCH VO 22.01.01: copy CPHS service table according to +/* PATCH VO 22.01.01: copy CPHS service table according to the actual length in the SIM card */ - len = dataLen; + len = dataLen; memset(cphsServTab, 0, sizeof(cphsServTab)); /* PATCH VO 22.01.01 END */ #ifdef FF_2TO1_PS if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR dataLen <= 0) /* PATCH VO 22.01.01: not check a certain length */ { @@ -1431,7 +1431,7 @@ } else { - cphsPhase = *ptr; + cphsPhase = *ptr; len--; if (len > 0) { @@ -1467,7 +1467,7 @@ if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR // dataLen < MFW_CPHS_ONS_SIZE ) dataLen <= 0 ) /* PATCH VO 22.01.01: not check a certain length */ @@ -1476,7 +1476,7 @@ } else { - cmhPHB_getMfwTagNt(ptr, (UBYTE)MINIMUM(LONG_NAME, dataLen), + cmhPHB_getMfwTagNt(ptr, (UBYTE)MINIMUM(LONG_NAME, dataLen), opName.longName.data, &opName.longName.len); opName.longName.dcs = MFW_DCS_SIM; @@ -1513,7 +1513,7 @@ if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR dataLen < MFW_CPHS_ONSF_SIZE ) { @@ -1521,7 +1521,7 @@ } else { - cmhPHB_getMfwTagNt(ptr, MFW_CPHS_ONSF_SIZE, + cmhPHB_getMfwTagNt(ptr, MFW_CPHS_ONSF_SIZE, opName.shortName.data, &opName.shortName.len); opName.shortName.dcs = MFW_DCS_SIM; TRACE_EVENT("Got a short Name"); @@ -1557,12 +1557,12 @@ TRACE_EVENT_P1("curr_recNr: %d", curr_recNr); TRACE_EVENT_P1("dataLen: %d", dataLen); - + #ifdef FF_2TO1_PS if ( simShrdPrm.atb[table_id].errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( simShrdPrm.atb[table_id].errCode NEQ SIM_NO_ERROR OR -#endif +#endif pData EQ NULL OR dataLen < MFW_CPHS_MIN_MBN_SIZE ) { @@ -1595,22 +1595,22 @@ } /* Copy/encode data */ - if ( ( *(pData + alphaLen) > 0 ) /* If Length of the contents is > 0 */ + if ( ( *(pData + alphaLen) > 0 ) /* If Length of the contents is > 0 */ && ( *(pData + alphaLen) <= 11 ) ) { /*June 27,2007 OMAPS00134788 x0066814(Geetha)*/ - mbNum.entries[mbNum.count].index = curr_recNr; + mbNum.entries[mbNum.count].index = curr_recNr; mbNum.entries[mbNum.count].datalen = dataLen; TRACE_EVENT_P1("mbNum.count: %d", mbNum.count); TRACE_EVENT_P1("mbNum.entries[mbNum.count].index: %d", mbNum.entries[mbNum.count].index); - - cmhPHB_getMfwTagNt(pData, alphaLen, - mbNum.entries[mbNum.count].alpha.data, + + cmhPHB_getMfwTagNt(pData, alphaLen, + mbNum.entries[mbNum.count].alpha.data, &mbNum.entries[mbNum.count].alpha.len); pData += alphaLen; @@ -1637,7 +1637,7 @@ TRACE_EVENT_P1("alphaLen: %d", alphaLen); TRACE_EVENT_P2("cphs_read_mbn: idx, ext_rec_number: %d, %d", mbNum.count, mbNum.entries[mbNum.count].ext_rec_number); - + pData += 12; if ( *pData NEQ 0xFF ) @@ -1648,7 +1648,7 @@ /*June 27,2007 OMAPS00134788 x0066814(Geetha)*/ pData += 1; - + if ( *pData NEQ 0xFF ) { /*Read EXT1 EF */ @@ -1659,7 +1659,7 @@ if(!cphs_read_sim_rcd(SIM_EXT1,rcd_no,UCHAR_MAX)) { /*Append the extension data to mailbox number*/ - TRACE_FUNCTION("EXTENSION RECORD PRESENT"); + TRACE_FUNCTION("EXTENSION RECORD PRESENT"); } else { @@ -1667,13 +1667,13 @@ return; } } - + mbNum.count++; - + } - - curr_recNr++; - if (curr_recNr > maxRec) + + curr_recNr++; + if (curr_recNr > maxRec) { TRACE_EVENT("got CPHS MAilbox nos"); cphs_signal(E_CPHS_GET_VC_NUM, &mbNum); @@ -1681,7 +1681,7 @@ else { /* Read the next entry */ - if (!cphs_read_sim_rcd(SIM_CPHS_MBXN, curr_recNr, UCHAR_MAX)) + if (!cphs_read_sim_rcd(SIM_CPHS_MBXN, curr_recNr, UCHAR_MAX)) { cphs_signal(E_CPHS_GET_VC_NUM, &mbNum); } @@ -1715,9 +1715,9 @@ dataLen = simShrdPrm.atb[table_id].dataLen; recNr = simShrdPrm.atb[table_id].recNr; - if ( *pData EQ 0x02 ) //implies that the EF conatins additional data + if ( *pData EQ 0x02 ) //implies that the EF conatins additional data { - + /*Extract ext data*/ if(*(pData+1) NEQ 0xFF) { @@ -1727,28 +1727,28 @@ pData + 2, *(pData+1) ); - strncat( (CHAR *)mbNum.entries[mbNum.count].number, (CHAR *)ext1num, + strncat( (CHAR *)mbNum.entries[mbNum.count].number, (CHAR *)ext1num, strlen((CHAR *)ext1num) ); mbNum.entries[mbNum.count].ext_rec_number++; TRACE_EVENT_P2("cphs_read_ext1: idx, ext_rec_number: %d, %d", mbNum.count, mbNum.entries[mbNum.count].ext_rec_number); - + if ( *(pData + 12) == 0xFF ) { //return control to mbn curr_recNr++; mbNum.count++; - - if (curr_recNr > maxRec) - { + + if (curr_recNr > maxRec) + { TRACE_EVENT("got CPHS MAilbox nos-2"); cphs_signal(E_CPHS_GET_VC_NUM, &mbNum); } - else - { - if(!cphs_read_sim_rcd(SIM_CPHS_MBXN, curr_recNr, UCHAR_MAX)) + else + { + if(!cphs_read_sim_rcd(SIM_CPHS_MBXN, curr_recNr, UCHAR_MAX)) { TRACE_FUNCTION("Control Back to mbn-1"); return; @@ -1760,17 +1760,17 @@ ext_rec_no = *(pData + 12); mbNum.entries[mbNum.count].ext_rec_idx[mbNum.entries[mbNum.count].ext_rec_number] = ext_rec_no; - + if(!cphs_read_sim_rcd(SIM_EXT1,ext_rec_no,UCHAR_MAX)) { /*Append the extension data to mailbox number*/ TRACE_FUNCTION( " MORE EXTENSION RECORDS PRESENT -But read Error"); - + curr_recNr++; mbNum.count++; - - if(!cphs_read_sim_rcd(SIM_CPHS_MBXN, curr_recNr, UCHAR_MAX)) + + if(!cphs_read_sim_rcd(SIM_CPHS_MBXN, curr_recNr, UCHAR_MAX)) { TRACE_FUNCTION("Control Back to mbn-2"); return; @@ -1779,9 +1779,9 @@ } } } - else + else ; - + return; } @@ -1859,7 +1859,7 @@ if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR dataLen <= 0 ) /* PATCH VO 22.01.01: not check a certain length */ { @@ -1868,11 +1868,11 @@ else { memset(&mbStatus, MFW_CFLAG_NotPresent, sizeof(mbStatus)); - + //x0pleela, 07 June, 2006 DVT: OMAPS00079692 //Copy SIM data into mbsData to initialise mbsData with the SIM data instead of zeros memcpy( mbsData, ptr, dataLen ); - + mbStatus.result = MFW_SIMOP_READ_OK; for (i=0; i<dataLen; i++) @@ -1922,7 +1922,7 @@ if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR dataLen <= 0 ) /* PATCH VO 22.01.01: not check a certain length */ { @@ -1935,7 +1935,7 @@ Description : CPHS Call Forwarding feature implementation Solution : As part of this implementation, dvData is made to be consistent with the data read from SIM*/ - memcpy(&dvData, ptr,dataLen); + memcpy(&dvData, ptr,dataLen); dvStatus.result = MFW_SIMOP_READ_OK; for (i=0; i<dataLen; i++) { @@ -2012,16 +2012,16 @@ if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR dataLen <= 0 ) /* PATCH VO 22.01.01: not check a certain length */ { - if (simStatus EQ MFW_SIMOP_READ_OK) /* Used for read information numbers */ + if (simStatus EQ MFW_SIMOP_READ_OK) /* Used for read information numbers */ { simStatus = MFW_SIMOP_UNKNOWN; cphs_signal(E_CPHS_GET_INFO_LIST, &numList); } - else + else { csProfile.result = MFW_SIMOP_READ_ERR; memset(csProfile.csp, 0, sizeof(csProfile.csp)); @@ -2048,7 +2048,7 @@ } /* Read the first information numbers record */ - if (!cphs_read_sim_rcd(SIM_CPHS_INFN, 1, 0)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN, 1, 0)) cphs_signal(E_CPHS_GET_INFO_LIST, &numList); else cphsPrevRead = SIM_CPHS_INFN; @@ -2083,7 +2083,7 @@ { if (cphsPrevRead == SIM_CPHS_INFN) { - if (!cphs_read_sim_rcd(SIM_CPHS_INFN, rcd_num, dataLen)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN, rcd_num, dataLen)) { cphs_signal(E_CPHS_GET_INFO_LIST, &numList); } @@ -2096,7 +2096,7 @@ { if (cphsPrevRead == SIM_CPHS_INFN2) { - if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, rcd_num, dataLen)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, rcd_num, dataLen)) { cphs_signal(E_CPHS_GET_INFO_LIST, &numList); } @@ -2129,10 +2129,10 @@ if ( simShrdPrm.atb[table_id].errCode NEQ CAUSE_SIM_NO_ERROR ) /* VO patch 040501 - remove dataLen and pData check */ #else if ( simShrdPrm.atb[table_id].errCode NEQ SIM_NO_ERROR ) /* VO patch 040501 - remove dataLen and pData check */ -#endif +#endif { if (simStatus EQ MFW_SIMOP_READ_OK) /* Read entry of information numbers */ - { + { simStatus = MFW_SIMOP_UNKNOWN; infoEntry.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_INFO_NUM, &infoEntry); @@ -2142,7 +2142,7 @@ if (cphsPrevRead == SIM_CPHS_INFN) { - if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, 1, 0)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, 1, 0)) { infoEntry.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_INFO_LIST, &infoEntry); @@ -2154,7 +2154,7 @@ } else { - cphs_signal(E_CPHS_GET_INFO_LIST, &numList); + cphs_signal(E_CPHS_GET_INFO_LIST, &numList); } } } @@ -2178,7 +2178,7 @@ else /* Read list of information numbers */ { /* VO patch 040501 - add dataLen check: if (patch) else ... */ - if (dataLen < MFW_CPHS_MIN_INS_SIZE ) + if (dataLen < MFW_CPHS_MIN_INS_SIZE ) cphs_signal(E_CPHS_GET_INFO_LIST, &numList); else { @@ -2219,7 +2219,7 @@ if ( simShrdPrm.atb[table_id].errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( simShrdPrm.atb[table_id].errCode NEQ SIM_NO_ERROR OR -#endif +#endif pData EQ NULL OR dataLen < MFW_CPHS_MIN_INS_SIZE ) { @@ -2235,7 +2235,7 @@ if (cphsPrevRead == SIM_CPHS_INFN2) { - if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, 1, 0)) + if (!cphs_read_sim_rcd(SIM_CPHS_INFN2, 1, 0)) { infoEntry.result = MFW_SIMOP_READ_ERR; cphs_signal(E_CPHS_GET_INFO_LIST, &infoEntry); @@ -2247,24 +2247,24 @@ } else { - cphs_signal(E_CPHS_GET_INFO_LIST, &numList); + cphs_signal(E_CPHS_GET_INFO_LIST, &numList); } } cphs_signal(E_CPHS_GET_INFO_LIST, &numList); // correct ??? VO } else - { - if (simStatus EQ MFW_SIMOP_READ_OK) + { + if (simStatus EQ MFW_SIMOP_READ_OK) { /* Read entry of information numbers */ alphaLen = *pData; - if (alphaLen) + if (alphaLen) { /* copy/encode entry */ infoEntry.index = recNr; infoEntry.entryStat = *(pData + 1); - cmhPHB_getMfwTagNt(pData + 2, alphaLen, + cmhPHB_getMfwTagNt(pData + 2, alphaLen, infoEntry.alpha.data, &infoEntry.alpha.len); pData += alphaLen + 2; @@ -2291,12 +2291,12 @@ cphs_signal(E_CPHS_GET_INFO_NUM, &infoEntry); return; } - else if ((*(pData + 1) & 0x0F) < idxLevel) + else if ((*(pData + 1) & 0x0F) < idxLevel) { /* The index level is out the wished index level. */ cphs_signal(E_CPHS_GET_INFO_LIST, &numList); } - else if ((*(pData + 1) & 0x0F) > idxLevel) + else if ((*(pData + 1) & 0x0F) > idxLevel) { /* This is not wished index level. Read the next */ recNr++; @@ -2313,8 +2313,8 @@ numList.entry[numList.count].index = recNr; numList.entry[numList.count].entryStat = *(pData + 1) & 0x7F; /* set bit 8 to 0 */ - cmhPHB_getMfwTagNt(pData + 2, alphaLen, - numList.entry[numList.count].alpha.data, + cmhPHB_getMfwTagNt(pData + 2, alphaLen, + numList.entry[numList.count].alpha.data, &numList.entry[numList.count].alpha.len); pData += alphaLen + 2; @@ -2350,7 +2350,7 @@ #else EF_MBN mbn; #endif - + T_ACI_TOA numTp; int i; USHORT max_rcd; @@ -2358,14 +2358,14 @@ for (i=0; i<MAX_CPHS_ENTRY; i++) { #ifdef PCM_2_FFS - if (ffs_ReadRecord((UBYTE *)PSPDF_MBN_ID, (UBYTE *)&mbn, + if (ffs_ReadRecord((UBYTE *)PSPDF_MBN_ID, (UBYTE *)&mbn, sizeof( T_PSPDF_MBN ), (USHORT)(i+1), 1 ) == sizeof( T_PSPDF_MBN ) ) #else if (pcm_ReadRecord((UBYTE *)EF_MBN_ID, (USHORT)(i+1), - SIZE_EF_MBN, - (UBYTE *)&mbn, + SIZE_EF_MBN, + (UBYTE *)&mbn, &version, &max_rcd) == PCM_OK) #endif @@ -2374,10 +2374,10 @@ if (mbn.len) { mbNum.entries[mbNum.count].index = i+1; - cmhPHB_getAdrStr ( (char *)mbNum.entries[mbNum.count].number, + cmhPHB_getAdrStr ( (char *)mbNum.entries[mbNum.count].number, PHB_MAX_LEN - 1, mbn.mbNum, mbn.len ); - cmhPHB_getMfwTagNt ( mbn.alphId, 10, - mbNum.entries[mbNum.count].alpha.data, + cmhPHB_getMfwTagNt ( mbn.alphId, 10, + mbNum.entries[mbNum.count].alpha.data, &mbNum.entries[mbNum.count].alpha.len ); cmhPHB_toaDmrg ( mbn.numTp, &numTp ); mbNum.entries[mbNum.count].ton = phb_cvtTon(numTp.ton); @@ -2412,7 +2412,7 @@ len = MINIMUM ( MAX_PCM_MAILBOX_LEN, entry->alpha.len); text.len = len; - memcpy(text.data, entry->alpha.data, len); + memcpy(text.data, entry->alpha.data, len); text.cs = CS_Sim; cmhPHB_getMfwTagSim ( &text, FFS_flashData.mbn_AlphId, &outLen, MAX_PCM_MAILBOX_LEN ); @@ -2495,7 +2495,7 @@ info->selectedLine = alsStatus.selectedLine; info->status = alsStatus.status; - + } /* @@ -2521,7 +2521,7 @@ { if (alsStatus.status EQ MFW_LINE_LOCKED) *res = MFW_SIMOP_WRITE_ERR; - + alsStatus.selectedLine = (T_MFW_LINE_INDEX)alsData; FFS_flashData.als_selLine = alsData; @@ -2598,7 +2598,7 @@ max_length, NULL, cphs_read_sim_dat_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; return TRUE; @@ -2638,13 +2638,13 @@ simShrdPrm.atb[table_id].dataLen); #endif break; - + case SIM_CPHS_ONSTR: /* operator name string */ cphs_read_ons(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].exchData, simShrdPrm.atb[table_id].dataLen); break; - + case SIM_CPHS_ONSHF: /* operator name short form */ cphs_read_onsf(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].exchData, @@ -2653,22 +2653,22 @@ case SIM_CPHS_VMW: /* voice message waiting flag */ /* PATCH VO 22.01.01 */ - if (simStatus EQ MFW_SIMOP_WRITE_OK) + if (simStatus EQ MFW_SIMOP_WRITE_OK) { /* Determine the size of this field, and write the data. - When the writing is not possible, write this voice + When the writing is not possible, write this voice message waiting flag in EEPROM. */ simStatus = MFW_SIMOP_UNKNOWN; #ifdef FF_2TO1_PS if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { dataLen = simShrdPrm.atb[table_id].dataLen; - /* Write voice message waiting flag. + /* Write voice message waiting flag. When this writing failed, send event with "write error" parameter to MMI */ - if (!cphs_write_sim_dat(SIM_CPHS_VMW, mbsData, dataLen)) + if (!cphs_write_sim_dat(SIM_CPHS_VMW, mbsData, dataLen)) { result = MFW_SIMOP_WRITE_ERR; cphs_signal(E_CPHS_SET_VC_STAT, &result); @@ -2689,22 +2689,22 @@ case SIM_CPHS_CFF: /* call forwarding flag */ /* PATCH VO 22.01.01 */ - if (simStatus EQ MFW_SIMOP_WRITE_OK) + if (simStatus EQ MFW_SIMOP_WRITE_OK) { /* Determine the size of this field, and write the data. - When the writing is not possible, write this call forward flag in EEPROM*/ + When the writing is not possible, write this call forward flag in EEPROM*/ simStatus = MFW_SIMOP_UNKNOWN; #ifdef FF_2TO1_PS if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { dataLen = simShrdPrm.atb[table_id].dataLen; - /* Write call forwarding flag. + /* Write call forwarding flag. When this writing failed, send event with "write error" parameter to MMI */ TRACE_EVENT_P2("cphs_read_sim_dat_cb():%x %x",dvData[0],dvData[1]); - if (!cphs_write_sim_dat(SIM_CPHS_CFF, dvData, dataLen)) + if (!cphs_write_sim_dat(SIM_CPHS_CFF, dvData, dataLen)) { result = MFW_SIMOP_WRITE_ERR; cphs_signal(E_CPHS_SET_DV_STAT, &result); @@ -2777,7 +2777,7 @@ length, data, cphs_write_sim_dat_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; @@ -2811,7 +2811,7 @@ if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { result = MFW_SIMOP_WRITE_OK; cphs_signal(E_CPHS_SET_VC_STAT, &result); @@ -2828,7 +2828,7 @@ if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { result = MFW_SIMOP_WRITE_OK; cphs_signal(E_CPHS_SET_DV_STAT, &result); @@ -2839,7 +2839,7 @@ cphs_signal(E_CPHS_SET_DV_STAT, &result); } break; - + default: break; } @@ -2890,7 +2890,7 @@ dataLen, NULL, cphs_read_sim_rcd_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; @@ -2917,23 +2917,23 @@ //Aug 16, 2004 REF: CRR 24323 Deepa M.D TRACE_EVENT_P1("SIM Error code!!!%d", simShrdPrm.atb[table_id].errCode); - + TRACE_EVENT_P1("tableid: %d", table_id); /***************************Go-lite Optimization changes end***********************/ switch (simShrdPrm.atb[table_id].reqDataFld) { case SIM_CPHS_MBXN: /* mailbox numbers */ - if (simStatus EQ MFW_SIMOP_WRITE_OK) + if (simStatus EQ MFW_SIMOP_WRITE_OK) { /* Determine the size of record, and write a new record. - When the writing is not possible, write this mailbox + When the writing is not possible, write this mailbox number in EEPROM. */ simStatus = MFW_SIMOP_UNKNOWN; #ifdef FF_2TO1_PS if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { dataLen = simShrdPrm.atb[table_id].dataLen; /* allocate mbnData (sizeof(dataLen)) */ @@ -2948,15 +2948,15 @@ ubCphsMbExtRecNo = 0; cphs_build_mbn_data(mbnData, dataLen); - - if (!cphs_write_sim_rcd(SIM_CPHS_MBXN, vcEntry->index, - mbnData, dataLen)) + + if (!cphs_write_sim_rcd(SIM_CPHS_MBXN, vcEntry->index, + mbnData, dataLen)) { cphs_write_eeprom_mailbox(vcEntry); } -#ifdef FF_MMI_OPTIM +#ifdef FF_MMI_OPTIM } -#endif +#endif } else cphs_write_eeprom_mailbox(vcEntry); @@ -2969,7 +2969,7 @@ if (simShrdPrm.atb[table_id].recNr EQ 1) { /* VO patch 150501 */ - if ((startIdx EQ 1) AND (simStatus EQ MFW_SIMOP_READ_OK)) + if ((startIdx EQ 1) AND (simStatus EQ MFW_SIMOP_READ_OK)) cphs_read_info_num(table_id); else /* VO patch 150501 end */ @@ -2978,14 +2978,14 @@ else cphs_read_info_num(table_id); break; - + case SIM_CPHS_INFN2: /* information numbers 2 - 7F10 'EA01' selected if SIM_CPHS_INFN '6F19' isn't there*/ if (simShrdPrm.atb[table_id].recNr EQ 1) { - /* VO patch 150501 */ - if ((startIdx EQ 1) AND (simStatus EQ MFW_SIMOP_READ_OK)) - cphs_read_info_num(table_id); - else + /* VO patch 150501 */ + if ((startIdx EQ 1) AND (simStatus EQ MFW_SIMOP_READ_OK)) + cphs_read_info_num(table_id); + else /* VO patch end */ cphs_read_first_info_num(table_id); } @@ -2994,13 +2994,13 @@ break; /*June 27,2007 OMAPS00134788 x0066814(Geetha)*/ case SIM_EXT1: - + cphs_read_ext1(table_id); - - - + + + break; - + default: break; } @@ -3046,7 +3046,7 @@ dataLen, data, cphs_write_sim_rcd_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; @@ -3082,12 +3082,12 @@ TRACE_FUNCTION ( "cphs_build_ext1()" ); - memset( pData, MFW_INVALID_SIM_DATA, 13); - - - *pData = 0x02; //implies that the EF contains additional data + memset( pData, MFW_INVALID_SIM_DATA, 13); + + + *pData = 0x02; //implies that the EF contains additional data temp_data = pData; - + /* number data and TON/NPI data */ if ( vcEntry->number[0] EQ '+' ) { @@ -3103,10 +3103,10 @@ for(i=0; i < strlen((CHAR *)pNumber); i++) { - TRACE_EVENT_P2("pNumber[%d] : %c", i,pNumber[i]); + TRACE_EVENT_P2("pNumber[%d] : %c", i,pNumber[i]); } - - + + length_no = numLen; //strlen( (CHAR *)pNumber ); byteno = numLen; //( length_no / 2 ) + ( length_no % 2 ); @@ -3114,7 +3114,7 @@ TRACE_EVENT_P1("length_no: %d", length_no); TRACE_EVENT_P1("indx: %d", indx); - + if ( ( byteno - indx ) > 10 ) { count = 10; @@ -3128,16 +3128,16 @@ if ( count != 0 ) { - memcpy ( (void *)(pData + 2), (void *)&(ext1num[indx]), + memcpy ( (void *)(pData + 2), (void *)&(ext1num[indx]), ( count ) ); } for(i=0; i < count; i++) { - TRACE_EVENT_P2("pData + 2 + %d : %x", i, *(pData + 2+i)); + TRACE_EVENT_P2("pData + 2 + %d : %x", i, *(pData + 2+i)); } - + *(pData+1) = ( count ); pData += 12; @@ -3149,35 +3149,35 @@ TRACE_EVENT_P1("mbNum...ext_rec_idx[ubCurrExtRcWrite]: %d", mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCurrExtRcWrite]); ubCurrExtRcWrite++; - + if ( ubCphsMbExtRecNo <= ubCurrExtRcWrite ) { if ( ( sFreeRec <= 0 ) || ( sFreeRec == 0xFF ) ) - { + { TRACE_FUNCTION ("cphs_build_ext1() : ubCphsMbExtRecNo <= ubCurrExtRcWrite; no free rec"); *(pData) = 0xFF; return FALSE; } - + rec_no_to_write = sFreeRec; - + *(pData) = 0xFF; } else { rec_no_to_write = sFreeRec; - + sFreeRec = 0; if ( mbNum.entries[vcEntry->list_index].ext_rec_number > ubCurrExtRcWrite ) { - + TRACE_FUNCTION("ext rec taken from within"); sFreeRec = mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCurrExtRcWrite]; } else { - + TRACE_FUNCTION("ext rec taken from cmh"); #ifdef TI_PS_FFS_PHB sFreeRec = cmh_Query_free_ext_record(); @@ -3185,9 +3185,9 @@ } TRACE_EVENT_P1("sFreeRec : %d", sFreeRec); - + if ( ( sFreeRec <= 0 ) || ( sFreeRec == 0xFF ) ) - { + { TRACE_FUNCTION ("cphs_build_ext1() : No free records available"); *(pData) = 0xFF; } @@ -3197,16 +3197,16 @@ *(pData) = sFreeRec; TRACE_FUNCTION("cmh_PHB_update_ext_record to be"); #ifdef TI_PS_FFS_PHB - cmh_PHB_update_ext_record(sFreeRec,TRUE); + cmh_PHB_update_ext_record(sFreeRec,TRUE); #endif } - mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCurrExtRcWrite] = *(pData); + mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCurrExtRcWrite] = *(pData); } TRACE_EVENT_P1("rec_no_to_write : %d", rec_no_to_write); cphs_write_sim_rcd(SIM_EXT1, rec_no_to_write, temp_data, 13); - + return TRUE; } @@ -3222,49 +3222,49 @@ TRACE_EVENT_P2("idx, ext_rec_number : %d, %d", vcEntry->list_index, mbNum.entries[vcEntry->list_index].ext_rec_number); if ( ( ubCphsMbExtRecNo == 0 ) || ( ubCphsMbExtRecNo <= ubCurrExtRcWrite ) ) - { + { TRACE_FUNCTION("inside if!"); - + /* Flush any EXT Records, if any */ if ( mbNum.entries[vcEntry->list_index].ext_rec_number > ubCphsMbExtRecNo ) { - + TRACE_FUNCTION("flush needed!--"); - + if ( ubFlushRecords == 0 ) { ubFlushRecords = 1; } TRACE_EVENT_P1("ubFlushRecords : %d", ubFlushRecords); - TRACE_EVENT_P1("i : %d", (ubCphsMbExtRecNo + ubFlushRecords - 1)); + TRACE_EVENT_P1("i : %d", (ubCphsMbExtRecNo + ubFlushRecords - 1)); TRACE_EVENT_P1("ext_rec_idx[i] : %d", mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCphsMbExtRecNo + ubFlushRecords - 1]); - + memset ( (void *)&flush_data[0], 0xFF, 13 ); -#ifdef TI_PS_FFS_PHB +#ifdef TI_PS_FFS_PHB cmh_PHB_update_ext_record(mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCphsMbExtRecNo + ubFlushRecords - 1], FALSE); -#endif - cphs_write_sim_rcd(SIM_EXT1, - mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCphsMbExtRecNo + ubFlushRecords - 1], - flush_data, 13); - +#endif + cphs_write_sim_rcd(SIM_EXT1, + mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCphsMbExtRecNo + ubFlushRecords - 1], + flush_data, 13); + mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCphsMbExtRecNo + ubFlushRecords - 1] = 0xFF; mbNum.entries[vcEntry->list_index].ext_rec_number--; ubFlushRecords++; return 1; } - + ubFlushRecords = 0; result = MFW_SIMOP_WRITE_OK; - + TRACE_FUNCTION("mfw_cphs_vm_write_cb_ext: write OK"); cphs_signal(E_CPHS_SET_VC_NUM, &result); - + // Mar 30, 2005 REF: CRR 29986 xpradipg // mbnData is deallocated, on successfull write operation #ifdef FF_MMI_OPTIM @@ -3273,27 +3273,27 @@ #endif return 0; - + } else { - ret_internal = cphs_build_ext1(ubExtRecData); + ret_internal = cphs_build_ext1(ubExtRecData); if ( ret_internal == FALSE ) { TRACE_FUNCTION("mfw_cphs_vm_write_cb_ext: cphs_build_ext1 returns FALSE"); result = MFW_SIMOP_WRITE_OK; - + cphs_signal(E_CPHS_SET_VC_NUM, &result); - + // Mar 30, 2005 REF: CRR 29986 xpradipg // mbnData is deallocated, on successfull write operation #ifdef FF_MMI_OPTIM if(mbnData) mfwFree(mbnData,200); #endif - - return 0; + + return 0; } } @@ -3317,7 +3317,7 @@ UBYTE *data_write; UBYTE dataLen = 0; UBYTE ret_internal = 0; - + TRACE_FUNCTION ("cphs_write_sim_rcd_cb()"); /***************************Go-lite Optimization changes Start***********************/ //Aug 16, 2004 REF: CRR 24323 Deepa M.D @@ -3326,12 +3326,12 @@ switch (simShrdPrm.atb[table_id].reqDataFld) { case SIM_CPHS_MBXN: /* mailbox numbers */ - + #ifdef FF_2TO1_PS if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { result = MFW_SIMOP_WRITE_OK; @@ -3345,19 +3345,19 @@ { cphs_write_eeprom_mailbox(vcEntry); } - + break; case SIM_EXT1: /* mailbox ext numbers */ - + #ifdef FF_2TO1_PS if ( simShrdPrm.atb[table_id].errCode EQ CAUSE_SIM_NO_ERROR ) #else if ( simShrdPrm.atb[table_id].errCode EQ SIM_NO_ERROR ) -#endif +#endif { result = MFW_SIMOP_WRITE_OK; - + ret_internal = mfw_cphs_vm_write_cb_ext(); if ( ret_internal == 1 ) { @@ -3368,14 +3368,14 @@ { cphs_write_eeprom_mailbox(vcEntry); } - + break; - + default: break; } - + simShrdPrm.atb[table_id].ntryUsdFlg = FALSE; } @@ -3412,7 +3412,7 @@ for ( j = 0; j < i; j++ ) data[j] = vcEntry->alpha.data[j]; - + data += alphaLen; /* number data and TON/NPI data */ @@ -3426,15 +3426,15 @@ for(i=0; i < strlen((CHAR *)pNumber); i++) { - TRACE_EVENT_P2("pNumber[%d] : %c", i,pNumber[i]); + TRACE_EVENT_P2("pNumber[%d] : %c", i,pNumber[i]); } - + cmhPHB_getAdrBcd ( data + 2, &numLen, PHB_MAX_LEN - 1, (CHAR *)pNumber ); for(i=0; i < numLen; i++) { - TRACE_EVENT_P2("data + 2 + %d : %x", i, *(data + 2+i)); + TRACE_EVENT_P2("data + 2 + %d : %x", i, *(data + 2+i)); } if ( numLen < 11 ) @@ -3445,8 +3445,8 @@ { *data = 11; } - - + + *(data + 1) = ((( vcEntry -> ton << 4 ) & 0xF0 ) + ( vcEntry -> npi & 0x0F )) | 0x80; data += 12; @@ -3462,7 +3462,7 @@ TRACE_EVENT_P1("length_no : %d", length_no); TRACE_EVENT_P1("byteno : %d", byteno); TRACE_EVENT_P1("ubCphsMbExtRecNo : %d", ubCphsMbExtRecNo); - TRACE_EVENT_P1("vcEntry->index : %d", vcEntry->index); + TRACE_EVENT_P1("vcEntry->index : %d", vcEntry->index); TRACE_EVENT_P1("vcEntry->list_index : %d", vcEntry->list_index); TRACE_EVENT_P1("dataLen : %d", len); TRACE_EVENT_P1("ext_rec_number : %d", mbNum.entries[vcEntry->list_index].ext_rec_number); @@ -3473,7 +3473,7 @@ /* Check if enough EXT1 Records are available for storing the current number; If not, return FALSE */ - if ( ( ubCphsMbExtRecNo > 0 ) && + if ( ( ubCphsMbExtRecNo > 0 ) && ( mbNum.entries[vcEntry->list_index].ext_rec_number < ubCphsMbExtRecNo ) ) { for ( i = mbNum.entries[vcEntry->list_index].ext_rec_number; i < ubCphsMbExtRecNo; i++ ) @@ -3496,7 +3496,7 @@ /**************************************************************************************/ /**************************************************************************************/ - + /* capability/configuration identifier data and EXT identifier data */ *data = 0xFF; @@ -3523,9 +3523,9 @@ } TRACE_EVENT_P1("sFreeRec: %d", sFreeRec); - + if ( ( sFreeRec <= 0 ) || ( sFreeRec == 0xFF ) ) - { + { TRACE_FUNCTION ("cphs_build_mbn_data() : No free records available"); *(data + 1) = 0xFF; mbNum.entries[vcEntry->list_index].ext_rec_idx[ubCurrExtRcWrite] = 0xFF; @@ -3534,10 +3534,10 @@ { *(data + 1) = 0x00; *(data + 1) = sFreeRec; - TRACE_FUNCTION("cmh_PHB_update_ext_record to be"); + TRACE_FUNCTION("cmh_PHB_update_ext_record to be"); #ifdef TI_PS_FFS_PHB cmh_PHB_update_ext_record(sFreeRec,TRUE); - #endif + #endif TRACE_EVENT_P1(" *(data + 1) : %d", *(data + 1) ); } @@ -3569,7 +3569,7 @@ value = value >> (((nr-1) & 3) * 2); value = value & 3; - + return value; } @@ -3636,7 +3636,7 @@ | STATE : code ROUTINE : cphs_update_info_cnf | +---------------------------------------------------------------------+ - PURPOSE : call back for SIM file read + PURPOSE : call back for SIM file read */ void cphs_update_info_cnf (USHORT errCode, UBYTE *data, UBYTE dataLen) @@ -3651,7 +3651,7 @@ if ( errCode NEQ CAUSE_SIM_NO_ERROR OR #else if ( errCode NEQ SIM_NO_ERROR OR -#endif +#endif ptr EQ NULL OR dataLen < MFW_CPHS_INFO_SIZE) { @@ -3659,7 +3659,7 @@ } else { - cphsPhase = *ptr; + cphsPhase = *ptr; ptr++; memcpy (cphsServTab, ptr, CPHS_SERVICE_TABLE*sizeof(UBYTE)); //x0pleela 11 June, 2006 DR:OMAPS00079692 @@ -3683,7 +3683,7 @@ BOOL Read_Sim(USHORT dat_id, USHORT offset, UBYTE max_len, UBYTE *exDat) { T_ACI_RETURN res; - /* + /* * x0047685 Added path_info to support R99 SIM Interface changes. */ T_path_info tmp_path; @@ -3713,8 +3713,8 @@ max_len, exDat, cphs_read_sim_default_cb); -#endif - +#endif + if (res NEQ AT_EXCT) return FALSE; @@ -3737,11 +3737,11 @@ { T_ACI_RETURN res; UBYTE dataLen; - /* + /* * x0047685 Added path_info to support R99 SIM Interface changes. */ T_path_info tmp_path; - + if (record EQ 1) dataLen = UCHAR_MAX; else @@ -3751,7 +3751,7 @@ tmp_path.df_level1 = SIM_DF_VI; tmp_path.v_df_level2 = FALSE; - + #ifdef FF_2TO1_PS res = cmhSIM_ReadRecordEF ( CMD_SRC_NONE, AT_CMD_NONE, @@ -3772,7 +3772,7 @@ dataLen, exDat, cphs_read_sim_default_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; @@ -3813,7 +3813,7 @@ len, exDat, cphs_write_sim_default_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; @@ -3836,7 +3836,7 @@ BOOL Write_Sim_Record(USHORT dat_id, USHORT record, UBYTE len, UBYTE *exDat) { T_ACI_RETURN res; - /* + /* * x0047685 Added path_info to support R99 SIM Interface changes. */ T_path_info tmp_path; @@ -3866,7 +3866,7 @@ len, exDat, cphs_write_sim_default_cb); -#endif +#endif if (res NEQ AT_EXCT) return FALSE; @@ -3881,12 +3881,12 @@ +----------------------------------------------------------------------+ - PURPOSE : Sends event to MMI + PURPOSE : Sends event to MMI */ void cphs_read_sim_default_cb(SHORT table_id) { - + read_sim_entry.requested_field = simShrdPrm.atb[table_id].reqDataFld; read_sim_entry.exchange_data = simShrdPrm.atb[table_id].exchData; read_sim_entry.sim_result = simShrdPrm.atb[table_id].errCode; @@ -3896,11 +3896,11 @@ if (read_sim_entry.sim_result != CAUSE_SIM_NO_ERROR) #else if (read_sim_entry.sim_result != SIM_NO_ERROR) -#endif +#endif { read_sim_entry.exchange_data = NULL; read_sim_entry.data_len = 0; } - + cphs_signal(E_CPHS_GET_SIM_FIELD, &read_sim_entry); simShrdPrm.atb[table_id].ntryUsdFlg = FALSE; } @@ -3913,12 +3913,12 @@ +----------------------------------------------------------------------+ - PURPOSE : Sends event to MMI + PURPOSE : Sends event to MMI */ void cphs_write_sim_default_cb(SHORT table_id) { - + read_sim_entry.requested_field = simShrdPrm.atb[table_id].reqDataFld; read_sim_entry.exchange_data = simShrdPrm.atb[table_id].exchData; read_sim_entry.sim_result = simShrdPrm.atb[table_id].errCode; @@ -3927,11 +3927,11 @@ if (read_sim_entry.sim_result != CAUSE_SIM_NO_ERROR) #else if (read_sim_entry.sim_result != SIM_NO_ERROR) -#endif +#endif { read_sim_entry.exchange_data = NULL; read_sim_entry.data_len = 0; } - + cphs_signal(E_CPHS_SET_SIM_FIELD, &read_sim_entry); simShrdPrm.atb[table_id].ntryUsdFlg = FALSE; } @@ -3970,7 +3970,7 @@ { TRACE_FUNCTION("mfw_cphs_get_msp"); TRACE_EVENT_P3("msp count - %d, def profile - %d, reg profile - %d ",mspinfo.count, mspinfo.default_profile, mspinfo.registered_profile); - + return &mspinfo; } @@ -4055,10 +4055,10 @@ T_ACI_ALS_MOD ALSmode = ALS_MOD_NOTPRESENT; /*a0393213 compiler warnings removal - 0 changed to ALS_MOD_NOTPRESENT*/ TRACE_FUNCTION("mfw_cphs_get_als_info"); - if( qAT_PercentALS( CMD_SRC_LCL, &ALSmode )!= AT_CMPL ) + if( qAT_PercentALS( CMD_SRC_LCL, &ALSmode )!= AT_CMPL ) return ALS_MOD_NOTPRESENT; else - return ALSmode; + return ALSmode; } #endif
--- a/src/ui/mfw/mfw_cphs.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cphs.h Tue Jan 19 06:10:27 2021 +0000 @@ -13,11 +13,11 @@ Solution: For ALS feature, a)Added function prototype "mfw_cphs_get_als_info()" which returns the current active line - + Oct 04, 2004 REF: CRR 25519 Deepa M.D Bug:Re-align structure members in MFW Fix:Structure elements have been realigned to avoid the structure padding -*/ +*/ #ifndef DEF_MFW_CPHS #define DEF_MFW_CPHS @@ -73,8 +73,8 @@ #include "mfw_sys.h" #ifdef NEPTUNE_BOARD -#include "Ffs.h" -#endif +#include "Ffs.h" +#endif /* Constants define */ @@ -181,7 +181,7 @@ UBYTE opNS; /* operator name shortform */ UBYTE mbNum; /* mailbox numbers */ UBYTE sst; /* service string table */ - UBYTE csp; /* customer service profile */ + UBYTE csp; /* customer service profile */ UBYTE iNum; /* information numbers */ } T_MFW_CPHS_INFO; @@ -196,14 +196,14 @@ typedef struct /* Mailbox number */ { UBYTE index; /* index in phonebook table */ - T_MFW_PHB_TEXT alpha; /* alpha identifier */ + T_MFW_PHB_TEXT alpha; /* alpha identifier */ UBYTE number[MFW_CPHS_VM_NUMBER_MAXLEN]; /* telephone number */ - UBYTE ton; /* type of number */ - UBYTE npi; /* numbering plan identifier */ + UBYTE ton; /* type of number */ + UBYTE npi; /* numbering plan identifier */ UBYTE service; /* indicates the line or fax/data */ UBYTE ext_rec_number; /* Number of EXT Records */ - UBYTE ext_rec_idx[4]; - UBYTE datalen; + UBYTE ext_rec_idx[4]; + UBYTE datalen; UBYTE list_index; /* Index / Position in the List */ } T_MFW_CPHS_ENTRY; @@ -235,7 +235,7 @@ typedef struct { T_MFW_MBDN mailbox_numbers[4];/*mailbox numbers of voice,fax,electronic and other*/ - UBYTE valid; /* 1st bit-voicemail, 2nd bit-fax,3rd bit-electronic,4th bit-other. bit set if valid, bit unset if invalid*/ + UBYTE valid; /* 1st bit-voicemail, 2nd bit-fax,3rd bit-electronic,4th bit-other. bit set if valid, bit unset if invalid*/ } T_MFW_CPHS_REL4_MBDN; typedef enum @@ -243,7 +243,7 @@ T_MFW_CPHS_REL4_MAILBOX_VOICE=0, T_MFW_CPHS_REL4_MAILBOX_FAX, T_MFW_CPHS_REL4_MAILBOX_ELECTRONIC, - T_MFW_CPHS_REL4_MAILBOX_OTHER + T_MFW_CPHS_REL4_MAILBOX_OTHER } T_MFW_CPHS_REL4_MAILBOX_TYPE; #endif @@ -265,7 +265,7 @@ UBYTE voicemail; UBYTE fax; UBYTE electronic; - UBYTE other; + UBYTE other; } T_MFW_CPHS_REL4_MWIS; #endif @@ -285,13 +285,13 @@ T_MFW_CFLAG_STATUS voice; /* call forwarding unconditional status of voice */ T_MFW_CFLAG_STATUS fax; /* call forwarding unconditional status of fax */ T_MFW_CFLAG_STATUS data; /* call forwarding unconditional status of data */ - char voice_dialling_number[PHB_MAX_LEN]; /*number to which voice has been forwarded*/ + char voice_dialling_number[PHB_MAX_LEN]; /*number to which voice has been forwarded*/ } T_MFW_CPHS_REL4_DV_STAT; #endif typedef struct /* Information about alternate line service */ { - T_MFW_LINE_INDEX selectedLine; + T_MFW_LINE_INDEX selectedLine; T_MFW_LINE_STATUS status; /* ALS is locked or unlocked */ } T_MFW_CPHS_ALS_STATUS; @@ -342,12 +342,12 @@ //Structure elements (T_MFW_CPHS_READ_SIM_ENTRY)are realigned to avoid the structure padding typedef struct /* SIM read data */ { - + UBYTE* exchange_data; USHORT sim_result; /* read error/no error (only used for read information number) */ USHORT requested_field; UBYTE data_len; - UBYTE record; /* sh */ + UBYTE record; /* sh */ } T_MFW_CPHS_READ_SIM_ENTRY; /***************************Go-lite Optimization changes end***********************/ @@ -357,7 +357,7 @@ T_MFW_CPHS_STATUS stat; T_MFW_CPHS_OP_NAME oper_name; T_MFW_CPHS_VC_NUM vc_entry; - UBYTE result; + UBYTE result; T_MFW_CPHS_VC_STAT vc_status; T_MFW_CPHS_DV_STAT dv_status; T_MFW_CPHS_ALS_STATUS als_status; @@ -377,18 +377,18 @@ void cphs_get_mailbox (void); T_MFW cphs_set_mailbox (T_MFW_CPHS_ENTRY *entry); T_MFW cphs_get_mailbox_status (void); -T_MFW cphs_set_mailbox_status (T_MFW_CFLAG_STATUS line1, - T_MFW_CFLAG_STATUS line2, - T_MFW_CFLAG_STATUS fax, +T_MFW cphs_set_mailbox_status (T_MFW_CFLAG_STATUS line1, + T_MFW_CFLAG_STATUS line2, + T_MFW_CFLAG_STATUS fax, T_MFW_CFLAG_STATUS data); T_MFW cphs_get_divert_status (void); -T_MFW cphs_set_divert_status (T_MFW_CFLAG_STATUS line1, - T_MFW_CFLAG_STATUS line2, - T_MFW_CFLAG_STATUS fax, +T_MFW cphs_set_divert_status (T_MFW_CFLAG_STATUS line1, + T_MFW_CFLAG_STATUS line2, + T_MFW_CFLAG_STATUS fax, T_MFW_CFLAG_STATUS data); /*a0393213 cphs rel4*/ #ifdef FF_CPHS_REL4 -T_MFW cphs_rel4_set_divert_status(T_MFW_CFLAG_STATUS voice, T_MFW_CFLAG_STATUS fax, +T_MFW cphs_rel4_set_divert_status(T_MFW_CFLAG_STATUS voice, T_MFW_CFLAG_STATUS fax, T_MFW_CFLAG_STATUS data, char number[PHB_MAX_LEN]); void sendCPHSSignal(UBYTE evt, void* para); T_MFW_CPHS_MSP_INFO* mfw_cphs_get_msp(void); @@ -414,7 +414,7 @@ EXTERN UBYTE dspl_Enable (UBYTE in_Enable); #ifdef PCM_2_FFS EXTERN T_FFS_SIZE ffs_ReadRecord(const char *name, void * addr, int size, int index, int recsize); -#endif /* PCM_2_FFS */ +#endif /* PCM_2_FFS */ /* End - remove warning Aug - 11 */ /*a0393213 cphs rel4*/
--- a/src/ui/mfw/mfw_cphsi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_cphsi.h Tue Jan 19 06:10:27 2021 +0000 @@ -7,7 +7,7 @@ +--------------------------------------------------------------------+ PURPOSE : Internal definitions for CPHS management of MMI framework - + $History:: mfw_cphs.c $ Jan 12, 2006 OMAPS00062632 x0018858 @@ -27,7 +27,7 @@ //Code 16: #define MFW_CPHS_INFO_SIZE 3 /* size of CPHS information field (6F16) */ -#define MFW_CPHS_ONS_SIZE 20 /* size of operator name string (6F14) - read first 20 bytes only */ +#define MFW_CPHS_ONS_SIZE 20 /* size of operator name string (6F14) - read first 20 bytes only */ #define MFW_CPHS_ONSF_SIZE 10 /* size of operator name short form (6F18) */ #define MFW_CPHS_MIN_MBN_SIZE 14 #define MFW_CPHS_MBS_SIZE 2 /* size of voice message waiting flag (6F11) */
--- a/src/ui/mfw/mfw_edt.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_edt.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,34 +15,34 @@ TO DO : $History:: mfw_edt.h $ - * + * * * ***************** Version 8 ***************** * User: MC Date: 03/10/02 Time: 14:40 * Updated in $/GSM/Condat/MS/SRC/MFW * Replaced most of the file with version on 3.3.3 line (MC, SPR 1242) - * + * * ***************** Version 7 ***************** * User: Es Date: 23.03.00 Time: 14:40 * Updated in $/GSM/Condat/MS/SRC/MFW * added edtUnhide() - * + * * ***************** Version 6 ***************** * User: Es Date: 18.02.00 Time: 15:45 * Updated in $/GSM/Condat/MS/SRC/MFW * added edit controls: ecTop, ecBottom - * + * * ***************** Version 5 ***************** * User: Es Date: 6.07.99 Time: 12:03 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 4 ***************** * User: Es Date: 17.02.99 Time: 20:00 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 3 ***************** * User: Es Date: 14.01.99 Time: 17:19 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 23.12.98 Time: 16:19 * Updated in $/GSM/DEV/MS/SRC/MFW @@ -71,12 +71,12 @@ char *text; /* edit buffer */ U16 size; /* buffer size */ char predText[MAX_PRED_TEXT]; /* GW 06/09/01 Added predicted word buffer */ - -/* NM, 13.03, fast-edit + +/* NM, 13.03, fast-edit old: to handle between the two modes (digit/alpha) was done by BMI new: handle by MFW -*/ - U8 alphaMode; /* true(alpha)/false(digit) */ +*/ + U8 alphaMode; /* true(alpha)/false(digit) */ } MfwEdtAttr; typedef struct MfwEdtTag /* EDITOR CONTROL BLOCK */ @@ -141,7 +141,7 @@ /* Unicode editor procedures. * SPR957 - SH - moved some prototypes here from mfw_edt.c */ - + MfwRes edtUpdateUnicode (MfwEdt *e); MfwRes edtCharUnicode (MfwHnd e, int c); void moveLeftUnicode(U16 *unicodeStr, int nChars);
--- a/src/ui/mfw/mfw_em.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_em.c Tue Jan 19 06:10:27 2021 +0000 @@ -60,7 +60,7 @@ #include "cmh_mm.h" #include "cmh_sim.h" #include "Mfw_em.h" -#include "aci_em.h" +#include "aci_em.h" #include "mfw_win.h" #ifdef NEPTUNE_BOARD /*EngMode */ @@ -91,7 +91,7 @@ MFW_EM_GPRS_Parameter GPRSInfo; } T_MFW_EM_PARA; -#endif +#endif typedef struct { @@ -101,7 +101,7 @@ #ifndef NEPTUNE_BOARD T_MFW_EM_PARA para; #endif - + } T_MFW_EM; /* ********************************Global variables********************************************** @@ -118,9 +118,9 @@ **/ #ifndef NEPTUNE_BOARD -int Mfw_em_sign_exec(T_MFW_HDR * hdr, T_MFW_EVENT event,T_MFW_EM_PARA *para); +int Mfw_em_sign_exec(T_MFW_HDR * hdr, T_MFW_EVENT event,T_MFW_EM_PARA *para); #else /*if NEPTUNE BOARD*/ -int Mfw_em_sign_exec(T_MFW_HDR * hdr, T_MFW_EVENT event,int* dummy); +int Mfw_em_sign_exec(T_MFW_HDR * hdr, T_MFW_EVENT event,int* dummy); #endif void Mfw_em_signal(MfwEvt event, void *para); @@ -143,8 +143,8 @@ int Mfw_em_init(void) { TRACE_EVENT("Mfw_em_init()"); #ifndef NEPTUNE_BOARD - em_Init(Mfw_em_cb, NULL); /*init EM driver*/ -#endif /* NEPTUNE_BOARD */ + em_Init(Mfw_em_cb, NULL); /*init EM driver*/ +#endif /* NEPTUNE_BOARD */ mfwCommand[MfwTypEm] = (MfwCb) emCommand; return TRUE; } @@ -194,9 +194,9 @@ #ifndef NEPTUNE_BOARD if (MfwEmData != NULL) mfwFree((void*)MfwEmData, sizeof(MFW_EM_Data)); - + em_Exit(); -#endif +#endif } /* +--------------------------------------------------------------------+ @@ -219,13 +219,13 @@ #ifndef _EM_MMI_MFW_TEST /*If not already allocated, Allocate memory to store data in*/ -if (MfwEmData == NULL) +if (MfwEmData == NULL) if ((MfwEmData = (MFW_EM_Data*)mfwAlloc(sizeof(MFW_EM_Data))) == NULL) return FALSE; /*Request appropriate data from Em driver*/ switch(type) { - case EM_MOBILE_INFO: + case EM_MOBILE_INFO: /*MC SPR 1554, added call to request software version and identity param*/ em_Read_Data_Parameter(EM_CLASS_MOBILE_DATA, EM_SUBCLASS_SW_VERSION, 1,Mfw_em_cb); em_Read_Data_Parameter(EM_CLASS_MOBILE_DATA,EM_SUBCLASS_ID, 1, Mfw_em_cb); @@ -249,13 +249,13 @@ break; } return TRUE; -#endif +#endif + - #ifdef _EM_MMI_MFW_TEST /*Test harness, just returns made-up data to MMI*/ -if (MfwEmData == NULL) +if (MfwEmData == NULL) if ((MfwEmData = (MFW_EM_Data*)mfwAlloc(sizeof(MFW_EM_Data))) == NULL) return FALSE; switch(type) @@ -269,21 +269,21 @@ } break; case EM_SERVING_CELL_PARAMS: - { + { MfwEmData->SCInfo.arfcn= 0x44; MfwEmData->SCInfo.RSSI= 86; MfwEmData->SCInfo.RXQ = 67; MfwEmData->SCInfo.RLT = 67; Mfw_em_signal(EM_SERVING_CELL_PARAMS, (void*)&MfwEmData->SCInfo); } - break; + break; case EM_NEIGHBOURING_CELL_PARAMS: { MfwEmData->NCInfo.NUM= 0x05; strcpy((char*)MfwEmData->NCInfo.arfcn, "WERTYUIOPAS"); strcpy((char*)MfwEmData->NCInfo.RSSI, "12345"); - + Mfw_em_signal(EM_NEIGHBOURING_CELL_PARAMS, (void*)&MfwEmData->NCInfo); - + } break; case EM_LOCATION_PARAMS: @@ -291,9 +291,9 @@ strcpy((char*)MfwEmData->LocInfo.MNC, "456"); MfwEmData->LocInfo.LAC = 12345; MfwEmData->LocInfo.CI = 12045; - + Mfw_em_signal(EM_LOCATION_PARAMS, (void*)&MfwEmData->LocInfo); - + } break; case EM_GPRS_PARAMS: @@ -301,7 +301,7 @@ MfwEmData->GPRSInfo.DLS= 0; MfwEmData->GPRSInfo.coding_scheme = 0; Mfw_em_signal(EM_GPRS_PARAMS, (void*)&MfwEmData->GPRSInfo); - + } break; case EM_CIPH_HOP_DTX_PARAMS: @@ -309,7 +309,7 @@ MfwEmData->CHDTXInfo.hopping_channels= 0; MfwEmData->CHDTXInfo.DTX_status = 1; Mfw_em_signal(EM_CIPH_HOP_DTX_PARAMS, (void*)&MfwEmData->CHDTXInfo); - + } break; } @@ -400,7 +400,7 @@ memcpy(&em_data->para.MobileInfo, para,sizeof(MFW_EM_Mobile_Info)); break; - + case EM_SERVING_CELL_PARAMS: memcpy(&em_data->para.SCInfo, para,sizeof(MFW_EM_Serving_Cell_Parameters)); @@ -409,7 +409,7 @@ memcpy(&em_data->para.NCInfo, para,sizeof(MFW_EM_Neighbour_Cell_Parameters)); break; - + case EM_LOCATION_PARAMS: memcpy(&em_data->para.LocInfo, para,sizeof(MFW_EM_Location_Parameters)); @@ -418,7 +418,7 @@ memcpy(&em_data->para.CHDTXInfo, para,sizeof(MFW_EM_Ciph_hop_DTX_Parameters)); break; - + case EM_GPRS_PARAMS: memcpy(&em_data->para.GPRSInfo, para,sizeof(MFW_EM_GPRS_Parameter)); @@ -426,10 +426,10 @@ } if (em_data->handler) { - + // store current mfw elem current_mfw_elem = cur_elem; - + if ((*(em_data->handler))(em_data->event, (void *) &em_data->para)) return TRUE; @@ -460,7 +460,7 @@ { // store current mfw elem current_mfw_elem = cur_elem; - + if ((*(em_data->handler))(em_data->event, (void *) &dummy)) return TRUE; @@ -494,7 +494,7 @@ if (mfwFocus) if (Mfw_em_sign_exec(mfwFocus,event,para)) { - dspl_Enable(temp); + dspl_Enable(temp); return; } if (mfwRoot) @@ -528,7 +528,7 @@ */ if (Mfw_em_sign_exec (h, event, para)) { - dspl_Enable(temp); + dspl_Enable(temp); return; } @@ -537,7 +537,7 @@ */ if (h == mfwRoot) { - dspl_Enable(temp); + dspl_Enable(temp); return; } @@ -549,8 +549,8 @@ h = ((MfwWin * )(h->data))->elems; } Mfw_em_sign_exec (mfwRoot, event, para); - } - dspl_Enable(temp); + } + dspl_Enable(temp); return; @@ -569,14 +569,14 @@ void Mfw_em_cb(T_DRV_SIGNAL_EM* signal) { TRACE_EVENT_P1("Mfw_em_cb, signalType: %d", signal->SignalType); - + switch(signal->SignalType) { case EM_SUBCLASS_SC: { /*copy Serving Cell Information to appropriate data structure*/ T_EM_SC_INFO_CNF *serv_cell = (T_EM_SC_INFO_CNF*)&signal->UserData.sc; - + MfwEmData->SCInfo.arfcn = serv_cell->arfcn; MfwEmData->SCInfo.RSSI = serv_cell->rxlev; MfwEmData->SCInfo.RXQ = serv_cell->rxqual_f; @@ -586,7 +586,7 @@ MfwEmData->SCInfo.BSIC = serv_cell->bsic; MfwEmData->SCInfo.TAV = serv_cell->tav; MfwEmData->SCInfo.LAC = serv_cell->lac; - + MfwEmData->NCInfo.arfcn[6] = MfwEmData->SCInfo.arfcn; MfwEmData->NCInfo.RSSI[6] = MfwEmData->SCInfo.RSSI; MfwEmData->NCInfo.C2[6] = MfwEmData->SCInfo.C2; @@ -598,8 +598,8 @@ /*send event to MMI*/ Mfw_em_signal(EM_SERVING_CELL_PARAMS, (void*)&MfwEmData->SCInfo); - } - break; + } + break; case EM_SUBCLASS_SC_GPRS: { /*MC, SPR 1554 added code to copy NMOinto GPRS data structure*/ @@ -645,7 +645,7 @@ } case EM_SUBCLASS_ID: { /*MC, SPR 1554 added conversion of IMEI and IMSI from numbers to ASCII*/ - + int i; /*convert to ASCII digits*/ for (i=0; i < 15; i++) @@ -654,14 +654,14 @@ MfwEmData->MobileInfo.IMSI[i]=signal->UserData.id.em_imsi.ident_dig[i] +ASCII_OFFSET; } MfwEmData->MobileInfo.IMEI[15] = NULL; - MfwEmData->MobileInfo.IMSI[15] = NULL; - + MfwEmData->MobileInfo.IMSI[15] = NULL; + MfwEmData->MobileInfo.TMSI = signal->UserData.id.tmsi; - + Mfw_em_signal(EM_MOBILE_INFO, (void*)&MfwEmData->MobileInfo); } case EM_SUBCLASS_SW_VERSION: - { + { T_EM_SW_VER* sw_ver = &signal->UserData.version; memcpy(MfwEmData->MobileInfo.SIM_version, sw_ver->sim, MAX_VER*sizeof(char)); memcpy(MfwEmData->MobileInfo.CC_version , sw_ver->cc, MAX_VER*sizeof(char)); @@ -691,14 +691,14 @@ PURPOSE : sends event to MMi via Mfw_em_sign_exec() */ -void Mfw_em_response_EINFO(T_ENG_INFO_REQ *emode_data, +void Mfw_em_response_EINFO(T_ENG_INFO_REQ *emode_data, T_ENG_INFO_STATIC_REQ *emode_static_data) { int* dummy; TRACE_FUNCTION("Mfw_em_response_EINFO()"); Eng_Info_Req = emode_data; Mfw_em_signal(EmType, (void*)&dummy); - + } void Mfw_em_response_ESINFO(T_ENG_INFO_STATIC_REQ *emode_static_data)
--- a/src/ui/mfw/mfw_em.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_em.h Tue Jan 19 06:10:27 2021 +0000 @@ -39,7 +39,7 @@ EM_MOBILE_INFO = 0x01, EM_SERVING_CELL_PARAMS = 0x02, EM_NEIGHBOURING_CELL_PARAMS = 0x04, - EM_LOCATION_PARAMS = 0x08, + EM_LOCATION_PARAMS = 0x08, EM_CIPH_HOP_DTX_PARAMS = 0x10, EM_GPRS_PARAMS = 0x20 #else /* NEPTUNE BOARD */ /*EngMode */ @@ -62,7 +62,7 @@ } MfwEmDataType; #ifndef NEPTUNE_BOARD /*EngMode */ -typedef struct +typedef struct { /*software_versions*/ char SIM_version[MAX_VER]; @@ -73,7 +73,7 @@ char RR_version[MAX_VER]; char DL_version[MAX_VER]; char ALR_version[MAX_VER]; - + char IMEI[16]; char IMSI[16]; ULONG TMSI; /*SPR 1554, changed from LONG to ULONG*/ @@ -99,7 +99,7 @@ UBYTE RSSI[7];//received signal strength SHORT C2[7];//received C2 Parameter USHORT LAC_NC[7]; //Location Area Code - UBYTE BSIC_NC[7]; //Base Station ID Code + UBYTE BSIC_NC[7]; //Base Station ID Code } MFW_EM_Neighbour_Cell_Parameters; typedef struct
--- a/src/ui/mfw/mfw_ext.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_ext.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,11 +15,11 @@ TO DO : $History:: mfw_ext.c $ - * + * * ***************** Version 2 ***************** * User: Es Date: 17.02.99 Time: 20:00 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 9.02.99 Time: 14:53 * Created in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/mfw_ffs.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_ffs.c Tue Jan 19 06:10:27 2021 +0000 @@ -18,40 +18,40 @@ ETM . ETM shows error "Maximum open file reached" Solution: As the relience flag is enabled, to solve this issue, function Flash_formatted() is now checking the return value of ffs_opendir() to close the mmi/ directory properly. - Also MMI is calling mfw_close_dir() to close mmi/jpeg/ directory while exiting from camera + Also MMI is calling mfw_close_dir() to close mmi/jpeg/ directory while exiting from camera application. - Jan 10, 2007 DR: OMAPS00110568 x0039928 + Jan 10, 2007 DR: OMAPS00110568 x0039928 Description: Remove duplication of FFS.Flashdata from GDI Solution: Added two new functions get_ffs_tty_status() and get_ffs_ttypftype() - + Nov 07, 2006 ER: OMAPS00102732 x0pleela Description: FFS Support for Intel Sibley Flash - Intel 256+64 non-ADMUX (PF38F4050M0Y0C0Q) - Solution: Closing the opened directory if readdir is not successful and the new code + Solution: Closing the opened directory if readdir is not successful and the new code is under the compilation flag FF_MMI_RELIANCE_FFS Sep 08, 2006 DR: OMAPS00091250 x0pleela Description:The phone resets if no MEPD data is presented - Solution: Added new function ffs_flash_write() which writes a string into FFS + Solution: Added new function ffs_flash_write() which writes a string into FFS xrashmic 22 Aug, 2004 MMI-SPR-32798 Adding the support for screen capture using a dynamically assigned key. Apr 14, 2005 REF: CRR 29991 xpradipg - Description: Optimisation 5: Remove the static allocation and use dynamic + Description: Optimisation 5: Remove the static allocation and use dynamic allocation/ deallocation for pb_list and black_list Solution: The static definition is removed and replaced with the dynamic - allocation + allocation - Oct 19, 2004 REF: CRR MMI-SPR-26002 xkundadu + Oct 19, 2004 REF: CRR MMI-SPR-26002 xkundadu Issue description: Golite booting problem. Solution: If the FFS is not formatted, prevent writing into FFS. Aug 25, 2004 REF: CRR 20655 xnkulkar Description: Voice Memo functionality not working - Solution: The voice recording functionality was failing because - " mmi" folder is not present. As a solution, we create the + Solution: The voice recording functionality was failing because + " mmi" folder is not present. As a solution, we create the "mmi" folder and then proceed with recording. */ @@ -132,7 +132,7 @@ #endif #endif -// Apr 14, 2005 REF: CRR 29991 xpradipg +// Apr 14, 2005 REF: CRR 29991 xpradipg // New file added for the blacklist. The total length along with the path aand // file name should not exceed 20 characters #ifdef FF_MMI_OPTIM @@ -146,7 +146,7 @@ #endif #ifdef TI_PS_HCOMM_CHANGE #define _hCommMMI hCommACI -#else +#else #define hCommMMI hCommACI #endif @@ -185,16 +185,16 @@ */ //x0pleela 08 Sep, 2006 DR: OMAPS00091250 void mfw_flash_write(char *Msg,...) -{ - fd_t fd= -1; - char log_ffs_buf[256]; +{ + fd_t fd= -1; + char log_ffs_buf[256]; va_list varpars; - va_start (varpars, Msg); + va_start (varpars, Msg); vsprintf(log_ffs_buf,Msg,varpars); - va_end (varpars); - + va_end (varpars); + fd = ffs_open((const char*)"/mmiMEPD", FFS_O_APPEND | FFS_O_WRONLY ); - if(fd < 0) + if(fd < 0) fd=ffs_open((const char*)"/mmiMEPD", FFS_O_CREATE |FFS_O_WRONLY ); if(fd > 0) { @@ -204,17 +204,17 @@ } effs_t flash_write(void) -{ +{ -// Oct 19, 2004 REF: CRR MMI-SPR-26002 xkundadu +// Oct 19, 2004 REF: CRR MMI-SPR-26002 xkundadu // Issue description: Golite booting problem. // Solution: If the FFS is not formatted, dont write into the FFS. - - if ( flash_formatted() == TRUE) + + if ( flash_formatted() == TRUE) { return (flash_data_write("/mmi","mmidata", &FFS_flashData, sizeof(FFS_flashData))); } - else + else { TRACE_EVENT("ERROR flash_data_write(): NOT FORMATTED!"); // Return NOT formatted message. @@ -254,7 +254,7 @@ TRACE_EVENT_P1("val = %d", val); /* Error, presumably -ve as in FFS_ERRORS, or the actual number of bytes read */ } - return val; + return val; } #else int flash_read() @@ -270,7 +270,7 @@ #endif effs_t flash_data_write(const char* dir_name, const char* file_name, void* data_pointer, int data_size) -{ +{ T_FFS_DIR dir; int val; char file[200]; @@ -282,7 +282,7 @@ return EFFS_NOFORMAT; } -#ifndef PCM_2_FFS +#ifndef PCM_2_FFS val = FFS_opendir(dir_name, &dir); #else val = ffs_opendir((const signed char *)dir_name, &dir); @@ -290,8 +290,8 @@ if(val < 0) { - -#ifndef PCM_2_FFS + +#ifndef PCM_2_FFS val = FFS_mkdir(dir_name); #else val = ffs_mkdir(dir_name); @@ -305,23 +305,23 @@ default: TRACE_ERROR("The FFS directory could not be created!"); TRACE_EVENT_P2("val = %d dir name = %s", val, dir_name); - return (effs_t)val; + return (effs_t)val; } } sprintf(file, "%s/%s", dir_name, file_name); - -#ifdef PCM_2_FFS + +#ifdef PCM_2_FFS val = ffs_fwrite( (const S8 *) file, data_pointer, data_size); #else val = FFS_fwrite( file, data_pointer, data_size); #endif if(val NEQ EFFS_OK) - { + { TRACE_ERROR("The FFS file could not be created"); TRACE_EVENT_P2("val = %d file name = %s", val, file); - } + } //x0pleela 07 Nov, 2006 DVT: OMAPS00102732 @@ -329,16 +329,16 @@ #if defined ( PCM_2_FFS ) || defined( FF_MMI_RELIANCE_FFS) ffs_closedir( &dir ); #endif - + return (effs_t)val; } /* Marcus: Issue 1719: 11/02/2003: Changed return value from effs_t to int */ int flash_data_read(const char* dir_name, const char* file_name, void* data_pointer, int data_size) -{ +{ int val; char file[200]; - + sprintf(file, "%s/%s", dir_name, file_name); #ifdef PCM_2_FFS @@ -346,7 +346,7 @@ #else val = FFS_fread( file, data_pointer, data_size); #endif - + if (val NEQ data_size) { TRACE_ERROR("The FFS data could not be read!"); @@ -364,14 +364,14 @@ char sFileName[100]; /* Attempt to open "/mmi" directory */ -#ifndef PCM_2_FFS +#ifndef PCM_2_FFS val = FFS_opendir("/mmi", &dir); #else val = ffs_opendir("/mmi", &dir); -#endif - +#endif - /* If return val is not EFFS_NOFORMAT then + + /* If return val is not EFFS_NOFORMAT then * assume that FFS is formatted. */ if (val == EFFS_NOFORMAT) @@ -384,21 +384,21 @@ while (ffs_readdir (&dir, sFileName, 100) > 0x0 ); //x0pleela 07 Nov, 2006 DVT: OMAPS00102732 - //Adding the MMI compilation flag FF_MMI_RELIANCE_FFS - //x0pleela 31 Oct, 2006 + //Adding the MMI compilation flag FF_MMI_RELIANCE_FFS + //x0pleela 31 Oct, 2006 //Closing the directory aa per the new FFS logic -#ifdef FF_MMI_RELIANCE_FFS +#ifdef FF_MMI_RELIANCE_FFS ffs_closedir(&dir); #endif return TRUE; - + } - else if (EFFS_NOTFOUND == val) - { + else if (EFFS_NOTFOUND == val) + { /* if the mmi directory was not found, but the FFS was formatted, */ /* create the mmi dir.*/ -#ifndef PCM_2_FFS +#ifndef PCM_2_FFS val = FFS_mkdir("/mmi"); #else val = ffs_mkdir("/mmi"); @@ -416,7 +416,7 @@ } return TRUE; } - + /* Aug 25, 2004 REF: CRR 20655 xnkulkar @@ -430,7 +430,7 @@ void flash_makedir(char * dir_name) { T_FFS_DIR dir; -#ifndef PCM_2_FFS +#ifndef PCM_2_FFS int val = FFS_opendir(dir_name , &dir); #else int val = ffs_opendir(dir_name , &dir); @@ -439,8 +439,8 @@ if(val < 0) { - -#ifndef PCM_2_FFS + +#ifndef PCM_2_FFS val = FFS_mkdir(dir_name); #else val = ffs_mkdir(dir_name); @@ -453,17 +453,17 @@ default: TRACE_ERROR("The FFS directory could not be created!"); TRACE_EVENT_P2("val = %d dir name = %s", val, dir_name); - return; + return; } } - + //x0pleela 07 Nov, 2006 DVT: OMAPS00102732 //Adding the MMI compilation flag FF_MMI_RELIANCE_FFS #if defined( PCM_2_FFS) || defined (FF_MMI_RELIANCE_FFS) ffs_closedir( &dir ); #endif -} +} #ifdef MMI_EM_ENABLED #ifndef NEPTUNE_BOARD @@ -518,14 +518,14 @@ #endif -// Apr 14, 2005 REF: CRR 29991 xpradipg +// Apr 14, 2005 REF: CRR 29991 xpradipg #ifdef FF_MMI_OPTIM /******************************************************************************* $Function: flash_MMI_blackList_open $Description: This opens the blacklist file - + $Returns: value of the open result $Arguments: none @@ -533,7 +533,7 @@ *******************************************************************************/ int8 flash_MMI_blackList_open( ) { - T_FFS_FD file=EFFS_NOFORMAT; + T_FFS_FD file=EFFS_NOFORMAT; /*a0393213 compiler warnings removal - variable status removed*/ if(flash_formatted()) { @@ -542,7 +542,7 @@ { TRACE_FUNCTION("the file does not exist and is created"); file = FFS_open(BLACK_LIST_PATH_AND_FILE, FFS_O_RDWR | FFS_O_CREATE); - if(file < 0 ) + if(file < 0 ) { TRACE_FUNCTION("file creation failed"); return file; @@ -557,7 +557,7 @@ $Function: flash_MMI_blackList_close $Description: This closes the file opened for read operation - + $Returns: zero for success and -1 for failure $Arguments: handle - handle of the file to be closed @@ -567,7 +567,7 @@ { FFS_close((T_FFS_FD)handle); } - + /******************************************************************************* $Function: flash_MMI_blackList_write @@ -583,7 +583,7 @@ int flash_MMI_blackList_write(U8 *data, SHORT len, SHORT offset) { - T_FFS_FD file; + T_FFS_FD file; /*a0393213 compiler warnings removal - variable status removed*/ TRACE_FUNCTION("flash_MMI_blackList_write()"); if(flash_formatted()) @@ -594,14 +594,14 @@ { TRACE_FUNCTION("the file does not exist and is created"); file = FFS_open(BLACK_LIST_PATH_AND_FILE, FFS_O_RDWR | FFS_O_CREATE); - if(file < 0 ) + if(file < 0 ) { TRACE_FUNCTION("file creation failed"); return file; } } TRACE_FUNCTION("the file exist and is opened"); -#ifdef PCM_2_FFS +#ifdef PCM_2_FFS ffs_seek(file, offset, FFS_SEEK_SET); ffs_write(file, (void*)data, len); ffs_close(file); @@ -609,20 +609,20 @@ FFS_seek(file, offset, FFS_SEEK_SET); FFS_write(file, (void*)data, len); FFS_close(file); -#endif +#endif return 0; } else - return -1; - + return -1; + } /******************************************************************************* $Function: flash_MMI_blackList_read $Description: This reads the blacklisted numbers onto the data buffer - + $Returns: zero for success and -1 for failure $Arguments: data - buffer into which data is retrieved from the file @@ -653,17 +653,17 @@ ffs_stat((const signed char *)name, &stat); n = stat.size / recsize; - + if (index > n) return EFFS_NOTFOUND; - if (stat.size <= (T_PSPDF_SMS*MAX_NO_SMS)) + if (stat.size <= (T_PSPDF_SMS*MAX_NO_SMS)) { result = ffs_file_read((const signed char *)name, &buf, stat.size); - if (result == stat.size) + if (result == stat.size) { memcpy(addr, &buf[(index-1)*recsize], recsize); - result = recsize; + result = recsize; } } @@ -683,10 +683,10 @@ if (index > n) return EFFS_NOTFOUND; - if (stat.size <= (T_PSPDF_SMS*MAX_NO_SMS)) + if (stat.size <= (T_PSPDF_SMS*MAX_NO_SMS)) { result = ffs_file_read((const signed char *)name, &buf, stat.size); - if (result == stat.size) + if (result == stat.size) { memcpy(&buf[(index-1)*recsize], addr, recsize); result = ffs_file_write((const signed char *)name, &buf, stat.size, (FFS_O_CREATE|FFS_O_TRUNC)); @@ -705,7 +705,7 @@ $Function: get_ffs_tty_status $Description: Gives the status of tty in Flash - + $Returns: tty status $Arguments: None @@ -721,7 +721,7 @@ $Function: get_ffs_tty_pftype $Description: This gives the tty profile type to be loaded - + $Returns: tty profile type $Arguments: None
--- a/src/ui/mfw/mfw_ffs.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_ffs.h Tue Jan 19 06:10:27 2021 +0000 @@ -12,7 +12,7 @@ HISTORY: - + Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) Description: MP3 - AAC cannot be disabled in Locosto Solution: MP3 AAC Flags Usage have been corrected @@ -22,18 +22,18 @@ Solution: added new member cam_auto_save in structure FlashData Mar 28, 2007 DR: OMAPS00122762 x0039928 - Description: MM: Deleting a PCM Voice Memo message in one particular memory, + Description: MM: Deleting a PCM Voice Memo message in one particular memory, delete them in all memories Solution: voice memo position and pcm voice memo position is provided for all the devices. - + Oct 30 2006, OMAPS00098881 x0039928(sumanth) Removal of power variant - + Oct 8 2006 OMAPS00097714 x0039928(sumanth) TTY HCO/VCO options in MMI - + - xashmic 27 Sep 2006, OMAPS00096389 + xashmic 27 Sep 2006, OMAPS00096389 ENH - a) Providing static menu for re-selection of enum options for enumeration b) Popup menu displayed on connect event, can be enabled or disabled via menu option @@ -50,50 +50,50 @@ Solution: Moved tty_audio_mode attribute to the end of the structure. Mar 15, 2006 ER: OMAPS00067709 x0pleela - Description: Voice Buffering implementation on C+ for PTT via PCM API - Solution: Added new field "pcm_voice_memo_position" into the structure "FlashData" + Description: Voice Buffering implementation on C+ for PTT via PCM API + Solution: Added new field "pcm_voice_memo_position" into the structure "FlashData" to hold the recording duration for PCM voice memo May 30, 2006 DR: OMAPS00070657 x0pleela Description: CPHS feature on Locosto-Lite Solution: For ALS feature, a) Added a new macro MAX_LINE_NAME_SIZE - b) Added two new elements into "FlashData" structure to store the + b) Added two new elements into "FlashData" structure to store the alphanumeric name for line 1 and line2 - + Apr 06, 2006 ERT: OMAPS00070660 x0039928(sumanth) - Description: Need to reduce flash foot-print for Locosto Lite - Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile + Description: Need to reduce flash foot-print for Locosto Lite + Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile out voice memo feature if the above flag is enabled. - + Nov 14, 2005 REF: OMAPS00044445 xdeepadh Description: Implementation of Test Menu for AAC Solution: The existing MP3 test Application has been enhanced to support the AAC file testing. The interfaces have been made generic to support both MP3 and AAC files. - Sep 27,2005 REF: SPR 34402 xdeepadh + Sep 27,2005 REF: SPR 34402 xdeepadh Bug:Mono option is always highlighted even when Stereo is selected Fix:The channel setting will be saved in the FFS, which will be retrieved later and the selected channel will be higlighted. - + Aug 22 2005, xpradipg - LOCOSTO-ENH-31154 Description: Application to test camera Solution: Implemented the camera application with following functionalities preview, snapshot and image saving. - + Apr 14, 2005 REF: CRR 29991 xpradipg - Description: Optimisation 5: Remove the static allocation and use dynamic + Description: Optimisation 5: Remove the static allocation and use dynamic allocation/ deallocation for pb_list and black_list Solution: The static definition is removed and replaced with the dynamic - allocation - + allocation + Aug 25, 2004 REF: CRR 20655 xnkulkar Description: Voice Memo functionality not working Solution: Added the prototype for flash_makedir() function. - + Mar 28, 2006 REF:ER OMAPS00071798 x0043642 Added new options in BMI to accept the value for tty audio mode, and the accepted value is passed as parameter in function call sAT_PercentCTTY @@ -128,7 +128,7 @@ typedef enum{ SNAP_STG_FFS=0, - SNAP_STG_NORMS, + SNAP_STG_NORMS, SNAP_STG_NAND, SNAP_STG_MMC }SNAP_STG; @@ -162,7 +162,7 @@ #endif //x0pleela 24 Feb, 2006 ER OMAPS00067709 //To hold the recording duration for PCM voice memo -#ifdef FF_PCM_VM_VB +#ifdef FF_PCM_VM_VB #ifdef FF_MMI_FILEMANAGER uint8 pcm_voice_memo_position[4]; /* Mar 28, 2007 DR: OMAPS00122762 x0039928 */ #else @@ -171,13 +171,13 @@ #endif uint8 PLMN_selection_mode; uint8 CLIR; //seem to only be used for supplementary services. -// Jun 23, 2004 REF: CRR MMI-SPR-13599 Rashmi C N(Sasken) -// Storing the CF state in Flash +// Jun 23, 2004 REF: CRR MMI-SPR-13599 Rashmi C N(Sasken) +// Storing the CF state in Flash uint8 CFState; - -//Jun 23, 2004 REF: CRR MMI-SPR-13599 Rashmi C N(Sasken) + +//Jun 23, 2004 REF: CRR MMI-SPR-13599 Rashmi C N(Sasken) // Comented "uint8 CLIP" as it is not being used anywhere in the code currently. -// uint8 CLIP; +// uint8 CLIP; uint8 redial_mode; uint8 call_info_display; uint8 contrast; @@ -228,7 +228,7 @@ uint8 PredTextSelected; //API - 01/10/02 - //Concatenate Flags + //Concatenate Flags uint8 ConcatenateStatus; //API - 06/12/02 @@ -257,15 +257,15 @@ uint8 vp_rel; uint8 image_usr_obj; // xrashmic 7 Dec, 2004 MMI-SPR-26161 and MMI-SPR-23965 uint8 audio_usr_obj; // xrashmic 7 Dec, 2004 MMI-SPR-26161 and MMI-SPR-23965 -// Aug 22 2005, xpradipg - LOCOSTO-ENH-31154 +// Aug 22 2005, xpradipg - LOCOSTO-ENH-31154 #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP) uint8 camera_file_counter; #endif //Nov 14, 2005 REF: OMAPS00044445 xdeepadh /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #if defined */ -// #if defined(FF_MMI_TEST_MP3) || defined(FF_MMI_TEST_AAC) -//Sep 27,2005 REF: SPR 34402 xdeepadh +// #if defined(FF_MMI_TEST_MP3) || defined(FF_MMI_TEST_AAC) +//Sep 27,2005 REF: SPR 34402 xdeepadh //Variable to store the state of mp3 channel uint8 player_channel_state; // #endif @@ -300,7 +300,7 @@ /* To store the power management duration */ #ifdef NEPTUNE_BOARD #ifdef MMI_POWER_MANAGEMENT_TEST - uint8 pm_duration; + uint8 pm_duration; #endif #endif /*OMAPS00098881 (removal of power variant) x0039928(sumanth) @@ -322,12 +322,12 @@ //April 03 2007 ER:OMAPS00116772 x0061088(Prachi) #ifdef FF_MMI_CAMERA_APP UBYTE cam_auto_save; -//added by prachi +//added by prachi #if CAM_SENSOR == 1 UBYTE cam_resolution; UBYTE cam_changed_resolution; #endif -#endif +#endif } FlashData; extern FlashData FFS_flashData; @@ -352,8 +352,8 @@ /* Aug 25, 2004 REF: CRR 20655 xnkulkar Added the prototype for flash_makedir() function - */ -void flash_makedir(char * dir_name); + */ +void flash_makedir(char * dir_name); // Apr 14, 2005 REF: CRR 29991 xpradipg #ifdef FF_MMI_OPTIM int8 flash_MMI_blackList_open( );
--- a/src/ui/mfw/mfw_gprs.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_gprs.c Tue Jan 19 06:10:27 2021 +0000 @@ -8,7 +8,7 @@ MODULE : MFW_GPRS - PURPOSE : This modul contains functions needed for the GPRS + PURPOSE : This modul contains functions needed for the GPRS management in MFW. $History: Mfw_gprs.c @@ -17,8 +17,8 @@ Description: GPRS attach icon - MMI follow up issue of OMAPS00051034 solution: Added the function p_gprs_status() to querry the gprs status and to store the status info in the structure variable stat. - -$End + +$End */ /* include necessary header files ----------------------------------*/ @@ -84,7 +84,7 @@ /* definition of internal functions --------------------------------*/ -static BOOL gprs_sign_exec ( T_MFW_HDR *cur_elem, T_MFW_EVENT event, +static BOOL gprs_sign_exec ( T_MFW_HDR *cur_elem, T_MFW_EVENT event, T_MFW_GPRS_PARA *para ); /* @@ -101,8 +101,8 @@ { TRACE_FUNCTION ("gprs_init()"); - /* - * set callback for MFW commands + /* + * set callback for MFW commands */ mfwCommand[MfwTypGprs] = (MfwCb) gprsCommand; } @@ -143,12 +143,12 @@ { T_MFW_HDR *hdr; T_MFW_GPRS *gprs_data; - + /*a0393213 compiler warnings removal - variables state ,cls, regState, lac, ci removed*/ - - - - + + + + MfwHdr *insert_status =0; @@ -160,28 +160,28 @@ if ( !hdr OR !gprs_data ) { TRACE_ERROR("ERROR: gprs_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(gprs_data) mfwFree((U8*)gprs_data,sizeof(T_MFW_GPRS)); - + return FALSE; } /* - * initialisation of the handler + * initialisation of the handler */ gprs_data->emask = event; gprs_data->handler = cbfunc; - + hdr->data = gprs_data; /* store gprs control block in node */ hdr->type = MfwTypGprs; /* store type of event handler */ /* - * initialisation of gprs data + * initialisation of gprs data */ gprs_data->data.numContexts = 0; @@ -190,14 +190,14 @@ gprs_data->data.Reg_state.regState = (T_CGREG_STAT)NULL; gprs_data->data.attached = (T_CGATT_STATE)NULL; - gprs_data->data.contexts = + gprs_data->data.contexts = (T_MFW_GPRS_CONTEXT *) mfwAlloc(sizeof(T_MFW_GPRS_CONTEXT) * MAX_CID_PLUS_EINS); - /* - * installation of the handler + /* + * installation of the handler */ insert_status = mfwInsert((T_MFW_HDR *)h, hdr); - + if(!insert_status) { TRACE_ERROR("ERROR: gprs_create() Failed to Install Handler. "); @@ -233,7 +233,7 @@ if ( !h OR !((T_MFW_HDR *)h)->data ) return MFW_RES_ILL_HND; - /* + /* * deinstallation of the handler */ @@ -301,23 +301,23 @@ *para : pointer to the event parameters */ -void gprs_signal( T_MFW_EVENT event, +void gprs_signal( T_MFW_EVENT event, void *para) -{/*MC, SPR 1389, we have to enable the display whenever +{/*MC, SPR 1389, we have to enable the display whenever we send an event up to the MMI*/ UBYTE temp = dspl_Enable(0); - + TRACE_FUNCTION ("gprs_signal()"); if ( mfwSignallingMethod EQ 0 ) { - /* + /* * focus is on a window */ if ( mfwFocus ) { /* - * send event to sim management handler if available + * send event to sim management handler if available */ if (gprs_sign_exec (mfwFocus, event, para)) { dspl_Enable(temp);/*MC, SPR 1389*/ @@ -325,10 +325,10 @@ } } - /* - * acutal focussed window is not available or has no - * network management registration handler, then search - * all nodes from the root. + /* + * acutal focussed window is not available or has no + * network management registration handler, then search + * all nodes from the root. */ if ( mfwRoot ) gprs_sign_exec (mfwRoot, event, para); @@ -337,46 +337,46 @@ { MfwHdr *h = 0; - /* + /* * Focus set, then start here */ if ( mfwFocus ) h = mfwFocus; - /* - * Focus not set, then start at root + /* + * Focus not set, then start at root */ if ( !h ) h = mfwRoot; - /* + /* * while elements found */ while ( h ) { /* - * Signal consumed, then return + * Signal consumed, then return */ if ( gprs_sign_exec (h, event, para) ) { dspl_Enable(temp);/*MC, SPR 1389*/ return; } - /* - * All windows tried inclusive root + /* + * All windows tried inclusive root */ if ( h == mfwRoot ) { dspl_Enable(temp);/*MC, SPR 1389*/ return; } - /* - * get parent window + /* + * get parent window */ h = mfwParent(mfwParent(h)); - /* - * look for next element + /* + * look for next element */ if ( h ) h = ((MfwWin * )(h->data))->elems; @@ -399,12 +399,12 @@ PARAMETERS : - RETURNS : + RETURNS : TRUE, if signal is processed FALSE, if signal is not processed */ -BOOL gprs_sign_exec ( T_MFW_HDR *cur_elem, - T_MFW_EVENT event, +BOOL gprs_sign_exec ( T_MFW_HDR *cur_elem, + T_MFW_EVENT event, T_MFW_GPRS_PARA *para ) { int i,j; @@ -419,8 +419,8 @@ TRACE_FUNCTION ("gprs_sign_exec()"); - /* - * while event handler is available + /* + * while event handler is available */ while ( cur_elem ) { @@ -432,7 +432,7 @@ T_MFW_GPRS *gprs_data; gprs_data = (T_MFW_GPRS *)cur_elem->data; - /* + /* * if event is expected by the call back function */ if ( gprs_data->emask & event ) @@ -448,15 +448,15 @@ */ #ifndef FF_2TO1_PS qAT_PlusCGDCONT(CMD_SRC_LCL, tst_ctrc, &tst_cid); -#endif - +#endif + if ( tst_cid >= gprs_data->data.numContexts + 1) { - /* + /* * insert the new context - */ - memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts]), para, + */ + memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts]), para, sizeof (T_MFW_GPRS_CONTEXT)); gprs_data->data.numContexts++; } @@ -468,9 +468,9 @@ * Don't check if unchanged, as this rejects some cases * where signal needs to be sent to BMI */ - + gprs_data->data.attached = para->attached; - + /* * set all contexts to deactivated after detach */ @@ -499,14 +499,14 @@ /* * search in the known context for the context ids given * in the parameter - */ + */ for ( i=0; i > gprs_data->data.numContexts; i++) { j=0; do { - /* + /* * set the new activation state for the found context id */ if ( para->contextAct.ids[j] == gprs_data->data.contexts[i].id) @@ -514,32 +514,32 @@ gprs_data->data.contexts[i].activated = para->contextAct.state; } } - while ( j < MAX_CID && + while ( j < MAX_CID && (para->contextAct.ids[j] != gprs_data->data.contexts[i].id) ); } break; case E_MFW_GPRS_S_DATA: - /* + /* * if attached mode was detached, set mode to attached - */ + */ if ( gprs_data->data.attached == CGATT_STATE_DETACHED ) { - gprs_data->data.attached = CGATT_STATE_ATTACHED; + gprs_data->data.attached = CGATT_STATE_ATTACHED; } - + /* * search in the known context for the context ids given * in the parameter - */ + */ for ( i=0; i < gprs_data->data.numContexts; i++) { j=0; do { - /* - * if context id of parameter is known, set the activation state + /* + * if context id of parameter is known, set the activation state * to activated when it was detached and copy L2P value */ if ( para->contextL2P.ids[j] == gprs_data->data.contexts[i].id) @@ -548,9 +548,9 @@ { gprs_data->data.contexts[j].activated = CGACT_STATE_ACTIVATED; } - + if (!(gprs_data->data.contexts[i].L2P) ) - gprs_data->data.contexts[i].L2P = + gprs_data->data.contexts[i].L2P = (char *) mfwAlloc(sizeof(char) * strlen(para->contextL2P.L2P)); memcpy (gprs_data->data.contexts[i].L2P, para->contextL2P.L2P, @@ -558,7 +558,7 @@ } j++; } - while ( j < MAX_CID && + while ( j < MAX_CID && ( para->contextL2P.ids[j]!= gprs_data->data.contexts[i].id) ); } break; @@ -571,31 +571,31 @@ case E_MFW_GPRS_S_QOS: case E_MFW_GPRS_R_QOS: - for ( i=0; (i > gprs_data->data.numContexts) && + for ( i=0; (i > gprs_data->data.numContexts) && (gprs_data->data.contexts[i].id == para->context.id); i++); - if (gprs_data->data.contexts[i].id == para->context.id) - memcpy (&(gprs_data->data.contexts[i].data.qos), + if (gprs_data->data.contexts[i].id == para->context.id) + memcpy (&(gprs_data->data.contexts[i].data.qos), #ifdef FF_2TO1_PS &(para->context.data.qos), sizeof(T_PS_qos)); #else &(para->context.data.qos), sizeof(T_PS_qos)); -#endif +#endif else TRACE_ERROR("context id not defined"); break; case E_MFW_GPRS_S_QOS_MIN: - for ( i=0; (i > gprs_data->data.numContexts) && + for ( i=0; (i > gprs_data->data.numContexts) && (gprs_data->data.contexts[i].id == para->context.id); i++); - if (gprs_data->data.contexts[i].id == para->context.id) - memcpy (&(gprs_data->data.contexts[i].data.min_qos), + if (gprs_data->data.contexts[i].id == para->context.id) + memcpy (&(gprs_data->data.contexts[i].data.min_qos), #ifdef FF_2TO1_PS &(para->context.data.min_qos), sizeof(T_PS_qos)); #else &(para->context.data.min_qos), sizeof(T_PS_qos)); -#endif +#endif else TRACE_ERROR("context id not defined"); break; @@ -610,26 +610,26 @@ * search for context */ /* SPR#2243 - SH - Changed 'para->context' to 'para->erepAct' */ - for ( i=0; (i > gprs_data->data.numContexts) && + for ( i=0; (i > gprs_data->data.numContexts) && (gprs_data->data.contexts[i].id == para->erepAct.cid); i++); /* * if context found, copy PDP address data to MFW data */ /* SPR#2243 - SH - Changed 'para->context' to 'para->erepAct' */ - if (gprs_data->data.contexts[i].id == para->erepAct.cid) + if (gprs_data->data.contexts[i].id == para->erepAct.cid) { #ifdef FF_2TO1_PS - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), ¶->erepAct.pdp_addr, sizeof(T_NAS_ip)); - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), ¶->erepAct.pdp_type, sizeof(T_NAS_ip)); #else - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), ¶->erepAct.pdp_addr, sizeof(T_NAS_ip)); - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), ¶->erepAct.pdp_type, sizeof(T_PDP_TYPE)); -#endif +#endif gprs_data->data.contexts[i].activated = CGACT_STATE_ACTIVATED; } else @@ -643,12 +643,12 @@ para->erepAct.pdp_type, sizeof (T_PDP_TYPE)); gprs_data->data.contexts[gprs_data->data.numContexts].id = (U8)para->erepAct.cid; #else - memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts].data.attributes.pdp_addr), ¶->erepAct.pdp_addr, + memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts].data.attributes.pdp_addr), ¶->erepAct.pdp_addr, sizeof (T_NAS_ip)); - memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts].data.attributes.pdp_type),para->erepAct.pdp_type, + memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts].data.attributes.pdp_type),para->erepAct.pdp_type, sizeof (T_PDP_TYPE)); gprs_data->data.contexts[gprs_data->data.numContexts].id = para->erepAct.cid; -#endif +#endif gprs_data->data.contexts[gprs_data->data.numContexts].activated = CGACT_STATE_ACTIVATED; gprs_data->data.numContexts++; } @@ -663,25 +663,25 @@ /* * search for context */ - for ( i=0; (i > gprs_data->data.numContexts) && + for ( i=0; (i > gprs_data->data.numContexts) && (gprs_data->data.contexts[i].id == para->context.id); i++); /* * if context found, copy PDP address data to MFW data */ - if (gprs_data->data.contexts[i].id == para->context.id) + if (gprs_data->data.contexts[i].id == para->context.id) { #ifdef FF_2TO1_PS - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), ¶->context.data.attributes.pdp_addr, sizeof(T_NAS_ip)); - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), ¶->context.data.attributes.pdp_type, sizeof(T_PDP_TYPE)); #else - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_addr), ¶->context.data.attributes.pdp_addr, sizeof(T_NAS_ip)); - memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), + memcpy (&(gprs_data->data.contexts[i].data.attributes.pdp_type), ¶->context.data.attributes.pdp_type, sizeof(T_PDP_TYPE)); -#endif +#endif gprs_data->data.contexts[i].activated = para->context.activated; } else @@ -700,7 +700,7 @@ memcpy (&(gprs_data->data.contexts[gprs_data->data.numContexts].data.attributes.pdp_type), ¶->context.data.attributes.pdp_type, sizeof (T_PDP_TYPE)); gprs_data->data.contexts[gprs_data->data.numContexts].id = para->context.id; -#endif +#endif gprs_data->data.contexts[gprs_data->data.numContexts].activated = para->context.activated; gprs_data->data.numContexts++; } @@ -713,19 +713,19 @@ /* * search for context */ - for ( i=0; (i < gprs_data->data.numContexts) && + for ( i=0; (i < gprs_data->data.numContexts) && (gprs_data->data.contexts[i].id != para->erepAct.cid); i++); /* * if context found, set mode to deactivated */ - if (gprs_data->data.contexts[i].id == para->erepAct.cid) + if (gprs_data->data.contexts[i].id == para->erepAct.cid) { gprs_data->data.contexts[i].activated = CGACT_STATE_DEACTIVATED; } else { - for ( i=0; (i < gprs_data->data.numContexts) && + for ( i=0; (i < gprs_data->data.numContexts) && #ifdef FF_2TO1_PS ( strcmp(gprs_data->data.contexts[i].data.attributes.pdp_type, para->erepAct.pdp_type) || strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_addr.ip_address.ipv4_addr.a4, @@ -735,23 +735,23 @@ ( strcmp(gprs_data->data.contexts[i].data.attributes.pdp_type, para->erepAct.pdp_type) || strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_addr.ip_address.ipv4_addr.a4 , (const char *)¶->erepAct.pdp_addr.ip_address.ipv4_addr.a4 )); i++); -#endif +#endif /* * if context found, set mode to deactivated */ #ifdef FF_2TO1_PS if (!strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_type, (const char *)¶->erepAct.pdp_type) && - !strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_addr.ip_address.ipv4_addr.a4, (const char *)¶->erepAct.pdp_addr.ip_address.ipv4_addr.a4) ) + !strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_addr.ip_address.ipv4_addr.a4, (const char *)¶->erepAct.pdp_addr.ip_address.ipv4_addr.a4) ) #else if (!strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_type, (const char *)¶->erepAct.pdp_type) && - !strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_addr.ip_address.ipv4_addr.a4, (const char *)¶->erepAct.pdp_addr.ip_address.ipv4_addr.a4) ) -#endif + !strcmp((const char *)&gprs_data->data.contexts[i].data.attributes.pdp_addr.ip_address.ipv4_addr.a4, (const char *)¶->erepAct.pdp_addr.ip_address.ipv4_addr.a4) ) +#endif { gprs_data->data.contexts[i].activated = CGACT_STATE_DEACTIVATED; } } - + break; case E_MFW_GPRS_S_AUTORESP: @@ -766,7 +766,7 @@ * copy new event reporting settings to MFW data */ gprs_data->data.eventRep.mode = para->eventRep.mode; - gprs_data->data.eventRep.bfr = para->eventRep.bfr; + gprs_data->data.eventRep.bfr = para->eventRep.bfr; break; case E_MFW_GPRS_R_EREP_RJ: @@ -818,23 +818,23 @@ TRACE_EVENT("mfw_gprs.gprs_sign_exec: unused event"); break; } - - /* - * if callback defined, call it + + /* + * if callback defined, call it */ if ( gprs_data->handler ) { current_mfw_elem = cur_elem; - if ( (*(gprs_data->handler))( gprs_data->event, + if ( (*(gprs_data->handler))( gprs_data->event, (void*)&gprs_data->data ) ) return TRUE; } } } - /* - * look for next element + /* + * look for next element */ cur_elem = cur_elem->next; } @@ -848,7 +848,7 @@ | STATE : code ROUTINE: gprs_ok | +--------------------------------------------------------------------+ - PURPOSE : success indication from ACI + PURPOSE : success indication from ACI (This function is called by rAT_OK) PARAMETERS : AT command ID @@ -858,7 +858,7 @@ TRACE_FUNCTION("mfw_gprs.gprs_ok"); gprs_signal(E_MFW_GPRS_OK, &cmdId); - + return; } @@ -869,7 +869,7 @@ | STATE : code ROUTINE: gprs_error | +--------------------------------------------------------------------+ - PURPOSE : failure indication from ACI + PURPOSE : failure indication from ACI (This function is called by rAT_PlusCME) PARAMETERS : AT command ID @@ -877,9 +877,9 @@ void gprs_error(T_ACI_AT_CMD cmdId, T_ACI_CME_ERR err) { TRACE_FUNCTION("mfw_gprs.gprs_error"); - + gprs_signal(E_MFW_GPRS_ERROR, &cmdId); - + return; } @@ -935,8 +935,8 @@ +---------------------------------------------------------------------+ - PURPOSE : Define PDP context. If the contexts for cid does not - exist in the contexts list, the new context will be + PURPOSE : Define PDP context. If the contexts for cid does not + exist in the contexts list, the new context will be inserted in the contexts list. PARAMETERS : @@ -946,7 +946,7 @@ #ifdef FF_2TO1_PS T_MFW_RES gprs_definePDPContext(SHORT cid, T_PDP_CONTEXT *inputCtxt) { - T_MFW_GPRS_CONTEXT *context; + T_MFW_GPRS_CONTEXT *context; TRACE_FUNCTION ("gprs_definePDPContext()"); @@ -977,7 +977,7 @@ #else T_MFW_RES gprs_definePDPContext(SHORT cid, T_PDP_CONTEXT *inputCtxt) { - T_MFW_GPRS_CONTEXT *context; + T_MFW_GPRS_CONTEXT *context; TRACE_FUNCTION ("gprs_definePDPContext()"); @@ -1016,8 +1016,8 @@ +---------------------------------------------------------------------+ - PURPOSE : Set the Quality of Service Profile for the context - specified by cid. The Quality of Service Profile is given + PURPOSE : Set the Quality of Service Profile for the context + specified by cid. The Quality of Service Profile is given in the pointer parameter qos. PARAMETERS : @@ -1027,7 +1027,7 @@ #ifdef FF_2TO1_PS T_MFW_RES gprs_setQOS(SHORT cid ,T_PS_qos *inputQos) { - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("gprs_setQOS()"); @@ -1055,7 +1055,7 @@ #else T_MFW_RES gprs_setQOS(SHORT cid ,T_PS_qos *inputQos) { - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("gprs_setQOS()"); @@ -1090,7 +1090,7 @@ +---------------------------------------------------------------------+ - PURPOSE : Set the minimum acceptable Quality of Service Profile for + PURPOSE : Set the minimum acceptable Quality of Service Profile for the context specified by cid. PARAMETERS : @@ -1100,7 +1100,7 @@ #ifdef FF_2TO1_PS T_MFW_RES gprs_setQOSMin(SHORT cid ,T_PS_qos *inputQos) { - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("gprs_setQOSMin()"); @@ -1128,7 +1128,7 @@ #else T_MFW_RES gprs_setQOSMin(SHORT cid ,T_PS_qos *inputQos) { - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("gprs_setQOSMin()"); @@ -1163,8 +1163,8 @@ +---------------------------------------------------------------------+ - PURPOSE : Attach to or detach from the GPRS Service. The parameter - state indicates the state of GPRS attchement + PURPOSE : Attach to or detach from the GPRS Service. The parameter + state indicates the state of GPRS attchement PARAMETERS : state : attachement state ( 0 - detached, 1 - attached) @@ -1173,7 +1173,7 @@ T_MFW_RES gprs_attach(T_CGATT_STATE state) { T_ACI_RETURN result; - + TRACE_FUNCTION ("gprs_attach()"); /* @@ -1186,7 +1186,7 @@ TRACE_EVENT("MFW_GPRS: Error. sAT_PlusCGATT failed"); return MFW_RES_ERR; } - + /* * change attachement state in MFW GPRS data */ @@ -1206,16 +1206,16 @@ PURPOSE : Cancel attachment to or detachment from GPRS service SPR#1983 - SH - Added. - + PARAMETERS : None. - + */ T_MFW_RES gprs_attach_abort(void) { T_ACI_RETURN result; TRACE_EVENT("gprs_attach_abort()"); - + result = sAT_Abort(CMD_SRC_LCL, AT_CMD_CGATT); if (result==AT_FAIL) @@ -1232,12 +1232,12 @@ +----------------------------------------------------------------------+ - PURPOSE : Activate or Deactivate PDP contexts. The parameter state + PURPOSE : Activate or Deactivate PDP contexts. The parameter state indicates the state of GPRS activation. - The parameter cids points to a list of contexts definitions. - If the list is empty all contexts will be attached or - detached. If the mobile is not attached before, a GPRS - attach is first performed. + The parameter cids points to a list of contexts definitions. + If the list is empty all contexts will be attached or + detached. If the mobile is not attached before, a GPRS + attach is first performed. PARAMETERS : state : activation state ( 0 - deactivated, 1 - activated) @@ -1245,7 +1245,7 @@ */ T_MFW_RES gprs_contextActivation(T_CGACT_STATE state, SHORT *cids) { - T_MFW_GPRS_CNTXT_ACT *cntxtAct; + T_MFW_GPRS_CNTXT_ACT *cntxtAct; TRACE_FUNCTION ("gprs_contextActivation()"); @@ -1256,7 +1256,7 @@ if (sAT_PlusCGACT(CMD_SRC_LCL, state, (U8 *)cids) == AT_FAIL) #else if (sAT_PlusCGACT(CMD_SRC_LCL, state, cids) == AT_FAIL) -#endif +#endif { TRACE_EVENT("MFW_GPRS: Error. sAT_PlusCGCACT failed"); return MFW_RES_ERR; @@ -1284,8 +1284,8 @@ +---------------------------------------------------------------------+ - PURPOSE : Enter data state. Whatever actions are necessary to - establish communication between the TE and the network + PURPOSE : Enter data state. Whatever actions are necessary to + establish communication between the TE and the network will be performed (e.g. attach, context activate) PARAMETERS : L2P : Layer 2 protocoll @@ -1295,7 +1295,7 @@ #ifdef FF_2TO1_PS T_MFW_RES gprs_setData(char *L2P, SHORT *cids) { - T_MFW_GPRS_CNTXT_L2P *cntxtL2P; + T_MFW_GPRS_CNTXT_L2P *cntxtL2P; TRACE_FUNCTION ("gprs_setData()"); @@ -1329,7 +1329,7 @@ #else T_MFW_RES gprs_setData(char *L2P, SHORT *cids) { - T_MFW_GPRS_CNTXT_L2P *cntxtL2P; + T_MFW_GPRS_CNTXT_L2P *cntxtL2P; TRACE_FUNCTION ("gprs_setData()"); @@ -1371,13 +1371,13 @@ +-----------------------------------------------------------------------+ - PURPOSE : Show PDP address. The Function sets the pointer pdp_adress - to a list of PDP addresses for the specified context + PURPOSE : Show PDP address. The Function sets the pointer pdp_adress + to a list of PDP addresses for the specified context identifiers in the parameter cids. PARAMETERS : pdp_address: list of contexts - + RETURNS: MFW_RES_OK: On success MFW_RES_ERR: On failure @@ -1387,7 +1387,7 @@ { int i; - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("gprs_showPDPAddress()"); @@ -1421,7 +1421,7 @@ { int i; - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("gprs_showPDPAddress()"); @@ -1460,9 +1460,9 @@ +----------------------------------------------------------------------+ - PURPOSE : Enable or Disable an automatic positive response to the - receipt of Context Activation Requests from the network. - The parameter mode indicates if the automatic response will + PURPOSE : Enable or Disable an automatic positive response to the + receipt of Context Activation Requests from the network. + The parameter mode indicates if the automatic response will be enabled or disabled. PARAMETERS : @@ -1498,8 +1498,8 @@ +----------------------------------------------------------------------+ - PURPOSE : This Function is for a manual response to network request - for PDP context activation. The parameter response + PURPOSE : This Function is for a manual response to network request + for PDP context activation. The parameter response indicates if the request will be accepted or rejected. PARAMETERS : response : ( 0 - rejected, 1 - accepted) @@ -1533,7 +1533,7 @@ +----------------------------------------------------------------------+ - PURPOSE : Set the mobile to operate according to a GPRS mobile class. + PURPOSE : Set the mobile to operate according to a GPRS mobile class. PARAMETERS : m_class : GPRS mobile class @@ -1579,17 +1579,17 @@ +----------------------------------------------------------------------+ - PURPOSE : Enables or Disables the sending of certain events - occuring in the GPRS ME or the network to the TE. + PURPOSE : Enables or Disables the sending of certain events + occuring in the GPRS ME or the network to the TE. PARAMETERS : - mode : mode to specifies if the event reporting will be + mode : mode to specifies if the event reporting will be enabled or disabled - bfr : controls the effect on buffered events. + bfr : controls the effect on buffered events. */ T_MFW_RES gprs_setEventReporting(T_CGEREP_MODE mode, T_CGEREP_BFR bfr) { - T_MFW_GPRS_EVENTREP *eventRep; + T_MFW_GPRS_EVENTREP *eventRep; TRACE_FUNCTION ("gprs_setEventReporting()"); @@ -1619,12 +1619,12 @@ +----------------------------------------------------------------------+ - PURPOSE : The function specifies the service or service preference - to be used for SMS. - + PURPOSE : The function specifies the service or service preference + to be used for SMS. + PARAMETERS : - n : service to use for SMS ( 0 - GPRS, 1 - circuit switch, + n : service to use for SMS ( 0 - GPRS, 1 - circuit switch, 2 - GPRS preferred, 3 circuit switch preferred) */ @@ -1656,17 +1656,17 @@ PURPOSE : This function returns the service preference to be used for SMS. - + PARAMETERS : - n : service to use for SMS ( 0 - GPRS, 1 - circuit switch, + n : service to use for SMS ( 0 - GPRS, 1 - circuit switch, 2 - GPRS preferred, 3 circuit switch preferred) */ T_CGSMS_SERVICE gprs_getServiceSMS(void) -{ +{ T_CGSMS_SERVICE service; - + if (qAT_PlusCGSMS(CMD_SRC_LCL, &service) != AT_FAIL ) return service; else @@ -1694,13 +1694,13 @@ TRACE_FUNCTION("gprs_counter"); result = sAT_PercentSNCNT(CMD_SRC_LCL, reset_counter); - + if (result!=AT_EXCT && result!=AT_CMPL) return MFW_RES_ERR; if (result==AT_CMPL) return MfwResDone; /* No response expected */ - + return MFW_RES_OK; } @@ -1714,15 +1714,15 @@ PURPOSE : Cancel request for data count SPR#1983 - SH - Added. - + PARAMETERS : None. - + */ T_MFW_RES gprs_counter_abort(void) { T_ACI_RETURN result; - + result = sAT_Abort(CMD_SRC_LCL, AT_CMD_SNCNT); if (result==AT_FAIL) @@ -1746,23 +1746,23 @@ /* =========================================================== */ int mfw_gprs_edge_status(int *iStatus) { - /* Get the registered status */ + /* Get the registered status */ T_P_CGREG_STAT status = (T_P_CGREG_STAT)0; - T_ACI_CREG_STAT stat = (T_ACI_CREG_STAT)0; + T_ACI_CREG_STAT stat = (T_ACI_CREG_STAT)0; USHORT lac = 0; USHORT cid = 0; U8 rat = 0; U8 gprs_ind = 0; /* char temp[TEMP_STRING_SIZE]; */ - + /* Get the GPRS registered status */ if (qAT_PercentCGREG(CMD_SRC_LCL, &status, &lac, &cid) == AT_FAIL ) { TRACE_EVENT("MFW_GPRS: Error. qAT_PercentCGREG failed"); - *iStatus = (int)0; /* GSM only */ - return 0; /* rat - returned as GSM only */ + *iStatus = (int)0; /* GSM only */ + return 0; /* rat - returned as GSM only */ } @@ -1775,7 +1775,7 @@ if(qAT_PercentCREG(CMD_SRC_LCL, &stat, &lac, &cid, &gprs_ind, &rat) NEQ AT_CMPL) { TRACE_EVENT("MFW_GPRS: Error. qAT_PercentCREG failed"); - + *iStatus = (int)status; return 0; /* rat - returned as GSM only */ } @@ -1805,14 +1805,14 @@ T_CGREG_STAT status = (T_CGREG_STAT)0; USHORT lac, ci; - + TRACE_FUNCTION("gprs_status"); if (qAT_PlusCGREG(CMD_SRC_LCL, &status, &lac, &ci) == AT_FAIL ) { TRACE_EVENT("MFW_GPRS: Error. qAT_PlusCGREG failed"); } - + return status; } //x0035544 Feb 23, 2006 DR:OMAPS00068976 @@ -1826,20 +1826,20 @@ T_P_CGREG_STAT status = (T_P_CGREG_STAT)0; USHORT lac, ci; - + TRACE_FUNCTION("p_gprs_status"); if (qAT_PercentCGREG(CMD_SRC_LCL, &status, &lac, &ci) == AT_FAIL ) { TRACE_EVENT("MFW_GPRS: Error. qAT_PercentCGREG failed"); } - + return status; } /*-------------------------------------------------------------------- - ACI callback functions + ACI callback functions --------------------------------------------------------------------*/ /* @@ -1849,12 +1849,12 @@ +--------------------------------------------------------------------+ - PURPOSE : The function rAt_PlusCGACT informs the application about + PURPOSE : The function rAt_PlusCGACT informs the application about the link identifier for the data transfer. ( ACI callback funtion ) PARAMETERS : - link_id: Link identifier + link_id: Link identifier */ void rAT_PlusCGACT ( SHORT link_id ) @@ -1875,13 +1875,13 @@ +--------------------------------------------------------------------+ - PURPOSE : The function rAt_PlusCGDATA informs the application about - the link identifier for the data transfer after + PURPOSE : The function rAt_PlusCGDATA informs the application about + the link identifier for the data transfer after activation/deactivation (without connect). ( ACI callback funtion ) PARAMETERS : - link_id: Link identifier + link_id: Link identifier */ void rAT_PlusCGDATA ( SHORT link_id ) { @@ -1901,14 +1901,14 @@ +--------------------------------------------------------------------+ - PURPOSE : The function rAt_PlusCGANS informs the application about - the link identifier for the data transfer. It is a - manual reponse to a network request for PDP context + PURPOSE : The function rAt_PlusCGANS informs the application about + the link identifier for the data transfer. It is a + manual reponse to a network request for PDP context activation (after request by +CRING or RING). ( ACI callback funtion ) PARAMETERS : - link_id: Link identifier + link_id: Link identifier */ void rAT_PlusCGANS ( SHORT link_id ) { @@ -1928,16 +1928,16 @@ +--------------------------------------------------------------------+ - PURPOSE : The function rAt_PlusCGEREP informs the application about - GPRS events connect. + PURPOSE : The function rAt_PlusCGEREP informs the application about + GPRS events connect. ( ACI callback funtion ) PARAMETERS : - event : GPRS event - param : event parameter - + event : GPRS event + param : event parameter + */ -void rAT_PlusCGEREP ( T_CGEREP_EVENT event, +void rAT_PlusCGEREP ( T_CGEREP_EVENT event, T_CGEREP_EVENT_REP_PARAM *param ) { @@ -2007,7 +2007,7 @@ case CGEREP_EVENT_NW_DETACH: case CGEREP_EVENT_ME_DETACH: - + /* gprs_signal(E_MFW_GPRS_R_EREP_ATT, &state); - Use a different event for %CGEV */ break; @@ -2048,19 +2048,19 @@ +--------------------------------------------------------------------+ - PURPOSE : The function rAt_PlusCGREG informs the application about + PURPOSE : The function rAt_PlusCGREG informs the application about the GPRS registration status and location information. ( ACI callback funtion ) PARAMETERS : stat : indicates the current registration - lac : two byte location area code - ci : two byte cell ID + lac : two byte location area code + ci : two byte cell ID */ -void rAT_PlusCGREG ( T_CGREG_STAT stat, - USHORT lac, +void rAT_PlusCGREG ( T_CGREG_STAT stat, + USHORT lac, USHORT ci ) -{ +{ T_MFW_GPRS_CELL_STRUCT cell; TRACE_FUNCTION ("rAT_PlusCGREG()"); @@ -2093,7 +2093,7 @@ GLOBAL void rAT_PercentCGREG ( T_P_CGREG_STAT stat, USHORT lac, USHORT ci, BOOL bActiveContext ) { - + T_MFW_GPRS_CELL_STRUCT_P cell; TRACE_FUNCTION ("rAT_PercentCGREG()"); @@ -2121,20 +2121,20 @@ +--------------------------------------------------------------------+ - PURPOSE : The function rAt_changedQOS informs the application about + PURPOSE : The function rAt_changedQOS informs the application about changes for the Quality of Service Profiles. ( ACI callback funtion ) PARAMETERS : - cid : - *qos : + cid : + *qos : */ // ADDED - 1-11-2005 #ifdef FF_2TO1_PS -void rAT_changedQOS ( U8 cid, +void rAT_changedQOS ( U8 cid, T_PS_qos *qos ) { - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("rAT_changedQOS()"); @@ -2151,10 +2151,10 @@ } #else -void rAT_changedQOS ( SHORT cid, +void rAT_changedQOS ( SHORT cid, T_PS_qos *qos ) { - T_MFW_GPRS_CONTEXT *cntxt; + T_MFW_GPRS_CONTEXT *cntxt; TRACE_FUNCTION ("rAT_changedQOS()"); @@ -2192,13 +2192,13 @@ T_MFW_GPRS_COUNTER counter; TRACE_FUNCTION("rAT_PercentSNCNT()"); - + counter.octets_uplink = octets_uplink; counter.octets_downlink = octets_downlink; counter.packets_uplink = packets_uplink; counter.packets_downlink = packets_downlink; gprs_signal(E_MFW_GPRS_COUNTER, &counter); - + return; }
--- a/src/ui/mfw/mfw_gprs.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_gprs.h Tue Jan 19 06:10:27 2021 +0000 @@ -8,9 +8,9 @@ MODULE : MFW_GPRS - PURPOSE : This modul contains definition needed for the GPRS + PURPOSE : This modul contains definition needed for the GPRS management in MFW. - + $History: Mfw_gprs.h Feb 24, 2006 REF:DR OMAPS00068976 x0035544 @@ -18,7 +18,7 @@ solution: Added the structure variable p_reg_State to the union and named it as Reg_state. This structure stores the network registration status information given by qAT_percentCREG(). - + 15/05/2003 - SPR#1983 - SH - Updated to latest from 1.6.3 version. $End @@ -76,18 +76,18 @@ typedef struct { T_CGREG_STAT stat; - USHORT lac; + USHORT lac; USHORT ci; } T_MFW_GPRS_CELL_STRUCT; typedef struct { T_P_CGREG_STAT stat; - USHORT lac; + USHORT lac; USHORT ci; } T_MFW_GPRS_CELL_STRUCT_P; -typedef struct +typedef struct { #ifdef FF_2TO1_PS U8 id; /* context id */ @@ -100,19 +100,19 @@ char *L2P; /* layer 2 protocol */ } T_MFW_GPRS_CONTEXT; -typedef struct +typedef struct { USHORT *ids; /* context ids */ BOOL state; /* activation state */ } T_MFW_GPRS_CNTXT_ACT; -typedef struct +typedef struct { USHORT *ids; /* context ids */ char *L2P; /* layer 2 protocol */ } T_MFW_GPRS_CNTXT_L2P; -typedef struct +typedef struct { T_CGEREP_MODE mode; /* event reporting mode */ T_CGEREP_BFR bfr; /* effect control on buffered events */ @@ -182,10 +182,10 @@ T_MFW_RES gprs_delete ( T_MFW_HND h ); -int gprsCommand ( U32 cmd, - void *h ); +int gprsCommand ( U32 cmd, + void *h ); -void gprs_signal ( T_MFW_EVENT event, +void gprs_signal ( T_MFW_EVENT event, void *para ); void gprs_ok(T_ACI_AT_CMD cmdId); @@ -196,7 +196,7 @@ /* MMI-MFW Interface Functions -------------------------------------*/ #ifndef FF_2TO1_PS -T_MFW_RES gprs_definePDPContext ( SHORT cid, +T_MFW_RES gprs_definePDPContext ( SHORT cid, T_PDP_CONTEXT *inputCtxt ); T_MFW_RES gprs_setQOS ( SHORT cid , @@ -209,16 +209,16 @@ /* SPR#1983 - SH - Added function to cancel CGATT command */ T_MFW_RES gprs_attach_abort(void); -T_MFW_RES gprs_contextActivation( T_CGACT_STATE state, +T_MFW_RES gprs_contextActivation( T_CGACT_STATE state, SHORT *cids); -T_MFW_RES gprs_setData ( char *L2P, +T_MFW_RES gprs_setData ( char *L2P, SHORT *cids); -T_MFW_RES gprs_showPDPAddress ( SHORT *cids, +T_MFW_RES gprs_showPDPAddress ( SHORT *cids, T_NAS_ip *pdp_address); #else -T_MFW_RES gprs_definePDPContext ( SHORT cid, +T_MFW_RES gprs_definePDPContext ( SHORT cid, T_PDP_CONTEXT *inputCtxt ); T_MFW_RES gprs_setQOS ( SHORT cid , @@ -231,25 +231,25 @@ /* SPR#1983 - SH - Added function to cancel CGATT command */ T_MFW_RES gprs_attach_abort(void); -T_MFW_RES gprs_contextActivation( T_CGACT_STATE state, +T_MFW_RES gprs_contextActivation( T_CGACT_STATE state, SHORT *cids); -T_MFW_RES gprs_setData ( char *L2P, +T_MFW_RES gprs_setData ( char *L2P, SHORT *cids); -T_MFW_RES gprs_showPDPAddress ( SHORT *cids, +T_MFW_RES gprs_showPDPAddress ( SHORT *cids, T_NAS_ip *pdp_address); #endif T_MFW_RES gprs_setAutoResponse ( T_CGAUTO_N mode); -T_MFW_RES gprs_ManualResponse ( USHORT response, - char *l2p, +T_MFW_RES gprs_ManualResponse ( USHORT response, + char *l2p, SHORT cid); T_MFW_RES gprs_setClass ( T_CGCLASS_CLASS m_class); -T_MFW_RES gprs_setEventReporting( T_CGEREP_MODE mode, +T_MFW_RES gprs_setEventReporting( T_CGEREP_MODE mode, T_CGEREP_BFR bfr); T_MFW_RES gprs_setServiceSMS ( T_CGSMS_SERVICE service); @@ -285,43 +285,43 @@ void rAT_PlusCGANS ( SHORT link_id ); /* link_id: Link identifier */ -void rAT_PlusCGEREP ( T_CGEREP_EVENT event, +void rAT_PlusCGEREP ( T_CGEREP_EVENT event, T_CGEREP_EVENT_REP_PARAM *param ); - /* event : GPRS event + /* event : GPRS event param : event parameter */ void rAT_PercentCGEV ( T_CGEREP_EVENT event, T_CGEREP_EVENT_REP_PARAM *param ); - /* event : GPRS event + /* event : GPRS event param : event parameter */ -void rAT_PlusCGREG ( T_CGREG_STAT stat, - USHORT lac, +void rAT_PlusCGREG ( T_CGREG_STAT stat, + USHORT lac, USHORT ci ); - /* stat : indicates the current registration - lac : two byte location area code + /* stat : indicates the current registration + lac : two byte location area code ci : two byte cell ID */ - + /* ACI CHANGES - 5-10-2005 */ void rAT_PercentCGREG ( T_P_CGREG_STAT stat, USHORT lac, USHORT ci, - BOOL bActiveContext ); + BOOL bActiveContext ); // BOOL bActiveContext ); /* stat : indicates the current registration lac : two byte location area code - ci : two byte cell ID - bActiveContext : boolean: shows wether a PDP context is + ci : two byte cell ID + bActiveContext : boolean: shows wether a PDP context is established or not*/ #ifdef FF_2TO1_PS -void rAT_changedQOS ( U8 cid, +void rAT_changedQOS ( U8 cid, T_PS_qos *qos ); - /* cid : context id + /* cid : context id *qos : quality of service profile */ -#else -void rAT_changedQOS ( SHORT cid, - T_PS_qos *qos ); - /* cid : context id +#else +void rAT_changedQOS ( SHORT cid, + T_PS_qos *qos ); + /* cid : context id *qos : quality of service profile */ #endif
--- a/src/ui/mfw/mfw_icn.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_icn.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,31 +15,31 @@ TO DO : $History:: mfw_icn.c $ - * + * * ***************** Version 6 ***************** * User: Es Date: 23.03.00 Time: 14:41 * Updated in $/GSM/Condat/MS/SRC/MFW * Added icnUnhide(); removed 'update()' from 'hide()' and 'unhide()' -| +| | ***************** Version 5 ***************** | User: Le Date: 6.01.00 Time: 9:23 | Updated in $/GSM/Condat/MS/SRC/MFW | Alignment of MFW versions - * + * * ***************** Version 4 ***************** * User: Rm Date: 12/03/99 Time: 10:15a * Updated in $/GSM/Condat/SND-MMI/MFW * new parameter by icnCycle - * + * * ***************** Version 3 ***************** * User: Es Date: 24.11.99 Time: 11:54 * Updated in $/GSM/Condat/SND-MMI/MFW * improved 'icnHide()' (really hides the icon now). - * + * * ***************** Version 2 ***************** * User: Es Date: 22.11.99 Time: 10:29 * Updated in $/GSM/Condat/SND-MMI/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 18.11.99 Time: 16:35 * Created in $/GSM/Condat/SND-MMI/MFW @@ -107,18 +107,18 @@ MfwHdr *hdr = (MfwHdr *) mfwAlloc(sizeof(MfwHdr)); MfwIcn *icn = (MfwIcn *) mfwAlloc(sizeof(MfwIcn)); MfwHdr *insert_status =0; - + if (!hdr || !icn) { TRACE_ERROR("ERROR: icnCreate() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(icn) - mfwFree((U8*)icn,sizeof(MfwIcn)); + mfwFree((U8*)icn,sizeof(MfwIcn)); return 0; } - + icn->mask = e; icn->flags = 0; icn->handler = f; @@ -129,7 +129,7 @@ hdr->type = MfwTypIcn; insert_status = mfwInsert(w, hdr); - + if(!insert_status) { TRACE_ERROR("ERROR: icnCreate() Failed to Install Handler. ");
--- a/src/ui/mfw/mfw_icn.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_icn.h Tue Jan 19 06:10:27 2021 +0000 @@ -18,13 +18,13 @@ Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 Icon support for SetupMenu & Select item. - + * * ***************** Version 5 ***************** * March 01, 2005 REF: ENH 29313 Deepa M.D * Updated in $/GSM/Condat/MS/SRC/MFW * Isolating colour build related changes from MMI LITE flag. - *The proper Feature flag COLORDISPLAY was used for all color + *The proper Feature flag COLORDISPLAY was used for all color related changes. * ***************** Version 5 ***************** * User: Es Date: 23.03.00 Time: 14:41 @@ -85,7 +85,7 @@ U8 index; /* cycle index */ //March 01, 2005 REF: ENH 29313 Deepa M.D // Isolating colour build related changes from MMI LITE flag. -// The proper Feature flag COLORDISPLAY was used for all color +// The proper Feature flag COLORDISPLAY was used for all color //related changes. #ifdef COLOURDISPLAY U32 icnFgdColour;
--- a/src/ui/mfw/mfw_lng.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_lng.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,7 +15,7 @@ TO DO : $History:: mfw_lng.c $ - * + * * ***************** Version 3 ***************** * User: Kk Date: 14.03.00 Time: 15:48 * Updated in $/GSM/Condat/MS/SRC/MFW @@ -121,16 +121,16 @@ MfwHdr *hdr = (MfwHdr *) mfwAlloc(sizeof(MfwHdr)); MfwLng *lng = (MfwLng *) mfwAlloc(sizeof(MfwLng)); MfwHdr *insert_status =0; - + if (!hdr || !lng) { TRACE_ERROR("ERROR: lngCreate() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(lng) - mfwFree((U8*)lng,sizeof(MfwLng)); - + mfwFree((U8*)lng,sizeof(MfwLng)); + return 0; } @@ -264,7 +264,7 @@ */ void lngSignal (void /*char make, char key*/) -{/*MC, SPR 1389, we have to enable the display whenever +{/*MC, SPR 1389, we have to enable the display whenever we send an event up to the MMI*/ UBYTE temp = dspl_Enable(0); U32 event = 0; // RAVI @@ -276,7 +276,7 @@ } if (mfwRoot) sigExec(mfwRoot,event/*,(U8) key*/); - + dspl_Enable(temp);/*MC, SPR 1389*/ return; }
--- a/src/ui/mfw/mfw_lng.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_lng.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,25 +15,25 @@ TO DO : $History:: mfw_lng.h $ - * + * * ***************** Version 2 ***************** * User: Kk Date: 14.03.00 Time: 15:48 * Updated in $/GSM/Condat/MS/SRC/MFW * added handling of various texts - * + * * ***************** Version 1 ***************** * User: Le Date: 4.01.00 Time: 13:09 * Created in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 22.11.99 Time: 10:29 * Updated in $/GSM/Condat/SND-MMI/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 18.11.99 Time: 16:35 * Created in $/GSM/Condat/SND-MMI/MFW * Initial - + Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) SAT proactive commands and Language Selection SAT event @@ -46,7 +46,7 @@ #ifdef FF_MMI_R99_SAT_LANG /*OMAPS00070661 (SAT-lang notification, local info and lang setting) a0393213(R.Prabakar) macros related to language moved from MmiBlkLangDB.h*/ - + //#define LANG_CHANGE_TEST /*MC SPR 1150, moved language macros from MmiResources.h*/
--- a/src/ui/mfw/mfw_mfw.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_mfw.c Tue Jan 19 06:10:27 2021 +0000 @@ -16,14 +16,14 @@ $History:: mfw_mfw.c $ Sep 14, 2007 REF: OMAPS00145866 Adrian Salido - Description: FT - MMI: Wrong trace class - Solution: changed event traces to function traces because the information content of + Description: FT - MMI: Wrong trace class + Solution: changed event traces to function traces because the information content of this is low for non-MMI people and against TI coding convention. Nov 05, 2005 REF: OMAPS00049571 Sumanth Kumar. C Description: eZi Text function is not working - Solution: current_mfw_elem variable is updated when any of the elements - such as window, keyboard, timer, etc., are deleted so that the + Solution: current_mfw_elem variable is updated when any of the elements + such as window, keyboard, timer, etc., are deleted so that the current_mfw_element does not point to element that has already been freed. Feb 28, 2004 REF: CRR 25608 Deepa M.D @@ -31,9 +31,9 @@ Jan 27, 2005 REF: CRR MMI-SPR-28300 xnkulkar Description: BMI: memory leak in mfwFree/mfwAlloc ?? - Solution: Trace output to print memory address and size freed + Solution: Trace output to print memory address and size freed modified in function mfwFree() - + Dec 22, 2004 REF: CRR MFW-SPR-27847 xnkulkar Description: MFW memory size variable changed from U16 -> U32 Solution: The use of variable U16 has been replaced with U32 @@ -154,7 +154,7 @@ //Feb 28, 2005 REF: CRR 25608 Deepa M.D //The mfwEorc is made const.The changes will be present both in Color and Golite build static const MfwHdr mfwEorc = {0, MfwTypMax, 0}; /* end of root chain */ - + /***************************Go-lite Optimization changes end***********************/ @@ -190,10 +190,10 @@ mfwMemDynTotal = dynMemSize; if (dynMemSize) { - + /***************************Go-lite Optimization changes start***********************/ mfwRoot = (MfwHdr *)&mfwEorc; /* points to end of chain */ - + /***************************Go-lite Optimization changes end***********************/ mfwMemBase = (U8 *) externalRoot; /* setup memory handler */ mfwMemEnd = (U8 *) externalRoot + dynMemSize; @@ -208,11 +208,11 @@ else { mfwRoot = (MfwHdr *) externalRoot; /* setup root pointer */ - + /***************************Go-lite Optimization changes start***********************/ if (!mfwRoot) mfwRoot = (MfwHdr *)&mfwEorc; /* points to end of chain */ - + /***************************Go-lite Optimization changes end***********************/ mfwMemBase = 0; mfwMemEnd = 0; @@ -425,10 +425,10 @@ if (mfwFocus == e) /* first element of window */ mfwSetFocus(e->next); /* Nov 05, 2005 REF: OMAPS00049571 Sumanth Kumar. C - * Solution: current_mfw_elem variable is updated when any of the elements - * such as window, keyboard, timer, etc., are deleted so that the + * Solution: current_mfw_elem variable is updated when any of the elements + * such as window, keyboard, timer, etc., are deleted so that the * current_mfw_element does not point to element that has already been freed. - */ + */ if(e->type == MfwTypWin || e->type == MfwTypKbd ||e->type == MfwTypTim || e->type == MfwTypEdt || e->type == MfwTypMnu || e->type == MfwTypIcn) current_mfw_elem = e->next; @@ -533,7 +533,7 @@ TRACE_ERROR("mfwAlloc(): invalid memory request"); return 0; } - + #ifdef SENTINAL_CHECK if (!mfwMemBase) { @@ -552,7 +552,7 @@ TRACE_ERROR("mfwAlloc(): no memory"); return 0; } - + if (mfwMemBase + mfwMem.next > mfwMemEnd || mfwMemBase + mfwMem.next < mfwMemBase) { @@ -627,7 +627,7 @@ TRACE_ERROR("mfwAlloc(): no memory"); return 0; } - + if (mfwMemBase + mfwMem.next > mfwMemEnd || mfwMemBase + mfwMem.next < mfwMemBase) { @@ -732,7 +732,7 @@ #ifdef TRACE_MEMORY_CHECK // Jan 27, 2005 REF: CRR MMI-SPR-28300 xnkulkar // Description: BMI: memory leak in mfwFree/mfwAlloc ?? -// Solution: Trace output to print memory address and size freed modified +// Solution: Trace output to print memory address and size freed modified /* x0083025 on Sep 14, 2007 for OMAPS00145866 (adrian) */ MMI_TRACE_EVENT_P2("MFWFree address = %p, size : %d bytes",mem,size); #endif @@ -740,7 +740,7 @@ if (!mfwMemBase) { void *m = mem; - + #ifdef SENTINAL_CHECK /* ** Check the SENTINEL_SIZE last bytes to ensure they haven't been changed @@ -794,7 +794,7 @@ /* ** Memory not already free */ - + #ifdef SENTINAL_CHECK /* ** Check the 4 last bytes to ensure they haven't been changed @@ -847,7 +847,7 @@ /* ** This function gives the bounds safety of strncpy, but NULL terminates the string like strcpy -** +** ** parameters : cpyto : the pointer to the destination string ** : cpyfrm : the pointer to the source string ** : len : the maximum length of the destination string including the NULL terminator
--- a/src/ui/mfw/mfw_mfw.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_mfw.h Tue Jan 19 06:10:27 2021 +0000 @@ -17,15 +17,15 @@ $History:: mfw_mfw.h $ Sep 14, 2007 REF: OMAPS00145866 Adrian Salido - Description: FT - MMI: Wrong trace class - Solution: Added some event trace function so that internal event traces for events that + Description: FT - MMI: Wrong trace class + Solution: Added some event trace function so that internal event traces for events that are too low for non-MMI people and against TI coding convention. - + * ***************** Version 14 ***************** Dec 22, 2005 REF: ENH xdeepadh Description: Image Viewer Application Solution: Implemeted the Image Viewer to view the jpeg images - + * Dec 22, 2004 REF: CRR MFW-SPR-27847 xnkulkar * Description: MFW memory size variable changed from U16 -> U32 * Solution: The use of variable U16 has been replaced with U32 @@ -97,8 +97,8 @@ #ifndef _DEF_MFW_MFW_H_ #define _DEF_MFW_MFW_H_ -/* - x0083025 on Sep 14, 2007 for OMAPS00145866 (adrian) +/* + x0083025 on Sep 14, 2007 for OMAPS00145866 (adrian) MMI Internal Development trace events replacement */ #include "vsi.h" /* for TRACE_FUNCTION dependency */ @@ -140,14 +140,14 @@ #define TIMER_STOP(C,I) vsi_t_stop_nc(I) #define TIMER_STATUS(C,I,T) vsi_t_status_nc(I,T) #define SUSPEND_SELF(C,T) vsi_t_sleep_nc(T) -#define SYSTEM_TIME(C,T) vsi_t_time_nc(T) +#define SYSTEM_TIME(C,T) vsi_t_time_nc(T) #else /* TI_PS_OP_VSI_NO_CALL_ID */ #define TIMER_START(C,I,T) vsi_t_start(C,I,T) #define TIMER_PSTART(C,I,T,R) vsi_t_pstart(C,I,T,R) #define TIMER_STOP(C,I) vsi_t_stop(C,I) #define TIMER_STATUS(C,I,T) vsi_t_status(C,I,T) #define SUSPEND_SELF(C,T) vsi_t_sleep(C,T) -#define SYSTEM_TIME(C,T) vsi_t_time(C,T) +#define SYSTEM_TIME(C,T) vsi_t_time(C,T) #endif /* TI_PS_OP_VSI_NO_CALL_ID */ @@ -215,7 +215,7 @@ #endif MfwTypCt, /* camera test handling*/ -#ifdef FF_MMI_FILEMANAGER +#ifdef FF_MMI_FILEMANAGER MfwTypfm, #endif MfwTypMax /* end of types (last !!) */ @@ -255,7 +255,7 @@ // Description: MFW memory size variable changed from U16 -> U32 // Solution: The use of variable U16 has been replaced with U32 -MfwRes mfwInit (void *externalRoot, U32 dynMemSize); +MfwRes mfwInit (void *externalRoot, U32 dynMemSize); void mfwExit (void); MfwHdr *mfwAppend (MfwHdr **h, MfwHdr *e); MfwHdr **mfwRemove (MfwHdr *e);
--- a/src/ui/mfw/mfw_mmi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_mmi.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,15 +15,15 @@ TO DO : $History:: mfw_mmi.h $ - * + * * ***************** Version 3 ***************** * User: Es Date: 17.02.99 Time: 20:00 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 8.02.99 Time: 19:07 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 8.12.98 Time: 16:59 * Created in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/mfw_mnu.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_mnu.c Tue Jan 19 06:10:27 2021 +0000 @@ -7,7 +7,7 @@ +--------------------------------------------------------------------+ MODULE : MFW_MNU - + PURPOSE : menu handling functions EXPORT : @@ -20,28 +20,28 @@ Description: Header Toggling Solution: Implemented the toggling of header when displaying the length text in SELECT ITEM and SET UP MENU - May 18, 2006 REF: DRT OMAPS00076438 xdeepadh + May 18, 2006 REF: DRT OMAPS00076438 xdeepadh Description: Scrolling not implemented in Imageviewer Solution: The support for scrolling has been provided. - + May 03, 2006 REF: DRT OMAPS00076439 xdeepadh - Description: Image viewer back not working - Solution: The Preview List will be repopulated, when the list window is + Description: Image viewer back not working + Solution: The Preview List will be repopulated, when the list window is resumed. Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 Icon support for SetupMenu & Select item. - + * * ************************************************ - + Dec 22, 2005 REF: ENH xdeepadh Description: Image Viewer Application Solution: Implemeted the Image Viewer to view the jpeg images - + * User: xreddymn Date: Sep-30-2005 * Updated in $/GSM/Condat/MS/SRC/MFW * Added header display for menus on monochrome @@ -126,11 +126,11 @@ #define MNU_TOGGLE_TIMEOUT 3000 -static USHORT g_title_pos; -static USHORT g_title_next_pos; +static USHORT g_title_pos; +static USHORT g_title_next_pos; MfwHnd g_title_timer; -extern MfwHnd g_win; +extern MfwHnd g_win; /* END: 05-June-2006, x0045876 (OMAPS00060424 - Header Toggle) */ static int menuIsEmpty (MfwMnu *m, MfwMnuAttr *ma); @@ -139,13 +139,13 @@ static void drawListMenu (MfwMnu *m); static void drawIconsListMenu(MfwMnu *m); static void drawFreeMenu (MfwMnu *m); -//May 18, 2006 REF: DRT OMAPS00076438 xdeepadh +//May 18, 2006 REF: DRT OMAPS00076438 xdeepadh static int mnuCommand (U32 cmd, void *h); /* 05-June-2006, x0045876 (OMAPS00060424 - Header Toggle) */ static int Menu_edit_TitleTimerCb(MfwEvt e, MfwTim *t); -#define TIME_TRACE_EVENT +#define TIME_TRACE_EVENT /* +--------------------------------------------------------------------+ @@ -190,7 +190,7 @@ +--------------------------------------------------------------------+ PURPOSE : create menu control - GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be + GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be used (useStrID) and if the strings are ascii or unicode (uesDefLang). */ @@ -200,16 +200,16 @@ MfwHdr *hdr = (MfwHdr *) mfwAlloc(sizeof(MfwHdr)); MfwMnu *mnu = (MfwMnu *) mfwAlloc(sizeof(MfwMnu)); MfwHdr *insert_status =0; - + if (!hdr || !mnu) { TRACE_ERROR("ERROR: mnuCreate() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(mnu) - mfwFree((U8*)mnu,sizeof(MfwMnu)); - + mfwFree((U8*)mnu,sizeof(MfwMnu)); + return 0; } @@ -278,7 +278,7 @@ PURPOSE : set / get whether the string is associated with an ID or if it is null-terminated - GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be + GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be used (useStrID) and if the strings are ascii or unicode (uesDefLang). */ @@ -302,7 +302,7 @@ else { mnu->textDCS = MNU_LIST_LANGUAGE_ASCII; - } + } return ol; } @@ -315,7 +315,7 @@ PURPOSE : set / get language in use (1=use default ascii/unicode, 0=assume ascii) - GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be + GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be used (useStrID) and if the strings are ascii or unicode (uesDefLang). */ MfwHnd mnuStrType (MfwHnd m, MfwHnd l) @@ -338,7 +338,7 @@ { mnu->textDCS = MNU_LIST_LANGUAGE_DEFAULT; } - + return ol; } @@ -363,7 +363,7 @@ ol = mnu->textDCS; mnu->textDCS = listLanguageType; - + return ol; } @@ -406,7 +406,7 @@ MfwRes mnuHide (MfwHnd m) { MfwMnu *mnu; -// U8 dsplOld; +// U8 dsplOld; if ((mnu = mfwControl(m)) == 0) return MfwResIllHnd; @@ -433,7 +433,7 @@ MfwRes mnuUnhide (MfwHnd m) { MfwMnu *mnu; -// U8 dsplOld; +// U8 dsplOld; if ((mnu = mfwControl(m)) == 0) return MfwResIllHnd; @@ -459,8 +459,8 @@ MfwRes mnuUpdate (MfwMnu *m) { -// U8 dsplOld; - +// U8 dsplOld; + if (!m) return MfwResIllHnd; @@ -475,7 +475,7 @@ { MfwMnuAttr *ma = m->curAttr; int index= m->lCursor[m->level]; - // int iloop; + // int iloop; U16 retVal; if (ma->items[index].flagFunc) @@ -494,13 +494,13 @@ else retVal = 0; - } - m->lCursor[m->level]=index; + } + m->lCursor[m->level]=index; } - + if ((m->curAttr->mode & MNU_DISPLAY) == MNU_OVERLAPPED) drawFreeMenu(m); -//May 18, 2006 REF: DRT OMAPS00076438 xdeepadh +//May 18, 2006 REF: DRT OMAPS00076438 xdeepadh else if ((m->curAttr->mode & MNU_DISPLAY) == MNU_PAGED) drawPageMenu(m); else if ((m->curAttr->mode & MNU_DISPLAY) == MNU_LIST) @@ -535,8 +535,8 @@ MfwMnu *mnu; MfwMnuAttr *ca; MfwMnuItem *ci; -// U8 uMode; - +// U8 uMode; + if ((mnu = mfwControl(m)) == 0) return MfwResIllHnd; @@ -559,19 +559,19 @@ } ci = ca->items + mnu->lCursor[mnu->level]; } while (ci->flagFunc(mnu,ca,ci) & MNU_ITEM_HIDE); - + if (mnu->scrollMode) /* Simple scrolling */ { U8 shift = mnu->lShift[mnu->level]; U8 index = countVisible(mnu,ca,mnu->lCursor[mnu->level]); - U8 visibleItems = countVisible(mnu,ca,ca->nItems); + U8 visibleItems = countVisible(mnu,ca,ca->nItems); int nLines = mnu->nLines; - + if (visibleItems<nLines) nLines = visibleItems; if (shift>1) shift--; - mnu->lShift[mnu->level] = shift; + mnu->lShift[mnu->level] = shift; } mnuUpdate(mnu); @@ -621,14 +621,14 @@ { U8 shift = mnu->lShift[mnu->level]; U8 index = countVisible(mnu,ca,mnu->lCursor[mnu->level]); - U8 visibleItems = countVisible(mnu,ca,ca->nItems); + U8 visibleItems = countVisible(mnu,ca,ca->nItems); int nLines = mnu->nLines; - + if (visibleItems<nLines) nLines = visibleItems; if (shift<nLines) shift++; - mnu->lShift[mnu->level] = shift; + mnu->lShift[mnu->level] = shift; } mnuUpdate(mnu); @@ -652,11 +652,11 @@ MfwMnu *mnu; MfwMnuAttr *submenu, *ca; MenuFunc func; -// U8 dsplOld; +// U8 dsplOld; if ((mnu = mfwControl(m)) == 0) return MfwResIllHnd; - + ca = mnu->curAttr; submenu = ca->items[mnu->lCursor[mnu->level]].menu; func = ca->items[mnu->lCursor[mnu->level]].func; @@ -716,7 +716,7 @@ MfwMnu *mnu; MfwMnuAttr *attr; U8 lvl; -// U8 dsplOld; +// U8 dsplOld; if ((mnu = mfwControl(m)) == 0) return MfwResIllHnd; @@ -1050,7 +1050,7 @@ char *menuString) { char *e; /* ES!! UNICODE */ - int index = 0; + int index = 0; /*a0393213 compiler warning removal - variable unicode removed*/ U16 flagResult; @@ -1080,11 +1080,11 @@ /* SPR998 - SH - Checked or unchecked option. * Don't need to do anything here. */ - + case MNU_ITEM_UNCHECKED: case MNU_ITEM_CHECKED: break; - + default: break; } @@ -1104,9 +1104,9 @@ /* START: 05-June 2006, x0045876 (OMAPS00060424 - Header Toggle) */ dspl_DevCaps disData; - + T_DS_TEXTFORMAT format; - + T_ATB_TEXT title; T_ATB_TEXT newTitle; @@ -1128,7 +1128,7 @@ sy = res_getTitleHeight(); resources_setTitleColour(mnuColour); dspl_Clear(xPos,yPos,(U16)(mnuArea->sx+xPos-1),(U16)(mnuArea->sy+yPos-1)); - + if ((mode & MNU_HDR_ALIGN) == MNU_HDR_LEFT) { txtXpos = xPos; @@ -1149,7 +1149,7 @@ title.dcs = ATB_DCS_ASCII; title.data = (UBYTE*)txt;/*a0393213 warnings removal-typecasting done*/ title.len = ATB_string_Length(&title); - + ATB_display_SetFormatAttr(&format, 0, FALSE); titleWidth = ATB_display_StringWidth(&title, &format)+2; /*titleHeight = ATB_display_StringHeight(&title, &format);*//*a0393213 warning removal-titleHeight assigned but never used*/ @@ -1169,7 +1169,7 @@ titleWidth = 0; textIndex = g_title_pos; lastSpace = 0; - + while (titleWidth<(disData.Width -2) && textIndex<title.len) { character = ATB_string_GetChar(&title, textIndex); @@ -1196,18 +1196,18 @@ { ATB_string_SetChar(&newTitle, textIndex, ATB_string_GetChar(&title, g_title_pos+textIndex)); } - ATB_string_SetChar(&newTitle, newTitle.len, UNICODE_EOLN); + ATB_string_SetChar(&newTitle, newTitle.len, UNICODE_EOLN); ATB_display_Text(0,0,&format, &newTitle); mfwFree((UBYTE *)newTitle.data, (newTitle.len+1)*ATB_string_Size(&title)); - areaLeft->px = xPos; + areaLeft->px = xPos; areaLeft->sx = mnuArea->sx; - areaLeft->py = yPos+sy; + areaLeft->py = yPos+sy; areaLeft->sy = mnuArea->sy-sy; - + resources_restoreMnuColour(); return; - + } else { @@ -1228,7 +1228,7 @@ #ifdef FF_MMI_SAT_ICON if (mnuAttr->icon != NULL) { - if (mnuAttr->icon->area.sx > TITLE_ICON_WIDTH) + if (mnuAttr->icon->area.sx > TITLE_ICON_WIDTH) { titleIconWidth = TITLE_ICON_WIDTH; } @@ -1236,7 +1236,7 @@ { titleIconWidth = mnuAttr->icon->area.sx; } - } + } else { titleIconWidth = 0; @@ -1253,7 +1253,7 @@ dspl_ScrText (txtXpos, yPos, txt, 0); else dspl_TextOut(txtXpos, yPos, DSPL_TXTATTR_CURRENT_MODE, txt ); - } + } } else { @@ -1267,7 +1267,7 @@ dspl_ScrText (txtXpos, yPos, txt, 0); else dspl_TextOut(txtXpos, yPos, DSPL_TXTATTR_CURRENT_MODE, txt ); -#endif +#endif // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462 #ifdef FF_MMI_SAT_ICON @@ -1277,11 +1277,11 @@ { if ((mnuAttr->icon->area.sx > TITLE_ICON_WIDTH) || (mnuAttr->icon->area.sy > TITLE_ICON_HEIGHT)) { - /* iconY calculates place holder to place the icon + /* iconY calculates place holder to place the icon at the center of the screen. */ iconX = 1; iconY = 1+ ((sy-2) / 2) - (10 / 2); - dspl_BitBlt2(iconX, iconY, 8, + dspl_BitBlt2(iconX, iconY, 8, 10, (void*)SATIconQuestionMark, 0, BMP_FORMAT_256_COLOUR); } else @@ -1294,13 +1294,13 @@ } #endif - areaLeft->px = xPos; + areaLeft->px = xPos; areaLeft->sx = mnuArea->sx; - areaLeft->py = yPos+sy; + areaLeft->py = yPos+sy; areaLeft->sy = mnuArea->sy-sy; #ifdef MFW_DEBUG_DISPLAY_SIZE dspl_DrawRect(xPos,yPos,(xPos+mnuArea->sx-1),(yPos+sy-1)); -#endif +#endif resources_restoreMnuColour(); } @@ -1368,7 +1368,7 @@ PURPOSE : draws menu in page mode - GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be + GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be used (useStrID) and if the strings are ascii or unicode (uesDefLang). */ @@ -1376,16 +1376,16 @@ int bmpSx, int bmpSy, //size of bitmap char* srcBitmap, int posX, int posY, // start of area to be copied into - int sx, int sy, // size of area to be copied into + int sx, int sy, // size of area to be copied into U32 bgd_col, int bmptype); static void drawPageMenu (MfwMnu *mnu) { MfwMnuAttr *ma; /* menu attributes */ - //U16 th, tw, tl; /* text height, width, len */ + //U16 th, tw, tl; /* text height, width, len */ U16 ax, ay, aw, ah; // , x; /* menu area dimensions */ -// int tLines; /* lines in item text */ -// int nLines; /* lines in menu area */ +// int tLines; /* lines in item text */ +// int nLines; /* lines in menu area */ char *txt; // Removed *t2, save; /* item text & clip saver */ MfwIcnAttr * icn; /* item icon */ U8 oldFont = (U8)-1; /* save previous font */ /*a0393213 compiler warnings removal - explicit casting done*/ @@ -1406,7 +1406,7 @@ resources_setColour(ma->mnuColour); if ((ma->mode & MNU_HDRFORMAT_STR)==0) /* header is a text ID */ - txt = (char*)MmiRsrcGetText((int)txt); + txt = (char*)MmiRsrcGetText((int)txt); checkPredraw(mnu,mi,&txt,&icn); /* ES!! */ { MfwRect areaLeft; @@ -1421,21 +1421,21 @@ { fastCopyBitmap( (int)bmpArea->px, (int)bmpArea->py, (int)bmpArea->sx, (int)bmpArea->sy, ma->bgdBitmap->icons, - (int)ax,(int)ay, (int)aw, (int)ah, + (int)ax,(int)ay, (int)aw, (int)ah, dspl_GetBgdColour(), - ma->bgdBitmap->icnType); + ma->bgdBitmap->icnType); } else { dspl_Clear(ax,ay,(U16)(ax+aw-1),(U16)(ay+ah-1)); - } + } } else { dspl_Clear(ax,ay,(U16)(ax+aw-1),(U16)(ay+ah-1)); } - - + + if (icn != NULL) { /* show associated icon */ @@ -1451,7 +1451,7 @@ #ifdef MFW_DEBUG_DISPLAY_SIZE dspl_DrawRect(ax,ay,(ax+aw-1),(ay+ah-1)); -#endif +#endif resources_restoreColour(); } @@ -1464,7 +1464,7 @@ PURPOSE : draws menu in list mode - GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be + GW 05/10/01 - Changed single value 'lng' to 2 values indicating if ID's should be used (useStrID) and if the strings are ascii or unicode (uesDefLang). */ #define MAX_STR_CHAR 64 @@ -1479,7 +1479,7 @@ int nIdx; int nTextLen; MfwIcnAttr * icn; -// int fit; +// int fit; char *txtStr; /* item text */ char txt[MAX_STR_CHAR]; U8 oldFont =(U8) -1; /* save previous font */ /*a0393213 compiler warnings removal - explicit type casting done*/ @@ -1502,7 +1502,7 @@ ma = mnu->curAttr; /* SPR#1983 - SH - Ignore language type now */ - + if (ma->font != (U8) -1) oldFont = dspl_SelectFontbyID(ma->font); /* setup font */ @@ -1515,14 +1515,14 @@ else fh = dspl_GetFontHeight(); fw = dspl_GetTextExtent("X",1); // ES!! only for normal fonts ! - + //Display header info (if required) if ((ma->hdrId != 0) && (dspl_getDisplayType()==DSPL_COLOUR)) { MfwRect areaLeft; char *hdrStr; if ((ma->mode & MNU_HDRFORMAT_STR)==0) /* header is a text ID */ - hdrStr = MmiRsrcGetText(ma->hdrId); + hdrStr = MmiRsrcGetText(ma->hdrId); else hdrStr = (char*)(ma->hdrId); mnuDrawHeader(ma,&areaLeft,hdrStr); @@ -1556,7 +1556,7 @@ mnu->nLines = nLines; //Store the number of lines we are drawing for scrolling up/down { // TRACE_EVENT_P5(" ax:%d ay:%d aw:%d ah:%d lines:%d",ax,ay,aw,ah, nLines); - } + } if ((!mnu->scrollMode)||(countVisible(mnu,ma,ma->nItems)<=nLines)) /* Simple scrolling */ simpleScrolling = TRUE; else @@ -1575,7 +1575,7 @@ while (ma->items[index-1].flagFunc(mnu,ma,&(ma->items[index-1])) & MNU_ITEM_HIDE) { index++; - } + } while (count>0){ if (index<=0) @@ -1583,11 +1583,11 @@ else index--; if (!(ma->items[index].flagFunc(mnu,ma,&(ma->items[index]))& MNU_ITEM_HIDE)) - count--; + count--; } if (nVisibles<nLines) nLines = nVisibles; - nIdx = index; + nIdx = index; } for (i = 0; i < nLines; nIdx++) /* ES!! not so nice... */ @@ -1597,9 +1597,9 @@ if (simpleScrolling) break; else - nIdx=0; + nIdx=0; } - + if (ma->items[nIdx].flagFunc(mnu,ma,&(ma->items[nIdx])) & MNU_ITEM_HIDE) continue; @@ -1613,7 +1613,7 @@ #ifdef FF_MMI_SAT_ICON if (icn != NULL) { - if (icn->area.sx > TITLE_ICON_WIDTH) + if (icn->area.sx > TITLE_ICON_WIDTH) { titleIconWidth = TITLE_ICON_WIDTH; } @@ -1621,7 +1621,7 @@ { titleIconWidth = icn->area.sx; } - } + } else { titleIconWidth = 0; @@ -1675,13 +1675,13 @@ #endif nTextLen = dspl_GetTextExtent((char*)(txt+EOL_position),(U16)dspl_str_length(txt)); - /* SPR#998 - SH - If list is a checkbox list, include space for checkbox in width */ + /* SPR#998 - SH - If list is a checkbox list, include space for checkbox in width */ if (status==MNU_ITEM_CHECKED || status==MNU_ITEM_UNCHECKED) { nTextLen+=(checkbox_spacing_left+checkbox_width+checkbox_spacing_right); } /* end of SPR#998 */ - + if ((ma->mode & MNU_ALIGN) == MNU_CENTER) x2 = (U16) (ax + (aw - nTextLen) / 2); else if ((ma->mode & MNU_ALIGN) == MNU_RIGHT) @@ -1696,14 +1696,14 @@ nTextLen = dspl_GetTextExtent(txt,(U16)dspl_str_length(txt)); /* SPR#998 - SH - If list is a checkbox list, include space for checkbox in width */ - + if (status==MNU_ITEM_CHECKED || status==MNU_ITEM_UNCHECKED) { nTextLen+=(checkbox_spacing_left+checkbox_width+checkbox_spacing_right); } /* end of SPR#998 */ - + if ((ma->mode & MNU_ALIGN) == MNU_CENTER) x = (U16) (ax + (aw - nTextLen) / 2); else if ((ma->mode & MNU_ALIGN) == MNU_RIGHT) @@ -1716,10 +1716,10 @@ /* SPR#998 - SH - Draw checkboxes if required */ if (status==MNU_ITEM_CHECKED || status==MNU_ITEM_UNCHECKED) - { + { checkbox_x = x+checkbox_spacing_left; checkbox_y = ay+i*fh+(fh-checkbox_height)/2; - + if (status==MNU_ITEM_CHECKED) { /* NOTE: for some reason, a filled rect must have x2, y2 +1 of the same size @@ -1739,8 +1739,8 @@ } /* end of SPR#998 */ - - { + + { #ifdef NO_ASCIIZ /*MC, use universal height rather than smaller chinese font height*/ /*MC, SPR1526, send whole string to dspl_TextOut, rather than missing out unicode tag*/ @@ -1778,14 +1778,14 @@ } else dspl_TextOut(x,(U16)(ay+i*fh),DSPL_TXTATTR_CURRENT_MODE,txt); -#else +#else dspl_TextOut(x,(U16)(ay+i*fh),DSPL_TXTATTR_CURRENT_MODE,txt); #endif if(EOL_position>0) /* xreddymn Dec-16-2004 MMI-SPR-27384: two line display */ { dspl_TextOut(x2,(U16)(ay+i*fh+hfh),DSPL_TXTATTR_CURRENT_MODE,(char*)(txt+EOL_position)); } - } + } } if (nIdx == mnu->lCursor[mnu->level]) @@ -1878,7 +1878,7 @@ { // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462 #ifdef FF_MMI_SAT_ICON -/* There is a problem when this icon is displayed. +/* There is a problem when this icon is displayed. The last parameter was not taken into consideration & a default '0' was been set. This is corrected now.*/ /* dspl_BitBlt2(icn->area.px, icn->area.py, icn->area.sx, icn->area.sy, @@ -1904,17 +1904,17 @@ } i++; checkPostdraw(mnu,ma->items+nIdx); /* ES!! */ - } + } if (oldFont != (U8) -1) dspl_SelectFontbyID(oldFont); /* restore previous font */ /* SPR#1983 - SH - No longer have to change text type back */ - + resources_restoreColour(); #ifdef MFW_DEBUG_DISPLAY_SIZE dspl_DrawRect(ax,ay,(ax+aw-1),(ay+ah-1)); -#endif +#endif TRACE_EVENT("drawListMenu() end"); /*a0393213 warnings removal-TIME_TRACE_EVENT changed to TRACE_EVENT*/ } @@ -1940,20 +1940,20 @@ TRACE_FUNCTION("drawIconsListMenu()"); /* Replace TIME_TRACE_EVENT to TRACE_FUNCTION - x0020906 - Warning Correction */ ma = mnu->curAttr; /* SPR#1983 - SH - Ignore language type now */ - + if (ma->font != (U8) -1) oldFont = dspl_SelectFontbyID(ma->font); /* setup font */ fh = dspl_GetFontHeight(); fw = dspl_GetTextExtent("X",1); // ES!! only for normal fonts ! - + //Display header info (if required) if ((ma->hdrId != 0) && (dspl_getDisplayType()==DSPL_COLOUR)) { MfwRect areaLeft; char *hdrStr; if ((ma->mode & MNU_HDRFORMAT_STR)==0) /* header is a text ID */ - hdrStr = MmiRsrcGetText(ma->hdrId); + hdrStr = MmiRsrcGetText(ma->hdrId); else hdrStr = (char*)(ma->hdrId); mnuDrawHeader(ma,&areaLeft,hdrStr); @@ -2017,7 +2017,7 @@ while (ma->items[index-1].flagFunc(mnu,ma,&(ma->items[index-1])) & MNU_ITEM_HIDE) { index++; - } + } while (count>0){ if (index<=0) @@ -2025,11 +2025,11 @@ else index--; if (!(ma->items[index].flagFunc(mnu,ma,&(ma->items[index]))& MNU_ITEM_HIDE)) - count--; + count--; } if (nVisibles<nLines) nLines = nVisibles; - nIdx = index; + nIdx = index; } if(ma->items[0].icon != NULL) { @@ -2043,7 +2043,7 @@ if (simpleScrolling) break; else - nIdx=0; + nIdx=0; } if (ma->items[nIdx].flagFunc(mnu,ma,&(ma->items[nIdx])) & MNU_ITEM_HIDE) @@ -2065,7 +2065,7 @@ } nTextLen = dspl_GetTextExtent(txt,(U16)dspl_str_length(txt)); - + if ((ma->mode & MNU_ALIGN) == MNU_CENTER) x = (U16) (ax + (aw - nTextLen) / 2); else if ((ma->mode & MNU_ALIGN) == MNU_RIGHT) @@ -2077,11 +2077,11 @@ /* SPR#998 - SH - Draw checkboxes if required */ - + /* end of SPR#998 */ - - { + + { #ifdef NO_ASCIIZ /*MC, use universal height rather than smaller chinese font height*/ /*MC, SPR1526, send whole string to dspl_TextOut, rather than missing out unicode tag*/ @@ -2089,14 +2089,14 @@ if (txt[0] == (char)0x80 || mnu->textDCS==MNU_LIST_LANGUAGE_UNICODE) { - dspl_TextOut(x+icon_w,(U16)ay+i*icon_h/*MC, 1319*/,DSPL_TXTATTR_UNICODE,txt); + dspl_TextOut(x+icon_w,(U16)ay+i*icon_h/*MC, 1319*/,DSPL_TXTATTR_UNICODE,txt); } else #endif { - - dspl_TextOut(x+icon_w,(U16)(ay+i*icon_h),DSPL_TXTATTR_CURRENT_MODE,txt); - } + + dspl_TextOut(x+icon_w,(U16)(ay+i*icon_h),DSPL_TXTATTR_CURRENT_MODE,txt); + } } if (nIdx == mnu->lCursor[mnu->level]) @@ -2136,13 +2136,13 @@ /* SPR#1983 - SH - If unicode is set, send text as unicode */ if (txt[0] == (char)0x80 || mnu->textDCS==MNU_LIST_LANGUAGE_UNICODE) { - + dspl_TextOut(x+icon_w,(U16)ay+i*icon_h/*MC, 1319*/,DSPL_TXTATTR_UNICODE,txt); } else #endif { - + dspl_TextOut(x+icon_w,(U16)(ay+i*icon_h),DSPL_TXTATTR_CURRENT_MODE,txt); } @@ -2154,7 +2154,7 @@ { dspl_BitBlt2(ax,ay+i*icon_h, icn->area.sx,icn->area.sy, - icn->icons,0,icn->icnType); + icn->icons,0,icn->icnType); } } else @@ -2166,16 +2166,16 @@ } i++; checkPostdraw(mnu,ma->items+nIdx); /* ES!! */ - } + } if (oldFont != (U8) -1) dspl_SelectFontbyID(oldFont); /* restore previous font */ - + resources_restoreColour(); #ifdef MFW_DEBUG_DISPLAY_SIZE dspl_DrawRect(ax,ay,(ax+aw-1),(ay+ah-1)); -#endif +#endif } @@ -2214,7 +2214,7 @@ x = wa->area->px + wa->area->sx - nTextLen; else x = wa->area->px; - + dspl_TextOut((U16)x,(U16)(wa->area->py+wa->area->sy-nFontHeight),DSPL_TXTATTR_CURRENT_MODE, wa->items[mnu->lCursor[mnu->level]].str); @@ -2275,10 +2275,10 @@ void mnuScrollMode (MfwHnd menu,U8 mode) { MfwMnu *mnu; - + if ((mnu = mfwControl(menu)) == 0) return; - mnu->scrollMode = mode; + mnu->scrollMode = mode; } @@ -2287,9 +2287,9 @@ mnuItem->icon = 0; mnuItem->exta = 0; mnuItem->menu = 0; - mnuItem->func = 0; - mnuItem->str = NULL; - mnuItem->flagFunc = 0; + mnuItem->func = 0; + mnuItem->str = NULL; + mnuItem->flagFunc = 0; } @@ -2308,11 +2308,11 @@ { int index; int currentOption; - + /* Identify current menu option */ currentOption = -1; - + for (index=0; index < attr->nItems; index++) { if (&attr->items[index]==item) @@ -2335,22 +2335,22 @@ $Description: Callback function for the Menu title timer. Recalculates title_pos so that the next part of the string is displayed. - + $Returns: None. $Arguments: event - the event type timer - the timer - + *******************************************************************************/ static int Menu_edit_TitleTimerCb (MfwEvt e, MfwTim *t) -{ +{ TRACE_FUNCTION("Menu_edit_TitleTimerCb"); if (g_title_next_pos!=g_title_pos) g_title_pos = g_title_next_pos; winShow(g_win); timStart(g_title_timer); - + return 1; } /* END: 05-June-2006, x0045876 (OMAPS00060424 - Header Toggle) */
--- a/src/ui/mfw/mfw_mnu.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_mnu.h Tue Jan 19 06:10:27 2021 +0000 @@ -20,13 +20,13 @@ Description: Header Toggling Solution: Implemented the toggling of header when displaying the length text in SELECT ITEM and SET UP MENU - May 18, 2006 REF: DRT OMAPS00076438 xdeepadh + May 18, 2006 REF: DRT OMAPS00076438 xdeepadh Description: Scrolling not implemented in Imageviewer Solution: The support for scrolling has been provided. Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 Icon support for SetupMenu & Select item. - + * * ************************************************ * User: xreddymn Date: Dec-16-2004 @@ -72,7 +72,7 @@ #define MNU_PAGE_ICONS 0x0050 /* page with multiple 2-state icons */ #define MNU_LIST_2_LINE 0x0060 /* list with each item occupying two lines. xreddymn Dec-16-2004 */ #define MNU_LIST_COLOUR 0x00F0 /* list items on page - each item is a different colour */ -//May 18, 2006 REF: DRT OMAPS00076438 xdeepadh +//May 18, 2006 REF: DRT OMAPS00076438 xdeepadh #define MNU_DISPLAY 0x00F0 /* display mode mask */ /* ITEM SELECTION */ @@ -167,10 +167,10 @@ int hdrId; //GW Added MfwIcnAttr *bgdBitmap; //GW Added for background for menus int unused; //GW Added and removed definition - + /* 05-June-2006, x0045876 (OMAPS00060424 - Header Toggle) */ BOOL header_toggle; - + // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462 #ifdef FF_MMI_SAT_ICON MfwIcnAttr *icon; /* Icon to be displayed in the header.*/ @@ -190,7 +190,7 @@ U8 level; /* current level */ U8 lShift[MAX_LVL]; /* shift scrolling */ U8 lCursor [MAX_LVL]; /* level cursor position */ - U8 scrollMode; + U8 scrollMode; int nLines; /* Number of lines that ftn on screen */ int lineHeight; /* Height per line */ UBYTE textDCS; /* specify the data type of text (ASCII, Unicode etc) */
--- a/src/ui/mfw/mfw_nm.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_nm.c Tue Jan 19 06:10:27 2021 +0000 @@ -16,61 +16,61 @@ Aug 07, 2007 DR:OMAPS00137726 x0066814(Geetha) Description:HPLMN Manual Selection at power on - unable to perform manual selection at power ON - Solution: Added a new function nm_get_plmn_list_during_bootup() + Solution: Added a new function nm_get_plmn_list_during_bootup() to get the PLMN list during boot up. - + Apr 13, 2007 DRT:OMAPS00122739 x0066814(Geetha) Description: With Orange SIM card, once attached (at+cgatt=1), "5201" is displayed instead of "Orange" - Solution: In nm_nitz_info_ind(), commented the code to copy mnc, mcc, long name and short anme + Solution: In nm_nitz_info_ind(), commented the code to copy mnc, mcc, long name and short anme to net_ind from mmr_info_ind. May 31, 2007 DR: OMAPS00133201 x0pleela - Description: MS keeps searching networks and doesn't list available PLMNs after + Description: MS keeps searching networks and doesn't list available PLMNs after performing manual selection - Solution : Modified the function nm_error_cops() to check for - CME_ERR_AbortedByNetwork error and send event + Solution : Modified the function nm_error_cops() to check for + CME_ERR_AbortedByNetwork error and send event E_NM_ABORT_NETWORK to BMI to destroy the n/w searching dialog Mar 12 2007 ,x0061088 (Prachi) - Removed function nm_restrict_bands()as function pl_pei_config() is no + Removed function nm_restrict_bands()as function pl_pei_config() is no more avalilable in g23m. Oct 30 2006, OMAPS00098881 x0039928(sumanth) Removal of power variant - + Sep 18,2006 DRT: OMAPS0090268 x0061088(Prachi) Description : To check for Forbidden network (for denied services),it takes long time. Solution : Function rAT_PercentCREG() has now be implemented to handle CREG_STAT_Denied, - which sends nm_signal(NETWORK_FORBIDDEN_NETWORK) to Bmi . + which sends nm_signal(NETWORK_FORBIDDEN_NETWORK) to Bmi . June 02, 2006 DR: OMAPS00078005 x0021334 Descripton: Test for NITZ (Network Identity and Timezone) support - No New time was displayed Solution: New Time/Date received from network is sent to MFW by lower layer by invoking 'rAT_PercentCTZV' function. This function has now been implemented to pass on the received values to MMI - for user confirmation and RTC updation. + for user confirmation and RTC updation. Jun 23, 2006 DR: OMAPS00082374 x0pleela - Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile + Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile Solution: a) Removed the usage of globals gEons_alloc_active and opn_sel_done b) Removed the check if( plmn_ident->opn_read_from EQ NM_EONS ) in function nm_update_plmn_data c) Updating the long name and short name lengths in function nm_update_plmn_data d) Removed the code where plmn_ident was updated with new MNC and MCC after qat_%COPN in function nm_update_plmn_data e) Updated function nm_get_opername() by calling only sat_%CNIV() f) Removed the function definitions of set_opn_sel_done and get_opn_sel_done - + May 15, 2006 OMAPS00075777 a0393213 (R.Prabakar) - Description : It is supposed that the sample register itself automatically (in Manual Mode) - to the last manual selected HPLMN cell before the power cycle, and this does not happen; + Description : It is supposed that the sample register itself automatically (in Manual Mode) + to the last manual selected HPLMN cell before the power cycle, and this does not happen; instead this, the sample shows up the available networks list - Fix : call to nm_avail_plmn_list() is changed to call to sAT_PercentNRG() + Fix : call to nm_avail_plmn_list() is changed to call to sAT_PercentNRG() Feb 15, 2006 ER: OMAPS00065203 x0pleela Description: Cingular Operator Name Prioritization implementation required Solution: Incorporated review comments - - Changed from NEQ NM_CPHS to EQ NM_ROM as we know %CNIV will + - Changed from NEQ NM_CPHS to EQ NM_ROM as we know %CNIV will be called only if source id is ROM or CPHS and not roaming in nm_get_opername() - - set_opn_sel_done(): sets opn_sel_done flag to TRUE or FALSE. + - set_opn_sel_done(): sets opn_sel_done flag to TRUE or FALSE. - get_opn_sel_done(): returns the current value of flag opn_sel_done. Feb 09, 2006 ER: OMAPS00065203 x0pleela @@ -81,7 +81,7 @@ nm_decodeSourceId:to convert the source id used by ACI to the source id used by MFW nm_update_plmn_data: update plmn data after querying COPN nm_get_COPN: query COPN - nm_get_opername: updates operator name based on cingular's prioritization requirement. + nm_get_opername: updates operator name based on cingular's prioritization requirement. Priority would be in order ONS->NITZ->ROM nm_get_network_data: gets operator name from network @@ -93,7 +93,7 @@ July 14, 2005 REF: CRR 31916 x0021334 Description: rCI_PercentCOPS() and rAT_PercentCOPS() is not implemented - Solution: rAT_PercentCOPS() is implemented. + Solution: rAT_PercentCOPS() is implemented. Mar 01, 2005 REF: ENH 29327 xdeepadh Bug:Locosto MMI Optimization @@ -101,7 +101,7 @@ This is done by removing the functions under #ifndef MMI_LITE. The static vaiable T_MFW_PLMN_LIST plmn_list has been made local variable. It has been dynamically allocated and deallocated. - + Aug 16, 2004 REF: CRR 24293 Deepa M.D Bug:Go-lite optimisation dynamic allocation of variable 'plmn_list' Fix:The static vaiable T_MFW_PLMN_LIST plmn_list has been made local variable. @@ -111,18 +111,18 @@ Aug 16, 2004 REF: CRR 24323 Deepa M.D Bug:Clenup of sprintf used for tracing Fix:Replace the char buf[]; sprintf (buf, "...", ...); TRACE_EVENT (buf); statements by TRACE_EVENT_PX $ - + Sep 23, 2004 REF: CRR 24562 xvilliva Bug: Enable/disable the manual network selection option depending on ENS. - Fix: If the manual network selection is disabled we check if an + Fix: If the manual network selection is disabled we check if an error is returned and set the global g_ensErr. May 22, 2006 X0047685 Removed pref_plmn for if not defined FF_2TO1_PS - + * * ***************** Version 39 ***************** * User: Es Date: 2.03.00 Time: 16:31 @@ -360,12 +360,12 @@ #ifndef NEPTUNE_BOARD #ifdef TI_PS_OP_OPN_TAB_ROMBASED -/* Changes for ROM data */ +/* Changes for ROM data */ /* Operator List size in ROM. Should go to where the decompression algo is present*/ #define PLMN_OPER_LST_SIZE_ROM 628 -/* Changes for ROM data -extern const T_OPER_NTRY_FIXED operListFixed[]; - Side access into cus_aci.h +/* Changes for ROM data +extern const T_OPER_NTRY_FIXED operListFixed[]; + Side access into cus_aci.h Above decl no more required */ EXTERN const UBYTE *ptr_plmn_compressed; EXTERN SHORT cmhMM_decodePlmn (T_OPER_ENTRY *oper, const UBYTE *plmn_comp_entry); @@ -475,7 +475,7 @@ MfwHdr *hdr; T_MFW_NM *nm_para; MfwHdr *insert_status =0; - + TRACE_FUNCTION("nm_create()"); hdr = (MfwHdr *) mfwAlloc(sizeof(MfwHdr)); @@ -484,12 +484,12 @@ if (!hdr || !nm_para) { TRACE_ERROR("ERROR: nm_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(nm_para) - mfwFree((U8*)nm_para,sizeof(T_MFW_NM)); - + mfwFree((U8*)nm_para,sizeof(T_MFW_NM)); + return FALSE; } @@ -645,7 +645,7 @@ if (nm_sign_exec(mfwFocus,event,para)) { #ifndef FF_POWER_MANAGEMENT - dspl_Enable(temp); + dspl_Enable(temp); #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ @@ -686,7 +686,7 @@ if (nm_sign_exec (h, event, para)) { #ifndef FF_POWER_MANAGEMENT - dspl_Enable(temp); + dspl_Enable(temp); #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ @@ -702,7 +702,7 @@ if (h == mfwRoot) { #ifndef FF_POWER_MANAGEMENT - dspl_Enable(temp); + dspl_Enable(temp); #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ @@ -722,7 +722,7 @@ nm_sign_exec (mfwRoot, event, para); } #ifndef FF_POWER_MANAGEMENT - dspl_Enable(temp); + dspl_Enable(temp); #else /*OMAPS00098881 (removing power variant) a0393213(Prabakar) display is enabled only when lcd refresh is needed*/ @@ -1082,7 +1082,7 @@ switch (mode) { - + case REPLACE_PREF_PLMN: idx = index; idx2 = -1; @@ -1178,7 +1178,7 @@ if (operLst->longOper) { USHORT length=strlen((const char *)operLst->longOper); - plmn->network_long.len = MINIMUM(LONG_NAME-1, length); + plmn->network_long.len = MINIMUM(LONG_NAME-1, length); memcpy (plmn->network_long.data, operLst->longOper, plmn->network_long.len); plmn->network_long.data[plmn->network_long.len] = '\0'; plmn->network_long.dcs = MFW_ASCII; @@ -1187,7 +1187,7 @@ if (operLst->shortOper) { USHORT length=strlen((const char *)operLst->shortOper); - plmn->network_short.len = MINIMUM(SHORT_NAME-1, length); + plmn->network_short.len = MINIMUM(SHORT_NAME-1, length); memcpy (plmn->network_short.data, operLst->shortOper, plmn->network_short.len); plmn->network_short.data[plmn->network_short.len] = '\0'; plmn->network_short.dcs = MFW_ASCII; @@ -1301,15 +1301,15 @@ if (mode == NM_MANUAL) { - /* - Apr 13, 2004 REF: CRR 16303 JuanVi Jativa-Villoldo - sim_spn_req(); Moved to the function rAT_PlusCFUNP + /* + Apr 13, 2004 REF: CRR 16303 JuanVi Jativa-Villoldo + sim_spn_req(); Moved to the function rAT_PlusCFUNP */ - /* May 15, 2006, a0393213 (R.Prabakar), OMAPS00075777 - Description : It is supposed that the sample register itself automatically (in Manual Mode) - to the last manual selected HPLMN cell before the power cycle, and this does not happen; + /* May 15, 2006, a0393213 (R.Prabakar), OMAPS00075777 + Description : It is supposed that the sample register itself automatically (in Manual Mode) + to the last manual selected HPLMN cell before the power cycle, and this does not happen; instead this, the sample shows up the available networks list - Fix : call to nm_avail_plmn_list() is changed to call to sAT_PercentNRG() */ + Fix : call to nm_avail_plmn_list() is changed to call to sAT_PercentNRG() */ if (sAT_PercentNRG(CMD_SRC_LCL, NRG_RGMD_Manual, NRG_SVMD_Full, @@ -1329,9 +1329,9 @@ { TRACE_ERROR("sAT_PercentNRG error"); } - /* - Apr 13, 2004 REF: CRR 16303 JuanVi Jativa-Villoldo - sim_spn_req(); Moved to the function rAT_PlusCFUNP + /* + Apr 13, 2004 REF: CRR 16303 JuanVi Jativa-Villoldo + sim_spn_req(); Moved to the function rAT_PlusCFUNP */ } return SIM_ACTIVE; } @@ -1364,7 +1364,7 @@ { TRACE_EVENT("plmn_list malloc failed"); return ; - } + } TRACE_FUNCTION("nm_avail_plmn_list()"); @@ -1383,7 +1383,7 @@ } return; } - + // PATCH JVU - PLMN selection during registration sAT_Abort(CMD_SRC_LCL, AT_CMD_NRG); @@ -1396,7 +1396,7 @@ TRACE_ERROR("ERROR: tAT_PlusCOPS error"); //Sep 23, 2004 REF: CRR 24562 xvilliva //If AT_FAIL is returned, we query for the exact error - //and set a variable accordingly. + //and set a variable accordingly. if(result == AT_FAIL) { ULONG err; @@ -1407,19 +1407,19 @@ case ACI_ERR_CLASS_Cme: if (ACI_ERR_DESC_NR( err ) == CME_ERR_OpNotAllow) { - g_ensErr = 1; + g_ensErr = 1; } break; } } - + /* Deallocate operator list buffer */ if (oper_list != NULL) { mfwFree((U8*)oper_list, sizeof(T_ACI_COPS_OPDESC)*MAX_OPER); oper_list = NULL; } - + nm_signal(E_NM_PLMN_LIST,plmn_list); //Mar 01, 2005 REF: ENH 29327 xdeepadh //Deallocate the plmn_list @@ -1515,7 +1515,7 @@ +--------------------------------------------------------------------+ PURPOSE : Request existing network list - + */ #ifndef NEPTUNE_BOARD #ifdef TI_PS_OP_OPN_TAB_ROMBASED @@ -1523,14 +1523,14 @@ { int i; - /* Changes for ROM data */ + /* Changes for ROM data */ const UBYTE *plmn_comp_entry; /* get a local pointer holder */ T_OPER_ENTRY oper; TRACE_FUNCTION("nm_plnm_list()"); - /* + /* PLMN_OPER_LST_SIZE_ROM is size of the PLMN operlist */ @@ -1538,7 +1538,7 @@ return 0; - /* Changes for ROM data */ + /* Changes for ROM data */ plmn_comp_entry = ptr_plmn_compressed; @@ -1551,7 +1551,7 @@ /* for each pointer in the list plmn_list */ i=0; - do + do { /* Get first compressed PLMN entry */ cmhMM_decodePlmn (&oper, plmn_comp_entry); @@ -1590,7 +1590,7 @@ /* Next compressed PLMN entry */ plmn_comp_entry += cmhMM_PlmnEntryLength (plmn_comp_entry); - + i+=1; } while (i < count); @@ -1708,7 +1708,7 @@ +--------------------------------------------------------------------+ PURPOSE : Request existing network list longnames. added for SPR 2635. - + */ #ifndef NEPTUNE_BOARD @@ -1716,14 +1716,14 @@ int nm_plnm_list_longnames(char**plmn_ln_list, int start, int count) { int i; - /* Changes for ROM data */ + /* Changes for ROM data */ const UBYTE *plmn_comp_entry; /* get a local pointer holder */ T_OPER_ENTRY oper; - + TRACE_FUNCTION("nm_plnm_list_longnames()"); - - /* + + /* PLMN_OPER_LST_SIZE_ROM is size of the PLMN operlist */ @@ -1739,7 +1739,7 @@ /* for each pointer in the list plmn_list */ i=0; - do + do { /* Get first compressed PLMN entry */ cmhMM_decodePlmn (&oper, plmn_comp_entry); @@ -1748,7 +1748,7 @@ { /*just set pointer to point at longname in ROM in ACI*/ plmn_ln_list[i] = (char*)oper.longName; - + start++; } else @@ -1759,7 +1759,7 @@ /* Next compressed PLMN entry */ plmn_comp_entry += cmhMM_PlmnEntryLength (plmn_comp_entry); - + i+=1; } while (i < count); @@ -1772,9 +1772,9 @@ { int i; int sum; - + TRACE_FUNCTION("nm_plnm_list_longnames()"); - + sum = 0; /*count the number of longnames*/ @@ -1791,7 +1791,7 @@ { /*just set pointer to point at longname in ROM in ACI*/ plmn_ln_list[i] = (char*)operListFixed[start].longName; - + start++; } else @@ -1809,9 +1809,9 @@ { int i; int sum; - + TRACE_FUNCTION("nm_plnm_list_longnames()"); - + sum = 0; /*count the number of longnames*/ @@ -1828,7 +1828,7 @@ { /*just set pointer to point at longname in ROM in ACI*/ plmn_ln_list[i] = (char*)operList[start].longName; - + start++; } else @@ -1867,8 +1867,8 @@ TRACE_ERROR("sAT_PercentNRG error"); //Sep 23, 2004 REF: CRR 24562 xvilliva //If AT_FAIL is returned, we query for the exact error - //and set a variable accordingly. - if(result == AT_FAIL) + //and set a variable accordingly. + if(result == AT_FAIL) { ULONG err; @@ -1878,7 +1878,7 @@ case ACI_ERR_CLASS_Cme: if (ACI_ERR_DESC_NR( err ) == CME_ERR_OpNotAllow) { - g_ensErr = 1; + g_ensErr = 1; } break; } @@ -1914,7 +1914,7 @@ #ifdef NO_ASCIIZ memset (service_provider_name.data, 0, sizeof(service_provider_name.data)); service_provider_name.len = 0; - + if (error EQ simErr) { for (i=0; (efspn->service_provider[i] != 0xFF) && (i < SP_NAME); i++) @@ -2048,7 +2048,7 @@ void nm_ok_band (void) { TRACE_FUNCTION("nm_ok_band()"); - + nm_signal(E_NM_BAND, 0); } @@ -2105,11 +2105,11 @@ PURPOSE : Notify about available PLMN list NOTE : oper_list defines as char * Every operator (PLMN) uses 3 bytes - + // July 14, 2005 REF: CRR 31916 x0021334 // The functionality in rAT_PlusCOPS has been moved to new function 'nm_Plus_Percent_COPS()' which is common for rAT_PercentCOPS as well. - + //SPR#0777 - DS - Added check to make sure last_ind is valid. If invalid set to 0. // - Changed check to make last_ind equal to MAX_OPER-1 if last_ind is greater than MAX_OPER. // - Changed <= to < in nm_copy_plmn_list for loop. @@ -2134,7 +2134,7 @@ // July 14, 2005 REF: CRR 31916 x0021334 // New function 'rAT_PercentCOPS()' implemented. - + */ void rAT_PercentCOPS (S16 last_ind, T_ACI_COPS_OPDESC *operLst) @@ -2165,8 +2165,8 @@ //Mar 01, 2005 REF: ENH 29327 xdeepadh //Dynamically allocate the plmn_list T_MFW_PLMN_LIST *plmn_list; - /* Aug 09, 2007 REF: OMAPS00140507 x0045876 - Added patch given by Dong Feng */ + /* Aug 09, 2007 REF: OMAPS00140507 x0045876 + Added patch given by Dong Feng */ char longName[MAX_ALPHA_OPER_LEN] = { '\0' }; char shrtName[MAX_ALPHA_OPER_LEN] = { '\0' }; plmn_list=(T_MFW_PLMN_LIST*)mfwAlloc(sizeof(T_MFW_PLMN_LIST)); @@ -2194,7 +2194,7 @@ /***************************Go-lite Optimization changes Start***********************/ // Aug 16, 2004 REF: CRR 24323 Deepa M.D TRACE_EVENT_P1("rAT_PlusCOPS: last_ind: %d",last_ind); - /***************************Go-lite Optimization changes END***********************/ + /***************************Go-lite Optimization changes END***********************/ if (last_ind > 128) //Invalid index passed in. { last_ind = -1; @@ -2206,7 +2206,7 @@ last_ind = MAX_OPER-1; } } - + //DS 27/5/2002 - changed <= to < for (i = 0; i <= last_ind; i++) /* operLst == oper_list !! */ @@ -2214,9 +2214,9 @@ nm_copy_plmn_list(&plmn_list->plmn[i], &operLst[i]); } - - /* BEGIN: Aug 09, 2007 REF: OMAPS00140507 x0045876 - Added patch given by Dong Feng */ + + /* BEGIN: Aug 09, 2007 REF: OMAPS00140507 x0045876 + Added patch given by Dong Feng */ for(i=0; i < MAX_OPER; i++) { if (operLst[i].status < 0) @@ -2237,7 +2237,7 @@ #ifdef NO_ASCIIZ plmn_list->plmn[i].network_long.len = 0; plmn_list->plmn[i].network_short.len = 0; - + if (operLst->longOper) { plmn_list->plmn[i].network_long.len = MINIMUM(LONG_NAME-1, strlen((char *)longName)); @@ -2247,7 +2247,7 @@ } #else memset(plmn_list->plmn[i].network_long, 0, LONG_NAME); - + if (operLst->longOper) strncpy((char *)plmn_list->plmn[i].network_long, (char *)longName, LONG_NAME-1); #endif @@ -2269,10 +2269,10 @@ operLst[i].shrt_len, operLst[i].shrt_ext_dcs, (UBYTE *)shrtName); - + #ifdef NO_ASCIIZ plmn_list->plmn[i].network_short.len = 0; - + if (operLst->shortOper) { plmn_list->plmn[i].network_short.len = MINIMUM(SHORT_NAME-1, strlen((char *)shrtName)); @@ -2282,7 +2282,7 @@ } #else memset(plmn_list->plmn[i].network_short, 0, SHORT_NAME); - + if (operLst->shortOper) strncpy((char *)plmn_list->plmn[i].network_short, (char *)shrtName, SHORT_NAME-1); #endif @@ -2297,14 +2297,14 @@ } } } - /* END: Aug 09, 2007 REF: OMAPS00140507 x0045876 - Added patch given by Dong Feng */ + /* END: Aug 09, 2007 REF: OMAPS00140507 x0045876 + Added patch given by Dong Feng */ /***************************Go-lite Optimization changes Start***********************/ // Aug 16, 2004 REF: CRR 24323 Deepa M.D TRACE_EVENT_P1("rAT_PlusCOPS: Loop i val is %d",i); /***************************Go-lite Optimization changes END***********************/ plmn_list->count = i; - + nm_signal(E_NM_PLMN_LIST,plmn_list); //Mar 01, 2005 REF: ENH 29327 xdeepadh //Deallocate the plmn_list @@ -2412,18 +2412,18 @@ plmn_ident.roaming_indicator = 0; if (stat == CREG_STAT_Roam) plmn_ident.roaming_indicator = 1; - + //x0pleela 08 Feb, 2006 ER: OMAPS00065203 - nm_get_COPN( &plmn_ident ); + nm_get_COPN( &plmn_ident ); nm_signal(E_NM_FULL_SERVICE,&plmn_ident); /* Cell ReSelection Code */ cell.ci = cid; cell.lid = lac; - nm_signal(E_NM_CELL_SELECT,&cell); + nm_signal(E_NM_CELL_SELECT,&cell); break; - + case CREG_STAT_NoSearch: case CREG_STAT_NotPresent: if (!reg_flag) @@ -2562,7 +2562,7 @@ #else /* END ADD: Sumit */ - + //Apr 13, 2007 DRT:OMAPS00122739 x0066814(Geetha) #if(0) /* copy country code and network code */ @@ -2639,7 +2639,7 @@ UBYTE flag; TRACE_FUNCTION("nm_nitz_info_ind() "); -//Apr 13, 2007 DRT:OMAPS00122739 x0066814(Geetha) +//Apr 13, 2007 DRT:OMAPS00122739 x0066814(Geetha) #if(0) flag = 0; /* copy country code and network code */ @@ -2816,11 +2816,11 @@ TRACE_FUNCTION("nm_decodeSourceId()"); #ifndef NEPTUNE_BOARD switch (sourceId) - { + { case Read_ROM_TABLE: return NM_ROM; case Read_EONS: return NM_EONS; case Read_CPHS: return NM_CPHS; - case Read_INVALID: + case Read_INVALID: default: return NM_NONE; } #endif @@ -2839,11 +2839,11 @@ PURPOSE : This function is used to update plmn data after querying COPN */ //x0pleela 09 Feb, 2006 ER: OMAPS00065203 -void nm_update_plmn_data( T_MFW_NETWORK_STRUCT *plmn_ident, +void nm_update_plmn_data( T_MFW_NETWORK_STRUCT *plmn_ident, T_ACI_OPER_NTRY oper_ntry) { TRACE_FUNCTION("nm_update_plmn_data()"); - + #ifndef NEPTUNE_BOARD plmn_ident->opn_read_from = (T_MFW_NM_OPN)nm_decodeSourceId(oper_ntry.source); /*a0393213 compiler warnings removal - explicit typecast done*/ #endif @@ -2853,25 +2853,25 @@ #ifdef NO_ASCIIZ memset(plmn_ident->network_long.data, 0, LONG_NAME); memset(plmn_ident->network_short.data, 0, SHORT_NAME); - memcpy( plmn_ident->network_long.data, - oper_ntry.longName, + memcpy( plmn_ident->network_long.data, + oper_ntry.longName, strlen(oper_ntry.longName) ); - - memcpy( plmn_ident->network_short.data, - oper_ntry.shrtName, + + memcpy( plmn_ident->network_short.data, + oper_ntry.shrtName, strlen(oper_ntry.shrtName)); plmn_ident->network_long.len = strlen((const char*)(plmn_ident->network_long.data)); /*a0393213 warnings removal - explicit typecasting done*/ - plmn_ident->network_short.len = strlen((const char*)(plmn_ident->network_short.data)); + plmn_ident->network_short.len = strlen((const char*)(plmn_ident->network_short.data)); #else memset(plmn_ident->network_long, 0, LONG_NAME); memset(plmn_ident->network_short, 0, SHORT_NAME); - strcpy( plmn_ident->network_long, + strcpy( plmn_ident->network_long, oper_ntry.longName); - strcpy( plmn_ident->network_short, + strcpy( plmn_ident->network_short, oper_ntry.shrtName); -#endif +#endif } /* @@ -2880,7 +2880,7 @@ | STATE : code ROUTINE : nm_get_COPN | +--------------------------------------------------------------------+ - PURPOSE : This function is used to query for COPS and COPN which will indicate from + PURPOSE : This function is used to query for COPS and COPN which will indicate from where the operator name was read */ //x0pleela 09 Feb, 2006 ER: OMAPS00065203 @@ -2899,12 +2899,12 @@ &format, (char *)opername ) EQ AT_CMPL ) { //Request info about operator name - if(qAT_PercentCOPN(CMD_SRC_LCL, - format, - (char *)opername, + if(qAT_PercentCOPN(CMD_SRC_LCL, + format, + (char *)opername, &oper_ntry) EQ AT_CMPL ) - { - nm_update_plmn_data(plmn_ident, oper_ntry); + { + nm_update_plmn_data(plmn_ident, oper_ntry); } } } @@ -2915,7 +2915,7 @@ | STATE : code ROUTINE : nm_get_opername | +--------------------------------------------------------------------+ - PURPOSE : This function updates operator name based on cingular's prioritization requirement. + PURPOSE : This function updates operator name based on cingular's prioritization requirement. Priority would be in order ONS->NITZ->ROM */ @@ -2924,7 +2924,7 @@ { TRACE_FUNCTION("nm_get_opername()"); sAT_PercentCNIV(CMD_SRC_LCL, CNIV_MODE_ON); - + return; } @@ -2957,16 +2957,16 @@ | STATE : code ROUTINE : nm_get_opername | +--------------------------------------------------------------------+ - PURPOSE : This function gets operator name from network. + PURPOSE : This function gets operator name from network. */ //x0pleela 09 Feb, 2006 ER: OMAPS00065203 void nm_get_network_data(T_MFW_NETWORK_STRUCT *plmn_netw_data) { TRACE_FUNCTION("nm_get_network_data()"); - - //send E_NM_OPN event - nm_signal(E_NM_OPN, plmn_netw_data); + + //send E_NM_OPN event + nm_signal(E_NM_OPN, plmn_netw_data); } @@ -2977,15 +2977,15 @@ | STATE : code ROUTINE : nm_set_network_time | +--------------------------------------------------------------------+ - PURPOSE : This function sets time and date info received from network. + PURPOSE : This function sets time and date info received from network. */ #ifdef FF_TIMEZONE void nm_set_network_time(T_MFW_TIME_IND *currclock) { TRACE_FUNCTION("nm_set_network_time()"); - //send E_MFW_TIME_IND event - nm_signal(E_MFW_TIME_IND, currclock); + //send E_MFW_TIME_IND event + nm_signal(E_MFW_TIME_IND, currclock); } #endif @@ -3002,5 +3002,5 @@ { TRACE_FUNCTION ("nm_get_plmn_list_during_bootup()"); nm_signal(E_NM_PLMN_LIST_BOOTUP,0); - + }
--- a/src/ui/mfw/mfw_nm.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_nm.h Tue Jan 19 06:10:27 2021 +0000 @@ -9,45 +9,45 @@ PURPOSE: Type definitions for network management HISTORY: - + May 31, 2007 DR: OMAPS00133201 x0pleela - Description: MS keeps searching networks and doesn't list available PLMNs after + Description: MS keeps searching networks and doesn't list available PLMNs after performing manual selection - Solution : Added new event E_NM_ABORT_NETWORK whihc wil be sent to BMI to + Solution : Added new event E_NM_ABORT_NETWORK whihc wil be sent to BMI to destroy the n/w searching dialog Sep 18,2006 DRT: OMAPS0090268 x0061088(Prachi) Description : To check for Forbidden network (for deneid services),it takes long time. Solution : Function rAT_PercentCREG() has now be implemented to handle CREG_STAT_Denied, - which sends nm_signal(NETWORK_FORBIDDEN_NETWORK) to Bmi . + which sends nm_signal(NETWORK_FORBIDDEN_NETWORK) to Bmi . Jun 23, 2006 DR: OMAPS00082374 x0pleela - Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile + Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile Solution: a) Removed the function prototypes of set_opn_sel_done and get_opn_sel_done - + June 02, 2006 DR: OMAPS00078005 x0021334 Descripton: Test for NITZ (Network Identity and Timezone) support - No New time was displayed Solution: New Time/Date received from network is sent to MFW by lower layer by invoking 'rAT_PercentCTZV' function. This function has now been implemented to pass on the received values to MMI for user confirmation and RTC updation. - + Feb 15, 2006 ER: OMAPS00065203 x0pleela Description: Cingular Operator Name Prioritization implementation required Solution: Incorporated review comments - - Implemented prototypes of 2 new functions set_opn_sel_done() and + - Implemented prototypes of 2 new functions set_opn_sel_done() and get_opn_sel_done() to set and get the current status of the operator selection - Added T_MFW_NM_OPN opn_read_from as part of T_MFW_NETWORK_STRUCT - structure to avoid use of global variable as per review comments + structure to avoid use of global variable as per review comments Feb 09, 2006 ER: OMAPS00065203 x0pleela Description: Cingular Operator Name Prioritization implementation required Solution: Added new enumeration T_MFW_NM_OPN Added new event E_NM_OPN Added prototype of newly incorporated functions - + July 14, 2005 REF: CRR 31916 x0021334 Description: rCI_PercentCOPS() and rAT_PercentCOPS() is not implemented - Solution: rAT_PercentCOPS() is implemented. + Solution: rAT_PercentCOPS() is implemented. */ #ifndef DEF_MFW_NM @@ -147,7 +147,7 @@ USHORT ci; /* cell identification */ USHORT lid; /* location identification */ }T_MFW_CELL_STRUCT; - + typedef struct /* LONG NAME */ { UBYTE dcs; @@ -300,8 +300,8 @@ int nm_decodeSourceId( UBYTE sourceId); #endif //To update plmn data after querying COPN -void nm_update_plmn_data( T_MFW_NETWORK_STRUCT *plmn_ident, - T_ACI_OPER_NTRY oper_ntry); +void nm_update_plmn_data( T_MFW_NETWORK_STRUCT *plmn_ident, + T_ACI_OPER_NTRY oper_ntry); //To query COPN void nm_get_COPN( T_MFW_NETWORK_STRUCT *plmn_ident ); //Get operator name from other sources (CPHS or NITZ or ROM) @@ -316,7 +316,7 @@ // June 02, 2006 DR: OMAPS00078005 x0021334 // Function to set network time void nm_set_network_time(T_MFW_TIME_IND *currclock); -#endif +#endif #ifdef NO_ASCIIZ void nm_get_spn (T_MFW_SP_NAME *spn);
--- a/src/ui/mfw/mfw_nma.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_nma.c Tue Jan 19 06:10:27 2021 +0000 @@ -209,7 +209,7 @@ return FALSE; /* normal processing of ACI */ case MMREG_INFO_IND: - + /* send this NITZ information to MMI */ TRACE_FUNCTION(" case MMREG_INFO_IND: "); @@ -229,7 +229,7 @@ memcpy (&(mmr_nitz_ind->time), &(gmmreg_info_ind->net_time), sizeof(T_net_time)); - + nm_nitz_info_ind(* mmr_nitz_ind ); return FALSE; /* normal processing of ACI */ } @@ -279,7 +279,7 @@ #ifdef GPRS case GMMREG_INFO_IND: TRACE_FUNCTION(" case GMMREG_INFO_IND: "); - + gmmreg_info_ind= (T_GMMREG_INFO_IND *)data; memcpy (&(mmr_nitz_ind.plmn), &(gmmreg_info_ind->plmn), sizeof(T_plmn)); @@ -289,7 +289,7 @@ memcpy (&(mmr_nitz_ind.ntz), &(gmmreg_info_ind->net_time_zone),sizeof (T_ntz)); memcpy (&(mmr_nitz_ind.time), &(gmmreg_info_ind->net_time), sizeof(T_time)); - + nm_nitz_info_ind(&mmr_nitz_ind); return FALSE; /* normal processing of ACI */ #endif @@ -346,7 +346,7 @@ switch (format) { case COPS_FRMT_Numeric: -#ifndef NEPTUNE_BOARD +#ifndef NEPTUNE_BOARD strcpy ((char *)numeric_name, (char *)oper); found = cmhMM_FindNumeric (&plmnDesc, (char *)oper); if (found) @@ -486,8 +486,8 @@ else numeric_name[5] = ( network_entry->mnc & 0xf) + '0'; numeric_name[6] = '\0'; /* 3-digit-MNC */ - - if (network_entry->longName) + + if (network_entry->longName) { long_name->len = MINIMUM(LONG_NAME-1, strlen((char *)network_entry->longName)); memcpy (long_name->data, network_entry->longName, long_name->len); @@ -503,7 +503,7 @@ GLOBAL void sAT_PlusCOPSE(UBYTE *oper, UBYTE format, UBYTE *long_name, UBYTE *short_name, UBYTE *numeric_name) { -#ifndef NEPTUNE_BOARD +#ifndef NEPTUNE_BOARD T_OPER_ENTRY plmnDesc; BOOL found; #else @@ -571,7 +571,7 @@ numeric_name[6] = '\0'; /* 3-digit-MNC */ strncpy ((char *)short_name, plmnDesc.shrtName, SHORT_NAME-1); - short_name[SHORT_NAME-1] = '\0'; + short_name[SHORT_NAME-1] = '\0'; } #else network_entry = cmhMM_FindName ((char *)oper, COPS_FRMT_Long); @@ -591,7 +591,7 @@ if (network_entry->shrtName) { strncpy ((char *)short_name, (char *)network_entry->shrtName, SHORT_NAME-1); - short_name[SHORT_NAME-1] = '\0'; + short_name[SHORT_NAME-1] = '\0'; } } #endif @@ -601,7 +601,7 @@ if (oper) { strncpy ((char *)short_name, (char *)oper, SHORT_NAME-1); - short_name[SHORT_NAME-1] = '\0'; + short_name[SHORT_NAME-1] = '\0'; } #ifndef NEPTUNE_BOARD found = cmhMM_FindName (&plmnDesc, (char *)oper, COPS_FRMT_Short); @@ -636,7 +636,7 @@ numeric_name[5] = ( network_entry->mnc & 0xf) + '0'; numeric_name[6] = '\0'; /* 3-digit-MNC */ - if (network_entry->longName) + if (network_entry->longName) { strncpy ((char *)long_name, (char *)network_entry->longName, LONG_NAME-1); long_name[LONG_NAME-1] = '\0';
--- a/src/ui/mfw/mfw_nma.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_nma.h Tue Jan 19 06:10:27 2021 +0000 @@ -6,7 +6,7 @@ | STATE : code | +--------------------------------------------------------------------+ - PURPOSE : Types definitions for MMI framework + PURPOSE : Types definitions for MMI framework . */ @@ -21,12 +21,12 @@ EXTERN void sAT_PlusCOPSF(UBYTE ** forbidden_id, UBYTE ** fieldstrength); #ifdef NO_ASCIIZ -EXTERN void sAT_PlusCOPSE(UBYTE *oper, UBYTE format, +EXTERN void sAT_PlusCOPSE(UBYTE *oper, UBYTE format, T_MFW_LNAME *long_name, - T_MFW_SNAME *short_name, + T_MFW_SNAME *short_name, UBYTE *numeric_name); #else -EXTERN void sAT_PlusCOPSE(UBYTE *oper, UBYTE format, UBYTE *long_name, +EXTERN void sAT_PlusCOPSE(UBYTE *oper, UBYTE format, UBYTE *long_name, UBYTE *short_name, UBYTE *numeric_name); #endif
--- a/src/ui/mfw/mfw_nmi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_nmi.h Tue Jan 19 06:10:27 2021 +0000 @@ -7,14 +7,14 @@ +--------------------------------------------------------------------+ PURPOSE : Internal definitions for network management - + History May 31, 2007 DR: OMAPS00133201 x0pleela - Description: MS keeps searching networks and doesn't list available PLMNs after + Description: MS keeps searching networks and doesn't list available PLMNs after performing manual selection Solution : Modified the prototype of function nm_error_cops() -*/ +*/ #ifndef DEF_MFW_NMI_HEADER #define DEF_MFW_NMI_HEADER @@ -41,17 +41,17 @@ T_MFW_CB handler; T_MFW_NM_PARA para; } T_MFW_NM; - + -EXTERN T_MFW_HND nm_install (T_MFW_HDR *w, - T_MFW_HDR *h, +EXTERN T_MFW_HND nm_install (T_MFW_HDR *w, + T_MFW_HDR *h, T_MFW_NM *nm); EXTERN T_MFW_RES nm_remove (T_MFW_HDR *h); EXTERN void nm_activate (UBYTE result); #ifdef FF_2TO1_PS -EXTERN void nm_mmi_parameters (T_SIM_imsi_field *imsi_field, +EXTERN void nm_mmi_parameters (T_SIM_imsi_field *imsi_field, T_SIM_pref_plmn *pref_plmn); #else EXTERN void nm_mmi_parameters (T_imsi_field *imsi_field);
--- a/src/ui/mfw/mfw_phb.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_phb.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,14 +15,14 @@ June 05, 2007 DR:OMAPS00133241 x0061560(sateeshg) Description:ASTEC29607,SIM:The sim card should not return 9240 still. Solution :New enum MFW_PHB_EXCT been sent while the command AT_EXCT is in progress - + Nov 03, 2006 DR:OMAPS00097209 a0393213(R.Prabakar) API Needed for Maximum Length Of Each Phonebook Category In SIM Solution: The interface of pb_read_sizes() changed. While calling the function it should be taken care of. - + Aug 18, 2006 ER: OMAPS00089840 x0039928 Description: Changes to be made in MMI for the functionality "Delete all" ADN entries - Solution: A new menu item "Delete All" is added in the phone book menu + Solution: A new menu item "Delete All" is added in the phone book menu to delete all the sim entries July 17, 2006 DR: OMAPS00082792 x0039928 @@ -30,22 +30,22 @@ Solution: Added condition to check for AT_EXCT return for sAT_PlusCPBW Oct 27, 2005 REF: OMAPS 48881 b-nekkare - Description: PhoneBook: The modify option under phonebook doesn't + Description: PhoneBook: The modify option under phonebook doesn't work as expected. Solution: In case of SIM storage,deleted the previous 2nd comparision - with TON as then it would be TRUE if the previous saved - number had a preceding'+'. So currently only checking for + with TON as then it would be TRUE if the previous saved + number had a preceding'+'. So currently only checking for '+' to figure out the TON. Apr 14, 2005 REF: CRR 29991 xpradipg - Description: Optimisation 5: Remove the static allocation and use dynamic + Description: Optimisation 5: Remove the static allocation and use dynamic allocation/ deallocation for pb_list and black_list Solution: The static definition is removed and replaced with the dynamic allocation - March 1 ,2004 REF: CRR 27832 x0012852 + March 1 ,2004 REF: CRR 27832 x0012852 Bug:SIM PIN2 related Actions are displying wrong Error Response. Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. */ @@ -119,7 +119,7 @@ #ifdef INT_PHONEBOOK #include "ATBPbGI.h" #endif - + /*************** MACRO definition ***********************************/ // Apr 14, 2005 REF: CRR 29991 xpradipg // MACRO to allocate and deallocate memory for pb_list @@ -132,11 +132,11 @@ if(ptr)\ mfwFree((U8*)ptr, size); #define PB_LIST_SIZE (sizeof(T_ACI_PB_ENTR)*PHB_MAX_ENTRY_NUM) - + #else #define PB_LIST_ALLOC(ptr, size) #define PB_LIST_DEALLOC(ptr, size) -#endif +#endif /********* current define *******************************************/ // Apr 14, 2005 REF: CRR 29991 xpradipg // remove the static allocation @@ -175,7 +175,7 @@ T_MFW_HDR *hdr; T_MFW_PHB *phb_para; MfwHdr *insert_status =0; - + TRACE_FUNCTION ("phb_create()"); hdr = (T_MFW_HDR *) mfwAlloc(sizeof (T_MFW_HDR)); @@ -184,12 +184,12 @@ if (!hdr OR !phb_para) { TRACE_ERROR("ERROR: phb_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(phb_para) - mfwFree((U8*)phb_para,sizeof(T_MFW_PHB)); - + mfwFree((U8*)phb_para,sizeof(T_MFW_PHB)); + return FALSE; } @@ -231,7 +231,7 @@ T_MFW_RES phb_delete(T_MFW_HND h) { TRACE_FUNCTION ("phb_delete()"); - + if (!h OR !((T_MFW_HDR *)h)->data) return MFW_RES_ILL_HND; @@ -256,10 +256,10 @@ */ void phb_signal(T_MFW_EVENT event, void * para) -{/*MC, SPR 1389, we have to enable the display whenever +{/*MC, SPR 1389, we have to enable the display whenever we send an event up to the MMI*/ UBYTE temp = dspl_Enable(0); - + TRACE_FUNCTION ("phb_signal()"); if (mfwSignallingMethod EQ 0) { @@ -545,10 +545,10 @@ #ifdef FF_2TO1_PS case NPI_Ermes: return MFW_NPI_M_ERMES; case NPI_Cts: return MFW_NPI_M_CTS; -#else +#else case NPI_ERMES: return MFW_NPI_M_ERMES; case NPI_CTS: return MFW_NPI_M_CTS; -#endif +#endif default: return MFW_NPI_UNKNOWN;/*a0393213 warnings removal-npi changed to MFW_NPI_UNKNOWN*/ } } @@ -629,7 +629,7 @@ void phb_init() { TRACE_FUNCTION ("phb_init()"); - + return; } @@ -659,7 +659,7 @@ // Define the local pointer since it occupies close to 650 bytes #ifdef FF_MMI_OPTIM T_ACI_PB_ENTR *pb_list; -#endif +#endif TRACE_FUNCTION ("phb_read_entries()"); TRACE_EVENT_P4("book%d index%d mode%d num%d", book, index, mode, num_entries); @@ -730,10 +730,10 @@ if (sAT_PlusCPBS(CMD_SRC_LCL, phb_codePhbType ((T_MFW_PHB_TYPE) book ), NULL) NEQ AT_CMPL) return MFW_PHB_FAIL; -// March 1 ,2004 REF: CRR 27832 x0012852 +// March 1 ,2004 REF: CRR 27832 x0012852 // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. - + /* Read entries */ entries->book = book; rcd_num = 0; @@ -741,7 +741,7 @@ stop_ind = index + (num_entries - 1); // Apr 14, 2005 REF: CRR 29991 xpradipg // dynamic allocation - PB_LIST_ALLOC(pb_list,PB_LIST_SIZE); + PB_LIST_ALLOC(pb_list,PB_LIST_SIZE); while (num_entries > 0) { for (i=0; i<PHB_MAX_ENTRY_NUM; i++) @@ -836,7 +836,7 @@ /* SPR#1727 - DS - Merged updated version from 1.6 branch. */ -/* Test that the last 6 digits match. +/* Test that the last 6 digits match. If there are less than 6 numbers - its probably not a phone number. GW- For emergency calls check a full exact match for the full (but short) length */ @@ -905,7 +905,7 @@ // local pointer definition #ifdef FF_MMI_OPTIM T_ACI_PB_ENTR *pb_list; -#endif +#endif TRACE_FUNCTION ("phb_find_entries()"); /* SPR#1112 - SH - Internal phonebook */ @@ -956,8 +956,8 @@ /* select phonebook */ if (sAT_PlusCPBS(CMD_SRC_LCL, phb_codePhbType ((T_MFW_PHB_TYPE) book ), NULL) NEQ AT_CMPL) return MFW_PHB_FAIL; - -// March 1 ,2004 REF: CRR 27832 x0012852 + +// March 1 ,2004 REF: CRR 27832 x0012852 // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. @@ -983,7 +983,7 @@ } else { - findText.len = MINIMUM(search_pattern->len, MAX_PHB_NUM_LEN-1); //GW -SPR#762 + findText.len = MINIMUM(search_pattern->len, MAX_PHB_NUM_LEN-1); //GW -SPR#762 strncpy((char *)findText.data, (char *)search_pattern->data, findText.len); findText.data[findText.len] = '\0'; } @@ -992,12 +992,12 @@ &findText, sr_type, search_mode, -/*ADDED BY RAVI - ACI CHANGES - 5-10-2005*/ +/*ADDED BY RAVI - ACI CHANGES - 5-10-2005*/ #if (defined(FF_2TO1_PS) && BOARD != 61) (UBYTE *)index, #else index, -#endif +#endif /*END ADDITION - RAVI - 5-10-2005*/ &found, pb_list) EQ AT_CMPL) @@ -1009,7 +1009,7 @@ { TRACE_FUNCTION ("phb_find_entries()-found entry"); /*SPR 2102, removed traces which were causing a crash for long phone numbers*/ - + if (numbersMatch((char*)pb_list[i].number,(char*)search_pattern->data)) { TRACE_FUNCTION ("phb_find_entries()-numbers match"); @@ -1038,7 +1038,7 @@ entries->num_entries = (U16)found; #else entries->num_entries = found; -#endif +#endif search_mode = CPBF_MOD_NextSearch; } } @@ -1129,11 +1129,11 @@ /* select phonebook */ if (sAT_PlusCPBS(CMD_SRC_LCL, phb_codePhbType ( (T_MFW_PHB_TYPE)book ), NULL) NEQ AT_CMPL) return MFW_PHB_FAIL; - -// March 1 ,2004 REF: CRR 27832 x0012852 + +// March 1 ,2004 REF: CRR 27832 x0012852 // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. - + entries->book = book; rcd_num = 0; sum = num_entries; @@ -1153,12 +1153,12 @@ &findText, sr_type, search_mode, -/*ADDED BY RAVI - ACI CHANGES - 5-10-2005 */ +/*ADDED BY RAVI - ACI CHANGES - 5-10-2005 */ #if (defined(FF_2TO1_PS) && BOARD != 61) (UBYTE *)index, #else index, -#endif +#endif /*END ADDITION - RAVI - 5-10-2005 */ &found, pb_list) EQ AT_CMPL) @@ -1190,7 +1190,7 @@ entries->num_entries = (U16)found; #else entries->num_entries = found; -#endif +#endif search_mode = CPBF_MOD_NextSearch; } } @@ -1236,7 +1236,7 @@ SHORT used; SHORT total; SHORT avail; -#endif +#endif // END ADDITION - RAVI - 5-10-2005 #ifdef TI_PS_FFS_PHB UBYTE nlength; @@ -1282,8 +1282,8 @@ /* select phonebook */ if (sAT_PlusCPBS(CMD_SRC_LCL, phb_codePhbType ((T_MFW_PHB_TYPE) book ), NULL) NEQ AT_CMPL) return MFW_PHB_FAIL; - -// March 1 ,2004 REF: CRR 27832 x0012852 + +// March 1 ,2004 REF: CRR 27832 x0012852 // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. @@ -1343,8 +1343,8 @@ status->max_entries = total; status->used_entries = used; status->avail_entries = avail; -#endif -//x0061560 Date May17,07 (sateeshg) OMAPS00133241 +#endif +//x0061560 Date May17,07 (sateeshg) OMAPS00133241 return MFW_PHB_OK; case AT_EXCT: #ifndef TI_PS_FFS_PHB // Flushing not necessary with FFS based SIM PHB @@ -1357,7 +1357,7 @@ } #endif -//x0061560 Date May16,07 (sateeshg) OMAPS00133241 +//x0061560 Date May16,07 (sateeshg) OMAPS00133241 return MFW_PHB_EXCT; default: @@ -1386,7 +1386,7 @@ SHORT used; SHORT total; SHORT avail; -#endif +#endif // END ADDITION BY RAVI - 5-10-2005 #ifdef TI_PS_FFS_PHB UBYTE nlength; @@ -1431,10 +1431,10 @@ if (sAT_PlusCPBS(CMD_SRC_LCL, phb_codePhbType ( (T_MFW_PHB_TYPE)book ), NULL) NEQ AT_CMPL) return MFW_PHB_FAIL; -// March 1 ,2004 REF: CRR 27832 x0012852 +// March 1 ,2004 REF: CRR 27832 x0012852 // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. - + memset(&dt, 0, sizeof(T_ACI_VP_ABS)); @@ -1462,7 +1462,7 @@ status->max_entries = total; status->used_entries = used; status->avail_entries = avail; -#endif +#endif case AT_EXCT: return MFW_PHB_OK; default: @@ -1491,7 +1491,7 @@ (char *)passwd, CLASS_VceDatFaxSms, MFW_PHB) != MFW_SS_OK) { return MFW_PHB_FAIL; - } + } } if (book EQ PHB_ADN) { @@ -1583,7 +1583,7 @@ ton_npi.ton = TON_Unknown; ton_npi.npi = NPI_IsdnTelephony; - cmhPHB_toaMrg ( &ton_npi, &toa ); + cmhPHB_toaMrg ( &ton_npi, &toa ); /* --->>>--- */ #if defined(FF_2TO1_PS) @@ -1593,8 +1593,8 @@ return PHB_FDN; #else - /* The old pb_check_fdn() either delivered PHB_OK and found == 1 or - * PHB_FAIL and found == 0. Other combintations were not possibe, + /* The old pb_check_fdn() either delivered PHB_OK and found == 1 or + * PHB_FAIL and found == 0. Other combintations were not possibe, * especially PHB_OK and found == 0. Some unreachable / dead code here. * Found on g23m S621 by HM 21-Sep-2005 */ if (pb_check_fdn(toa, number) NEQ PHB_OK) @@ -1608,12 +1608,12 @@ T_ACI_PB_ENTR *pb_list; if (sAT_PlusCPBS(CMD_SRC_LCL, PB_STOR_Bd, NULL) NEQ AT_CMPL) return MFW_PHB_FAIL; - - + + // March 1 ,2004 REF: CRR 27832 x0012852 SELIM // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. - + text.len = MINIMUM(strlen((char *)number), PHB_MAX_LEN-1); //GW -SPR#762 - was MAX_ALPHA_LEN-1); strncpy((char *)text.data, (char *)number, text.len); text.data[text.len] = '\0'; @@ -1644,7 +1644,7 @@ PB_LIST_DEALLOC(pb_list, PB_LIST_SIZE); return PHB_OK; } -#endif +#endif } @@ -1670,7 +1670,7 @@ SHORT used; SHORT total; SHORT avail; -#endif +#endif // END ADDITION BY RAVI - 5-10-2005 T_PHB_TYPE type;/*a0393213 warnings removal-data type of 'type' changed from UBYTE*/ @@ -1689,7 +1689,7 @@ /* SPR#1112 - SH - Internal phonebook */ #ifdef INT_PHONEBOOK if (status->book EQ PHB_IPB) - { + { GI_pb_Info(status); return MFW_PHB_OK; } @@ -1738,7 +1738,7 @@ &tag_len, &avail,&used_ext, &total_ext) == PHB_FAIL) return MFW_PHB_FAIL; #else - if (pb_read_sizes (type, &total, &used, &num_len, &tag_len, + if (pb_read_sizes (type, &total, &used, &num_len, &tag_len, &used_ext, &total_ext) == PHB_FAIL) /*a0393213 OMAPS00097209 - interface of pb_read_sizes has been changed in ACI side*/ return MFW_PHB_FAIL; avail = total - used; @@ -1753,7 +1753,7 @@ status->max_entries = total; status->used_entries = used; status->avail_entries = avail; -#endif +#endif return MFW_PHB_OK; } @@ -1836,8 +1836,8 @@ { #ifdef TI_PS_FFS_PHB - /* - * When we're returning MFW_PHB_OK and the book is a SIM book + /* + * When we're returning MFW_PHB_OK and the book is a SIM book * normally we're not really finished with the operation here * as the synchronization to the SIM is still ongoing. */ @@ -2054,7 +2054,7 @@ } #ifdef PCM_2_FFS - if (ffs_ReadRecord((UBYTE *)PSPDF_UPN_ID, (UBYTE *)&efupn, + if (ffs_ReadRecord((UBYTE *)PSPDF_UPN_ID, (UBYTE *)&efupn, sizeof( T_PSPDF_UPN ) , (USHORT)(i+1), 1 ) == sizeof( T_PSPDF_UPN ) ) #else pcm_ReadRecord((UBYTE *)EF_UPN_ID, @@ -2068,7 +2068,7 @@ for (i=0; i<max_rcd; i++) { #ifdef PCM_2_FFS - if (ffs_ReadRecord((UBYTE *)PSPDF_UPN_ID, (UBYTE *)&efupn, + if (ffs_ReadRecord((UBYTE *)PSPDF_UPN_ID, (UBYTE *)&efupn, sizeof( T_PSPDF_UPN ) , (USHORT)(i+1), 1 ) == sizeof( T_PSPDF_UPN ) ) #else if (pcm_ReadRecord((UBYTE *)EF_UPN_ID, @@ -2129,7 +2129,7 @@ void phb_get_upn(void) { /*a0393213 compiler warnings removal - removed variables phb_entry, phb_list*/ - + T_MFW_PHB_STATUS status; int i; SHORT start_ind; @@ -2139,11 +2139,11 @@ // local pointer definition #ifdef FF_MMI_OPTIM T_ACI_PB_ENTR *pb_list; -#endif +#endif TRACE_FUNCTION("phb_get_upn()"); - + memset(&status, 0, sizeof(status)); status.book = PHB_UPN; @@ -2153,10 +2153,10 @@ /* select phonebook */ if (sAT_PlusCPBS(CMD_SRC_LCL, phb_codePhbType ( PHB_UPN ), NULL) NEQ AT_CMPL) -// March 1 ,2004 REF: CRR 27832 x0012852 +// March 1 ,2004 REF: CRR 27832 x0012852 // Bug:SIM PIN2 related Actions are displying wrong Error Response. // Fix:MFW calls sAT_PlusCPBS() with third parameter as NULL. - + phb_signal(E_PHB_UPN_LIST, &upn_list); start_ind = 1; @@ -2168,7 +2168,7 @@ pb_list = (T_ACI_PB_ENTR*)mfwAlloc(PB_LIST_SIZE); if(NULL == pb_list) return; -#endif +#endif for (i=0; i<status.used_entries; i++) {
--- a/src/ui/mfw/mfw_phb.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_phb.h Tue Jan 19 06:10:27 2021 +0000 @@ -7,8 +7,8 @@ +--------------------------------------------------------------------+ PURPOSE : Types defination for phonebook management - . -*/ + . +*/ #ifndef DEF_MFW_PHB #define DEF_MFW_PHB @@ -17,14 +17,14 @@ #include "prim.h" #include "aci_cmh.h" #ifdef FF_2TO1_PS -#include "p_8010_127_sim_sap.h" //GW 22/11/01 - Added +#include "p_8010_127_sim_sap.h" //GW 22/11/01 - Added #else #include "prim.h" #endif #include "phb.h" //GW 22/11/01 - Added #ifdef NEPTUNE_BOARD -#include "Ffs.h" -#endif +#include "Ffs.h" +#endif /* * events are organised as bitmaps */ @@ -106,8 +106,8 @@ MFW_NPI_TELEX = 4, MFW_NPI_NATIONAL = 8, MFW_NPI_PRIVATE = 9, - MFW_NPI_M_ERMES = 10, - MFW_NPI_M_CTS = 11 + MFW_NPI_M_ERMES = 10, + MFW_NPI_M_CTS = 11 } T_MFW_PHB_NPI; typedef enum /* service related to the phone number */ @@ -229,8 +229,8 @@ typedef struct { - UBYTE count; - T_MFW_UPN upn[MAX_UPN_NUM]; + UBYTE count; + T_MFW_UPN upn[MAX_UPN_NUM]; } T_MFW_UPN_LIST; @@ -244,34 +244,34 @@ EXTERN void phb_init (void); EXTERN void phb_exit (void); -EXTERN T_MFW_HND phb_create (T_MFW_HND hWin, - T_MFW_EVENT event, +EXTERN T_MFW_HND phb_create (T_MFW_HND hWin, + T_MFW_EVENT event, T_MFW_CB cbfunc); EXTERN T_MFW_RES phb_delete (T_MFW_HND h); -EXTERN T_MFW phb_read_entries (UBYTE book, - UBYTE index, - UBYTE mode, - UBYTE num_entries, +EXTERN T_MFW phb_read_entries (UBYTE book, + UBYTE index, + UBYTE mode, + UBYTE num_entries, T_MFW_PHB_LIST *entries); #ifdef NO_ASCIIZ -EXTERN T_MFW phb_find_entries (UBYTE book, - SHORT *index, - UBYTE mode, - SHORT num_entries, - T_MFW_PHB_TEXT *search_pattern, +EXTERN T_MFW phb_find_entries (UBYTE book, + SHORT *index, + UBYTE mode, + SHORT num_entries, + T_MFW_PHB_TEXT *search_pattern, T_MFW_PHB_LIST *entries); #else -EXTERN T_MFW phb_find_entries (UBYTE book, - SHORT *index, - UBYTE mode, - SHORT num_entries, - CHAR *search_pattern, +EXTERN T_MFW phb_find_entries (UBYTE book, + SHORT *index, + UBYTE mode, + SHORT num_entries, + CHAR *search_pattern, T_MFW_PHB_LIST *entries); #endif -EXTERN T_MFW phb_store_entry (UBYTE book, - T_MFW_PHB_ENTRY *entry, - T_MFW_PHB_STATUS *status); -EXTERN T_MFW phb_delete_entry (UBYTE book, UBYTE index, +EXTERN T_MFW phb_store_entry (UBYTE book, + T_MFW_PHB_ENTRY *entry, + T_MFW_PHB_STATUS *status); +EXTERN T_MFW phb_delete_entry (UBYTE book, UBYTE index, T_MFW_PHB_STATUS *status); EXTERN T_MFW phb_delete_book (UBYTE book); EXTERN T_MFW phb_set_mode (UBYTE book, UBYTE *passed); @@ -292,9 +292,9 @@ EXTERN UBYTE dspl_Enable (UBYTE in_Enable); #ifdef PCM_2_FFS EXTERN T_FFS_SIZE ffs_ReadRecord(const char *name, void * addr, int size, int index, int recsize); -#endif /* PCM_2_FFS */ +#endif /* PCM_2_FFS */ #endif /* NEPTUNE_BOARD */ -/* End - remove warning Aug - 11 */ +/* End - remove warning Aug - 11 */ #endif
--- a/src/ui/mfw/mfw_phbi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_phbi.h Tue Jan 19 06:10:27 2021 +0000 @@ -7,8 +7,8 @@ +--------------------------------------------------------------------+ PURPOSE : Internal types defination for phonebook management - . -*/ + . +*/ #ifndef DEF_MFW_PHBI #define DEF_MFW_PHBI @@ -25,7 +25,7 @@ } T_MFW_PHB; EXTERN BOOL phb_sign_exec (T_MFW_HDR * hdr, - T_MFW_EVENT event, + T_MFW_EVENT event, T_MFW_PHB_PARA *para); EXTERN void phb_ok_clck (void); EXTERN void phb_error_clck (void);
--- a/src/ui/mfw/mfw_sat.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sat.c Tue Jan 19 06:10:27 2021 +0000 @@ -14,11 +14,11 @@ TO DO : - $History:: mfw_sat.c + $History:: mfw_sat.c Apr 18, 2006 Ref:OMAPS00116309 R.Prabakar (a0393213) CT-GCF[27.22.4.7.1]- MMI crashes on REFERSH seq 1.2 Solution : Data type mismatch between ACI and MMI sorted out - + Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) SAT proactive commands and Language Selection SAT event @@ -38,7 +38,7 @@ Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 Icon support for SetupMenu & Select item. - + Mar 11, 2006 REF:DR:OMAPS00061467 x0035544 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. Solution: SAT icon is supported for the SAT CALL SETUP. @@ -52,15 +52,15 @@ Solution: Added the stub function 'rAT_PercentSIMEF()'. July 26, 2005 REF: SPR 29520 x0018858 - Issue: 27.22.4.5 Proactive SIM Command: PLAY TONE fails + Issue: 27.22.4.5 Proactive SIM Command: PLAY TONE fails Solution: The window which used to come up "Please wait" was not getting destroyed. Care has been taken to check this. Jun 16, 2005 REF: CRR 31543 x0021334 Issue: SATK: cannot get TR for send ussd command - Solution: When the user presses "Hang up" key when the SAT USSD session is in progress, + Solution: When the user presses "Hang up" key when the SAT USSD session is in progress, a call is made to function 'sAT_end_ussd()' to end the USSD session. - + Aug 16, 2004 REF: CRR 24323 Deepa M.D Bug:Clenup of sprintf used for tracing Fix:Replace the char buf[]; sprintf (buf, "...", ...); TRACE_EVENT (buf); statements by TRACE_EVENT_PX $ @@ -270,14 +270,14 @@ /*10 Jul 2006, Ref OMAPS00077654, R.Prabakar(a0393213) Description : Cyrillic character support in MMI to pass GCF/PTCRB UCS2 TC (SATK) Solution : UCS2 Display added to terminal profile*/ - + (SAT_TP2_CMD_RES | SAT_TP2_CC | SAT_TP2_MOSMC | SAT_TP2_ALPHA_ID| SAT_TP2_UCS2_DSPL), (SAT_TP3_DSPL_TXT | SAT_TP3_GET_INKEY | SAT_TP3_GET_INPUT| SAT_TP3_PLAY_TONE | SAT_TP3_REFRESH), /* 26-05-2006, x0045876 (OMAPS00076094 - Changed the order of bits) */ - (SAT_TP4_SEL_ITEM | SAT_TP4_SEND_SMS | SAT_TP4_SEND_SS + (SAT_TP4_SEL_ITEM | SAT_TP4_SEND_SMS | SAT_TP4_SEND_SS | SAT_TP4_SEND_USSD | SAT_TP4_SETUP_CALL | SAT_TP4_SETUP_MENU), (SAT_TP5_EVENT_LIST | SAT_TP5_USER_ACT | SAT_TP5_SCR_AVAIL), @@ -288,7 +288,7 @@ #endif 0x0, - + (SAT_TP8_BIN_GET_INKEY | SAT_TP8_IDLE_TXT | SAT_TP8_AI2_SETUP_CALL), #if defined(FF_WAP) @@ -296,26 +296,26 @@ /*OMAPS00070661 R.Prabakar(a0393213) Language Notification and Local Information(language setting)*/ (SAT_TP9_SUST_DSPL_TXT|SAT_TP9_LAUNCH_BROWSER | SAT_TP9_PLI_LANG | SAT_TP9_LANG_NOTIFY), #else - (SAT_TP9_SUST_DSPL_TXT|SAT_TP9_LAUNCH_BROWSER), + (SAT_TP9_SUST_DSPL_TXT|SAT_TP9_LAUNCH_BROWSER), #endif #else #ifdef FF_MMI_R99_SAT_LANG - (SAT_TP9_SUST_DSPL_TXT | SAT_TP9_PLI_LANG | SAT_TP9_LANG_NOTIFY) , + (SAT_TP9_SUST_DSPL_TXT | SAT_TP9_PLI_LANG | SAT_TP9_LANG_NOTIFY) , #else - SAT_TP9_SUST_DSPL_TXT, + SAT_TP9_SUST_DSPL_TXT, #endif #endif /*FF_WAP*/ /* 26-05-2006, x0045876 (OMAPS00076094 - Added Softkeys) */ - 0x03, - + 0x03, + 0x0, - + (SAT_TP12_OPEN_CHANNEL | SAT_TP12_CLOSE_CHANNEL | SAT_TP12_RECEIVE_DATA | SAT_TP12_SEND_DATA), - + (SAT_TP13_CSD_SUPP_BY_ME | SAT_TP13_GPRS_SUPP_BY_ME) - + #else #ifdef FF_2TO1_PS @@ -370,7 +370,7 @@ mfwCommand[MfwTypSat] = (MfwCb) satCommand; satNoResponse = 0; mfwSatMoAccepted = 0; - mfwSATLPRefresh = 0; + mfwSATLPRefresh = 0; eventList= 0; fu_aborted = FALSE; #ifdef FF_2TO1_PS @@ -430,16 +430,16 @@ MfwSat *sat = (MfwSat*) mfwAlloc(sizeof(MfwSat)); MfwHdr *hdr = (MfwHdr *)mfwAlloc(sizeof(MfwHdr)); MfwHdr *insert_status =0; - + if (!hdr || !sat) { TRACE_ERROR("ERROR: satCreate() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(sat) - mfwFree((U8*)sat,sizeof(MfwSat)); - + mfwFree((U8*)sat,sizeof(MfwSat)); + return 0; } @@ -637,7 +637,7 @@ | STATE : code ROUTINE : satLocalInfo | +--------------------------------------------------------------------+ - PURPOSE : send terminal response for local info + PURPOSE : send terminal response for local info SPR#2121 - DS - Dynamically allocate memory for Terminal Response. @@ -689,7 +689,7 @@ trmResponse[ti++] = *info++; /* result data */ } - + sAT_PercentSATR(CMD_SRC_LCL,ti,trmResponse); /* Deallocate memory used for Terminal Response buffer */ @@ -814,7 +814,7 @@ if (!(eventList&evtFlags)) /*Only send registered events */ { TRACE_ERROR("ERROR: evtFlags not registered in eventList"); - + /* Deallocate memory used for Terminal Response buffer */ if (trmResponse != NULL) { @@ -845,7 +845,7 @@ eventList&=(~evtFlags); /* Deregister event */ - + trmResponse[ti++] = 0xD6; /* event download tag */ trmResponse[ti++] = 0; /* length (filled later) */ @@ -888,13 +888,13 @@ U8* trmResponse = NULL; TRACE_FUNCTION("satLanguageSelected"); - + if (!(eventList&SatEvtLangSelectActivated)) /*Only send registered events */ { TRACE_ERROR("ERROR: language selection not registered in eventList"); return MfwResErr; } - + /* Allocate memory for Terminal Response buffer */ trmResponse = (U8*)mfwAlloc(TRM_RSP_LEN); @@ -904,7 +904,7 @@ TRACE_ERROR("ERROR: Failed to allocate memory for TR buffer"); return MfwResNoMem; } - /*Fill up envelope*/ + /*Fill up envelope*/ trmResponse[ti++] = 0xD6; /* event download tag */ trmResponse[ti++] = 0; /* length (filled later) */ trmResponse[ti++] = 0x19; /* --event list-- */ @@ -914,7 +914,7 @@ trmResponse[ti++] = 0x02; /* length */ trmResponse[ti++] = SatDevME; /* source */ trmResponse[ti++] = SatDevSIM; /* destination: SIM */ - trmResponse[ti++] = 0x2D; /* Language tag */ + trmResponse[ti++] = 0x2D; /* Language tag */ trmResponse[ti++] = 0x02; /* Language length*/ switch(language) { @@ -939,7 +939,7 @@ } return MfwResErr; - + } trmResponse[1] = ti - 2; /* length of event download */ @@ -973,7 +973,7 @@ int satEvtRegistered (int evt) { TRACE_FUNCTION("satEvtRegistered()"); - + if (eventList & evt) { return TRUE; @@ -1001,7 +1001,7 @@ { S16 ti; U8 response = *res; - U8* trmResponse = NULL; + U8* trmResponse = NULL; if (satNoResponse) /* no response, if ... */ { @@ -1151,7 +1151,7 @@ if (mfwFocus) if (sigExec(mfwFocus,evt,data)) { - dspl_Enable(temp); + dspl_Enable(temp); return; } if (mfwRoot) @@ -1169,12 +1169,12 @@ { if (sigExec(h,evt,data)) { - dspl_Enable(temp); + dspl_Enable(temp); return; } if (h == mfwRoot) { - dspl_Enable(temp); + dspl_Enable(temp); return; } h = mfwParent(mfwParent(h)); @@ -1184,7 +1184,7 @@ sigExec (mfwRoot,evt,data); } - dspl_Enable(temp); + dspl_Enable(temp); return; } @@ -1231,7 +1231,7 @@ static void satResponse (U8 res) { U8* trmResponse = NULL; - + TRACE_FUNCTION("satResponse()"); if (satNoResponse) /* no response, if ... */ @@ -1320,7 +1320,7 @@ U8 tl, partial = 0; TRACE_EVENT_P3("decTLV(%02x,%d,%s)",tagWanted,mandatory,id); - + while (len > 0) { tl = getTLValue(sc); @@ -1356,7 +1356,7 @@ //July 26, 2005 REF: SPR 29520 x0018858 //Value modified from integer to hex. *curVal = 0x10; - + return 2; } if(!strcmp(id,"Duration")) @@ -1489,7 +1489,7 @@ t->len = 0; else t->len = curLen - 1; /* text len (not dcs) */ - + if (t->len) t->code = *curVal; /* data coding scheme */ else @@ -1499,8 +1499,8 @@ t->text = (U16) (curData - (U8*) t); /* save the offset */ TRACE_EVENT_P2("len %d, code(dcs) %d", t->len, t->code); - - return 1; + + return 1; } return res; @@ -1851,12 +1851,12 @@ if (res > 1) { *dur++ = *curVal++; /* duration unit */ - + *dur++ = *curVal; /* duration value */ if(*curVal ==0x00) { TRACE_EVENT_P1("Duration value is %d",*curVal); - + satResponse(SatResUnknownData); return 0; } @@ -1920,11 +1920,11 @@ TRACE_EVENT_P2("decRespLen: Min=%d Max=%d",cmd.c.inp.rspMin,cmd.c.inp.rspMax); if ( cmd.c.inp.rspMin > cmd.c.inp.rspMax ) { - satResponse(SatResUnknownData); /* send TR(32), prms not understood */ - return 0; + satResponse(SatResUnknownData); /* send TR(32), prms not understood */ + return 0; } /* end of MMI-SPR-16296: [mdf] verify the parameters as expected by GSM 11.14 */ - + return 1; } @@ -1990,7 +1990,7 @@ TRACE_FUNCTION("simReadIconData()"); - /* Check if the SIM card supports EF(IMG) & read the contents. + /* Check if the SIM card supports EF(IMG) & read the contents. Ideally we should be using SRV_RFU3 which corresponds to number 39 but, the calls from MMI are using the number directly */ if (sim_serv_table_check(39) @@ -2050,7 +2050,7 @@ icon_image.image_instance.image_instance_file_id = *efimg << 8; efimg++; icon_image.image_instance.image_instance_file_id |= *efimg; - efimg++; + efimg++; /* Offset to Image instance file identifier*/ icon_image.image_instance.image_offset = *efimg << 8; @@ -2058,14 +2058,14 @@ icon_image.image_instance.image_offset |= *efimg; efimg++; - /* Lenght of the Image instance file identifier. - Do not completely depend on this length as this doesn't include the Palette length, + /* Lenght of the Image instance file identifier. + Do not completely depend on this length as this doesn't include the Palette length, so Color image decoding goes wrong!!!*/ icon_image.image_instance.image_instance_length = *efimg << 8; efimg++; icon_image.image_instance.image_instance_length |= *efimg; efimg++; - + read_image_instance_file = TRUE; sim_read_sim(icon_image.image_instance.image_instance_file_id, MAX_SIM_EF_SIZE, MAX_SIM_EF_SIZE); @@ -2119,7 +2119,7 @@ satResponse(SatResImpossible); read_image_instance_file = FALSE; isAlphaIdIconPresent = FALSE; - return; + return; } /* B&W Converter function*/ convert_11_image(width, height, (char *)data, dst); @@ -2133,7 +2133,7 @@ data++; depth = *data; data++; - + data++; CLUT_offset = (*data) << 8; /* HIGH: offset of CLUT */ data++; @@ -2161,8 +2161,8 @@ case SatCmdDispText: iconDataUpdate(&cmd.c.text, width, height, dst); break; case SatCmdGetKey: iconDataUpdate(&cmd.c.text, width, height, dst); break; case SatCmdGetString: iconDataUpdate(&cmd.c.inp.prompt, width, height, dst); break; - case SatCmdSetMenu: - case SatCmdSelItem: + case SatCmdSetMenu: + case SatCmdSelItem: { if(isAlphaIdIconPresent) { @@ -2174,7 +2174,7 @@ /* We have to read the icons present for each menu item now. We safely assume that the icons for each menu item is the same. Since the SAT Icon display is only for demo, we are not checking - if separate icons has to be read for each item. + if separate icons has to be read for each item. */ if(isItemIconPresent) { @@ -2185,7 +2185,7 @@ isAlphaIdIconPresent = TRUE; isItemIconPresent = FALSE; } - + if (!isAlphaIdIconPresent) { /* If the icon is present for menu items also, go ahead & read it. */ @@ -2208,16 +2208,16 @@ case SatCmdCall: //x0035544 Feb 06, 2006 DR:OMAPS00061467 //check if icon data is present for the first alpha identifier then update it. also check if icon data is present for alpha id2 if(cmd.c.call.info.icon.qual != 0xFF) - { - iconDataUpdate(&cmd.c.call.info, width, height, dst); - } + { + iconDataUpdate(&cmd.c.call.info, width, height, dst); + } if(cmd.c.call.info2.icon.qual != 0xFF) { // check if icon id for both the alpha identifiers is same or not. if so then get the same icon data. - if(cmd.c.call.info2.icon.id == cmd.c.call.info.icon.id) - iconDataUpdate(&cmd.c.call.info2, width, height, dst); + if(cmd.c.call.info2.icon.id == cmd.c.call.info.icon.id) + iconDataUpdate(&cmd.c.call.info2, width, height, dst); //else part is not implemented as it is just for demonstration - } + } break; case SatCmdIdleText: iconDataUpdate(&cmd.c.text, width, height, dst); break; case SatCmdExecAT: break; @@ -2226,8 +2226,8 @@ TRACE_ERROR("unknown command"); satResponse(SatResUnknownType); return; - } - + } + } if (curSATCmd && isAlphaIdIconPresent) @@ -2235,9 +2235,9 @@ satSignal(curSATCmd,&cmd); read_image_instance_file = FALSE; isAlphaIdIconPresent = FALSE; - + } -//x0035544 Mar 11, 2006 DR:OMAPS00061467 +//x0035544 Mar 11, 2006 DR:OMAPS00061467 //Aafter SAT_SETUP_CALL event is executed then only send MfwSatCcAlert event if(setupCall_Executed == TRUE) { @@ -2290,7 +2290,7 @@ USHORT R, G, B; TRACE_FUNCTION("convert_21_image()"); - + src_offset = 0; dst_offset = 0; @@ -2321,7 +2321,7 @@ dst_offset++; } } - + } /* @@ -2415,7 +2415,7 @@ static U32 decLangNotify(void) { - + /* Need to decode and get the language selected in SIM */ TRACE_FUNCTION("decLangNotify ()"); @@ -2435,10 +2435,10 @@ } partialCompr = 1; } - + if (!decLang(&cmd.c.language,0x2D,0)) return 0; - + return MfwSatLangNotify; } #endif @@ -2477,7 +2477,7 @@ if (!decIconId(&cmd.c.text.icon,0)) return 0; /* fatal error */ - + if (!decRespFlag(&cmd.c.text.responseFlag,0)) return 0; /* fatal error */ @@ -2497,7 +2497,7 @@ { /* Initialise the icon data members*/ cmd.c.text.iconInfo.width = 0; - cmd.c.text.iconInfo.height = 0; + cmd.c.text.iconInfo.height = 0; cmd.c.text.iconInfo.dst = NULL; simReadIconData(cmd.c.text.icon.id); } @@ -2549,11 +2549,11 @@ { /* Initialise the icon data members*/ cmd.c.text.iconInfo.width = 0; - cmd.c.text.iconInfo.height = 0; + cmd.c.text.iconInfo.height = 0; cmd.c.text.iconInfo.dst = NULL; simReadIconData(cmd.c.text.icon.id); } -#endif +#endif return MfwSatGetKey; } @@ -2610,11 +2610,11 @@ { /* Initialise the icon data members*/ cmd.c.inp.prompt.iconInfo.width = 0; - cmd.c.inp.prompt.iconInfo.height = 0; + cmd.c.inp.prompt.iconInfo.height = 0; cmd.c.inp.prompt.iconInfo.dst = NULL; simReadIconData(cmd.c.inp.prompt.icon.id); } -#endif +#endif return MfwSatGetString; } @@ -2739,21 +2739,21 @@ { /* Initialise the icon data members*/ cmd.c.menu.header.iconInfo.width = 0; - cmd.c.menu.header.iconInfo.height = 0; + cmd.c.menu.header.iconInfo.height = 0; cmd.c.menu.header.iconInfo.dst = NULL; simReadIconData(cmd.c.menu.header.icon.id); } - + /* We have to read theicons present for each menu item now. We safely assume that the icons for each menu item is the same. Since the SAT Icon display is only for demo, we are not checking - if separate icons has to be read for each item. + if separate icons has to be read for each item. */ if (cmd.c.menu.itemIconQual != 0xFF) { /* Initialise the icon data members*/ cmd.c.menu.items[0].iconInfo.width = 0; - cmd.c.menu.items[0].iconInfo.height = 0; + cmd.c.menu.items[0].iconInfo.height = 0; cmd.c.menu.items[0].iconInfo.dst = NULL; } #endif @@ -2840,21 +2840,21 @@ { /* Initialise the icon data members*/ cmd.c.menu.header.iconInfo.width = 0; - cmd.c.menu.header.iconInfo.height = 0; + cmd.c.menu.header.iconInfo.height = 0; cmd.c.menu.header.iconInfo.dst = NULL; simReadIconData(cmd.c.menu.header.icon.id); } - + /* We have to read theicons present for each menu item now. We safely assume that the icons for each menu item is the same. Since the SAT Icon display is only for demo, we are not checking - if separate icons has to be read for each item. + if separate icons has to be read for each item. */ if (cmd.c.menu.itemIconQual != 0xFF) { /* Initialise the icon data members*/ cmd.c.menu.items[0].iconInfo.width = 0; - cmd.c.menu.items[0].iconInfo.height = 0; + cmd.c.menu.items[0].iconInfo.height = 0; cmd.c.menu.items[0].iconInfo.dst = NULL; } #endif @@ -2919,7 +2919,7 @@ { /* Initialise the icon data members*/ cmd.c.sms.info.iconInfo.width = 0; - cmd.c.sms.info.iconInfo.height = 0; + cmd.c.sms.info.iconInfo.height = 0; cmd.c.sms.info.iconInfo.dst = NULL; simReadIconData(cmd.c.sms.info.icon.id); } @@ -2978,7 +2978,7 @@ { /* Initialise the icon data members*/ cmd.c.ss.info.iconInfo.width = 0; - cmd.c.ss.info.iconInfo.height = 0; + cmd.c.ss.info.iconInfo.height = 0; cmd.c.ss.info.iconInfo.dst = NULL; simReadIconData(cmd.c.ss.info.icon.id); } @@ -3037,7 +3037,7 @@ { /* Initialise the icon data members*/ cmd.c.ss.info.iconInfo.width = 0; - cmd.c.ss.info.iconInfo.height = 0; + cmd.c.ss.info.iconInfo.height = 0; cmd.c.ss.info.iconInfo.dst = NULL; simReadIconData(cmd.c.ss.info.icon.id); } @@ -3114,18 +3114,18 @@ if (!decIconId(&cmd.c.call.info2.icon,0)) /* icon for info 2 */ return 0; - //Sudha.V x0035544, feb 06, 2006 DR:OMAPS00061467 - #ifdef FF_MMI_SAT_ICON + //Sudha.V x0035544, feb 06, 2006 DR:OMAPS00061467 + #ifdef FF_MMI_SAT_ICON /* Check if the icon data is present for alpha identifier 1 & needs to be read*/ if (cmd.c.call.info.icon.qual != 0xFF) { - /* Since we have two icons present, if second Alpha id is present, + /* Since we have two icons present, if second Alpha id is present, set the isAlphaIdIconPresent to TRUE explicitly since the second Alpha icon will reset this flag if not present & we wont enter the icon decoder*/ isAlphaIdIconPresent = TRUE; /* Initialise the icon data members*/ cmd.c.call.info.iconInfo.width = 0; - cmd.c.call.info.iconInfo.height = 0; + cmd.c.call.info.iconInfo.height = 0; cmd.c.call.info.iconInfo.dst = NULL; simReadIconData(cmd.c.call.info.icon.id); } @@ -3135,9 +3135,9 @@ { // Initialise the icon data members cmd.c.call.info2.iconInfo.width = 0; - cmd.c.call.info2.iconInfo.height = 0; - cmd.c.call.info2.iconInfo.dst = NULL; - } + cmd.c.call.info2.iconInfo.height = 0; + cmd.c.call.info2.iconInfo.dst = NULL; + } #endif return MfwSatCall; @@ -3245,7 +3245,7 @@ { /* Initialise the icon data members*/ cmd.c.cmd.info.iconInfo.width = 0; - cmd.c.cmd.info.iconInfo.height = 0; + cmd.c.cmd.info.iconInfo.height = 0; cmd.c.cmd.info.iconInfo.dst = NULL; simReadIconData(cmd.c.cmd.info.icon.id); } @@ -3269,7 +3269,7 @@ TRACE_FUNCTION("decCcRes()"); cmd.c.ccres.addr.ton = 0; /* set default values *//*a0393213 warnings removal - -1 changed to 0 for all items*/ - cmd.c.ccres.addr.len = 0; + cmd.c.ccres.addr.len = 0; cmd.c.ccres.addr.number = 0; cmd.c.ccres.addr2.ton = 0; /* set on SMS result */ cmd.c.ccres.addr2.len = 0; @@ -3418,7 +3418,7 @@ { ep = &cmd.c.events.elem[0]; while (curLen--) - { + { switch (*curVal) { case SatEvtUserAction: @@ -3439,7 +3439,7 @@ cmd.c.events.len++; /* number of events */ } break; - + case SatEvtIdleScreen: if (eventList & SatEvtIdleScreenActivated) { @@ -3458,10 +3458,10 @@ cmd.c.events.len++; /* number of events */ } break; - -/* ACI-SPR-18200: - this event is not completely implemented + +/* ACI-SPR-18200: - this event is not completely implemented "Not supported" stated in TERMINAL PROFILE */ -#if 0 +#if 0 case SatEvtBrowserTermination: if (eventList & SatEvtBrowserTerminateActivated) { @@ -3500,7 +3500,7 @@ cmd.c.events.len++; /* number of events */ } break; -#endif +#endif default: /* CQ16435 : If there is an unsupported event, then the entire list fails, ** reset the eventList to zero and return the response "Beyond ME Capabilities" @@ -3511,7 +3511,7 @@ } curVal++; } - + sat_res[0] = SatResSuccess; /*Terminal response always sent if there are elements */ sat_res[1] = SatResAiNoCause; /* even if they are not MMI */ TRACE_EVENT_P1("MFW event list %x",eventList); @@ -3569,7 +3569,7 @@ { /* Initialise the icon data members*/ cmd.c.text.iconInfo.width = 0; - cmd.c.text.iconInfo.height = 0; + cmd.c.text.iconInfo.height = 0; cmd.c.text.iconInfo.dst = NULL; simReadIconData(cmd.c.text.icon.id); } @@ -3591,7 +3591,7 @@ { SatAddress addr; SatData subaddr; - + TRACE_FUNCTION("decOpenChannel()"); while (curCmdLen > 0) @@ -3614,7 +3614,7 @@ /* Decode alpha idenitifier if present */ cmd.c.open.alpha_id.code = 0; /* set default values */ cmd.c.open.alpha_id.len = 0; /* optional info if absent *//*a0393213 warnings removal - -1 changed to 0*/ - cmd.c.open.alpha_id.text = 0; + cmd.c.open.alpha_id.text = 0; if (!decAlpha(&cmd.c.open.alpha_id,0)) return 0; @@ -3626,7 +3626,7 @@ /* If address is present then channel type is CSD */ addr.ton = 0; /* set default values */ addr.len = 0; - addr.number = 0; + addr.number = 0; if (!decAddrSS(&addr,0x06,0)) return 0; @@ -3666,7 +3666,7 @@ { /*a0393213 compiler warnings removal - removed alpha_res*/ - + TRACE_FUNCTION("decCloseChannel()"); while (curCmdLen > 0) @@ -3697,7 +3697,7 @@ cmd.c.close.alpha_id.code = 0; /* set default values */ cmd.c.close.alpha_id.len = 0; /* optional info if absent *//*a0393213 warnings removal - -1 changed to 0*/ cmd.c.close.alpha_id.text = 0; - + if (!decAlpha(&cmd.c.close.alpha_id,0)) return 0; @@ -3751,7 +3751,7 @@ cmd.c.send.alpha_id.code = 0; /* set default values */ cmd.c.send.alpha_id.len = 0; /* optional info if absent *//*a0393213 warnings removal - -1 changed to 0*/ cmd.c.send.alpha_id.text = 0; - + if (!decAlpha(&cmd.c.send.alpha_id,0)) return 0; @@ -3805,7 +3805,7 @@ cmd.c.receive.alpha_id.code = 0; /* set default values */ cmd.c.receive.alpha_id.len = 0; /* optional info if absent *//*a0393213 warnings removal - -1 changed to 0*/ cmd.c.receive.alpha_id.text = 0; - + if (!decAlpha(&cmd.c.send.alpha_id,0)) return 0; @@ -3863,16 +3863,16 @@ case SatCmdReceiveData: evt = decRecvData(); break; case SatCmdEOS: evt = MfwSatSessionEnd; break; -#ifdef FF_MMI_R99_SAT_LANG +#ifdef FF_MMI_R99_SAT_LANG case SatCmdLangNotify: evt = decLangNotify(); break; /*OMAPS00070661 (SAT-Lang notify & Local info) R.Prabakar(a0393213)*/ case SatCmdLocalInf: evt = MfwSatLocalInfo; break; -#endif +#endif default: TRACE_ERROR("unknown command"); satResponse(SatResUnknownType); return; } - + if (evt == MfwSatOpenChannel) { /* SPR#2321 - DS - Store command details so rAT_PercentSATA @@ -3885,9 +3885,9 @@ TRACE_EVENT("Save Open Channel command details"); memcpy(sat_cmd_saved, &cmd, sizeof(cmd)); } - + /* Event is sent from rAT_PercentSATA */ - + return; } // Shashi Shekar B.S., a0876501, Jan 16, 2006, DR: OMAPS00061460 @@ -3941,7 +3941,7 @@ curCmdLen = len; curData = (U8 *) &cmd + sizeof(SatCmd);/* end of command buffer */ *(curData - 1) = 0x07; - + tl = getTLValue(sc); if (!tl) /* length error */ return; /* ignore message */ @@ -3977,7 +3977,7 @@ } /*SPR#2121 - DS - Copy command specific details into global buffer defCmdDetails */ memcpy(defCmdDetails, curCmd-2, 5); - + curCmd += curLen; curCmdLen -= curLen; /* length of value bytes */ cmdDecode(); /* do specific decoding */ @@ -4088,7 +4088,7 @@ PURPOSE : Alert indication by ACI for SAT commands */ -#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) +#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) void rAT_PercentSATA (S16 cId, S32 rdlTimeout_ms,T_ACI_SATA_ADD *addParm) #else void rAT_PercentSATA (S16 cId, S32 rdlTimeout_ms) @@ -4096,7 +4096,7 @@ { TRACE_FUNCTION("rAT_PercentSATA()"); - TRACE_EVENT_P1("Redial Time %d",rdlTimeout_ms); + TRACE_EVENT_P1("Redial Time %d",rdlTimeout_ms); /* Store call details */ cmd.c.ccres.redialTime = rdlTimeout_ms; @@ -4106,11 +4106,11 @@ { cm_set_redial(CM_REDIAL_AUTO); } -#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) +#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) /* No Channel information available, therefore treat as normal Voice call */ if (addParm == NULL) { -#endif /* TI_PS_FF_SATE */ +#endif /* TI_PS_FF_SATE */ //x0035544 Mar 11, 2006. DR:OMAPS00061467 //unless SAT_SETUP_CALL event is executed, dont send MfwSatCcAlert event to BMI #ifdef FF_MMI_SAT_ICON @@ -4122,10 +4122,10 @@ satSignal(MfwSatCcAlert,&cmd); #else satSignal(MfwSatCcAlert,&cmd); -#endif +#endif return; - -#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) + +#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) } else /* Store channel information in command structure */ { @@ -4141,10 +4141,10 @@ satSignal(MfwSatCcAlert,&cmd); break; case MFW_SAT_CHN_CSD: - case MFW_SAT_CHN_GPRS: + case MFW_SAT_CHN_GPRS: /* SPR#2321 - DS - Copy the saved Open Channel details to cmd in case a Call - * Control result command was received (therefore overwriting the Open Channel + * Control result command was received (therefore overwriting the Open Channel * data) between the original MfwSatOpenChannel command and this alert indication */ if (sat_cmd_saved != NULL) @@ -4167,7 +4167,7 @@ TRACE_ERROR("Error with SATA channle type!"); break; } -#endif /* TI_PS_FF_SATE */ +#endif /* TI_PS_FF_SATE */ } @@ -4202,9 +4202,9 @@ void rAT_PercentSATBROW (T_LAUNCH_BROWSER *browser_command) //To be change to T_LAUNCH_BROWSER { int i; - T_prov_file_ref* current_prov_file; - - TRACE_FUNCTION("rAT_PercentSATBROW()"); + T_prov_file_ref* current_prov_file; + + TRACE_FUNCTION("rAT_PercentSATBROW()"); cmd.c.browser.identity = browser_command->browser_id.browser; cmd.c.browser.url = (U8*) browser_command->url.url_value; @@ -4217,7 +4217,7 @@ cmd.c.browser.prov_file_ref[i].prov_file_id_len = current_prov_file->c_prov_file_id; cmd.c.browser.prov_file_ref[i].prov_file_id = (U8*)current_prov_file->prov_file_id; current_prov_file++; - } + } cmd.c.browser.text_string.icon.qual = browser_command->icon.icon_qu; cmd.c.browser.text_string.icon.id = browser_command->icon.icon_id; /* Copy the text string into the cmd buffer */ @@ -4233,10 +4233,10 @@ /* Copy the alpha id */ cmd.c.browser.alpha_len = browser_command->c_alpha_id; cmd.c.browser.alpha_id = (U8*)browser_command->alpha_id; - + satSignal(MfwSatLaunchBrowser, &cmd); /*Send the event to MMI */ - + } @@ -4602,7 +4602,7 @@ /* * x0047685 Due to R99 SIM Interface changes, file_id[i] has been * replaced by file_info[i].datafield. - * Also removed FF_2TO1_PS flag, since in both cases we need to + * Also removed FF_2TO1_PS flag, since in both cases we need to * access EF using file_info and not file_id. */ /*a0393213 OMAPS00116309 Data type of 'files' changed from U16* to T_file_info* @@ -4623,7 +4623,7 @@ else { /*a0393213 OMAPS00116309 Data type of 'files' changed from U16* to T_file_info* - because of R99 change in ACI*/ + because of R99 change in ACI*/ cmd.c.refFiles.files = updateInd->file_info; cmd.c.refFiles.files_nr = updateInd->val_nr; cmd.c.refFiles.status = ref; @@ -4660,7 +4660,7 @@ PURPOSE : downloads the Browser termination event to the SAT. - Cause can be, + Cause can be, SatBrowserTerminCauseUser 0x00 SatBrowserTerminCauseError 0x01 @@ -4697,7 +4697,7 @@ trmResponse[ti++] = 0x02; /* length */ trmResponse[ti++] = SatDevME; /* source */ trmResponse[ti++] = 0x81; /* destination: SIM */ - trmResponse[ti++] = 0x34; /* Browser Termination Cause tag */ + trmResponse[ti++] = 0x34; /* Browser Termination Cause tag */ trmResponse[ti++] = 0x01; /* Browser Termination length*/ trmResponse[ti++] = cause; /* termination cause */ trmResponse[1] = ti - 2; /* length of event download */ @@ -4763,7 +4763,7 @@ T_ACI_RETURN result; TRACE_FUNCTION("satHangup()"); - + result = sAT_end_ussd(sId); // end the USSD session return ((result EQ AT_CMPL) ? MFW_SS_OK : MFW_SS_FAIL); }
--- a/src/ui/mfw/mfw_sat.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sat.h Tue Jan 19 06:10:27 2021 +0000 @@ -18,16 +18,16 @@ Apr 18, 2006 Ref:OMAPS00116309 R.Prabakar (a0393213) CT-GCF[27.22.4.7.1]- MMI crashes on REFERSH seq 1.2 Solution : Data type mismatch between ACI and MMI sorted out - + Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) SAT proactive commands and Language Selection SAT event - + Sep 12, 2006 DR: OMAPS00083156 - x0039928 Description: CT-GCF/PTCRB-LL[27.22.4.8.1]-MS does not display the complete text - Solution : The cmd fill array size is increased from 448 to 750 if sat icon is enabled to + Solution : The cmd fill array size is increased from 448 to 750 if sat icon is enabled to accomodate complete information. - + Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 Icon support for SetupMenu & Select item. @@ -38,7 +38,7 @@ * * Jun 16, 2005 REF: CRR 31543 x0021334 * Issue: SATK: cannot get TR for send ussd command -* Solution: When the user presses "Hang up" key when +* Solution: When the user presses "Hang up" key when * the SAT USSD session is in progress,a call is * made to function 'sAT_end_ussd()' to end the session. * @@ -46,22 +46,22 @@ * User: Xsp Date: 3/03/00 Time: 12:51 * Updated in $/GSM/Condat/MS/SRC/MFW * Changfed type of xxxWindow fields in MfwSat struct... - * + * * ***************** Version 4 ***************** * User: Xsp Date: 14/02/00 Time: 18:11 * Updated in $/GSM/Condat/MS/SRC/MFW * Solved compiler errors... - * + * * ***************** Version 3 ***************** * User: Xsp Date: 14/02/00 Time: 14:43 * Updated in $/GSM/Condat/MS/SRC/MFW * Added window pointers to sat structure... - * + * * ***************** Version 2 ***************** * User: Fk Date: 11.02.00 Time: 15:40 * Updated in $/GSM/Condat/MS/SRC/MFW * New event 'SAT Session End' derived from empty command - * + * * ***************** Version 1 ***************** * User: Es Date: 6.07.99 Time: 12:42 * Created in $/GSM/DEV/MS/SRC/MFW @@ -264,11 +264,11 @@ U8 n_bearer; /* Number of elements in the bearer list */ U8* bearer; /* Bearer list as in GSM 11.14 12.49 (Null terminated)*/ U8 n_prov_file_ref; /* Number of elements in the prov. file ref. table. */ -ProvFileRef prov_file_ref[MFW_MAX_PFP_ELEM]; /* Prov. file ref. list*/ +ProvFileRef prov_file_ref[MFW_MAX_PFP_ELEM]; /* Prov. file ref. list*/ SatTxt text_string; /*Text string as in GSM 11.14 12.15 */ U8 alpha_len; /*Alpha identifier length as in GSM 11.14 12.2 */ U8* alpha_id; /*Alpha identifier as in GSM 11.14 12.2 */ -} SatLaunchBrowser; +} SatLaunchBrowser; #endif /*FF_WAP*/ @@ -280,7 +280,7 @@ MFW_SAT_EST_NONE = 0, /* No establishment type given */ MFW_SAT_EST_IMMEDIATE, /* Immediate channel establishment */ MFW_SAT_EST_ONDEMAND /* On-demand channel establishment */ - + } T_MFW_SAT_EST; typedef enum @@ -289,7 +289,7 @@ MFW_SAT_CHN_VOICE, /* Channel type Voice */ MFW_SAT_CHN_CSD, /* Channel type CSD */ MFW_SAT_CHN_GPRS /* Channel type GPRS */ - + } T_MFW_SAT_CHN; typedef struct @@ -358,12 +358,12 @@ SatCloseChannel close; /* close channel command */ SatSendData send; /* send data command */ SatReceiveData receive; /* receive data command */ -#ifdef FF_MMI_R99_SAT_LANG +#ifdef FF_MMI_R99_SAT_LANG SatLanguageNotification language; /*language notification OMAPS00070661 a0393213(R.Prabakar)*/ #endif -// Sep 12, 2006 DR: OMAPS00083156 - x0039928 +// Sep 12, 2006 DR: OMAPS00083156 - x0039928 // Fix : The fill array size is increased from 448 to 750 if sat icon is enabled -#ifdef FF_MMI_SAT_ICON +#ifdef FF_MMI_SAT_ICON U8 fill [750]; /* maximal union size */ #else U8 fill [448]; /* maximal union size */ @@ -379,7 +379,7 @@ SatCmd *cmd; /* event related data */ MfwHnd parentWindow; /* mother of all SAT windows */ MfwHnd currentWindow; /* SAT window in use */ -} MfwSat; +} MfwSat; /* SAT COMMAND TYPES */ #define SatCmdRefresh 0x01 /* refresh command */ @@ -586,9 +586,9 @@ #endif /* END : Neptune*/ -#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) +#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) void rAT_PercentSATA (S16 cId, S32 rdlTimeout_ms,T_ACI_SATA_ADD *addParm); -#else +#else void rAT_PercentSATA (S16 cId, S32 rdlTimeout_ms); #endif /* TI_PS_FF_SATE */
--- a/src/ui/mfw/mfw_sim.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sim.c Tue Jan 19 06:10:27 2021 +0000 @@ -12,40 +12,40 @@ $History:: mfw_sim.c - + May 30, 2007 DR: OMAPS00132483 x0pleela Description: MM: While playing an AAC, unplug USB freezes the audio - Solution: Defined new functions mfw_get_Phlock_status(), mfw_set_Phlock_status( ), - mfw_get_Auto_Phlock_status(), mfw_set_Auto_Phlock_status() to set and + Solution: Defined new functions mfw_get_Phlock_status(), mfw_set_Phlock_status( ), + mfw_get_Auto_Phlock_status(), mfw_set_Auto_Phlock_status() to set and get the phone lock and automatic phone lock status - + Apr 03, 2007 ER: OMAPS00122561 x0pleela Description: [ACI] Phone lock feature has to be supported by ACI Solution: Phone Lock ER implementation - + Feb 19, 2006 ER:OMAPS00115179 a0393213 Description : support SIM insertion without powering down Solution : New case is handled in rAT_PercentSIMINS - + Dec 13, 2006 DR: OMAPS00105640 x0039928 Description: SIMP: The board reboots when removing SIM card. Solution: Sim status is updated. - + Nov 13, 2006 DR: OMAPS00103356 x0pleela Description: SIMP:Master unlock failed through MMI - Solution: In function mfw_simlock_master_unlock() a check is added if the master unlock - password is wrong. If wrong, displays Wrong password. - Also a check is added if the error code for any of the categories (non-dependent) - being locked/blocked. If yes, return OK as the dependent categories are unblocked + Solution: In function mfw_simlock_master_unlock() a check is added if the master unlock + password is wrong. If wrong, displays Wrong password. + Also a check is added if the error code for any of the categories (non-dependent) + being locked/blocked. If yes, return OK as the dependent categories are unblocked using Master unblock password - + Sep 26, 2006 DR: OMAPS00095524 x0pleela Description:Implement 2 missing SIM Lock types Solution: Made the following changes 1) sim_error_cfun(), sim_error_cpin() - - Setting the aciErrdesc separately for all the CME errors related to + - Setting the aciErrdesc separately for all the CME errors related to SIMP categories - - Handling the extension error of request for Blocked network password + - Handling the extension error of request for Blocked network password (both PIN and PUK) 2) mfw_simlock_check_lock_bootup() - Updating aciErrDesc with Blocked Network (PIN or PUK) password request @@ -54,15 +54,15 @@ 4) sim_simlock_cpin_code() - Set the reqduired parameters for Blocked Network Password and Unblock code request - + Sep 26, 2006 DR: OMAPS00096565 x0pleela - Description: After blocking PIN, when ISAMPLE is reset, instead of prompting for PUK, master + Description: After blocking PIN, when ISAMPLE is reset, instead of prompting for PUK, master unlock key is asked Solution: Reset C_KEY_REQ to 0 in functions sim_error_cfun() and sim_error_cpin() - + Sep 11, 2006 DR: OMAPS00094215 x0pleela Description: MMI compilation failed as CME_ErrBusy undefined - Solution: Handling new Ext_ERR_Busy sent by ACI + Solution: Handling new Ext_ERR_Busy sent by ACI xashmic 9 Sep 2006, OMAPS00092732 USBMS ER @@ -79,36 +79,36 @@ 1) Defined new static variable "Simp_Busy_State" which will be set to either TRUE or FALSE based on the ACI's busy error 2) sim_error_cfun(): Update global aciErrDesc with the current CME error code 3) mfw_simlock_check_lock_bootup(): Check for the CME busy error and update "Simp_Busy_State" accordingly - 4) mfw_simlock_return_lock_type(): Return coresponding lock type for master unlock + 4) mfw_simlock_return_lock_type(): Return coresponding lock type for master unlock 5) Added following new functions: mfw_simlock_master_unlock: This function unlocks(dependent categories) or unblocks ME - mfw_simlock_check_masterkey: This function checks from ACI whether Master Unlock feature is enabled or not. If - enabled, displays a menu item for the user toy select master unlocking option. If not enabled, doesn't + mfw_simlock_check_masterkey: This function checks from ACI whether Master Unlock feature is enabled or not. If + enabled, displays a menu item for the user toy select master unlocking option. If not enabled, doesn't display master unlocking option in the menu mfw_simlock_set_busy_state: This function sets Simp_Busy_State to either TRUE or FALSE based on ACI's CME error mfw_simlock_get_busy_state: This function returns the current value of Simp_Busy_State - + Jun 23, 2006 DR: OMAPS00082374 x0pleela - Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile + Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile Solution: a) Removed the usage of global variable gEons_alloc_active b) Removed the check for services 51 and 52 from function rat_pluscfunp - + xrashmic 6 Jul, 2006 OMAPS00080708 For error return value in sAT_PercentPVRF, bmi has to be informed - + xrashmic 1 Jul, 2006 OMAPS00075784 Hanlding of SIMP events during bootup - + May 15, 2006 DR: OMAPS00067919 x0pleela - Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should + Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should be asked not Puk1. Solution:Made the following changes 1. Added global variables (simp_cpin_code, simp_cpin_flag) to store the code result of qAT_PlusCPIN() result 2. Using new enum type T_MFW_SIMP_CLCK_FLAG sim_unlock_in_prog instead of U8 3. Added code in sim_error_cpin() to set the sim_status field to request for Unblocking code 4. Modified the code to check SIMP during bootup sequence - 5. Added new function sim_simlock_cpin_code() which checks for the code and take action for SIMP category unlocking - + 5. Added new function sim_simlock_cpin_code() which checks for the code and take action for SIMP category unlocking + Feb 15, 2006 ER: OMAPS00065203 x0pleela Description: Cingular Operator Name Prioritization implementation required Solution: Incorporated review comments @@ -116,9 +116,9 @@ Feb 09, 2006 ER: OMAPS00065203 x0pleela Description: Cingular Operator Name Prioritization implementation required - Solution: Check for services 51 - OPL and 52 - PNN in function rAT_PlusCFUNP and + Solution: Check for services 51 - OPL and 52 - PNN in function rAT_PlusCFUNP and gEons_alloc_active is updated accordingly - + Nov 24, 2005 DR: OMAPS00045909 - Shashi Shekar B.S. Description: Improve IMEI control mechanism Solution : When MMI calls sAT_PLUSCFUN, if an IMEI invalid error is returned, @@ -130,29 +130,29 @@ Solution: Included the compilation FLAG "NEPTUNE_BOARD" for un wanted code for Neptune build Nov 03, 2005 DR: OMAPS00052032 - xpradipg - Description : Locosto: SIMP - integration of issues submitted by solDel on + Description : Locosto: SIMP - integration of issues submitted by solDel on ME Personalization - changes as per the new interfaces - Solution : The return value of sAT_PlusCLCK of AT_EXCT is handled and - a please wait screen is displayed until the response is recieved + Solution : The return value of sAT_PlusCLCK of AT_EXCT is handled and + a please wait screen is displayed until the response is recieved Nov 03, 2005 DR: OMAPS00050595 - xpradipg - Description: SIMP: If the SIM is blocked (by entering invalid PIN1), the user is + Description: SIMP: If the SIM is blocked (by entering invalid PIN1), the user is not able to unblock it even after entering the valid PUK1 Solution : The global flag for SIM Personlaization PUK request was set even for the SIM PUK request. This setting is removed. Also the condition check has been done first for the global flag and then the rest of the checks. - + Sept 24, 2005 REF: LOCOSTO-ENH-34438, xpradipg Description: Integration changes required with new aci labe - Solution: changes to adopt to the new ACI label + Solution: changes to adopt to the new ACI label July 19, 2005 REF: CRR LOCOSTO-ENH-28173 xpradipg - Description: To provide MMI Support to enable/disable/change password and + Description: To provide MMI Support to enable/disable/change password and query all the Personalization locks - Solution: Integration of the changes for the same provided by the soldel + Solution: Integration of the changes for the same provided by the soldel team - + Aug 16, 2004 REF: CRR 24323 Deepa M.D Bug:Clenup of sprintf used for tracing Fix:Replace the char buf[]; sprintf (buf, "...", ...); TRACE_EVENT (buf); statements by TRACE_EVENT_PX $ @@ -165,7 +165,7 @@ * Updated in $/BMI/Condat/MS/SRC/MFW * Changed simlock functions into wrappers for aci_slock functions, and * removed variables definitions and helper functions rendered obsolete. - * + * * ***************** Version 43 ***************** * User: Vo Date: 22.03.00 Time: 17:29 * Updated in $/GSM/Condat/MS/SRC/MFW @@ -416,7 +416,7 @@ #include "mfw_ssi.h" #include "aci_ext_pers.h" /*MC, SPR 1351 include ACI simlock files*/ -#include "aci_slock.h" +#include "aci_slock.h" #ifdef SIM_TOOLKIT #include "mfw_sat.h" @@ -442,7 +442,7 @@ //x0pleela 25 Apr, 2006 DR: OMAPS00067919 //Global variable to store the code result of qAT_PlusCPIN() result -GLOBAL T_ACI_CPIN_RSLT simp_cpin_code; +GLOBAL T_ACI_CPIN_RSLT simp_cpin_code; GLOBAL UBYTE simp_cpin_flag; //Global to indicate whether Category pwds are asked after qAT_PlusCPIN() #endif @@ -470,7 +470,7 @@ /* * Only for windows to check several SIM lock combinations */ -UBYTE sim_lock_mode = 0; +UBYTE sim_lock_mode = 0; #endif UBYTE sim_lock_field = NOT_PRESENT_8BIT; /* type of sim lock field */ @@ -519,8 +519,8 @@ pin_flag = -1; pin_ident = MFW_SIM_UNKNOWN; - /* - * install prim handler + /* + * install prim handler */ pSlot = aci_create(sima_response_cb,NULL); mfwCommand[MfwTypSim] = (MfwCb) simCommand; @@ -558,8 +558,8 @@ { TRACE_FUNCTION("sim_exit()"); - /* - * remove prim handler + /* + * remove prim handler */ aci_delete(pSlot); sim_stat = SIM_NOT_ACTIVE; @@ -590,13 +590,13 @@ if (!hdr || !sim_para) { TRACE_ERROR("ERROR: sim_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(sim_para) mfwFree((U8*)sim_para,sizeof(T_MFW_SIM)); - + return 0; } sim_para->emask = event; @@ -604,14 +604,14 @@ hdr->data = sim_para; hdr->type = MfwTypSim; - + insert_status = mfwInsert((MfwHdr *) hWin,hdr); - + if(!insert_status) { TRACE_ERROR("ERROR: sim_create() Failed to Install Handler. "); mfwFree((U8*)hdr,sizeof(MfwHdr)); - mfwFree((U8*)sim_para,sizeof(T_MFW_SIM)); + mfwFree((U8*)sim_para,sizeof(T_MFW_SIM)); return 0; } return insert_status; @@ -666,7 +666,7 @@ if (mfwFocus) if (sim_sign_exec(mfwFocus,event,para)) { - dspl_Enable(temp); + dspl_Enable(temp); return; } if (mfwRoot) @@ -700,7 +700,7 @@ */ if (sim_sign_exec (h, event, para)) { - dspl_Enable(temp); + dspl_Enable(temp); return; } @@ -709,7 +709,7 @@ */ if (h == mfwRoot) { - dspl_Enable(temp); + dspl_Enable(temp); return; } @@ -721,8 +721,8 @@ h = ((MfwWin * )(h->data))->elems; } sim_sign_exec (mfwRoot, event, para); - } - dspl_Enable(temp); + } + dspl_Enable(temp); return; } @@ -808,8 +808,8 @@ TRACE_FUNCTION("sim_activate()"); - /* - * Full functionality is used don´t reset the ME + /* + * Full functionality is used don´t reset the ME */ // Nov 24, 2005, a0876501, DR: OMAPS00045909 @@ -920,8 +920,8 @@ */ /* OMAPS00075177 - 17,Apr-2006 */ -/* Signature of the function has been changed from U8 to T_ACI_CME_ERR. - because, when calling this function, it is converting from T_ACI_CME_ERR to U8. +/* Signature of the function has been changed from U8 to T_ACI_CME_ERR. + because, when calling this function, it is converting from T_ACI_CME_ERR to U8. It is loosing the negative values( the enum T_ACI_CME_ERR has negative values ) */ void sim_error_cfun (T_ACI_CME_ERR result) @@ -945,13 +945,13 @@ sim_status.sim_status_type = MFW_SIM_PIN2; sim_stat = SIM_ACTIVE; break; - + #ifdef SIM_PERS case CME_ERR_PhoneFail: case CME_ERR_NetworkPersPukReq: case CME_ERR_NetworkSubsetPersPukReq: case CME_ERR_ProviderPersPukReq: - case CME_ERR_CorporatePersPukReq: + case CME_ERR_CorporatePersPukReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code ACI_ERR_DESC( ACI_ERR_CLASS_Cme, result ); @@ -961,12 +961,12 @@ sim_status.sim_status_type = MFW_SIM_PUK1; sim_stat = SIM_ACTIVE; break; - -#endif + +#endif // Nov 03, 2005 DR: OMAPS00050595 - xpradipg // the setting of C_KEY_REQ is done only for SIM Personalization PUK request - case CME_ERR_SimPukReq: /* PUK 1 must be entered */ -#ifdef SIM_PERS + case CME_ERR_SimPukReq: /* PUK 1 must be entered */ +#ifdef SIM_PERS C_KEY_REQ = 0; #endif sim_status.sim_status = MFW_SIM_PUK_REQ; @@ -980,7 +980,7 @@ sim_status.sim_status_type = MFW_SIM_PUK2; sim_stat = SIM_ACTIVE; break; - case CME_ERR_NotPresent: /* JVJ -#1580. Unexpected error should be treated as INVALID CARD for FTA*/ + case CME_ERR_NotPresent: /* JVJ -#1580. Unexpected error should be treated as INVALID CARD for FTA*/ case CME_ERR_SimFail: /* SIM card is invalid */ case CME_ERR_SimWrong: sim_status.sim_status = MFW_SIM_INVALID_CARD; @@ -994,7 +994,7 @@ sim_status.sim_status_type = MFW_SIM_UNKNOWN; sim_stat = SIM_NOT_ACTIVE; break; -#ifdef SIM_PERS +#ifdef SIM_PERS //The events are handled that are posted by rAT_PlusCME() //for all the five SIM Locks. case CME_ERR_PhSimPinReq: @@ -1009,7 +1009,7 @@ case CME_ERR_NetworkPersPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, result ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, result ); sim_status.sim_status = MFW_SIM_NLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED; @@ -1037,13 +1037,13 @@ case CME_ERR_CorporatePersPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, result ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, result ); sim_status.sim_status = MFW_SIM_CLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED; sim_stat = SIM_ACTIVE; break; - + //x0pleela 27 Apr, 2006 DR: OMAPS00067919 case CME_ERR_WrongPasswd: { @@ -1054,7 +1054,7 @@ case CME_ERR_NetworkPersPukReq: case CME_ERR_NetworkSubsetPersPukReq: case CME_ERR_ProviderPersPukReq: - case CME_ERR_CorporatePersPukReq: + case CME_ERR_CorporatePersPukReq: C_KEY_REQ = 1; sim_status.sim_status = MFW_SIM_PUK_REQ; sim_status.sim_pin_retries = sim_pin_count(MFW_SIM_PUK1); @@ -1068,11 +1068,11 @@ } } break; - + //x0pleela 23 Aug, 2006 DR: OMAPS00091250 case CME_ERR_Unknown: { - if( ((aciErrDesc & 0xFFFF0000) >> 16) EQ ACI_ERR_CLASS_Ext) + if( ((aciErrDesc & 0xFFFF0000) >> 16) EQ ACI_ERR_CLASS_Ext) { switch(aciErrDesc & 0x0000FFFF) { @@ -1150,8 +1150,8 @@ //x0pleela 26 Sep, 2006 DR: OMAPS00096565 //Reset C_KEY_REQ to 0 -#ifdef SIM_PERS - C_KEY_REQ = 0; +#ifdef SIM_PERS + C_KEY_REQ = 0; #endif switch (reason) @@ -1164,16 +1164,16 @@ return; } break; -#ifdef SIM_PERS +#ifdef SIM_PERS case CME_ERR_SimPinReq: /* PIN 1 must be entered */ sim_status.sim_status = MFW_SIM_PIN_REQ; sim_status.sim_pin_retries = sim_pin_count(MFW_SIM_PIN1); sim_status.sim_status_type = MFW_SIM_PIN1; sim_status.sim_procedure = MFW_SIM_ACTIVATION; - sim_stat = SIM_ACTIVE; + sim_stat = SIM_ACTIVE; sim_signal(E_SIM_STATUS,&sim_status); return; - + case CME_ERR_SimPin2Req: /* PIN 2 must be entered */ sim_status.sim_status = MFW_SIM_PIN2_REQ; sim_status.sim_pin_retries = sim_pin_count(MFW_SIM_PIN2); @@ -1182,12 +1182,12 @@ sim_stat = SIM_ACTIVE; sim_signal(E_SIM_STATUS,&sim_status); return; - + case CME_ERR_PhoneFail: case CME_ERR_NetworkPersPukReq: case CME_ERR_NetworkSubsetPersPukReq: case CME_ERR_ProviderPersPukReq: - case CME_ERR_CorporatePersPukReq: + case CME_ERR_CorporatePersPukReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); @@ -1200,7 +1200,7 @@ sim_signal(E_SIM_STATUS,&sim_status); return; -// Nov 03, 2005 DR: OMAPS00050595 - xpradipg +// Nov 03, 2005 DR: OMAPS00050595 - xpradipg case CME_ERR_SimPukReq: /* PUK 1 must be entered */ C_KEY_REQ = 0; sim_status.sim_status = MFW_SIM_PUK_REQ; @@ -1218,9 +1218,9 @@ sim_stat = SIM_ACTIVE; sim_signal(E_SIM_STATUS,&sim_status); return; - case CME_ERR_NotPresent: /* JVJ -#1580. Unexpected error should be treated as INVALID CARD for FTA*/ + case CME_ERR_NotPresent: /* JVJ -#1580. Unexpected error should be treated as INVALID CARD for FTA*/ case CME_ERR_SimFail: /* SIM card is invalid */ -#endif +#endif case CME_ERR_SimWrong: sim_status.sim_status = MFW_SIM_INVALID_CARD; #ifdef SIM_PERS @@ -1234,7 +1234,7 @@ #endif return; - + case CME_ERR_SimNotIns: /* no SIM card inserted */ sim_status.sim_status = MFW_SIM_NO_SIM_CARD; sim_status.sim_pin_retries = 0; @@ -1244,13 +1244,13 @@ sim_signal(E_SIM_STATUS,&sim_status); return; -#ifdef SIM_PERS +#ifdef SIM_PERS //The events are handled that are posted by rAT_PlusCME() //for all the five SIM Locks. case CME_ERR_PhSimPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); sim_status.sim_status = MFW_SIM_PLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED ; @@ -1261,7 +1261,7 @@ case CME_ERR_NetworkPersPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); sim_status.sim_status = MFW_SIM_NLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED; @@ -1273,7 +1273,7 @@ case CME_ERR_NetworkSubsetPersPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); sim_status.sim_status = MFW_SIM_NSLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED; @@ -1284,7 +1284,7 @@ case CME_ERR_ProviderPersPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); sim_status.sim_status = MFW_SIM_SPLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED; @@ -1295,7 +1295,7 @@ case CME_ERR_CorporatePersPinReq: //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Update global aciErrDesc with the current CME error code - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, reason ); sim_status.sim_status = MFW_SIM_CLOCK_REQ; sim_status.sim_pin_retries = 0; sim_status.sim_status_type = MFW_SIM_LOCKED; @@ -1307,7 +1307,7 @@ case CME_ERR_Unknown: { //Check for No MEPD Error - if( ((aciErrDesc & 0xFFFF0000) >> 16) EQ ACI_ERR_CLASS_Ext) + if( ((aciErrDesc & 0xFFFF0000) >> 16) EQ ACI_ERR_CLASS_Ext) { switch(aciErrDesc & 0x0000FFFF) { @@ -1319,7 +1319,7 @@ sim_stat = SIM_ACTIVE; sim_signal(E_SIM_STATUS,&sim_status); return; - + //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Set the reqd. parameters for Blocked Network Password request case EXT_ERR_BlockedNetworkPersPinReq: @@ -1330,7 +1330,7 @@ sim_stat = SIM_ACTIVE; sim_signal(E_SIM_STATUS,&sim_status); return; - + //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Set the reqd. parameters for Blocked Network Unblock code request case EXT_ERR_BlockedNetworkPersPukReq: @@ -1342,14 +1342,14 @@ sim_stat = SIM_ACTIVE; sim_signal(E_SIM_STATUS,&sim_status); return; - + default: break; } } } break; -#endif +#endif default: TRACE_ERROR("sim_error_cpin():Ill reason"); @@ -1364,7 +1364,7 @@ sim_status.sim_pin_retries = sim_pin_count(MFW_SIM_PIN1); break; case CPIN_RSLT_SimPukReq: -#ifdef SIM_PERS +#ifdef SIM_PERS C_KEY_REQ = 0; #endif sim_status.sim_status = MFW_SIM_PUK_REQ; @@ -1420,10 +1420,10 @@ sim_status.sim_status_type = pin_ident; //TISH due to 11.11, if pin is unblock successfully, it should set pin Enabled. //#ifdef SIM_PERS - pin1_set = MFW_SIM_ENABLE; + pin1_set = MFW_SIM_ENABLE; //#endif break; - //xrashmic 1 Jul, 2006 OMAPS00075784 + //xrashmic 1 Jul, 2006 OMAPS00075784 //To handle the simp lock disable events during bootup case MFW_SIM_ACTIVATION: sim_status.sim_procedure = MFW_SIM_ACTIVATION; @@ -1462,7 +1462,7 @@ void sim_ss_unblock(UBYTE result, T_ACI_CME_ERR reason) { TRACE_FUNCTION("sim_ss_unblock()"); - + pin_flag = MFW_SIM_UNBLOCK; if (result == SIM_UBLK_ERROR) @@ -1571,7 +1571,7 @@ { case MFW_SIM_PIN1: /*a0393213 warnings removal - CPWD_FAC_Sc changed to FAC_Sc as a result of ACI enum change*/ - sAT_PlusCPWD(CMD_SRC_LCL, FAC_Sc, + sAT_PlusCPWD(CMD_SRC_LCL, FAC_Sc, (char *)old_pin, (char *)new_pin); break; case MFW_SIM_PIN2: @@ -1703,7 +1703,7 @@ sim_signal(E_SIM_STATUS,&sim_status); } -/* +/* +--------------------------------------------------------------------+ | PROJECT : MMI-Framework (8417) MODULE : MFW_SIM | | STATE : code ROUTINE : sim_disable | @@ -1718,8 +1718,8 @@ T_ACI_RETURN cfun; TRACE_FUNCTION("sim_disable()"); - /* - * Full functionality is used don´t reset the ME + /* + * Full functionality is used don´t reset the ME */ cfun = sAT_PlusCFUN(CMD_SRC_LCL,CFUN_FUN_Minimum,CFUN_RST_NotPresent); @@ -1775,7 +1775,7 @@ $Description: for displaying the sAT_PlusCLCK result $Returns: None $Arguments: state if passed / failed - + *******************************************************************************/ void mfw_simlock_continue(U8 state) { @@ -1785,18 +1785,18 @@ /******************************************************************************* $Function: mfw_simlock_unblockME $Description: for unblocking ME - $Returns: SUCCESS or FAILURE + $Returns: SUCCESS or FAILURE $Arguments: PUK - + *******************************************************************************/ int mfw_simlock_unblockME(char *puk) -{ +{ TRACE_FUNCTION("mfw_simlock_unblockME"); /*a0393213 warnings removal - CLCK_FAC_Sc, changed to FAC_Sc as a result of ACI enum change*/ if( sAT_PlusCLCK(CMD_SRC_LCL,FAC_Fc,CLCK_MOD_Unlock,(char*)puk,CLASS_NotPresent)==AT_CMPL)/*a0393213 compiler warnings removal - -1 changed to CLASS_NotPresent*/ //return UNBLOCK_SUCESS; return MFW_SS_OK; - else + else //return UNBLOCK_FAILURE; return MFW_SS_FAIL; } @@ -1804,27 +1804,27 @@ /******************************************************************************* $Function: mfw_simlock_check_lock_bootup $Description: checking PIN during bootup - $Returns: SUCCESS or FAILURE + $Returns: SUCCESS or FAILURE $Arguments: PIN - + *******************************************************************************/ int mfw_simlock_check_lock_bootup(char *pin, S16 lcktype) -{ - +{ + /* if( sAT_PlusCPIN(CMD_SRC_LCL, pin, NULL)==AT_CMPL) return BOOTUP_LOCK_SUCCESS; - else + else return BOOTUP_LOCK_FAILURE;*/ //Leela for CPIN to CLCK change T_ACI_FAC lckFac;/*a0393213 warnings removal - T_ACI_CLCK_FAC changed to T_ACI_FAC as a result of ACI enum changed*/ /*a0393213 compiler warnings removal- removed variables clsStat,slock_status,status*/ - + int maxval, curval; T_ACI_RETURN ret; //x0pleela 21 Apr, 2006 DR: OMAPS00067919 T_ACI_CPIN_RSLT code; //x0pleela 21 Apr, 2006 DR: OMAPS00067919 - + TRACE_FUNCTION("mfw_simlock_check_lock_bootup"); - + lckFac= mfw_simlock_return_lock_type(lcktype); //x0pleela 27 Apr, 2006 DR: OMAPS00067919 @@ -1836,14 +1836,14 @@ if(sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Unlock,(char*)pin,CLASS_NotPresent)== AT_FAIL)/*a0393213 compiler warnings removal - -1 changed to CLASS_NotPresent*/ { //x0pleela 11 Sep, 2006 DR: OMASP00094215 - //checking for Class type and the ext busy error and update Simp_Busy_State accordingly + //checking for Class type and the ext busy error and update Simp_Busy_State accordingly //x0pleela 06 Sep, 2006 SIMP: fix for ACI if( ( ((aciErrDesc & 0xFFFF0000) >> 16) EQ ACI_ERR_CLASS_Ext) AND (aciErrDesc & 0x0000FFFF) EQ EXT_ERR_Busy) mfw_simlock_set_busy_state(TRUE); else mfw_simlock_set_busy_state(FALSE); - + mfw_simlock_check_status(lcktype,&maxval,&curval); //set the error descriptor switch( lcktype) @@ -1853,56 +1853,56 @@ { ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_NetworkPersPinReq ); } - else + else { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_NetworkPersPukReq); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_NetworkPersPukReq); } break; - + case MFW_SIM_NSLOCK: if(curval !=0) { ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_NetworkSubsetPersPinReq ); } - else + else { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_NetworkSubsetPersPukReq); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_NetworkSubsetPersPukReq); } break; - + case MFW_SIM_SPLOCK: - - if(curval !=0) + + if(curval !=0) { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_ProviderPersPinReq); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_ProviderPersPinReq); } - else + else { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_ProviderPersPukReq ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_ProviderPersPukReq ); } break; - + case MFW_SIM_CLOCK: - - if(curval !=0) + + if(curval !=0) { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_CorporatePersPinReq); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_CorporatePersPinReq); } - else + else { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_CorporatePersPukReq ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_CorporatePersPukReq ); } break; - + case MFW_SIM_PLOCK: - - if(curval !=0) + + if(curval !=0) { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_PhSimPinReq ); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_PhSimPinReq ); } else { - ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_PhoneFail); + ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_PhoneFail); } break; @@ -1912,14 +1912,14 @@ { ACI_ERR_DESC( ACI_ERR_CLASS_Ext, EXT_ERR_BlockedNetworkPersPinReq ); } - else + else { - ACI_ERR_DESC( ACI_ERR_CLASS_Ext, EXT_ERR_BlockedNetworkPersPukReq); + ACI_ERR_DESC( ACI_ERR_CLASS_Ext, EXT_ERR_BlockedNetworkPersPukReq); } break; - // default: - // ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_WrongPasswd ); + // default: + // ACI_ERR_DESC( ACI_ERR_CLASS_Cme, CME_ERR_WrongPasswd ); // break; } @@ -1928,7 +1928,7 @@ //x0pleela 21 Apr, 2006 DR: OMAPS00067919 //Calling qat_plusCPIN for next category check by ACI else - { + { ret = qAT_PlusCPIN( CMD_SRC_LCL, &code ); if( code EQ CPIN_RSLT_SimReady ) @@ -1944,15 +1944,15 @@ case AT_FAIL: TRACE_EVENT("qAT_PlusCPIN error"); return BOOTUP_LOCK_FAILURE; - + case AT_CMPL: // case AT_EXCT: - TRACE_EVENT("BOOTUP_OK"); + TRACE_EVENT("BOOTUP_OK"); return BOOTUP_OK; - + default: break; - } + } } return BOOTUP_LOCK_FAILURE; /*a0393213 lint warnings removal - return statement added*/ } @@ -1962,7 +1962,7 @@ $Description: for getting the fc value $Returns: value of the req fc type $Arguments: fc type - + *******************************************************************************/ int mfw_simlock_get_sup_info(int flag) { @@ -1982,7 +1982,7 @@ $Description: The lock type is converted to the ACI enum type $Returns: corresponding ACi lock type $Arguments: MMI lock type - (SIM Locks Only) - + *******************************************************************************/ /*a0393213 warnings removal - return type changed from T_ACI_CLCK_FAC as a result of ACI enum change*/ T_ACI_FAC mfw_simlock_return_lock_type(S16 lck) @@ -1992,41 +1992,41 @@ //case 0: case MFW_SIM_NLOCK: return FAC_Pn; - //case 1: + //case 1: case MFW_SIM_SPLOCK: return FAC_Pp; - //case 2: + //case 2: case MFW_SIM_NSLOCK: return FAC_Pu; - //case 3: + //case 3: case MFW_SIM_CLOCK: return FAC_Pc; - //case 4: + //case 4: case MFW_SIM_PLOCK: return FAC_Ps; case MFW_SIM_FC: return FAC_Fc; - + case MFW_SIM_FCM: return FAC_Fcm; //x0pleela 20 July, 2006 - //Return coresponding lock type for master unlock + //Return coresponding lock type for master unlock case MFW_SIM_MKEY: return FAC_Mu; case MFW_SIM_MKEYM: return FAC_Mum; //x0pleela 25 Sep, 2006 ER: OMAPS00095524 - //Return coresponding ACI lock type for Blocked network + //Return coresponding ACI lock type for Blocked network case MFW_SIM_PBLOCK: return FAC_Bl; - + default: return FAC_NotPresent; /*a0393213 compiler warnings removal - -1 changed to CLCK_FAC_NotPresent*/ } - + } @@ -2043,7 +2043,7 @@ T_SUP_INFO_TYPE FLAG; int curr_fc, max_fc,FC_Reset_Fail_Max,FC_Reset_Fail_Current,FC_Reset_Success_Max,FC_Reset_Success_Current ; //T_DISPLAY_DATA display_info; - + // T_MFW_HND win = mfwParent(mfw_header()); // Sept 24, 2005 REF: LOCOSTO-ENH-34438, xpradipg // used new enum value @@ -2058,7 +2058,7 @@ FLAG = FCRESETFAILMAX; FC_Reset_Fail_Max=mfw_simlock_get_sup_info(FLAG); // Sept 24, 2005 REF: LOCOSTO-ENH-34438, xpradipg -// used new enum value +// used new enum value FLAG =FCRESETFAILATTEMPTSLEFT; FC_Reset_Fail_Current=mfw_simlock_get_sup_info(FLAG); // Sept 24, 2005 REF: LOCOSTO-ENH-34438, xpradipg @@ -2066,7 +2066,7 @@ FLAG =FCRESETSUCCESSMAX; FC_Reset_Success_Max=mfw_simlock_get_sup_info(FLAG); // Sept 24, 2005 REF: LOCOSTO-ENH-34438, xpradipg -// used new enum value +// used new enum value FLAG =FCRESETSUCCESSATTEMPTSLEFT; FC_Reset_Success_Current=mfw_simlock_get_sup_info(FLAG); @@ -2081,7 +2081,7 @@ *curr = FC_Reset_Success_Current; } - TRACE_FUNCTION_P4(" FC_Reset_Fail_Max %d FC_Reset_Fail_Current %d FC_Reset_Success_Max %d FC_Reset_Success_Current %d",FC_Reset_Fail_Max,FC_Reset_Fail_Current,FC_Reset_Success_Max,FC_Reset_Success_Current); + TRACE_FUNCTION_P4(" FC_Reset_Fail_Max %d FC_Reset_Fail_Current %d FC_Reset_Success_Max %d FC_Reset_Success_Current %d",FC_Reset_Fail_Max,FC_Reset_Fail_Current,FC_Reset_Success_Max,FC_Reset_Success_Current); /* if( lcktyp == 0 ) */ if (curr_fc == 0) @@ -2091,15 +2091,15 @@ //temporarily blocked TRACE_FUNCTION("chk_status:MFW_SIM_BLOCKED"); return MFW_SIM_BLOCKED; - + } else { //permanently blocked TRACE_FUNCTION("check_staus: MFW_SIM_PERM_BLOCKED"); return MFW_SIM_PERM_BLOCKED; - } - + } + } else { @@ -2115,7 +2115,7 @@ $Description: returns the status of the lock - enabled / disabled $Returns: lock status $Arguments: lock type - + *******************************************************************************/ int mfw_simlock_get_lock_status(S16 lcktyp) { @@ -2131,7 +2131,7 @@ return MFW_SIM_BLOCKED; if(status == MFW_SIM_PERM_BLOCKED) return MFW_SIM_PERM_BLOCKED; - + lckfac= mfw_simlock_return_lock_type(lcktyp); if (qAT_PlusCLCK(CMD_SRC_LCL, lckfac, CLASS_NotPresent, &clsStat) EQ AT_CMPL) @@ -2148,7 +2148,7 @@ } } return MFW_SIM_FAILURE; - + } @@ -2156,18 +2156,18 @@ /******************************************************************************* $Function: mfw_simlock_enable_lock - $Description: Changes the oldpassword with the new one for the given + $Description: Changes the oldpassword with the new one for the given lock type $Returns: success or failure $Arguments: type of lock and old and new password - + *******************************************************************************/ T_MFW_SS_RETURN mfw_simlock_enable_lock(U8 *pin, S16 lcktyp) { T_ACI_FAC lckFac;/*a0393213 warnings removal - T_ACI_CLCK_FAC changed to T_ACI_FAC as a result of ACI enum change*/ -// Nov 03, 2005 DR: OMAPS00052032 - xpradipg +// Nov 03, 2005 DR: OMAPS00052032 - xpradipg T_ACI_RETURN ret; TRACE_FUNCTION("mfw_simlock_enable_lock()"); @@ -2176,7 +2176,7 @@ lckFac= mfw_simlock_return_lock_type(lcktyp); ret = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Lock,(char*)pin,CLASS_NotPresent); /*a0393213 compiler warnings removal - -1 changed to CLASS_NotPresent*/ // Nov 03, 2005 DR: OMAPS00052032 - xpradipg -// handle the AT_EXCT case and set the global to true +// handle the AT_EXCT case and set the global to true switch(ret) { case AT_CMPL: @@ -2195,7 +2195,7 @@ $Description: disables the lock with the given password for the given lock $Returns: success or failure $Arguments: type of lock and password - + *******************************************************************************/ T_MFW_SS_RETURN mfw_simlock_disable_lock(U8 *pin, S16 lcktyp) { @@ -2219,7 +2219,7 @@ T_ACI_FAC lckFac;/*a0393213 warnings removal - T_ACI_CLCK_FAC changed to T_ACI_FAC as a result of ACI enum change*/ T_ACI_RETURN stat; TRACE_FUNCTION("mfw_simlock_reset_fc_value()"); - TRACE_EVENT_P1("SimLock_MFW FC Password=%s",pin); + TRACE_EVENT_P1("SimLock_MFW FC Password=%s",pin); lckFac= mfw_simlock_return_lock_type(fc_flag); stat = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Unlock,(char*)pin,CLASS_NotPresent) ;/*a0393213 compiler warnings removal - -1 changed to CLASS_NotPresent*/ if( stat != AT_CMPL) @@ -2238,7 +2238,7 @@ $Function: mfw_simlock_master_unlock $Description: This function unlocks(dependent categories) or unblocks ME $Returns: success or failure - $Arguments: + $Arguments: *******************************************************************************/ //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 T_MFW mfw_simlock_master_unlock(U8 *pin, S16 MK_Unblock_flag) @@ -2294,7 +2294,7 @@ $Description: This function checks from ACI whether Master Unlock feature is enabled or not If enabled, displays a menu item for the user to select master unlocking option If not enabled, doesn't display master unlocking option in the menu - $Arguments: + $Arguments: *******************************************************************************/ //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 @@ -2304,7 +2304,7 @@ T_ACI_FAC lckfac;/*a0393213 warnings removal - T_ACI_CLCK_FAC changed to T_ACI_FAC as a result of ACI enum change*/ TRACE_FUNCTION("mfw_simlock_check_masterkey()"); - + //get the lock type lckfac= mfw_simlock_return_lock_type(MK_unlock_type); @@ -2324,9 +2324,9 @@ /******************************************************************************* $Function: mfw_simlock_set_busy_state - $Description: This function sets Simp_Busy_State to either TRUE or FALSE based on ACI's + $Description: This function sets Simp_Busy_State to either TRUE or FALSE based on ACI's CME error - $Arguments: + $Arguments: *******************************************************************************/ //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 void mfw_simlock_set_busy_state( UBYTE state ) @@ -2337,8 +2337,8 @@ /******************************************************************************* $Function: mfw_simlock_get_busy_state - $Description: This function returns the current value of Simp_Busy_State - $Arguments: + $Description: This function returns the current value of Simp_Busy_State + $Arguments: *******************************************************************************/ //x0pleela 20 July, 2006 ER: OMAPS00087586, OMAPS00087587 UBYTE mfw_simlock_get_busy_state( void ) @@ -2354,11 +2354,11 @@ #if 0 /******************************************************************************* $Function: mfw_simlock_verify_lock - $Description: If locked, it performs unlock + lock, if unlocks, it performs + $Description: If locked, it performs unlock + lock, if unlocks, it performs lock + unlock, thus validating if the password provided is correct $Returns: success or failure $Arguments: type of lock and password - + *******************************************************************************/ int mfw_simlock_verify_lock(char* pwd,S16 lock) @@ -2367,7 +2367,7 @@ T_ACI_FAC lckfac; TRACE_FUNCTION("mfw_simlock_verify_lock()"); - TRACE_EVENT_P1("Vidya: SimLock_MFW Password=%s",pwd); + TRACE_EVENT_P1("Vidya: SimLock_MFW Password=%s",pwd); // status = mfw_simlock_get_lock_status(lock); lckfac=mfw_simlock_return_lock_type(lock); @@ -2394,7 +2394,7 @@ else return MFW_SS_OK; } - + } else if(status==MFW_SIM_DISABLE) { @@ -2413,8 +2413,8 @@ else return MFW_SS_OK; } - - + + } */ /* if(aci_ext_personalisation_MMI_verify_password(pwd) != MMILOCK_VERIFIED) @@ -2426,11 +2426,11 @@ #endif /******************************************************************************* $Function: mfw_simlock_change_lock_code - $Description: Changes the oldpassword with the new one for the given + $Description: Changes the oldpassword with the new one for the given lock type $Returns: success or failure $Arguments: type of lock and old and new password - + *******************************************************************************/ T_MFW mfw_simlock_change_lock_code(int type,char*oldpswd,char* newpswd) { @@ -2587,8 +2587,8 @@ /* Apr 13, 2004 REF: CRR 16303 JuanVi Jativa-Villoldo */ - /* SPN must always be read, not only when nm_registration is called */ - sim_spn_req(); + /* SPN must always be read, not only when nm_registration is called */ + sim_spn_req(); if (sim_check_service(15,sim_service_table) == ALLOCATED_AND_ACTIVATED) @@ -2737,7 +2737,7 @@ /* Dec 13, 2006 DR: OMAPS00105640 x0039928 Fix: sim_stat is updated */ - sim_stat = SIM_NOT_ACTIVE; + sim_stat = SIM_NOT_ACTIVE; if ( srType EQ SIMREM_FAILURE ) { sim_status.sim_procedure = MFW_SIM_REMOVED; @@ -2750,7 +2750,7 @@ else if ( srType EQ SIMREM_RESET ) { #ifdef SIM_TOOLKIT - sim_signal(E_SIM_RESET, 0); + sim_signal(E_SIM_RESET, 0); #endif } } @@ -2793,11 +2793,11 @@ { T_ACI_RETURN cfun; /*This event is not passed to BMI as there is no need currently*/ - cfun = sAT_PlusCFUN(CMD_SRC_LCL,CFUN_FUN_Full,CFUN_RST_NotPresent); + cfun = sAT_PlusCFUN(CMD_SRC_LCL,CFUN_FUN_Full,CFUN_RST_NotPresent); if (cfun NEQ AT_EXCT) { TRACE_ERROR("rAT_PercentSIMINS() : sAT_PlusCFUN error"); - } + } break; } @@ -2819,7 +2819,7 @@ UBYTE sim_cvt_access_status(UBYTE acs) { TRACE_FUNCTION("sim_cvt_access_status()"); - + switch(acs) { #ifdef FF_2TO1_PS @@ -2861,7 +2861,7 @@ *phase = sim_config.phase; if ((serv != NULL) && (slen != NULL)) - { + { l = sizeof(sim_service_table); if (l < *slen) *slen = l; @@ -2926,7 +2926,7 @@ SHORT pk2Cnt; T_ACI_PVRF_STAT ps1; T_ACI_PVRF_STAT ps2; - + TRACE_FUNCTION("sim_pin_count()"); @@ -2952,7 +2952,7 @@ SHORT pk2Cnt; T_ACI_PVRF_STAT ps1; T_ACI_PVRF_STAT ps2; - + TRACE_FUNCTION("sim_pin_count()"); @@ -2965,13 +2965,13 @@ /***************************Go-lite Optimization changes end***********************/ switch (pin_id) { - case MFW_SIM_PIN1: + case MFW_SIM_PIN1: { if (ps1 ==PVRF_STAT_NotPresent) return 0; else return 1; } // break; // RAVI - case MFW_SIM_PIN2: + case MFW_SIM_PIN2: { if (ps2 ==PVRF_STAT_NotPresent) return 0; else @@ -2988,7 +2988,7 @@ | STATE : code ROUTINE : sim_convert_simlock_status| +---------------------------------------------------------------------+ - PURPOSE : Conversion of ACI simlock status to MFW simlock status codes for + PURPOSE : Conversion of ACI simlock status to MFW simlock status codes for compatibility with existing MMI layer. */ @@ -3001,7 +3001,7 @@ case(SIMLOCK_BLOCKED): return MFW_SIM_BLOCKED; // break; // RAVI case(SIMLOCK_LOCKED): return MFW_SIM_LOCKED; //break; // RAVI case (SIMLOCK_FAIL): return MFW_SIM_FAILURE; // break; // RAVI - default: return MFW_SIM_FAILURE; + default: return MFW_SIM_FAILURE; } } @@ -3018,11 +3018,11 @@ /*MC SPR1351, replaced previous implemnetation with wrapper for aci implementation*/ T_MFW sim_unlock_sim_lock(UBYTE type, UBYTE *passwd) { - + T_SIMLOCK_STATUS simlock_status=SIMLOCK_DISABLED;/*status from ACI */ - /*for CQ-34324 -- While Integrating of VLE5 ME personalization code aci_slock_unlock - function is moved under SIM_PERS flag and this function is never called . So variable - simlock_status is hardcoded to default value */ + /*for CQ-34324 -- While Integrating of VLE5 ME personalization code aci_slock_unlock + function is moved under SIM_PERS flag and this function is never called . So variable + simlock_status is hardcoded to default value */ UBYTE mfw_simlock_status;/*status converted to MFW encoding*/ TRACE_EVENT_P1("sim_unlock_sim_lock(): %d", type); @@ -3062,7 +3062,7 @@ default: return MFW_SIM_UNLOCK_ERR; } // break; // RAVI - + /* * NS-Lock */ @@ -3113,7 +3113,7 @@ default:return MFW_SIM_UNLOCK_ERR; } // break; // RAVI - + } return MFW_SIM_UNLOCK_ERR; @@ -3130,10 +3130,10 @@ */ /*MC SPR1351, replaced previous implemnetation with wrapper for aci implementation*/ int sim_check_sim_Plock (void) -{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; +{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; /*ACI set default value for CQ-34324--While Integrating of VLE5 ME personalization code - aci_slock_checklock function is removed and this function is never called. So variable - simlock_status is hardcoded to default value + aci_slock_checklock function is removed and this function is never called. So variable + simlock_status is hardcoded to default value */ TRACE_EVENT ("sim_check_sim_Plock"); @@ -3141,7 +3141,7 @@ simlock_status =aci_slock_checklock(SIMLOCK_SIM); #endif TRACE_EVENT_P1("PLock: %d", simlock_status); - /*convert status from ACI to MFW encoding*/ + /*convert status from ACI to MFW encoding*/ return sim_convert_simlock_status(simlock_status); } @@ -3158,17 +3158,17 @@ */ /*MC SPR1351, replaced previous implemnetation with wrapper for aci implementation*/ int sim_check_sim_Nlock (void) -{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; +{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; /*ACI set default value for CQ-34324--While Integrating of VLE5 ME personalization code - aci_slock_checklock function is removed and this function is never called. So variable - simlock_status is hardcoded to default value + aci_slock_checklock function is removed and this function is never called. So variable + simlock_status is hardcoded to default value */ TRACE_EVENT ("sim_check_sim_Nlock()"); #ifdef MMI_34324 simlock_status =aci_slock_checklock(SIMLOCK_NETWORK); #endif TRACE_EVENT_P1("NLock: %d", simlock_status); - /*convert status from ACI to MFW encoding*/ + /*convert status from ACI to MFW encoding*/ return sim_convert_simlock_status(simlock_status); @@ -3189,17 +3189,17 @@ int sim_check_sim_SPlock (void) { T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; /*ACI set default value for CQ-34324--While Integrating of VLE5 ME personalization code - aci_slock_checklock function is removed and this function is never called. So variable - simlock_status is hardcoded to default value + aci_slock_checklock function is removed and this function is never called. So variable + simlock_status is hardcoded to default value */ TRACE_EVENT ("sim_check_sim_SPlock()"); - + #ifdef MMI_34324 simlock_status =aci_slock_checklock(SIMLOCK_SERVICE_PROVIDER); #endif - + TRACE_EVENT_P1("NLock: %d", simlock_status); - /*convert status from ACI to MFW encoding*/ + /*convert status from ACI to MFW encoding*/ return sim_convert_simlock_status(simlock_status); } @@ -3216,19 +3216,19 @@ */ /*MC SPR1351, replaced previous implementation with wrapper for aci implementation*/ int sim_check_sim_NSlock (void) -{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; +{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; /*ACI set default value for CQ-34324--While Integrating of VLE5 ME personalization code - aci_slock_checklock function is removed and this function is never called. So variable - simlock_status is hardcoded to default value + aci_slock_checklock function is removed and this function is never called. So variable + simlock_status is hardcoded to default value */ TRACE_EVENT ("sim_check_sim_NSlock()"); - + #ifdef MMI_34324 simlock_status =aci_slock_checklock(SIMLOCK_NETWORK_SUBSET); #endif TRACE_EVENT_P1("NSLock: %d", simlock_status); - /*convert status from ACI to MFW encoding*/ + /*convert status from ACI to MFW encoding*/ return sim_convert_simlock_status(simlock_status); } @@ -3244,17 +3244,17 @@ */ /*MC SPR1351, replaced previous implemnetation with wrapper for aci implementation*/ int sim_check_sim_Clock (void) -{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; +{ T_SIMLOCK_STATUS simlock_status = SIMLOCK_DISABLED; /*ACI set default value for CQ-34324--While Integrating of VLE5 ME personalization code - aci_slock_checklock function is removed and this function is never called. So variable - simlock_status is hardcoded to default value + aci_slock_checklock function is removed and this function is never called. So variable + simlock_status is hardcoded to default value */ TRACE_EVENT ("sim_check_sim_Clock()"); #ifdef MMI_34324 simlock_status =aci_slock_checklock(SIMLOCK_CORPORATE); #endif TRACE_EVENT_P1("CLock: %d", simlock_status); - /*convert status from ACI to MFW encoding*/ + /*convert status from ACI to MFW encoding*/ return sim_convert_simlock_status(simlock_status); } @@ -3283,8 +3283,8 @@ status->stat = MFW_SIM_UNKNOWN; status->set = MFW_SIM_UNKNOWN; - - if (qAT_PercentPVRF(CMD_SRC_LCL, &pn1Cnt, + + if (qAT_PercentPVRF(CMD_SRC_LCL, &pn1Cnt, &pn2Cnt, &pk1Cnt, &pk2Cnt, &ps1, &ps2) == AT_CMPL) { switch (status->type) @@ -3326,15 +3326,15 @@ switch (ps) { - case PVRF_STAT_NotRequired: + case PVRF_STAT_NotRequired: return MFW_SIM_NO_PIN; case PVRF_STAT_Required: - if (type EQ MFW_SIM_PIN1) + if (type EQ MFW_SIM_PIN1) return MFW_SIM_PIN_REQ; - if (type EQ MFW_SIM_PIN2) + if (type EQ MFW_SIM_PIN2) return MFW_SIM_PIN2_REQ; return MFW_SIM_UNKNOWN; - default: + default: return MFW_SIM_UNKNOWN; } } @@ -3350,8 +3350,8 @@ */ -void simDecodeIMSI (UBYTE * imsi_field, - UBYTE imsi_c_field, +void simDecodeIMSI (UBYTE * imsi_field, + UBYTE imsi_c_field, UBYTE * imsi_extracted) { UBYTE length; @@ -3456,16 +3456,16 @@ PURPOSE : The function checks all simlocks and returns SIMLOCK_DISABLED if none are set. - + */ /*spr 1351, replaced previous implemntation with a wrapper for aci implentation*/ UBYTE sim_simlock_ok (void) -{ - T_SIMLOCK_STATUS simlock_status = SIMLOCK_ENABLED; - /*ACI set default value for CQ-34324 -- While Integrating of VLE5 ME personalization code - aci_slock_checkpersonalisation function is moved under SIM_PERS flag and this function is +{ + T_SIMLOCK_STATUS simlock_status = SIMLOCK_ENABLED; + /*ACI set default value for CQ-34324 -- While Integrating of VLE5 ME personalization code + aci_slock_checkpersonalisation function is moved under SIM_PERS flag and this function is never called . So variable simlock_status is hardcoded to default value */ - #ifdef MMI_34324 + #ifdef MMI_34324 simlock_status = aci_slock_checkpersonalisation(); #endif return sim_convert_simlock_status(simlock_status); @@ -3540,7 +3540,7 @@ case SIM_LP: { T_ACI_LAN_SUP lngCde; - CHAR lang_buffer[3]; + CHAR lang_buffer[3]; memset(lang_buffer, 0, sizeof(lang_buffer)); lngCde.str = lang_buffer; @@ -3609,7 +3609,7 @@ | STATE : code ROUTINE : sim_init_CPRS | +--------------------------------------------------------------------+ - PURPOSE : initialize the ciphering indication + PURPOSE : initialize the ciphering indication */ @@ -3619,7 +3619,7 @@ //UBYTE getCPRImode; // RAVI TRACE_FUNCTION("sim_init_CPRS()"); - + //keep the callback function from MMI if (func != NULL) mmi_cprs_cb = func; @@ -3639,8 +3639,8 @@ | STATE : code ROUTINE : rAT_PercentCPRI | +--------------------------------------------------------------------+ - PURPOSE : is called to inform the application about a received ciphering indication. - gsm_ciph and gprs_ciph are used to inform the application about a change in ciphering + PURPOSE : is called to inform the application about a received ciphering indication. + gsm_ciph and gprs_ciph are used to inform the application about a change in ciphering mode in GSM or GPRS. */ @@ -3659,9 +3659,9 @@ | STATE : code ROUTINE : sim_read_lp_cnf | +---------------------------------------------------------------------+ - PURPOSE : - -*/ + PURPOSE : + +*/ void sim_read_lp_cnf (USHORT error, T_ACI_LAN_SUP *CLang) { @@ -3691,8 +3691,8 @@ | STATE : code ROUTINE : sim_simlock_cpin_code | +---------------------------------------------------------------------+ - PURPOSE : This function checks for the code and take action for SIMP category unlocking -*/ + PURPOSE : This function checks for the code and take action for SIMP category unlocking +*/ #ifdef SIM_PERS void sim_simlock_cpin_code (T_ACI_CPIN_RSLT code) { @@ -3704,7 +3704,7 @@ sim_stat = SIM_ACTIVE; pin_flag = -1; pin_ident = MFW_SIM_UNKNOWN; - + if( code EQ CPIN_RSLT_SimReady ) { TRACE_EVENT("CPIN_RSLT_SimReady"); @@ -3717,7 +3717,7 @@ } switch ( code ) { - case CPIN_RSLT_PhSimPinReq: + case CPIN_RSLT_PhSimPinReq: sim_status.sim_status = MFW_SIM_PLOCK_REQ; sim_status.sim_status_type = MFW_SIM_LOCKED ; sim_signal(E_SIM_STATUS,&sim_status); @@ -3752,7 +3752,7 @@ case CPIN_RSLT_PhSPPukReq: case CPIN_RSLT_PhCorpPukReq: case CPIN_RSLT_PhSimFail: - C_KEY_REQ = 1; + C_KEY_REQ = 1; sim_status.sim_status = MFW_SIM_PUK_REQ; sim_status.sim_pin_retries = sim_pin_count(MFW_SIM_PUK1); sim_status.sim_status_type = MFW_SIM_PUK1; @@ -3767,11 +3767,11 @@ sim_status.sim_status_type = MFW_SIM_LOCKED; sim_signal(E_SIM_STATUS,&sim_status); break; - + //x0pleela 25 Sep, 2006 ER: OMAPS00095524 //Set the reqd. parameters for Blocked Network Unblock code request case CPIN_RSLT_PhBlockedNetPukReq: - C_KEY_REQ = 1; + C_KEY_REQ = 1; sim_status.sim_status = MFW_SIM_PUK_REQ; sim_status.sim_pin_retries = sim_pin_count(MFW_SIM_PUK1); sim_status.sim_status_type = MFW_SIM_PUK1; @@ -3782,7 +3782,7 @@ default: TRACE_ERROR("sim_simlock_cpin_code (): result"); break; - } + } return ; } #endif @@ -3795,7 +3795,7 @@ $Description: returns the status of the lock - enabled / disabled $Returns: lock status $Arguments: lock type - + *******************************************************************************/ int mfw_phlock_get_lock_status(S16 lcktyp) { @@ -3803,7 +3803,7 @@ T_ACI_FAC lckfac; TRACE_FUNCTION("mfw_phlock_get_lock_status()"); - + lckfac = FAC_Pl; if (qAT_PlusCLCK(CMD_SRC_LCL, lckfac, @@ -3831,7 +3831,7 @@ } } return MFW_PH_LOCK_FAILURE; - + } /******************************************************************************* @@ -3839,7 +3839,7 @@ $Description: returns the status of the lock - enabled / disabled $Returns: lock status $Arguments: lock type - + *******************************************************************************/ int mfw_phlock_get_autolock_status(S16 lcktyp) { @@ -3859,10 +3859,10 @@ { case STATUS_NotActive: TRACE_FUNCTION("MFW_PH_LOCK_DISABLE "); - + //x0pleela 29 May, 2007 DR: OMAPS00132483 //set the auto phone lock status to FALSE - mfw_set_Auto_Phlock_status(FALSE); + mfw_set_Auto_Phlock_status(FALSE); return MFW_PH_LOCK_DISABLE; case STATUS_Active: @@ -3870,19 +3870,19 @@ //x0pleela 29 May, 2007 DR: OMAPS00132483 //set the auto phone lock status to TRUE - mfw_set_Auto_Phlock_status(TRUE); + mfw_set_Auto_Phlock_status(TRUE); return MFW_PH_LOCK_ENABLE; } } return MFW_PH_LOCK_FAILURE; - + } /******************************************************************************* $Function: mfw_phlock_enable_lock $Description: disables the lock with the given password for the given lock $Returns: success or failure $Arguments: type of lock and password - + *******************************************************************************/ T_MFW_SS_RETURN mfw_phlock_enable_lock(U8 *pin, S16 lcktyp) { @@ -3894,7 +3894,7 @@ else if ( lcktyp == MFW_PH_LOCK ) lckFac = FAC_Pl; - ret = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Lock,(char*)pin,CLASS_NotPresent); + ret = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Lock,(char*)pin,CLASS_NotPresent); switch(ret) { case AT_CMPL: @@ -3902,7 +3902,7 @@ case AT_FAIL: return MFW_SS_FAIL; } - return MFW_SS_FAIL; + return MFW_SS_FAIL; } /******************************************************************************* @@ -3910,7 +3910,7 @@ $Description: disables the lock with the given password for the given lock $Returns: success or failure $Arguments: type of lock and password - + *******************************************************************************/ T_MFW_SS_RETURN mfw_phlock_disable_lock(U8 *pin, S16 lcktyp) { @@ -3921,7 +3921,7 @@ if( lcktyp == MFW_PH_LOCK ) lckFac = FAC_Pl; - ret = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Unlock,(char*)pin,CLASS_NotPresent) ; + ret = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Unlock,(char*)pin,CLASS_NotPresent) ; if(ret != AT_CMPL) return MFW_SS_FAIL; else @@ -3933,7 +3933,7 @@ $Description: disables the auto lock when user selects Autolock Off option from menu $Returns: success or failure $Arguments: type of lock and password - + *******************************************************************************/ T_MFW_SS_RETURN mfw_phlock_disable_autoLock( S16 lcktyp) { @@ -3944,8 +3944,8 @@ if( lcktyp == MFW_AUTO_PH_LOCK ) lckFac = FAC_Apl; - if( mfw_phlock_get_autolock_status(MFW_AUTO_PH_LOCK) == MFW_PH_LOCK_ENABLE ) - { + if( mfw_phlock_get_autolock_status(MFW_AUTO_PH_LOCK) == MFW_PH_LOCK_ENABLE ) + { ret = sAT_PlusCLCK(CMD_SRC_LCL,lckFac,CLCK_MOD_Unlock,NULL,CLASS_NotPresent) ; if(ret != AT_CMPL) @@ -3961,11 +3961,11 @@ /******************************************************************************* $Function: mfw_phlock_change_lock_code - $Description: Changes the oldpassword with the new one for the given + $Description: Changes the oldpassword with the new one for the given lock type $Returns: success or failure $Arguments: type of lock and old and new password - + *******************************************************************************/ T_MFW mfw_phlock_change_lock_code(int type,char*oldpswd,char* newpswd) { @@ -3994,7 +3994,7 @@ $Function: mfw_set_Auto_Phlock_status - $Description: set /resets the AutoPhlockStatus bit in Phlock_flag + $Description: set /resets the AutoPhlockStatus bit in Phlock_flag $Returns: none. @@ -4016,7 +4016,7 @@ $Function: mfw_get_Auto_Phlock_status - $Description: returns the AutoPhlockStatus status from Phlock_flag + $Description: returns the AutoPhlockStatus status from Phlock_flag $Returns: none. @@ -4038,7 +4038,7 @@ $Function: mfw_set_Phlock_status - $Description: set /resets the PhlockStatus bit in Phlock_flag + $Description: set /resets the PhlockStatus bit in Phlock_flag $Returns: none. @@ -4060,7 +4060,7 @@ $Function: mfw_get_Phlock_status - $Description: returns the PhlockStatus status from Phlock_flag + $Description: returns the PhlockStatus status from Phlock_flag $Returns: none.
--- a/src/ui/mfw/mfw_sim.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sim.h Tue Jan 19 06:10:27 2021 +0000 @@ -10,13 +10,13 @@ Apr 03, 2007 ER: OMAPS00122561 x0pleela Description: [ACI] Phone lock feature has to be supported by ACI Solution: Phone Lock ER implementation - + Sep 26, 2006 DR: OMAPS00095524 x0pleela Description:Implement 2 missing SIM Lock types Solution: Made the following changes - Added new macros MFW_SIM_PBLOCK_REQ, MFW_SIM_PBLOCK for Blocked Network category - + xashmic 9 Sep 2006, OMAPS00092732 USBMS ER Sep 08, 2006 DR: OMAPS00091250 x0pleela @@ -30,19 +30,19 @@ Solution:Made the following changes Defined new macros MFW_SIM_MKEY( Master Unlocking during bootup) MFW_SIM_MKEYM (Master Unlocking through menu) - + May 26, 2006 ER: OMAPS00079607 x0012849 :Jagannatha M Description: CPHS: Display 'charge/Timers' menu based on AOC ( Advice of charge ) Solution:Made the following changes 1. Defined MFW_SIM_NO_AOC with value 11 - + May 15, 2006 DR: OMAPS00067919 x0pleela - Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should + Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should be asked not Puk1. Solution:Made the following changes 1. Added new macro BOOTUP_OK 2. Added new enumeration T_MFW_SIMP_CLCK_FLAG - + Nov 24, 2005 DR: OMAPS00045909 - Shashi Shekar B.S. Description: Improve IMEI control mechanism Solution : When MMI calls sAT_PLUSCFUN, if an IMEI invalid error is returned, @@ -50,11 +50,11 @@ since the PS will not be booted at all!!! July 19, 2005 REF: CRR LOCOSTO-ENH-28173 xpradipg - Description: To provide MMI Support to enable/disable/change password and + Description: To provide MMI Support to enable/disable/change password and query all the Personalization locks - Solution: Integration of the changes for the same provided by the soldel + Solution: Integration of the changes for the same provided by the soldel team - + *********************************************************************** PURPOSE: Types definitions for SIM management of MMI framework @@ -62,7 +62,7 @@ */ #ifndef DEF_MFW_SIM -#define DEF_MFW_SIM +#define DEF_MFW_SIM /*#ifndef BMI_TEST_MC_SIM_EVENT #define BMI_TEST_MC_SIM_EVENT @@ -178,10 +178,10 @@ #define MFW_SIM_NO_DISABLE 10 /*MC CONQ-5578, PIN disabling forbidden*/ //x0012849: Jagannatha 26 May, 2006 ER: OMAPS00079607 -Support AOC in CPHS #ifdef FF_CPHS -#define MFW_SIM_NO_AOC 11 +#define MFW_SIM_NO_AOC 11 #endif /* Shashi Shekar B.S. DR: OMAPS00045909, Improve IMEI control mechanism */ -#define MFW_IMEI_NOT_VALID 20 +#define MFW_IMEI_NOT_VALID 20 #define MFW_SIM_PIN1 1 @@ -220,7 +220,7 @@ { SIMP_NONE, SIMP_MENU, - SIMP_BOOTUP + SIMP_BOOTUP }T_MFW_SIMP_CLCK_FLAG; #endif @@ -238,7 +238,7 @@ extern int C_KEY_REQ; #endif -int sim_init (void); +int sim_init (void); MfwHnd sim_create (MfwHnd hWin, MfwEvt event, MfwCb cbfunc); MfwRes sim_delete (MfwHnd h); void sim_verify_pin (UBYTE pin_id, char *pin); @@ -270,7 +270,7 @@ void sim_enable(void); void sim_disable(void); -/* +/* Ciphering */ @@ -279,7 +279,7 @@ #define MFW_SIM_CPRI_SHOW 1 //Callback function -typedef void (* CallbackCPRI)(UBYTE, UBYTE); +typedef void (* CallbackCPRI)(UBYTE, UBYTE); //Initialize the ciphering indication EXTERN UBYTE sim_init_CPRS (CallbackCPRI func, UBYTE CPRImode );
--- a/src/ui/mfw/mfw_sima.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sima.c Tue Jan 19 06:10:27 2021 +0000 @@ -87,7 +87,7 @@ #endif /* NEPTUNE_BOARD */ /* End - remove warning Aug - 11 */ - + T_MFW_READ_CALLBACK read_callback_data; // Shashi Shekar B.S., a0876501, Jan 16, 2006, DR: OMAPS00061460 @@ -167,7 +167,7 @@ { simShrdPrm.atb[table_id].ntryUsdFlg = TRUE; simShrdPrm.atb[table_id].accType = ACT_RD_DAT; - // R99 SIM Interface changes . Indicates whether path_info variable has valid values + // R99 SIM Interface changes . Indicates whether path_info variable has valid values simShrdPrm.atb[table_id].v_path_info = FALSE; simShrdPrm.atb[table_id].reqDataFld = data_id; simShrdPrm.atb[table_id].dataOff = 0; @@ -194,9 +194,9 @@ +----------------------------------------------------------------------+ - PURPOSE : Request to read SIM card EF IMG. This is separated from the - above SIM read function as we have to specify the record number - also while reading the EF record & we dont want this functionality + PURPOSE : Request to read SIM card EF IMG. This is separated from the + above SIM read function as we have to specify the record number + also while reading the EF record & we dont want this functionality for Lite variants. */ @@ -213,7 +213,7 @@ { simShrdPrm.atb[table_id].ntryUsdFlg = TRUE; simShrdPrm.atb[table_id].accType = ACT_RD_REC; - // R99 SIM Interface changes. Indicates whether path_info variable has valid values + // R99 SIM Interface changes. Indicates whether path_info variable has valid values simShrdPrm.atb[table_id].v_path_info = FALSE; simShrdPrm.atb[table_id].reqDataFld = sim_icon_read_param -> data_id; simShrdPrm.atb[table_id].dataOff = sim_icon_read_param -> offset; @@ -254,11 +254,11 @@ // Shashi Shekar B.S., a0876501, Jan 16, 2006, DR: OMAPS00061460 #ifdef FF_MMI_SAT_ICON - /* If we are reading the image data contents, + /* If we are reading the image data contents, we dont need to enter the switch statement */ if (read_image_instance_file) { - sim_img_instance_data_cnf(simShrdPrm.atb[table_id].errCode, + sim_img_instance_data_cnf(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].exchData); return; } @@ -270,7 +270,7 @@ #ifdef FF_MMI_SAT_ICON /* EF-IMG contents */ case SIM_IMG: - sim_img_cnf(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].recNr, + sim_img_cnf(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].recNr, (UBYTE *)simShrdPrm.atb[table_id].exchData); break; #endif @@ -325,7 +325,7 @@ { simShrdPrm.atb[table_id].ntryUsdFlg = TRUE; simShrdPrm.atb[table_id].accType = ACT_WR_DAT; - //R99 Sim Interface changes. Indicates whether path_info variable has valid values + //R99 Sim Interface changes. Indicates whether path_info variable has valid values simShrdPrm.atb[table_id].v_path_info = FALSE; simShrdPrm.atb[table_id].reqDataFld = data_id; simShrdPrm.atb[table_id].dataOff = 0;
--- a/src/ui/mfw/mfw_sima.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sima.h Tue Jan 19 06:10:27 2021 +0000 @@ -6,7 +6,7 @@ | STATE : code | +--------------------------------------------------------------------+ - PURPOSE : Types definitions for MMI framework + PURPOSE : Types definitions for MMI framework . Jan 16, 2006 DR: OMAPS00061460 - Shashi Shekar B.S.
--- a/src/ui/mfw/mfw_simi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_simi.h Tue Jan 19 06:10:27 2021 +0000 @@ -11,7 +11,7 @@ $History:: mfw_simi.h $ May 15, 2006 DR: OMAPS00067919 x0pleela - Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should + Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should be asked not Puk1. Solution: Added prototype of funtion sim_simlock_cpin_code() */ @@ -75,8 +75,8 @@ EXTERN void sim_spn_req (void); EXTERN void sim_ok_cfun (void); /* OMAPS00075177 - 17,Apr-2006 */ -/* Signature of the function has been changed from U8 to T_ACI_CME_ERR. - because, when calling this function, it is converting from T_ACI_CME_ERR to U8. +/* Signature of the function has been changed from U8 to T_ACI_CME_ERR. + because, when calling this function, it is converting from T_ACI_CME_ERR to U8. It is loosing the negative values( the enum T_ACI_CME_ERR has negative values ) */ EXTERN void sim_error_cfun (T_ACI_CME_ERR reason);
--- a/src/ui/mfw/mfw_sms.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sms.c Tue Jan 19 06:10:27 2021 +0000 @@ -23,34 +23,34 @@ July 27, 2006 DR: OMAPS00085347 x0021334 Description: The display freeze when reading a stored concatenated SMS (This concatenated SMS consists of 3 SMS) from SIM. - Solution: Added code to free the allocated memory after concatenated SMS has been read. + Solution: Added code to free the allocated memory after concatenated SMS has been read. May 18, 2006 DR: OMAPS00070657 x0pleela - Description: CPHS feature on Locosto-Lite - Solution: Enabling the voice mail indication if there are any voice mails + Description: CPHS feature on Locosto-Lite + Solution: Enabling the voice mail indication if there are any voice mails Feb 07, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI Solution: sms_decode_status(): removed the code added for handling pending status of a status report rat_plusCMGR(): updating sms_str based on tp_status of a status report Removed macros STAT_MIN_VALUE and STAT_MAX_VALUE added earlier - Replaced MT_STATUS_RPT with MFW_SMS_STATRPT as MT_STATUS_RPT is removed + Replaced MT_STATUS_RPT with MFW_SMS_STATRPT as MT_STATUS_RPT is removed Feb 01, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI Solution: Added two macros to check the range of status of status report Used enums for the hardcoded values for MFW_MSG_DELIVER(MT), MFW_MSG_SUBMIT (MO) and MFW_MSG_STATUS_REPORT (STATUS REPORT) types while reading the messages Added a check in "sms_decodeStatus" to support pending status of the status report Made changes as per review comments - + Jan 30, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI Solution: Added code to read MT Status report - + Jan 20, 2006 REF: DRT OMAPS00053377 xdeepadh Description: SMS Validity Period - using MMI - Failure, MS not able to set SMS validity - Solution: While setting the validity period, the validity period format also has been set in the + Solution: While setting the validity period, the validity period format also has been set in the frst octet. Nov 15,2005 DR : OMAPS00057280 - x0034700 @@ -59,35 +59,35 @@ Feb 22, 2006 REF: MMI-FIX-OMAPS00058684 x0035544(Sudha) Description: Can't send a SMS with a specific SIM card - Solution: Check the PID(Protocol ID) value for an MO SMS and Set the PID(Protocol ID) accordingly. - + Solution: Check the PID(Protocol ID) value for an MO SMS and Set the PID(Protocol ID) accordingly. + Dec 15, 2005 REF: MMI-FIX-OMAPS00058684 x0035544 Description: OMAPS00045726 / MMI-FIX-30439 Follow-Up : ifdef for FF Home Zone forgotten. Solution: Added Feature flag FF_HOMEZONE for the function sms_homezoneCBToggle(U8 Activate_CB) - - Nov 8, 2005 REF: OMAPS00050772, a0876501 (Shashi) + + Nov 8, 2005 REF: OMAPS00050772, a0876501 (Shashi) Issue description: CMGD merge from tcs4.0 to g23m. Solution: New parameter is added to sAT_PlusCMGD function. Migrating the MFW changes. Oct 18, 2005 REF: SPR 34678 xdeepadh - Description: MMI Screen – shows garbled characters for Cell Information + Description: MMI Screen – shows garbled characters for Cell Information Solution: The CB messages with DCS 242(class-2,default alphabet) are discarded. May 27, 2005 MMI-FIX-29869 x0018858 - Description: There is a limitation on the number of messages that can be downloaded from + Description: There is a limitation on the number of messages that can be downloaded from server even though there is space on the sim. Solution: The limitation has been removed and the number of messages that can be dowloaded has been modified to the masimum number that can be stored. Jun 14, 2005 REF: MMI-FIX-30439 x0018858 Description: The homezone/cityzone tags were not being displayed properly. - Solution: Modified to save the tags properly in caches and also made the + Solution: Modified to save the tags properly in caches and also made the appropriate modifications to update the same properly during mobility. - July 7, 2005 REF: CRR MMI-SPR-32179 x0018858 + July 7, 2005 REF: CRR MMI-SPR-32179 x0018858 Issue description: PS crashed while performing call Forwarding. - Solution: Since this is related to memory leaks which occur, the code has been added to + Solution: Since this is related to memory leaks which occur, the code has been added to free certain memory based on a a checking condition and also by cleaning the buffer. xrashmic 9 May, 2005 MMI-SPR-30159 @@ -99,7 +99,7 @@ there is a pending message. March 31, 2005 REF: CRR MMI-SPR-24511 x0012852 - Bug:The phone crashes when the user selects the 'Delete All' option + Bug:The phone crashes when the user selects the 'Delete All' option almost the same time as there's an incoming message. Fix:Check added for part message before deleting all messages. @@ -115,15 +115,15 @@ The Optimization changes done for golite build have been incorpaorated to color build. The MMI_LITE flag used for rAT_PlusCMGR has been removed. - Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar + Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar Issue description: BMI: using the tool nowSMS the voicemail indication via sms does not work Solution: Instead of identifying voice using addr[0] and pid, we use dcs. Also, messages belonging to group "1100" are deleted when voicemail icon is displayed. - Dec 23, 2004 REF: CRR MMI-SPR-27741 xkundadu + Dec 23, 2004 REF: CRR MMI-SPR-27741 xkundadu Issue description: BMI: crashing when using the function : sms_index_list() located in mfw Solution: Changed the msg_list variable to array of T_MFW_SMS_IDX. - + Aug 18, 2004 REF: CRR 24282 Deepa M.D Bug:Go-lite Optimization Dynamic allocation of sms_mo Fix:static T_MFW_SMS_MO sms_mo has been made a local variable. @@ -144,16 +144,16 @@ Jul 07, 2004 REF: CRR 15846 Deepa M.D Bug : Concatenated SMT : SMS present but not displayed !!! Fix : Check has been made before freeing the memory. - - SPR 2260: Merged in bugfixes 1833, 1669, 872,1830, 1828, 2031, and 2007 + + SPR 2260: Merged in bugfixes 1833, 1669, 872,1830, 1828, 2031, and 2007 fom the 1.6.3 branch into this file. - + Apr 12, 2004 REF: CRR 13370 Deepa M.D Bug : The Sender name was not displayed properly in the status report. Fix : The sendername had garbage values when the corresponding number was not present in the Phonebook.So when the name was not present, only the number is displayed. - - + + */ @@ -227,7 +227,7 @@ #define FIRST_READ_OF_MEMORY_USE 1 #define POST_DELETE_CHECK 2 // Feb 22, 2006 DR:OMAPS00068268 x0035544 -//Added the #defines for the bits 7, 6 and 5 +//Added the #defines for the bits 7, 6 and 5 #define BIT_7 0x80 #define BIT_6 0x40 #define BIT_5 0x20 @@ -254,15 +254,15 @@ static T_MFW_MEM_INFO sim_memory; /*a0393213 OMAPS00109953 - To keep track of sms memory in SIM*/ static T_MFW_MEM_INFO ffs_memory; /*a0393213 OMAPS00109953 - To keep track of sms memory in ME*/ /*a0393213 OMAPS00109953 - state machine for index retrieval - first retrieve all SIM indexes then all ME indexes*/ -static T_MFW_SMS_INDEX_RETRIEVE_STATE index_retrieve_state; +static T_MFW_SMS_INDEX_RETRIEVE_STATE index_retrieve_state; static SHORT status_change_index; /*a0393213 - To store the memory(SIM/ME) where the message, whose status is to be changed, resides*/ -static T_MFW_SMS_MEM status_change_memory=MFW_MEM_NOTPRESENT; +static T_MFW_SMS_MEM status_change_memory=MFW_MEM_NOTPRESENT; static SHORT deleting_index; /*a0393213 OMAPS00109953 - To store the memory where the SMS, which is to be deleted, resides*/ -static T_MFW_SMS_MEM deleting_memory=MFW_MEM_NOTPRESENT; +static T_MFW_SMS_MEM deleting_memory=MFW_MEM_NOTPRESENT; static UBYTE f_update; static UBYTE int_req; @@ -295,18 +295,18 @@ static UBYTE sms_wap_sent_flag = FALSE; /* SPR#2086 - SH - TRUE if SMS is sent */ #endif -// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar +// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar // Added this variable to identify voice mail message to be deleted -BOOL invalidVm = FALSE; - -//x0pleela 30 Jan, 2006 DR: OMAPS00059261 +BOOL invalidVm = FALSE; + +//x0pleela 30 Jan, 2006 DR: OMAPS00059261 //SMS buffer storage size -#define MAX_STAT_MSG_LEN 30 +#define MAX_STAT_MSG_LEN 30 extern UBYTE reply_path_bit ; /*********************Prototypes****************************************/ -//Feb 22, 2006 DR:OMAPS00068268 x0035544 +//Feb 22, 2006 DR:OMAPS00068268 x0035544 BOOL Sms_Check_PID(SHORT pid); /*SPR2260 added prototype for new function*/ /*a0393213 OMAPS00109953 - memory added as new parameter*/ @@ -329,7 +329,7 @@ | STATE : code ROUTINE : Check_max_sms_allowed | +--------------------------------------------------------------------+ - PURPOSE : Check for the max number of messages that can be stored and aloocate + PURPOSE : Check for the max number of messages that can be stored and aloocate memory accordingly. */ @@ -399,7 +399,7 @@ /* PATCH-6363 VO 30.01.01 */ /*a0393213 OMAPS00109953 - SMS memory related variables updated*/ /*This member indicates the preferred memory - the memory, which is considered first for saving the incoming messages/drafts*/ - memory.mem=(UBYTE)MFW_MEM_NOTPRESENT; + memory.mem=(UBYTE)MFW_MEM_NOTPRESENT; memory.used=0; memory.total=0; ffs_memory.mem = MFW_MEM_ME; @@ -429,8 +429,8 @@ { if(0 == cind_Settings) return MFW_SMS_FAIL; - - + + if(sAT_PlusCIND(CMD_SRC_LCL,CIND_SIGNAL_INDICATOR_LVL0,CIND_SMSFULL_INDICATOR_MEMFULL)NEQ AT_CMPL) { TRACE_EVENT(" The indication couldnt not be set"); @@ -457,7 +457,7 @@ #if (BOARD==61) if(sAT_PlusCMER(CMD_SRC_LCL,CMER_MODE_2,(T_ACI_CMER_KEYP_TYPE)CMER_INDICATOR_2, (T_ACI_CMER_IND_TYPE)CMER_BFR_1, (T_ACI_CMER_BFR_TYPE)0)NEQ AT_CMPL) /* typecast to remove warning Aug - 11 */ - #else + #else if(sAT_PlusCMER(CMD_SRC_LCL,CMER_MODE_2,CMER_INDICATOR_2,CMER_BFR_1)NEQ AT_CMPL) #endif // END ADDITION RAVI - 6-10-2005 @@ -577,7 +577,7 @@ T_MFW_HDR *hdr; T_MFW_SMS *sms_para; MfwHdr *insert_status =0; - + TRACE_FUNCTION ("sms_create()"); hdr = (T_MFW_HDR *) mfwAlloc(sizeof(T_MFW_HDR)); @@ -586,13 +586,13 @@ if (!hdr OR !sms_para) { TRACE_ERROR("ERROR: sms_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(sms_para) mfwFree((U8*)sms_para,sizeof(T_MFW_SMS)); - + return FALSE; } /* initialisation of the handler */ @@ -605,12 +605,12 @@ /* installation of the handler */ insert_status = mfwInsert((T_MFW_HDR *)hWin, hdr);/*SPR 1968, inserted inadvertently deleted function call*/ - + if(!insert_status) { TRACE_ERROR("ERROR: sms_create() Failed to Install Handler. "); mfwFree((U8*)hdr,sizeof(MfwHdr)); - mfwFree((U8*)sms_para,sizeof(T_MFW_SIM)); + mfwFree((U8*)sms_para,sizeof(T_MFW_SIM)); return 0; } return insert_status; @@ -870,7 +870,7 @@ } /*a0393213 OMAPS00109953 - set preferred memory before calling sAT_PlusCMGL - Retrieve SMS indexes in SIM first*/ + Retrieve SMS indexes in SIM first*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { TRACE_ERROR("sms_read_msg_info():Not able to set pref memory"); @@ -908,10 +908,10 @@ { T_SMS_TYPE received_sms_type; T_CONC_ASSEMBLY_RETURN concatenated_status=CONC_ERR_UNKN; -#ifdef TI_PS_FF_CONC_SMS +#ifdef TI_PS_FF_CONC_SMS T_SM_DATA_EXT conc_data_ext={NULL,0}; #endif /*TI_PS_FF_CONC_SMS*/ - + TRACE_FUNCTION ("rAT_PlusCMGL()"); /*a0393213 OMAPS00109953 - third parameter added for SMS_getSMSType()*/ if(initialising_flag == TRUE) @@ -940,10 +940,10 @@ } TRACE_EVENT_P2("conc status: %d, conc length: %d", concatenated_status, conc_data_ext.len); - + } // July 27, 2006 DR: OMAPS00085347 x0021334 -// Free the allocated memory after concatenated SMS has been read. +// Free the allocated memory after concatenated SMS has been read. if (concatenated_status EQ CONC_COMPLETED) { if (conc_data_ext.data != NULL) @@ -951,11 +951,11 @@ MFREE (conc_data_ext.data); } } -#endif /*TI_PS_FF_CONC_SMS*/ - +#endif /*TI_PS_FF_CONC_SMS*/ + /*a0393213 OMAPS00109953 - memory added as parameter*/ - sms_store_new_msg_info(smLst->msg_ref, smLst, TRUE/*MC SPR 2260*/, concatenated_status,received_sms_type,(T_MFW_SMS_MEM)memory.mem); - + sms_store_new_msg_info(smLst->msg_ref, smLst, TRUE/*MC SPR 2260*/, concatenated_status,received_sms_type,(T_MFW_SMS_MEM)memory.mem); + f_update = MFW_SMS_NEW; { @@ -1006,7 +1006,7 @@ for (i=0; i<MAX_MESSAGES; i++) #endif { - if (msg_info[i].index EQ status_change_index && + if (msg_info[i].index EQ status_change_index && msg_info[i].mem EQ status_change_memory) /*a0393213 OMAPS00109953 - memory also taken into consideration*/ { msg_info[i].stat = stat; @@ -1162,7 +1162,7 @@ #endif { /*a0393213 OMAPS00109953 - memory also taken into consideration*/ - if (msg_info[i].index == index && msg_info[i].mem == sms_memory) + if (msg_info[i].index == index && msg_info[i].mem == sms_memory) { if ((msg_info[i].stat == MFW_SMS_UNREAD) || (msg_info[i].stat == MFW_SMS_STOR_UNSENT)) @@ -1191,13 +1191,13 @@ return 0; } - /*a0393213 OMAPS00109953 - set preferred memory before calling sAT_PlusCMGR*/ + /*a0393213 OMAPS00109953 - set preferred memory before calling sAT_PlusCMGR*/ if(sms_set_pref_memory(sms_memory)!=MFW_SMS_OK) { TRACE_ERROR("sms_change_read_status():Not able to set pref memory"); return 0; } - + sms_type = MFW_NO_MESSAGE;/* SPR 2260 Don't do anything scary in rAT_PlusCMGR callback func*/ /*CONQUEST 5991- MC- Changed third parameter in function call*/ ret = sAT_PlusCMGR(CMD_SRC_LCL, (UBYTE)index, SMS_READ_StatusChange); @@ -1241,7 +1241,7 @@ #if defined (FF_WAP) && defined (FF_GPF_TCPIP) /* NM, 27.5.04 -the sms_submit function with the parameters : addr_type and sca +the sms_submit function with the parameters : addr_type and sca has been taken out as it does not send SMS ?! */ @@ -1286,7 +1286,7 @@ T_ACI_TOA toa; T_ACI_TOA tosca; #endif - //Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) + //Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) T_ACI_TOA set_toa; int addr_type; T_ACI_RETURN ACI_MFW_return; @@ -1329,10 +1329,10 @@ { set_toa.ton = TON_Alphanumeric; set_toa.npi = NPI_NotPresent; - ACI_MFW_return = sAT_PlusCMGS(CMD_SRC_LCL, dest_addr, &set_toa, &conc_data_ext, sca, NULL, rp); + ACI_MFW_return = sAT_PlusCMGS(CMD_SRC_LCL, dest_addr, &set_toa, &conc_data_ext, sca, NULL, rp); } - else + else ACI_MFW_return = sAT_PlusCMGS(CMD_SRC_LCL, dest_addr, NULL, &conc_data_ext, sca, NULL, rp); if(ACI_MFW_return != AT_EXCT) @@ -1340,7 +1340,7 @@ //NM if (sAT_PlusCMGS(CMD_SRC_LCL, dest_addr, &toa, &conc_data_ext, sca, &tosca, rp) NEQ AT_EXCT) #endif return MFW_SMS_FAIL; - return MFW_SMS_OK; + return MFW_SMS_OK; } @@ -1366,16 +1366,16 @@ T_MFW_PHB_TON sc_type) { TRACE_FUNCTION ("sms_submit_wap_sms()"); - + sms_wap_sent_flag = TRUE; /* NM, 27.5.04 -the sms_submit function with the parameters : addr_type and sca +the sms_submit function with the parameters : addr_type and sca has been taken out as it does not send SMS ?! */ - + //NM return sms_submit(type, dest_addr, addr_type, msg, msg_len, sca, sc_type); } @@ -1437,7 +1437,7 @@ void rAT_PlusCMT(T_ACI_CMGL_SM* sm) { T_SMS_TYPE received_sms_type; T_CONC_ASSEMBLY_RETURN concatenated_status; -#ifdef TI_PS_FF_CONC_SMS +#ifdef TI_PS_FF_CONC_SMS T_SM_DATA_EXT conc_data_ext; #endif /*TI_PS_FF_CONC_SMS*/ int i; @@ -1519,7 +1519,7 @@ memcpy(sms_mt.sms_msg, (char*)conc_data_ext.data, conc_data_ext.len); sms_mt.udh_len = sm->udh.len; memcpy((char *)sms_mt.udh, (char *)sm->udh.data, sm->udh.len); - + /*SPR#1408 - DS - Now done at end of function *sms_signal(E_SMS_MT, &sms_mt); */ @@ -1532,7 +1532,7 @@ #endif /*TI_PS_FF_CONC_SMS*/ { - + memset(&sms_mt, 0, sizeof(sms_mt)); #ifdef NO_ASCIIZ @@ -1580,13 +1580,13 @@ memcpy(sms_mt.sms_msg, (char *)sm->data.data, sm->data.len); sms_mt.udh_len = sm->udh.len; memcpy((char *)sms_mt.udh, (char *)sm->udh.data, sm->udh.len); - + /*SPR#1408 - DS - Now done at end of function *sms_signal(E_SMS_MT, &sms_mt); */ } - - /*MC SPR 1364, need to call this function to update CPHS voicemail data*/ + + /*MC SPR 1364, need to call this function to update CPHS voicemail data*/ /*SPR#1408 - DS - Modified to store voicemail status in SMS structure. Port of 1669 */ if (sms_check_voice_mail(sm->pid, sm->dcs, sm->adress, &sm->toa, &sm->udh) == MFW_SMS_VOICE) @@ -1599,7 +1599,7 @@ sms_mt.voicemail = FALSE; } sms_signal(E_SMS_MT, &sms_mt); - + } #if defined (FF_WAP) && defined (FF_GPF_TCPIP) @@ -1673,7 +1673,7 @@ header_len=sm->data.data[SMS_PUSH_PDU_OFFSET+1]; - pdu_len=sm->data.len-(header_len+1)-(SMS_PUSH_PDU_OFFSET+1); + pdu_len=sm->data.len-(header_len+1)-(SMS_PUSH_PDU_OFFSET+1); memcpy(MMS_pdu,sm->data.data+SMS_PUSH_PDU_OFFSET+2+header_len,pdu_len); TRACE_EVENT("First SMS been recorded"); @@ -1703,14 +1703,14 @@ #endif T_SMS_TYPE received_sms_type; T_CONC_ASSEMBLY_RETURN concatenated_status=CONC_ERR_UNKN; -#ifdef TI_PS_FF_CONC_SMS +#ifdef TI_PS_FF_CONC_SMS T_SM_DATA_EXT conc_data_ext={NULL,0}; #endif /*TI_PS_FF_CONC_SMS*/ if (initialising_flag == FALSE) { /* Ignore CMTI if initialising */ - + TRACE_FUNCTION ("rAT_PlusCMTI()"); TRACE_EVENT_P1("f_update is = % in CMTI", f_update); @@ -1726,7 +1726,7 @@ } TRACE_EVENT_P1("SMS Type is = %d", received_sms_type); TRACE_EVENT_P2("msg_ref: %d, index: %d", sm->msg_ref, index); - + #ifdef TI_PS_FF_CONC_SMS if (received_sms_type == CONCATE) { @@ -1742,15 +1742,15 @@ } TRACE_EVENT_P2("conc status: %d, conc length: %d", concatenated_status, conc_data_ext.len); } -// July 7, 2005 REF: CRR MMI-SPR-32179 x0018858 +// July 7, 2005 REF: CRR MMI-SPR-32179 x0018858 // Added a check to free the variable only when CONC_COMPLETED status is encountered. if (concatenated_status EQ CONC_COMPLETED) { if(conc_data_ext.data != NULL) { MFREE(conc_data_ext.data); - } - } + } + } #else /*TI_PS_FF_CONC_SMS*/ concatenated_status = CONC_ERR_UNKN; #endif /*TI_PS_FF_CONC_SMS*/ @@ -1784,14 +1784,14 @@ { TRACE_EVENT_P2("memory used is = %d, of %d", memory.used, memory.total); sms_signal(E_SMS_MEM_FULL, NULL); - } + } } - if(msg_info != NULL) + if(msg_info != NULL) { TRACE_EVENT_P4("CMTI Msg table: %d,%d,%d, %d", msg_info[0].index, msg_info[1].index,msg_info[2].index,msg_info[3].index); TRACE_EVENT_P4("CMTI Msg table: %d,%d,%d, %d", msg_info[4].index, msg_info[5].index,msg_info[6].index,msg_info[7].index); } -/*MC SPR 1364, need to call this function to update CPHS voicemail data*/ +/*MC SPR 1364, need to call this function to update CPHS voicemail data*/ sms_check_voice_mail(sm->pid, sm->dcs, sm->adress, &sm->toa, &sm->udh); /*SPR 2260, this is already called in sms_store_new_msg_info, BUT we need it in for initialisation*/ @@ -1808,7 +1808,7 @@ void sms_getPortId(UBYTE* data, UBYTE length, USHORT * destinatorPort, USHORT *originatorPort) { UBYTE ucOffset = 0; - USHORT usTempOffset; + USHORT usTempOffset; UBYTE i; *destinatorPort = 0; @@ -1818,7 +1818,7 @@ { return; } - + for (i = 0 ; i < 47; i++)//140/3=47 { /*3GPP protocal 23040 clause 9.2.3.24*/ @@ -1838,11 +1838,11 @@ { break; } - + ucOffset = usTempOffset; } } - + return; } @@ -1854,15 +1854,15 @@ { BOOL Ret = FALSE; UBYTE ucOffset = 0; - USHORT usTempOffset; - + USHORT usTempOffset; + UBYTE i; if (UdhLength == 0) { return Ret; } - + for (i = 0 ; i < 47; i++) { /*3GPP protocal 23040 clause 9.2.3.24*/ @@ -1879,12 +1879,12 @@ else { usTempOffset = ucOffset + UdhData[ucOffset + 1] + 2; - + if ((usTempOffset >= MAX_SM_LEN) ||(usTempOffset >= UdhLength)) { break; } - + ucOffset = usTempOffset; } } @@ -1907,7 +1907,7 @@ EXTERN void sms_save_to_m4(U8* pSmsPud); #endif -BOOL sms_save_to_m4_in_Mfw( T_MNSMS_MESSAGE_IND *mnsms_message_ind ) +BOOL sms_save_to_m4_in_Mfw( T_MNSMS_MESSAGE_IND *mnsms_message_ind ) { T_sms_sdu * sms_sdu = &mnsms_message_ind->sms_sdu; U8 align_pdu[SIM_PDU_LEN]; @@ -1922,7 +1922,7 @@ pData += sms_sdu->o_buf / EIGHT_BITS; offset = sms_sdu->o_buf % EIGHT_BITS; - + if (offset) { @@ -1946,13 +1946,13 @@ { ByteLength = (sms_sdu->l_buf/8) + 1; } - + //NM sms_save_tpdu_ffs(pSmsPud, ByteLength); #if defined (FF_MMI_MMS) || defined (FF_MMI_EMS) sms_save_to_m4(pSmsPud); #endif - + return TRUE; } @@ -1975,19 +1975,19 @@ T_ACI_RETURN ret; T_SMS_TYPE received_sms_type; T_CONC_ASSEMBLY_RETURN concatenated_status; -#ifdef TI_PS_FF_CONC_SMS +#ifdef TI_PS_FF_CONC_SMS T_SM_DATA_EXT conc_data_ext; #endif /*TI_PS_FF_CONC_SMS*/ int i, j; static int fileid=0; - + if (initialising_flag == FALSE) { /* Ignore CMTI if initialising */ - + TRACE_FUNCTION ("rAT_PlusCMTI()"); - + #if 0 /////////////////////////////////////////////////////////added by ellen { @@ -2011,7 +2011,7 @@ temp2+=3; i_sum ++; if(i_sum > 30) break; - + } TRACE_EVENT(temp); @@ -2029,7 +2029,7 @@ temp2+=3; i_sum ++; if(i_sum > 30) break; - + } TRACE_EVENT(temp); @@ -2039,10 +2039,10 @@ /* SPR#2086 - SH - Intercept a WAP SMS *///TISHMMS Project { - + USHORT destinatorPort; USHORT originatorPort; - + sms_getPortId(sm->udh.data, sm->udh.len, &destinatorPort, &originatorPort); //xmzhou_trace_string_value("New Msg arrived,desti port=",destinatorPort); @@ -2050,7 +2050,7 @@ //xmzhou_trace_string_value("CMTI new msg udh length=",sm->udh.len); //xmzhou_trace_n_bytes(sm->udh.data,sm->udh.len); - + TRACE_EVENT_P2("+++++ In rAT_PlusCMTI ready to judge PUSH or not DestP=%d,OrgP=%d +++++",destinatorPort,originatorPort); if (destinatorPort==2948 || destinatorPort==2949 @@ -2061,21 +2061,21 @@ || originatorPort==9202 || originatorPort==9203) - { + { USHORT index_i; - + //xmzhou_trace_string_value("CMTI new msg data length=",sm->data.len); //xmzhou_trace_string("WAP SMS be identified!!!!!!!"); //xmzhou_trace_n_bytes(sm->data.data,sm->data.len); -#if 0 +#if 0 fileid++; - + if(fileid==1){ xmzhou_trace_string_value("CMTI new msg data1 length=",sm->data.len); if((sm->data.len)<2048) ffs_fwrite("/mms/data1", sm->data.data, sm->data.len); rvf_delay(500); - + xmzhou_trace_string_value("CMTI new msg udh1 length=",sm->udh.len); if((sm->udh.len)<2048) ffs_fwrite("/mms/udh1", sm->udh.data, sm->udh.len); @@ -2092,9 +2092,9 @@ } rvf_delay(1000); -#endif +#endif /*a0393213 OMAPS00109953 - memory added as parameter*/ - sms_msg_delete(index,mem); + sms_msg_delete(index,mem); #if 0 ////////////////////////////////////////////////////////////////////////////////// TRACE_EVENT("MMS Notification"); @@ -2102,7 +2102,7 @@ redirectMMSNotification(sm); } else { -///////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////// #endif memset(&sms_mt, 0, sizeof(sms_mt)); @@ -2110,7 +2110,7 @@ { TRACE_EVENT_P2("Adress: %X (%c)", sm->adress[index_i], sm->adress[index_i]); } - + memcpy(sms_mt.orig_addr.tag, sm->alpha.data, sm->alpha.len); sms_mt.orig_addr.len = sm->alpha.len; strcpy(sms_mt.orig_addr.number, sm->adress); @@ -2135,31 +2135,31 @@ sms_signal(E_SMS_WAP_MT_RECEIVED, &sms_mt); /* Delete the message */ - + return; -#if 0 +#if 0 }/*end of else*/ -#endif +#endif } } { //BOOL sms_is_ems_type(UBYTE* UdhData, UBYTE UdhLength) BOOL bIsEms = FALSE; - + bIsEms = sms_is_ems_type(sm->udh.data, sm->udh.len); if (bIsEms == TRUE) { //xmzhou_trace_string("EMS SMS received!!!!!!!!!!!!");//proc EMS message /*a0393213 OMAPS00109953 - memory added as parameter*/ - sms_msg_delete(index,mem); + sms_msg_delete(index,mem); sms_save_to_m4_in_Mfw( &gTpduData ); } } - + TRACE_EVENT_P1("f_update is = % in CMTI", f_update); /*a0393213 OMAPS00109953 - new parameter added to SMS_getSMSType()*/ if(initialising_flag == TRUE) @@ -2172,7 +2172,7 @@ } TRACE_EVENT_P1("SMS Type is = %d", received_sms_type); TRACE_EVENT_P2("msg_ref: %d, index: %d", sm->msg_ref, index); - + #ifdef TI_PS_FF_CONC_SMS if (received_sms_type == CONCATE) @@ -2189,7 +2189,7 @@ } TRACE_EVENT_P2("conc status: %d, conc length: %d", concatenated_status, conc_data_ext.len); } -#else /*TI_PS_FF_CONC_SMS*/ +#else /*TI_PS_FF_CONC_SMS*/ concatenated_status = CONC_ERR_UNKN; #endif /*TI_PS_FF_CONC_SMS*/ @@ -2224,14 +2224,14 @@ { TRACE_EVENT_P2("memory used is = %d, of %d", memory.used, memory.total); sms_signal(E_SMS_MEM_FULL, NULL); - } + } } - if(msg_info != NULL) - { + if(msg_info != NULL) + { TRACE_EVENT_P4("CMTI Msg table: %d,%d,%d, %d", msg_info[0].index, msg_info[1].index,msg_info[2].index,msg_info[3].index); TRACE_EVENT_P4("CMTI Msg table: %d,%d,%d, %d", msg_info[4].index, msg_info[5].index,msg_info[6].index,msg_info[7].index); } -/*MC SPR 1366, need to call this function to update CPHS voicemail data*/ +/*MC SPR 1366, need to call this function to update CPHS voicemail data*/ sms_check_voice_mail(sm->pid, sm->dcs, sm->adress, &sm->toa, &sm->udh); /*SPR 1833, this is already called in sms_store_new_msg_info, BUT we need it in for initialisation*/ @@ -2254,7 +2254,7 @@ int i; TRACE_FUNCTION("find_slot_in_msg_info"); - + if (index >= 1) { /* A valid index, so look for it already being in msg_info */ @@ -2265,7 +2265,7 @@ #endif { /*a0393213 OMAPS00109953 - mem also taken into consideration*/ - if (msg_info[i].index == index && msg_info[i].mem==mem) + if (msg_info[i].index == index && msg_info[i].mem==mem) { /* Index already in msg_info, so replace */ ret = i; @@ -2319,9 +2319,9 @@ T_SMS_TYPE received_sms_type, T_MFW_SMS_MEM mem) { int j; - // Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar + // Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar // Added this variable to store the voice mail status - T_MFW status; + T_MFW status; #ifndef MMI_LITE //T_CONC_ASSEMBLY_RETURN concatenated_status; // RAVI @@ -2331,47 +2331,47 @@ TRACE_EVENT("sms_store_new_msg_info"); - + #if defined (FF_WAP) && defined (FF_GPF_TCPIP) sms_type = MFW_SMS_MESSAGE; #else /*SPR 2530 removed setting of sms_type flag*/ #endif /*a0393213 OMAPS00109953 - memory added as parameter*/ - if ((j = find_slot_in_msg_info(index, update_mem,mem)) != -1) + if ((j = find_slot_in_msg_info(index, update_mem,mem)) != -1) { //x0pleela 07 Feb, 2006 DR: OMAPS00059261 //Initial value of msg_type is set to not voice msg_info[j].msg_type = MFW_SMS_NotVOICE; TRACE_EVENT_P1("SMS Type is = %d", received_sms_type); - - -#ifdef TI_PS_FF_CONC_SMS + + +#ifdef TI_PS_FF_CONC_SMS /*SPR 2260*/ if (received_sms_type == CONCATE) - { + { /*a0393213 OMAPS00109953 - code cleanup done*/ UBYTE first_index=0; T_MFW_SMS_MEM first_mem=MFW_MEM_NOTPRESENT; T_CONC_BUF_ELEM* conc_buf_elem; conc_buf_elem=concSMS_GetFirstIndex_ext(concSMS_GetMsgRef ( sm ), sm->adress); - /*a0393213 OMAPS00109953 - The memory type returned by concSMS_GetFirstIndex_ext + /*a0393213 OMAPS00109953 - The memory type returned by concSMS_GetFirstIndex_ext if of psa type. It should be changed to cmh type. Clean solution would be to move this conversion to ACI */ if(conc_buf_elem) { first_index=conc_buf_elem->rec_num; - cmhSMS_getMemCmh(conc_buf_elem->mem,(T_ACI_SMS_STOR*)(&first_mem)); + cmhSMS_getMemCmh(conc_buf_elem->mem,(T_ACI_SMS_STOR*)(&first_mem)); } /*a0393213 OMAPS00109953 - Msg Ref (unique number to each message, don't confuse with index) is stored*/ msg_info[j].msg_ref=concSMS_GetMsgRef ( sm ); - + if (conc_stat == CONC_COMPLETED) { /*replace index withat of first message*/ index = first_index; /*a0393213 OMAPS00109953 - first_mem is the memory where the first segment of the cSMS resides*/ mem=first_mem; - + msg_info[j].concat_status = MFW_SMS_CONC_WHOLE; TRACE_EVENT("Setting to WHOLE"); } @@ -2389,17 +2389,17 @@ return 1;/*don't bother copying this message into the table*/ // RAVI - Changed return to return 1 } } - + msg_info[j].concat_status = MFW_SMS_CONC_PART; TRACE_EVENT("Setting to PART"); } - + TRACE_EVENT_P1("index = %d",index); msg_info[j].first_index =first_index; /*a0393213 OMAPS00109953*/ msg_info[j].first_mem=first_mem; - + /*if complete SMS, delete old fragments*/ if (conc_stat == CONC_COMPLETED) #ifdef FF_MMI_SMS_DYNAMIC @@ -2407,18 +2407,18 @@ #else for (i=0; i<MAX_MESSAGES; i++) #endif - { + { if (msg_info[i].index != -1) { /*a0393213 OMAPS00109953*/ if (msg_info[i].msg_ref==concSMS_GetMsgRef ( sm ) &&(msg_info[i].concat_status == MFW_SMS_CONC_PART )) - { + { TRACE_EVENT_P1("Deleting index number:%d", msg_info[i].index); delete_sms_from_table(msg_info[i].index, msg_info[i].mem);/*a0393213 OMAPS00109953*/ } } - + } } /*a0393213 OMAPS00109953 - new case added - it's the case where segments of cSMS are treated as normal SMS*/ @@ -2428,24 +2428,24 @@ msg_info[j].first_index = 0xFF;/*invalid index*/ msg_info[j].first_mem=MFW_MEM_NOTPRESENT;/*a0393213 OMAPS00109953*/ msg_info[j].concat_status = MFW_SMS_CONC_PART; - } + } else -#endif /*TI_PS_FF_CONC_SMS*/ - { +#endif /*TI_PS_FF_CONC_SMS*/ + { msg_info[j].first_index = 0xFF;/*invalid index*/ msg_info[j].first_mem=MFW_MEM_NOTPRESENT;/*a0393213 OMAPS00109953*/ msg_info[j].concat_status = MFW_SMS_NO_CONC; TRACE_EVENT("Setting to NO CONC"); } - - + + sm->index = index; msg_info[j].index = index; msg_info[j].mem=mem;/*a0393213 OMAPS00109953*/ //x0pleela 08 Feb, 2006 DR: OMAPS00059261 //Replacing MT_STATUS_RPT with MFW_SMS_STATRPT as MT_STATUS_RPT is removed - + //x0pleela 07 Feb, 2006 DR: OMAPS00059261 //Update msg_info's message type for STATUS REPORT if(( 0x03 & sm->fo ) EQ MFW_MSG_STATUS_REPORT ) @@ -2453,26 +2453,26 @@ msg_info[j].msg_type = MFW_SMS_STATRPT; } msg_info[j].stat = sms_decodeStatus(sm->stat); - + strcpy((char *)msg_info[j].addr.number, sm->adress); msg_info[j].addr.ton = phb_cvtTon(sm->toa.ton); msg_info[j].addr.npi = (T_MFW_PHB_NPI)phb_cvtNpi(sm->toa.npi); #ifdef NO_ASCIIZ - memcpy(msg_info[j].addr.tag, - sm->alpha.data, + memcpy(msg_info[j].addr.tag, + sm->alpha.data, sm->alpha.len); msg_info[j].addr.len = sm->alpha.len; #else - phb_Alpha2Gsm(&sm->alpha, + phb_Alpha2Gsm(&sm->alpha, (UBYTE *)msg_info[j].addr.tag); #endif memcpy(&msg_info[j].rctp, &sm->scts, sizeof(T_MFW_SMS_SCTP)); // check voice mail status - // Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar + // Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar // Commented the 'if' condition below. /* if (sms_check_voice_mail(sm->pid, sm->dcs, sm->adress, &sm->toa, &sm->udh) EQ MFW_SMS_VOICE) @@ -2484,13 +2484,13 @@ { // If voicemail message is from group "1100" if(status == MFW_SMS_VOICEMSG_DELETE) - { + { // Mark this message for deletion msg_info[j].stat= MFW_SMS_VOICEMSG_DELETE; } msg_info[j].msg_type = MFW_SMS_VOICE; - } - + } + coll_sms_read = MFW_SMS_FREE; f_update = MFW_SMS_FREE; TRACE_EVENT_P1("UDH Length is = %d", sm->udh.len); @@ -2499,9 +2499,9 @@ TRACE_EVENT_P2("memory used is = %d, of %d", memory.used, memory.total); if(memory.total == memory.used) { - + sms_signal(E_SMS_MEM_FULL, NULL); - } + } return 1; // RAVI } @@ -2547,7 +2547,7 @@ else { //Aug 26, 2004 REF: CRR 23287 Deepa M.D - //The second parameter is not used in case of + //The second parameter is not used in case of //E_SMS_MT_RECEIVED event.sms_id_wait is the variable //used for MT SMS, which is ignored anyway. sms_signal(E_SMS_MT_RECEIVED, &sms_id_wait); @@ -2565,7 +2565,7 @@ else { //Aug 26, 2004 REF: CRR 23287 Deepa M.D - //The second parameter is not used in case of + //The second parameter is not used in case of //E_SMS_MT_RECEIVED event.sms_id_wait is the variable //used for MT SMS, which is ignored anyway. sms_signal(E_SMS_MT_RECEIVED, &sms_id_wait); @@ -2689,14 +2689,14 @@ phb_list.entry->name.data, phb_list.entry->name.len); sms_status.addr.len = phb_list.entry->name.len; - + } // Apr 12, 2004 REF: CRR 13370 Deepa M.D else { sms_status.addr.tag[0]='\0'; sms_status.addr.len = 0; - + } } #else @@ -2706,11 +2706,11 @@ st->ra, &phb_list) EQ MFW_PHB_OK) { - + if (phb_list.num_entries) { strcpy((char *)sms_status.addr.tag, (char *)phb_list.entry->name); - + } } #endif @@ -2745,7 +2745,7 @@ TRACE_FUNCTION ("sms_set_pref_memory()"); /*a0393213 OMAPS00109953 - The pref memory is already same as mem*/ - if(memory.mem==mem) + if(memory.mem==mem) return MFW_SMS_OK; if (sAT_PlusCPMS(CMD_SRC_LCL, @@ -2771,7 +2771,7 @@ { TRACE_EVENT_P1("sms_read():%d",index); - /*a0393213 OMAPS00109953 - set preferred memory before calling sAT_PlusCMGR*/ + /*a0393213 OMAPS00109953 - set preferred memory before calling sAT_PlusCMGR*/ if(sms_set_pref_memory(sms_memory)!=MFW_SMS_OK) { TRACE_ERROR("sms_read_msg_info():Not able to set pref memory"); @@ -2817,14 +2817,14 @@ #endif /*TI_PS_FF_CONC_SMS*/ //Feb 28, 2004 REF: CRR 28809 Deepa M.D //sms_mo is made a local variable.It will be allocated /deallocated dynamically. - T_MFW_SMS_MO *sms_mo=NULL; + T_MFW_SMS_MO *sms_mo=NULL; #if defined (FF_WAP) && defined (FF_GPF_TCPIP) UBYTE wap_sms = FALSE; #endif TRACE_FUNCTION ("rAT_PlusCMGR()"); TRACE_EVENT_P2("messagepointer:%d, Cellbroadcast pointer:%d", sm, cbm); cmgr_awaiting_ok = TRUE; // Marcus: Issue 2260: 03/10/2002 -#ifdef TI_PS_FF_CONC_SMS +#ifdef TI_PS_FF_CONC_SMS conc_data_ext.data = NULL; // Jul 07, 2004 REF: CRR 15846 Deepa M.D #endif /*TI_PS_FF_CONC_SMS*/ #if defined (FF_WAP) && defined (FF_GPF_TCPIP) @@ -2832,14 +2832,14 @@ { USHORT destinatorPort = sm->udh.data[3]+sm->udh.data[2]*0x100; USHORT originatorPort = sm->udh.data[5]+sm->udh.data[4]*0x100; - + if (destinatorPort==2948 || destinatorPort==2949 || originatorPort==9200 || originatorPort==9201 || originatorPort==9202 || originatorPort==9203) - { + { wap_sms = TRUE; } } @@ -2851,7 +2851,7 @@ { switch (0x03 & sm->fo) { case MFW_MSG_DELIVER: //x0pleela 01 Feb, 2006 DR: OMAPS00059261 /* SMS type: MT */ - { + { #ifdef TI_PS_FF_CONC_SMS USHORT conc_msg_ref; UBYTE conc_index; @@ -2860,21 +2860,21 @@ BOOL continue_flag=FALSE;/*SPR2260*/ #endif /*TI_PS_FF_CONC_SMS*/ - + TRACE_EVENT_P1("UDH Length is = %d", sm->udh.len); received_sms_type = SMS_getSMSType( &sm->udh, sm->adress, MODE3);/*a0393213 OMAPS00109953*/ TRACE_EVENT_P1("SMS Type is = %d", received_sms_type); - + #ifdef TI_PS_FF_CONC_SMS if (received_sms_type == CONCATE) { /*a0393213 OMAPS00109953*/ concatenated_status =concSMS_Collect(&conc_data_ext, sm, FALSE, SMS_STOR_NotPresent); TRACE_EVENT_P2("conc status: %d, conc length: %d", concatenated_status, conc_data_ext.len); - + switch (concatenated_status) { - + case CONC_ERR_BUF_FULL: TRACE_EVENT("Concatented SMS buffer Full Error"); sms_signal(E_SMS_ERR, NULL); @@ -2885,7 +2885,7 @@ TRACE_EVENT("Concatenation Continued"); /*SPR 2260*/ cmgr_awaiting_ok = FALSE; // Marcus: Issue 2260: 03/10/2002 - + /*if the index exists in the message table, process the message*/ #ifdef FF_MMI_SMS_DYNAMIC for (i=0; i <g_max_messages;i++) @@ -2896,14 +2896,14 @@ continue_flag = TRUE; if (!continue_flag) break; - + case CONC_COMPLETED: { TRACE_EVENT("Concatenation Completed"); memset(&sms_mt, 0, sizeof(sms_mt)); /*a0393213 OMAPS00109953*/ conc_msg_ref=concSMS_GetMsgRef(sm); - conc_buf_elem=concSMS_GetFirstIndex_ext(conc_msg_ref,sm->adress); + conc_buf_elem=concSMS_GetFirstIndex_ext(conc_msg_ref,sm->adress); conc_index=conc_buf_elem->rec_num; #ifdef NO_ASCIIZ memcpy(sms_mt.orig_addr.tag, @@ -2932,7 +2932,7 @@ sms_mt.index = sm->msg_ref; /*a0393213 OMAPS00109953 - the memory is of psa type. It should be converted to cmh type Clean solution would be to move this conversion to ACI*/ - cmhSMS_getMemCmh(conc_buf_elem->mem,(T_ACI_SMS_STOR*)(&(sms_mt.memory))); + cmhSMS_getMemCmh(conc_buf_elem->mem,(T_ACI_SMS_STOR*)(&(sms_mt.memory))); sms_mt.rp = sm->fo >> 7 & 1; /* SBH */ @@ -2945,7 +2945,7 @@ sms_mt.ti = 1; } /* SBH end */ - + memcpy((char *)sms_mt.sctp.year, (char *)sm->scts.year, MAX_SCTP_DIGITS); memcpy((char *)sms_mt.sctp.month, (char *)sm->scts.month, MAX_SCTP_DIGITS); memcpy((char *)sms_mt.sctp.day, (char *)sm->scts.day, MAX_SCTP_DIGITS); @@ -2953,7 +2953,7 @@ memcpy((char *)sms_mt.sctp.minute, (char *)sm->scts.minute, MAX_SCTP_DIGITS); memcpy((char *)sms_mt.sctp.second, (char *)sm->scts.second, MAX_SCTP_DIGITS); sms_mt.sctp.timezone = sm->scts.timezone; - + /* copy length of whole concat SMS*/ if (conc_data_ext.len > MAX_MSG_LEN) sms_mt.msg_len = MAX_MSG_LEN; @@ -2980,22 +2980,22 @@ } sms_mt.udh_len = sm->udh.len; memcpy((char *)sms_mt.udh, (char *)sm->udh.data, sm->udh.len); - - /*MC SPR 2260, need to call this function to update CPHS voicemail data*/ + + /*MC SPR 2260, need to call this function to update CPHS voicemail data*/ if (sms_check_voice_mail(sm->pid, sm->dcs, sm->adress, &sm->toa, &sm->udh) == MFW_SMS_VOICE) sms_mt.voicemail = TRUE; else sms_mt.voicemail = FALSE; - + sms_type = MFW_NO_MESSAGE; coll_sms_read = MFW_SMS_FREE; /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); - } + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + } sms_signal(E_SMS_MT, &sms_mt); } } @@ -3015,17 +3015,17 @@ if (sm->toa.ton == TON_International) sprintf(sms_mt.orig_addr.number, "+%s", sm->adress); - else + else strcpy(sms_mt.orig_addr.number, sm->adress); sms_mt.orig_addr.ton = phb_cvtTon(sm->toa.ton); sms_mt.orig_addr.npi = (T_MFW_PHB_NPI)phb_cvtNpi(sm->toa.npi); - + if (sm->tosca.ton == TON_International) sprintf(sms_mt.sc_addr, "+%s", sm->sca); else strcpy(sms_mt.sc_addr, sm->sca); - + sms_mt.prot_id = (UBYTE)sm->pid; sms_mt.dcs = (UBYTE)sm->dcs & 0xFC; /* Ignore message class */ sms_mt.rp = sm->fo >> 7 & 1; @@ -3043,7 +3043,7 @@ /* SBH end */ TRACE_EVENT_P2("dcs: %d, ti: %d", sms_mt.dcs, sms_mt.ti); - + memcpy((char *)sms_mt.sctp.year, (char *)sm->scts.year, MAX_SCTP_DIGITS); memcpy((char *)sms_mt.sctp.month, (char *)sm->scts.month, MAX_SCTP_DIGITS); memcpy((char *)sms_mt.sctp.day, (char *)sm->scts.day, MAX_SCTP_DIGITS); @@ -3056,7 +3056,7 @@ #if defined (FF_WAP) && defined (FF_GPF_TCPIP) /* SPR#2086 - SH - If we've got a WAP SMS, replace the message * with a string */ - + if (wap_sms) { char *message = "WAP SMS"; @@ -3066,7 +3066,7 @@ } else { - + /*SPR 2260, if invalid message just set text to NULL*/ #endif if (sm->stat == SMS_STAT_Invalid) @@ -3075,7 +3075,7 @@ { memcpy(sms_mt.sms_msg, (char*)sm->data.data, sm->data.len); sms_mt.msg_len = sm->data.len; - + } /*SPR 2260 end*/ sms_mt.udh_len = sm->udh.len; @@ -3087,7 +3087,7 @@ } #endif - /*MC SPR 2260, need to call this function to update CPHS voicemail data*/ + /*MC SPR 2260, need to call this function to update CPHS voicemail data*/ if (sms_check_voice_mail(sm->pid, sm->dcs, sm->adress, &sm->toa, &sm->udh) == MFW_SMS_VOICE) sms_mt.voicemail = TRUE; @@ -3096,15 +3096,15 @@ /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); - } + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + } sms_signal(E_SMS_MT, &sms_mt); } } break; case MFW_MSG_SUBMIT://x0pleela 01 Feb, 2006 DR: OMAPS00059261 /* SMS type: MO */ - { + { #ifdef TI_PS_FF_CONC_SMS int i;/*SPR2260*/ BOOL continue_flag=FALSE; @@ -3112,11 +3112,11 @@ UBYTE conc_index; /*a0393213 OMAPS00109953*/ T_CONC_BUF_ELEM* conc_buf_elem=NULL; -#endif /*TI_PS_FF_CONC_SMS*/ +#endif /*TI_PS_FF_CONC_SMS*/ //Feb 28, 2004 REF: CRR 28809 Deepa M.D //Allocate sms_mo dynamically - sms_mo = (T_MFW_SMS_MO*)mfwAlloc(sizeof(T_MFW_SMS_MO)); + sms_mo = (T_MFW_SMS_MO*)mfwAlloc(sizeof(T_MFW_SMS_MO)); if (sms_mo == NULL) { TRACE_EVENT("sms_mo alloc failed"); @@ -3131,15 +3131,15 @@ /*a0393213 OMAPS00109953 - memory added as parameter*/ concatenated_status =concSMS_Collect(&conc_data_ext, sm, FALSE, SMS_STOR_NotPresent); TRACE_EVENT_P2("conc status: %d, conc length: %d", concatenated_status, conc_data_ext.len); - - + + TRACE_EVENT_P1("UDH Length is = %d", sm->udh.len); - - - + + + switch (concatenated_status) { - + case CONC_ERR_BUF_FULL: TRACE_EVENT("Concatented SMS buffer Full Error"); sms_signal(E_SMS_ERR, NULL); @@ -3160,18 +3160,18 @@ if (!continue_flag) break; case CONC_COMPLETED: - { - + { + TRACE_EVENT("Concatenation Completed"); - + memset(sms_mo, 0, sizeof(T_MFW_SMS_MO)); /*SPR 2260*/ /*a0393213 OMAPS00109953*/ conc_msg_ref=concSMS_GetMsgRef(sm); - conc_buf_elem=concSMS_GetFirstIndex_ext(conc_msg_ref,sm->adress); + conc_buf_elem=concSMS_GetFirstIndex_ext(conc_msg_ref,sm->adress); conc_index=conc_buf_elem->rec_num; TRACE_EVENT_P2("msg_len: %d conc len: %d", sms_mo->msg_len, conc_data_ext.len); - + #ifdef NO_ASCIIZ memcpy(sms_mo->dest_addr.tag, sm->alpha.data, @@ -3187,10 +3187,10 @@ sprintf(sms_mo->sc_addr, "+%s", sm->sca); else strcpy((char *)sms_mo->sc_addr, sm->sca); - + sms_mo->prot_id = (UBYTE)sm->pid; sms_mo->dcs = sm->dcs; - + /*MC SPR 2260, message index should be set to that of first index in concatenated message if this is a complete message*/ if (concatenated_status == CONC_COMPLETED) @@ -3199,11 +3199,11 @@ sms_mo->msg_ref = sm->msg_ref; /*a0393213 OMAPS00109953 - the memory is of psa type. It should be converted to cmh type. Clean solution would be to move this ACI*/ - cmhSMS_getMemCmh(conc_buf_elem->mem,(T_ACI_SMS_STOR*)(&(sms_mo->memory ))); - + cmhSMS_getMemCmh(conc_buf_elem->mem,(T_ACI_SMS_STOR*)(&(sms_mo->memory ))); + sms_mo->vp_mode = 0x03 & sm->fo << 2; sms_mo->vp_rel = (UBYTE)sm->vp_rel; - + memcpy((char *)sms_mo->vp_abs.year, (char *)sm->scts.year, MAX_SCTP_DIGITS); memcpy((char *)sms_mo->vp_abs.month, (char *)sm->scts.month, MAX_SCTP_DIGITS); memcpy((char *)sms_mo->vp_abs.day, (char *)sm->scts.day, MAX_SCTP_DIGITS); @@ -3211,7 +3211,7 @@ memcpy((char *)sms_mo->vp_abs.minute, (char *)sm->scts.minute, MAX_SCTP_DIGITS); memcpy((char *)sms_mo->vp_abs.second, (char *)sm->scts.second, MAX_SCTP_DIGITS); sms_mo->vp_abs.timezone = sm->scts.timezone; - + /* copy length of whole concat SMS*/ if (conc_data_ext.len > MAX_MSG_LEN) sms_mo->msg_len = MAX_MSG_LEN; @@ -3228,7 +3228,7 @@ sms_mo->msg_len = sm->data.len; } } - + /* Free memory allocated by the ACI */ // Jul 07, 2004 REF: CRR 15846 Deepa M.D //Free the memory only if conc_data_ext.data is not NULL. @@ -3240,14 +3240,14 @@ /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); } sms_signal(E_SMS_MO, sms_mo); } } } else -#endif /*TI_PS_FF_CONC_SMS*/ +#endif /*TI_PS_FF_CONC_SMS*/ { #ifdef NO_ASCIIZ memcpy(sms_mo->dest_addr.tag, @@ -3264,7 +3264,7 @@ sprintf(sms_mo->sc_addr, "+%s", sm->sca); else strcpy((char *)sms_mo->sc_addr, sm->sca); - + sms_mo->prot_id = (UBYTE)sm->pid; sms_mo->dcs = sm->dcs; sms_mo->msg_ref = sm->msg_ref; @@ -3273,7 +3273,7 @@ /*a0393213 OMAPS00109953 - for normal sms the memory, from where the message is read, would be the preferred memory, which is set just before calling sAT_PlusCMGR*/ sms_mo->memory=(T_MFW_SMS_MEM)memory.mem; - + memcpy((char *)sms_mo->vp_abs.year, (char *)sm->scts.year, MAX_SCTP_DIGITS); memcpy((char *)sms_mo->vp_abs.month, (char *)sm->scts.month, MAX_SCTP_DIGITS); memcpy((char *)sms_mo->vp_abs.day, (char *)sm->scts.day, MAX_SCTP_DIGITS); @@ -3281,7 +3281,7 @@ memcpy((char *)sms_mo->vp_abs.minute, (char *)sm->scts.minute, MAX_SCTP_DIGITS); memcpy((char *)sms_mo->vp_abs.second, (char *)sm->scts.second, MAX_SCTP_DIGITS); sms_mo->vp_abs.timezone = sm->scts.timezone; - + TRACE_EVENT("Normal MO Message"); sms_mo->msg_len = sm->data.len; #if defined (FF_WAP) && defined (FF_GPF_TCPIP) @@ -3295,12 +3295,12 @@ } else { - #endif + #endif /* CQ:16780 clear the buffer before reading in the retrieved SMS, prevents residual characters from previous message being displayed. 15-01-04 MZ*/ - - memset(sms_mo->sms_msg, NULL, MAX_MSG_LEN_ARRAY); - + + memset(sms_mo->sms_msg, NULL, MAX_MSG_LEN_ARRAY); + /*SPR 2260 if invalid message just set text to NULL*/ if (sm->stat != SMS_STAT_Invalid) memcpy(sms_mo->sms_msg, (char *)sm->data.data, sm->data.len); @@ -3311,7 +3311,7 @@ /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); } sms_signal(E_SMS_MO, sms_mo); } @@ -3320,12 +3320,12 @@ //Deallocate the variable if(sms_mo!=NULL) { - mfwFree((U8*)sms_mo, sizeof(T_MFW_SMS_MO)); + mfwFree((U8*)sms_mo, sizeof(T_MFW_SMS_MO)); sms_mo=NULL; } - + break; - + //x0pleela 30 Jan, 2006 DR: OMAPS00059261 //Store the status report message into sms_mt #ifndef NEPTUNE_BOARD @@ -3343,7 +3343,7 @@ #endif if (sm->toa.ton == TON_International) sprintf(sms_mt.orig_addr.number, "+%s", sm->adress); - else + else strcpy(sms_mt.orig_addr.number, sm->adress); sms_mt.orig_addr.ton = phb_cvtTon(sm->toa.ton); @@ -3384,13 +3384,13 @@ memset(sms_str, 0, MAX_STAT_MSG_LEN); memset(sms_mt.sms_msg, NULL, MAX_MSG_LEN_ARRAY); - + //x0pleela 01 Feb, 2006 DR: OMAPS00059261 //To display the message as "Delivered" or "Pending" as per the status TRACE_EVENT_P1("sm->stat: %d", sm->tp_status); //x0pleela 06 Feb, 2006 DR: OMAPS00059261 //To display the message as "Delivered" or "Pending" as per the tp_status - if( !sm->tp_status ) + if( !sm->tp_status ) { strcpy(sms_str, "Delivered:"); } @@ -3402,7 +3402,7 @@ memcpy(sms_mt.sms_msg, sms_str, strlen(sms_str)); sms_mt.msg_len = strlen(sms_str); TRACE_EVENT_P2("sm->adress:%s, sms_str:%s ",sm->adress,sms_str); - + /*SPR 2260 end*/ sms_mt.udh_len = sm->udh.len; memcpy((char *)sms_mt.udh, (char *)sm->udh.data, sm->udh.len); @@ -3412,7 +3412,7 @@ //x0pleela 08 Feb, 2006 DR: OMAPS00059261 //Replacing MT_STATUS_RPT with MFW_SMS_STATRPT as MT_STATUS_RPT is removed - + //x0pleela 30 Jan, 2006 DR: OMAPS00059261 //Store sms message type sms_mt.sms_msg_type = MFW_SMS_STATRPT; @@ -3420,8 +3420,8 @@ /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); - } + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + } sms_signal(E_SMS_MT, &sms_mt); } break; @@ -3430,10 +3430,10 @@ sms_signal(E_SMS_ERR, NULL); } } - + else { TRACE_EVENT("rAT_plusCMGR: SMS pointer error"); - + } } break; @@ -3448,7 +3448,7 @@ sms_cb.pages = cbm->pages; sms_cb.msg_len = cbm->data.len; memcpy((char *)sms_cb.cb_msg, (char *)cbm->data.data, cbm->data.len); - + /* send cell broadcast message event */ sms_type = MFW_NO_MESSAGE; sms_signal(E_SMS_CB, &sms_cb); @@ -3456,7 +3456,7 @@ else TRACE_EVENT("rAT_plusCMGR: SMS CB pointer error"); break; - + case MFW_NO_MESSAGE: TRACE_EVENT("read=free no msg"); coll_sms_read = MFW_SMS_FREE; @@ -3464,10 +3464,10 @@ coll_sms_read = MFW_SMS_FREE; break; } - + sms_check_mt_update(); - - { + + { TRACE_EVENT_P4("CMGR Msg table: %d,%d,%d, %d", msg_info[0].index, msg_info[1].index,msg_info[2].index,msg_info[3].index); TRACE_EVENT_P4("CMGR Msg table: %d,%d,%d, %d", msg_info[4].index, msg_info[5].index,msg_info[6].index,msg_info[7].index); } @@ -3536,7 +3536,7 @@ SHORT rp; /*a0393213 OMAPS00109953*/ T_MFW_SMS_MEM pref_mem=MFW_MEM_NOTPRESENT; -//Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) +//Mar 22 2007 ER:OMAPS00113882 x0061088 (Prachi) T_ACI_TOA set_toa; int addr_type; T_ACI_RETURN ACI_MFW_return; @@ -3549,7 +3549,7 @@ if(ffs_memory.used==ffs_memory.total) { sms_signal(E_SMS_MEM_FULL, 0); - return MFW_SMS_FAIL; + return MFW_SMS_FAIL; } else { @@ -3604,15 +3604,15 @@ { set_toa.ton = TON_Alphanumeric; set_toa.npi = NPI_NotPresent; - ACI_MFW_return = sAT_PlusCMGW(CMD_SRC_LCL, 0, addr, &set_toa, - sentStatus, 0xFF, + ACI_MFW_return = sAT_PlusCMGW(CMD_SRC_LCL, 0, addr, &set_toa, + sentStatus, 0xFF, &conc_data_ext, sca, NULL, rp); } - else - ACI_MFW_return = sAT_PlusCMGW(CMD_SRC_LCL, 0, addr, NULL, - sentStatus, 0xFF, + else + ACI_MFW_return = sAT_PlusCMGW(CMD_SRC_LCL, 0, addr, NULL, + sentStatus, 0xFF, &conc_data_ext, sca, NULL, rp); @@ -3626,7 +3626,7 @@ sms_type = MFW_WR_NEW_MESSAGE; return MFW_SMS_OK; - + } @@ -3663,7 +3663,7 @@ if(ffs_memory.used==ffs_memory.total) { sms_signal(E_SMS_MEM_FULL, 0); - return MFW_SMS_FAIL; + return MFW_SMS_FAIL; } else { @@ -3795,7 +3795,7 @@ /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); } memset(&phb_entry, 0, sizeof(phb_entry)); memset(&phb_list, 0, sizeof(phb_list)); @@ -3863,7 +3863,7 @@ can be saved successfully*/ if (numSeg == 1) msg_info[i].concat_status = MFW_SMS_NO_CONC; -#ifdef TI_PS_FF_CONC_SMS +#ifdef TI_PS_FF_CONC_SMS else msg_info[i].concat_status = MFW_SMS_CONC_WHOLE; #endif /*TI_PS_FF_CONC_SMS*/ @@ -3883,9 +3883,9 @@ TRACE_EVENT_P2("memory used is = %d, of %d", memory.used, memory.total); if(memory.total == memory.used) { - + sms_signal(E_SMS_MEM_FULL, NULL); - } + } sms_type = MFW_NO_MESSAGE; sms_check_mt_update(); @@ -3905,7 +3905,7 @@ */ /*a0393213 OMAPS00109953 - memory added as parameter*/ -T_MFW sms_msg_delete(UBYTE index, T_MFW_SMS_MEM sms_memory) +T_MFW sms_msg_delete(UBYTE index, T_MFW_SMS_MEM sms_memory) { TRACE_FUNCTION ("sms_msg_delete()"); @@ -3947,7 +3947,7 @@ -// Dec 23, 2004 REF: CRR MMI-SPR-27741 xkundadu +// Dec 23, 2004 REF: CRR MMI-SPR-27741 xkundadu // Issue description: BMI: crashing when using the function : sms_index_list() located in mfw // Solution: Changed the msg_list variable to array of T_MFW_SMS_IDX. @@ -3962,7 +3962,7 @@ // May 27, 2005 MMI-FIX-29869 x0018858 - Modified from static to dynamic variable #ifdef FF_MMI_SMS_DYNAMIC msg_list = (T_MFW_SMS_IDX*)ALLOC_MEMORY(g_max_messages*sizeof(T_MFW_SMS_IDX)); -#endif +#endif TRACE_FUNCTION ("sms_ok_change()"); @@ -3981,8 +3981,8 @@ sms_check_mt_update(); - -// Dec 23, 2004 REF: CRR MMI-SPR-27741 xkundadu + +// Dec 23, 2004 REF: CRR MMI-SPR-27741 xkundadu // Issue description: BMI: crashing when using the function : sms_index_list() located in mfw // Solution: Changed the msg_list variable to array of T_MFW_SMS_IDX. #ifdef FF_MMI_SMS_DYNAMIC @@ -4001,12 +4001,12 @@ if(msg_list[i].stat == MFW_SMS_READ) { /*a0393213 OMAPS00109953 - memory type passed as parameter*/ - sms_msg_delete(msg_list[i].index,msg_list[i].memory); + sms_msg_delete(msg_list[i].index,msg_list[i].memory); break; } } } - + /* Marcus: Issue 2260: 03/10/2002: Start */ } else @@ -4033,17 +4033,17 @@ void sms_ok_delete() { - + TRACE_FUNCTION ("sms_ok_delete()"); /*SPR2530, moved flag claering code here from delete_sms_from_table*/ - + if(coll_sms_delete EQ MFW_SMS_WAIT) coll_sms_delete = MFW_SMS_FREE; /*whenever some operation is done the pref memory should be set back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); - } + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + } /*SPR 1833, replaces section of code with function call*/ /*a0393213 OMAPS00109953 - memory type passed as parameter*/ if (delete_sms_from_table (deleting_index, deleting_memory)) @@ -4064,7 +4064,7 @@ sms_check_mt_update(); } - { + { TRACE_EVENT_P4("CMGD Msg table: %d,%d,%d, %d", msg_info[0].index, msg_info[1].index,msg_info[2].index,msg_info[3].index); TRACE_EVENT_P4("CMGD Msg table: %d,%d,%d, %d", msg_info[4].index, msg_info[5].index,msg_info[6].index,msg_info[7].index); } @@ -4084,7 +4084,7 @@ BOOL delete_sms_from_table (SHORT index, T_MFW_SMS_MEM memory) { int i; - + TRACE_FUNCTION ("delete_sms_from_table()"); /*SPR2530, removed flag clearing code*/ @@ -4095,7 +4095,7 @@ #endif { /*a0393213 OMAPS00109953 - memory is also taken into consideration*/ - if (msg_info[i].index == index&& msg_info[i].mem == memory) + if (msg_info[i].index == index&& msg_info[i].mem == memory) { msg_info[i].index = -1; /*a0393213 OMAPS00109953*/ @@ -4114,7 +4114,7 @@ return TRUE; } } - + return FALSE; } /* @@ -4294,9 +4294,9 @@ Hence, set the validity period format to relative for all the cases*/ if ((sms_info->vp_mode EQ SMS_VPF_NUMERICAL) ||(sms_info->vp_mode EQ SMS_VPF_STRING) ||(sms_info->vp_mode EQ SMS_VPF_NOTPRESENT)) { - + TRACE_EVENT_P1("sms_info->vp_mode %d",sms_info->vp_mode); - TRACE_EVENT("MMI supports only the relative validity period format "); + TRACE_EVENT("MMI supports only the relative validity period format "); /*Set the TP-Validity-Period-Format (TP-VPF) bits to relative format */ sms_info->first_oct = sms_info->first_oct | 0x10 ; @@ -4304,8 +4304,8 @@ } TRACE_EVENT_P1("first_oct is %d",sms_info->first_oct); - - //Send text mode parameters to ACI + + //Send text mode parameters to ACI if (sAT_PlusCSMP(CMD_SRC_LCL, sms_info->first_oct, sms_info->vp_rel, NULL, NULL, ACI_NumParmNotPresent, ACI_NumParmNotPresent) NEQ AT_CMPL) @@ -4314,35 +4314,35 @@ return MFW_SMS_OK; } -//Feb 22, 2006 DR:OMAPS00068268 x0035544 +//Feb 22, 2006 DR:OMAPS00068268 x0035544 BOOL Sms_Check_PID(SHORT pid) { TRACE_FUNCTION("Sms_Check_PID()"); -if(pid & BIT_7) +if(pid & BIT_7) { - if(!(pid & BIT_6)) // Bit 7 = 1 and Bit 6 = 0 + if(!(pid & BIT_6)) // Bit 7 = 1 and Bit 6 = 0 return TRUE; -} -else +} +else { if(pid & BIT_6) // Bit 7 = 0 and Bit 6 = 1, Bits 5...0 some values are reserved { - if(((pid >= 0x48) AND (pid <= 0x5E)) OR + if(((pid >= 0x48) AND (pid <= 0x5E)) OR ((pid >= 0x60) AND (pid <= 0x7B))) return TRUE; } - else + else { if(pid & BIT_5) // Bit 7 = 0, Bit 6 = 0 and Bit 5 = 1, Bits 4...0 some values are reserved { - if((pid EQ 0x2E) OR (pid EQ 0x2F) OR + if((pid EQ 0x2E) OR (pid EQ 0x2F) OR ((pid >= 0x33) AND (pid <= 0x37))) return TRUE; } } } - + return FALSE; } @@ -4402,10 +4402,10 @@ sprintf(sms_info->sc_addr, "+%s", sca); else strcpy((char *)sms_info->sc_addr, (char *)sca); - //x0035544 Feb 22, 2006 DR:OMAPS00068268 + //x0035544 Feb 22, 2006 DR:OMAPS00068268 PIDReserved = Sms_Check_PID(pid); /* If pid value falls in to any of Reserved category then set it to 0 */ - if(PIDReserved) + if(PIDReserved) pid = 0; sms_info->prot_id = pid; sms_info->dcs = dcs; @@ -4503,9 +4503,9 @@ T_ACI_RETURN res; TRACE_FUNCTION ("sms_set_cell_broadcast_info()"); - /*SPR 2470, if the Channel ID list is empty, the mode logic is inverted due to the warped logic of + /*SPR 2470, if the Channel ID list is empty, the mode logic is inverted due to the warped logic of AT commands*/ - + /*if we are disabling cell broadcast*/ if (mode == 1) { /* and the channel ID list is empty*/ @@ -4690,7 +4690,7 @@ coll_sms_send = MFW_SMS_FREE; #if defined (FF_WAP) && defined (FF_GPF_TCPIP) - + /* SPR#2086 - SH - Check if it's a WAP SMS */ if (sms_wap_sent_flag) { @@ -4806,7 +4806,7 @@ default: TRACE_ERROR("rAT_PlusCPMS():Unknown memory"); } - + memory.mem=sms_mem.mem=mem1->mem; memory.total=sms_mem.total=sim_memory.total+ffs_memory.total; memory.used=sms_mem.used=sim_memory.used+ffs_memory.used; @@ -4826,7 +4826,7 @@ sms_signal(E_SMS_READY, 0); int_req = 0; int_init_req = 0; - /*a0393213 OMAPS00109953*/ + /*a0393213 OMAPS00109953*/ if(memory.used==memory.total) sms_signal(E_SMS_MEM_FULL, 0); @@ -5171,7 +5171,7 @@ // March 31, 2005 REF: CRR MMI-SPR-24511 x0012852 // first_index, concat_status are also added to use it later on. msg_list->concat_status = msg_info[num].concat_status; - msg_list->first_index = msg_info[num].first_index; + msg_list->first_index = msg_info[num].first_index; /*a0393213 OMAPS00109953*/ msg_list->first_mem=msg_info[num].first_mem; #ifdef NO_ASCIIZ @@ -5263,7 +5263,7 @@ case SMS_STAT_StoUnsent: return MFW_SMS_STOR_UNSENT; case SMS_STAT_StoSent: return MFW_SMS_STOR_SENT; case SMS_STAT_All: return MFW_SMS_ALL; - default: + default: return MFW_SMS_UNKNOWN; } } @@ -5404,30 +5404,30 @@ OR dcs == 0xE0 OR dcs == 0xE8) { - + status = MFW_SMS_VOICE; } else if (udh->len > 0 AND udh->data[0] == 0x01 - AND (udh->data[2] == 0x80 OR udh->data[2] == 0x00)) /* check user data header */ - { - status = MFW_SMS_VOICE; + AND (udh->data[2] == 0x80 OR udh->data[2] == 0x00)) /* check user data header */ + { + status = MFW_SMS_VOICE; //x0pleela 24 Mar, 2006 ER OMAPS00070657 - /*If message count is zero, so delete icon */ -#ifdef FF_CPHS - if( udh->data[3] == 0x00 ) - { - TRACE_EVENT("message count is zero" ); - udh_flag = TRUE; + /*If message count is zero, so delete icon */ +#ifdef FF_CPHS + if( udh->data[3] == 0x00 ) + { + TRACE_EVENT("message count is zero" ); + udh_flag = TRUE; } #endif } -// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar +// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar // Voice mail identification is already done using dcs. Identification should not be done using pid. Check commented // else if (pid == 0x5F OR pid ==0x42 /*On power-up check pid to determine SMS VM */) /* check message identifier */ /* { status = MFW_SMS_VOICE; - + } */ else if (toa->ton == TON_Alphanumeric // 0x30 special case for one-2-one when voice mail has been deleted. @@ -5443,15 +5443,15 @@ Display_1_2_1_vm_icon = TRUE; status = MFW_SMS_VOICE; - + } TRACE_EVENT_P2("Addr[0]:%x, Addr[1]:%x", addr[0], addr[1]); TRACE_EVENT_P2("Addr[2]:%x, Addr[3]:%x", addr[2], addr[3]); /*MC1364, improved this to check if voicemail indicator to be set or cleared*/ -// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar +// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar // Instead of identifying voice mail ON (indication)/OFF(deletion) using addr[0], we use dcs. -// (addr[0]&0x01) condition replaced with (dcs & 0x08) +// (addr[0]&0x01) condition replaced with (dcs & 0x08) //x0pleela 24 Mar, 2006 ER OMAPS00070657 #ifdef FF_CPHS @@ -5459,13 +5459,13 @@ #else if ((status == MFW_SMS_VOICE) && (dcs & 0x08)) #endif - { + { Delete_1_2_1_vm_icon = FALSE;/*SPR2260*/ Display_1_2_1_vm_icon = TRUE; //x0pleela 09 June, 2006 DR: OMAPS00079692 -//following code is commented as MMI need not set the VMWI flag -#if 0 +//following code is commented as MMI need not set the VMWI flag +#if 0 /*MC, if MSB set, bit 0 of second char in 7-bit encoding)*/ if (addr[1] & 0x08) /*SPR 2260 experimentally, bit set by orange*/ @@ -5478,15 +5478,15 @@ #ifdef FF_CPHS if ( ((status == MFW_SMS_VOICE) && !(dcs & 0x08)) OR(udh_flag)) //if a voicemail deletion #else - if ((status == MFW_SMS_VOICE) && !(dcs & 0x08)) + if ((status == MFW_SMS_VOICE) && !(dcs & 0x08)) #endif - { + { Delete_1_2_1_vm_icon = TRUE;/*SPR2260*/ Display_1_2_1_vm_icon = FALSE; //x0pleela 09 June, 2006 DR: OMAPS00079692 -//following code is commented as MMI need not set the VMWI flag -#if 0 +//following code is commented as MMI need not set the VMWI flag +#if 0 /*MC, if MSB set, bit 0 of second char in 7-bit encoding)*/ if (addr[1] & 0x08) /*SPR 2260 experimentally, bit set by orange*/ cphs_set_mailbox_status(0,MFW_CFLAG_NOTSet , 0, 0);/*clear line2*/ @@ -5494,14 +5494,14 @@ cphs_set_mailbox_status(MFW_CFLAG_NOTSet, 0, 0, 0);/*clear line1*/ #endif } -// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar +// Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar // If voicemail message is from group "1100", update status as MFW_SMS_VOICEMSG_DELETE - if ((status == MFW_SMS_VOICE) && ((dcs & 0xF0) == 0xC0)) + if ((status == MFW_SMS_VOICE) && ((dcs & 0xF0) == 0xC0)) { status = MFW_SMS_VOICEMSG_DELETE; invalidVm = TRUE; // set this flag to TRUE to indicate that this voice mail sms is to be deleted } - + return status; } @@ -5754,7 +5754,7 @@ msg_list->msg_type = msg_info[num].msg_type; /*a0393213 OMAPS00109953*/ msg_list->memory=msg_info[num].mem; - + } /*a0393213 OMAPS00109953 - memory type added as a parameter*/ void sms_copy_idx(UBYTE index, T_MFW_SMS_IDX *msg_list, T_MFW_SMS_MEM sms_memory) @@ -5768,11 +5768,11 @@ #endif { /*a0393213 OMAPS00109953 - memory is also taken into consideration*/ - if (index==msg_info[i].index && sms_memory==msg_info[i].mem) + if (index==msg_info[i].index && sms_memory==msg_info[i].mem) /* * forward message reference to MMI */ - { + { msg_list->concat_status = msg_info[i].concat_status;/*SPR 2260*/ msg_list->stat = msg_info[i].stat; msg_list->msg_type = msg_info[i].msg_type; @@ -5795,13 +5795,13 @@ void sms_ok_CMGL (void) { TRACE_FUNCTION("sms_ok_CMGL: rAT_PlusCMGL cmpl"); - /*a0393213 OMAPS00109953*/ + /*a0393213 OMAPS00109953*/ if(index_retrieve_state==MFW_SMS_SIM_INDEX_RETRIEVING) { /*all the indexes of SMes residing in SIM has been got - now get indexes from ME*/ if(sms_set_pref_memory(MFW_MEM_ME)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); } else { @@ -5813,10 +5813,10 @@ 0, SMS_READ_Preview) NEQ AT_EXCT)/*a0393213 warnings removal-READ_PREVIEW changed to SMS_READ_Preview*/ #endif { - TRACE_EVENT("sAT_PlusCMGL error"); - } + TRACE_EVENT("sAT_PlusCMGL error"); + } else - { + { index_retrieve_state=MFW_SMS_FFS_INDEX_RETRIEVING; return; } @@ -5829,7 +5829,7 @@ /*setting the pref memory back to SIM*/ if(sms_set_pref_memory(MFW_MEM_SIM)!=MFW_SMS_OK) { - TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); + TRACE_ERROR("sms_ok_CMGL():Not able to set pref memory"); } } else @@ -5841,7 +5841,7 @@ int_req = FIRST_READ_OF_MEMORY_USE;/*SPR2260*/ qAT_PlusCPMS(CMD_SRC_LCL); - + } @@ -5854,7 +5854,7 @@ | STATE : code ROUTINE : sms_homezoneCBToggle | +---------------------------------------------------------------------------+ - PURPOSE : + PURPOSE : */ #ifndef NEPTUNE_BOARD @@ -5876,7 +5876,7 @@ if (ret EQ AT_FAIL) { //Aug 16, 2005 REF: MMI-FIX-30439 x0018858 - //Incase the querying fails, we still wil have to activate/ de-activate with default + //Incase the querying fails, we still wil have to activate/ de-activate with default //values for dcs and timeout if(1 == Activate_CB ) { @@ -5888,7 +5888,7 @@ { TRACE_FUNCTION("DE-ACTIVATING HOMEZONE"); /*a0393213 warnings removal-CS_GsmDef used instead of 0*/ - ret = sAT_PercentCBHZ(CMD_SRC_LCL , CBHZ_MOD_NotActive,CS_GsmDef,def_timeout); + ret = sAT_PercentCBHZ(CMD_SRC_LCL , CBHZ_MOD_NotActive,CS_GsmDef,def_timeout); } return; } @@ -5902,7 +5902,7 @@ else { TRACE_FUNCTION("DE-ACTIVATING HOMEZONE"); - ret = sAT_PercentCBHZ(CMD_SRC_LCL , CBHZ_MOD_NotActive,dcs,timeout); + ret = sAT_PercentCBHZ(CMD_SRC_LCL , CBHZ_MOD_NotActive,dcs,timeout); } return; @@ -5917,7 +5917,7 @@ $Function: is_alphanumeric_addr $Description: check whether the address entered by user is alphanumeric or numeric. - + $Returns: None $Arguments: win @@ -5934,10 +5934,10 @@ { dest_addr++; index++; /* address is numeric */ - } + } else return TRUE; /*alphanumeric address*/ - + } return FALSE; }
--- a/src/ui/mfw/mfw_sms.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sms.h Tue Jan 19 06:10:27 2021 +0000 @@ -18,20 +18,20 @@ Solution : Earlier, index alone was sufficient to identify messages. Now memory should also be taken care of. Feb 07, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI Solution: Renamed "MFW_SMS_STATRPT_PENDG" to MFW_SMS_STATRPT in T_MFW_SMS_STAT Removed T_MFW_SMS_MT_TYPE enumeration added earlier - + Feb 01, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI - Solution: Added new enumeration T_MFW_SMS_MSG_TYPE to suport message type MT, MO or STATUS REPORT. + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Solution: Added new enumeration T_MFW_SMS_MSG_TYPE to suport message type MT, MO or STATUS REPORT. Changed the name from T_MFW_SMS_MSG_TYPE to T_MFW_SMS_MT_TYPE Changed the type of new field sms_msg_type ( of type T_MFW_SMS_MT_TYPE) in the structure T_MFW_SMS_MT. Added new enumeration type "MFW_SMS_STATRPT_PENDG" into T_MFW_SMS_STAT - + Jan 30, 2006 DR: OMAPS00059261 x0pleela - Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI - Solution: Added new enumeration T_MFW_SMS_MSG_TYPE to suport message type either TEXT or STATUS REPORT. + Description: SMS is not forwarding STATUS reports that are read from SIM storage to ACI + Solution: Added new enumeration T_MFW_SMS_MSG_TYPE to suport message type either TEXT or STATUS REPORT. Added new field sms_msg_type to the structure T_MFW_SMS_MT. Jan 20, 2006 REF: DRT OMAPS00053377 xdeepadh @@ -42,18 +42,18 @@ Description: OMAPS00045726 / MMI-FIX-30439 Follow-Up : ifdef for FF Home Zone forgotten. Solution: Added Feature flag FF_HOMEZONE for the function sms_homezoneCBToggle(U8 Activate_CB) in this file as it has got the prototype for this function - + Jun 14, 2005 REF: MMI-FIX-30439 x0018858 Description: The homezone/cityzone tags were not being displayed properly. - Solution: Modified to save the tags properly in caches and also made the + Solution: Modified to save the tags properly in caches and also made the appropriate modifications to update the same properly during mobility. x0018858 24 Mar, 2005 MMI-FIX-11321 Issue Description :- If the inbox is full and a new message is receivd, no indication is received. Fix: Added support for handling indication when message box is full and there is a pending message. - - Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar + + Feb 16, 2005 REF: CRR MMI-SPR-27900 xnkulkar Issue description: BMI: using the tool nowSMS the voicemail indication via sms does not work Solution: Instead of identifying voice using addr[0] and pid, we use dcs. Also, messages belonging to group "1100" are deleted when voicemail icon is displayed. @@ -62,31 +62,31 @@ Bug:Re-align structure members in MFW Fix:Structure elements have been realigned to avoid the structure padding - * ***************** Version 27 ***************** - SPR 2260: Merged in bugfixes 1833, and 1830 + * ***************** Version 27 ***************** + SPR 2260: Merged in bugfixes 1833, and 1830 fom the 1.6.3 branch into this file. - * + * * ***************** Version 26 ***************** * User: Vo Date: 22.03.00 Time: 17:44 * Updated in $/GSM/Condat/MS/SRC/MFW * check voice mail status - * + * * ***************** Version 24 ***************** * User: Vo Date: 14.01.00 Time: 20:15 * Updated in $/GSM/Condat/MS/SRC/MFW * Bug fix: Constant define: MAX_CBMSG_LEN * New:change parameter "data" to "data + len" in function - * sms_submit(), sms_store() and sms_change() - * + * sms_submit(), sms_store() and sms_change() + * * ***************** Version 23 ***************** * User: Vo Date: 2.12.99 Time: 13:15 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 22 ***************** * User: Vo Date: 17.11.99 Time: 12:17 * Updated in $/GSM/Condat/MS/SRC/MFW * change define NON_STRING_CHARACTER to NO_ASCIIZ - * + * * ***************** Version 21 ***************** * User: Vo Date: 17.11.99 Time: 11:00 * Updated in $/GSM/Condat/MS/SRC/MFW @@ -96,89 +96,89 @@ * 4. #ifdef NON_STRING_CHARACTER - alpha uses data + len * 5. Change interface: sms_submit() * 6. New interface: sms_change_read_status() - * + * * ***************** Version 20 ***************** * User: Vo Date: 21.10.99 Time: 13:35 * Updated in $/GSM/Condat/MS/SRC/MFW * change constant define - * + * * ***************** Version 19 ***************** * User: Es Date: 16.09.99 Time: 17:23 * Updated in $/GSM/DEV/MS/SRC/MFW * added TON/NPI fields to T_MFW_SMS_ADDR - * + * * ***************** Version 18 ***************** * User: Vo Date: 12.09.99 Time: 12:40 * Updated in $/GSM/DEV/MS/SRC/MFW * change parameter 'dcs' in T_MFW_SMS_CB_INFO (adaptation to ACI) - * + * * ***************** Version 17 ***************** * User: Vo Date: 10.09.99 Time: 19:53 * Updated in $/GSM/DEV/MS/SRC/MFW * move sms_save_pref_lang() to sim_save_pref_lang() - * + * * ***************** Version 16 ***************** * User: Vo Date: 30.08.99 Time: 15:19 * Updated in $/GSM/DEV/MS/SRC/MFW * new events - * + * * ***************** Version 15 ***************** * User: Vo Date: 26.07.99 Time: 14:32 * Updated in $/GSM/DEV/MS/SRC/MFW * Add new definitions - * + * * ***************** Version 14 ***************** * User: Vo Date: 16.07.99 Time: 13:50 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 13 ***************** * User: Vo Date: 16.07.99 Time: 10:39 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 12 ***************** * User: Vo Date: 22.06.99 Time: 8:54 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 11 ***************** * User: Vo Date: 1.06.99 Time: 14:47 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 10 ***************** * User: Vo Date: 28.05.99 Time: 9:52 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 9 ***************** * User: Vo Date: 21.05.99 Time: 13:51 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 8 ***************** * User: Vo Date: 18.05.99 Time: 14:35 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 7 ***************** * User: Vo Date: 25.03.99 Time: 16:34 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 6 ***************** * User: Vo Date: 25.02.99 Time: 16:47 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 5 ***************** * User: Vo Date: 17.02.99 Time: 20:00 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 4 ***************** * User: Vo Date: 11.02.99 Time: 15:43 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 3 ***************** * User: Vo Date: 11.02.99 Time: 12:54 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Vo Date: 7.01.99 Time: 12:38 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Vo Date: 30.12.98 Time: 11:49 * Created in $/GSM/DEV/MS/SRC/MFW @@ -208,10 +208,10 @@ #ifdef MMI_LITE /*SPR 2350, concat messagse of up to 500 chars should be allowed*/ -#define MAX_MSG_LEN_LITE (MAX_MSG_LEN_SGL*3) +#define MAX_MSG_LEN_LITE (MAX_MSG_LEN_SGL*3) #define MAX_MSG_LEN MAX_MSG_LEN_LITE #else -#define MAX_MSG_LEN 1601 //Max size for a SMS +#define MAX_MSG_LEN 1601 //Max size for a SMS #endif #define MAX_MSG_LEN_ARRAY (MAX_MSG_LEN+1) //Array size for SMS @@ -219,7 +219,7 @@ /*MC, chinese message lengths*/ #define MAX_MSG_LEN_SGL_CHI 140 //Max message length for single chinese message -#define MAX_MSG_LEN_CHI (MAX_MSG_LEN_SGL_CHI*10) +#define MAX_MSG_LEN_CHI (MAX_MSG_LEN_SGL_CHI*10) /* @@ -271,14 +271,14 @@ #define SMS_REQUESTED_SRR 1 /* SMS management functional return codes */ -typedef enum +typedef enum { MFW_SMS_FAIL = -1, /* execution of command failed */ MFW_SMS_OK /* execution of command completed */ } T_MFW_SMS_RETURN; /* definition for message type */ -typedef enum +typedef enum { MFW_NO_MESSAGE, MFW_SMS_MESSAGE, /* SMS message */ @@ -286,7 +286,7 @@ } T_MFW_SMS_TYPE; /* definition for submit message type */ -typedef enum +typedef enum { MFW_SMS_SUBMIT, MFW_SMS_REPLY, @@ -331,7 +331,7 @@ MFW_SMS_CONC_WHOLE } T_MFW_SMS_CONC_STAT ; - + typedef struct { UBYTE year [MAX_SCTP_DIGITS]; @@ -344,7 +344,7 @@ } T_MFW_SMS_SCTP; /* SMS command */ -typedef enum +typedef enum { SMS_ENQ_PREV_SMS, /* Starts an enquiry to previously sended short message */ SMS_CAN_STAT_REQ, /* Cancels status report request */ @@ -354,15 +354,15 @@ typedef enum { - MT_IND_IDX, /* message will be stored to memory and index will + MT_IND_IDX, /* message will be stored to memory and index will be indicated (E_SMS_MT_RECEIVED) */ - MT_IND_NO_IDX, /* message will be stored to memory and index will + MT_IND_NO_IDX, /* message will be stored to memory and index will not be indicated */ MT_IND_MSG, /* message will be indicated to mmi (E_SMS_MT) but not stored to memory */ - MT_CB_IDX, /* CB message will be stored to memory and index will + MT_CB_IDX, /* CB message will be stored to memory and index will be indicated (E_SMS_CB_RECEIVED) */ - MT_CB_NO_IDX, /* CB message will be stored to memory and index will + MT_CB_NO_IDX, /* CB message will be stored to memory and index will not be indicated */ MT_CB_MSG, /* CB message will be indicated to mmi (E_SMS_CB) but not stored to memory */ @@ -406,7 +406,7 @@ } T_MFW_SMS_MEM_INFO; /* SMS parameters */ -typedef struct +typedef struct { CHAR sc_addr[MAX_LEN]; /* service centre address */ SHORT prot_id; /* protocol identifier */ @@ -512,7 +512,7 @@ { SHORT msg_id; /* message type */ UBYTE msg_ref; /* message Reference */ - T_MFW_SMS_ADDR addr; /* called party address */ + T_MFW_SMS_ADDR addr; /* called party address */ UBYTE status; /* status of sms message */ T_MFW_SMS_SCTP rctp; /* received sms timestamp */ } T_MFW_SMS_STATUS; @@ -521,7 +521,7 @@ //Structure elements (T_MFW_SMS_MSG)are realigned to avoid the structure padding typedef struct { - T_MFW_SMS_STAT stat; + T_MFW_SMS_STAT stat; T_MFW_SMS_STAT msg_type; /* voice mail status */ T_MFW_SMS_CONC_STAT concat_status;/*2260*/ T_MFW_SMS_ADDR addr; @@ -545,7 +545,7 @@ // PATCH JPS 29.09 END /* - * SMS event Parameter + * SMS event Parameter */ typedef union { @@ -559,14 +559,14 @@ UBYTE cmd_ind; } T_MFW_SMS_PARA; -/*a0393213 OMAPS00109953 - SMS indexes are retrieved during bootup. +/*a0393213 OMAPS00109953 - SMS indexes are retrieved during bootup. This enum shall be used to maintain the state machine during that process*/ typedef enum { MFW_SMS_INDEX_NOT_RETRIEVED=0, MFW_SMS_SIM_INDEX_RETRIEVING, MFW_SMS_FFS_INDEX_RETRIEVING, - MFW_SMS_INDEX_RETRIEVED + MFW_SMS_INDEX_RETRIEVED } T_MFW_SMS_INDEX_RETRIEVE_STATE; /*a0393213 OMAPS00109953 - this function updates the SMS memory details of SIM/ME*/ @@ -574,23 +574,23 @@ EXTERN void sms_init (void); EXTERN void sms_exit (void); -EXTERN T_MFW_HND sms_create (T_MFW_HND hWin, - T_MFW_EVENT event, +EXTERN T_MFW_HND sms_create (T_MFW_HND hWin, + T_MFW_EVENT event, T_MFW_CB cbfunc); EXTERN T_MFW_RES sms_delete (T_MFW_HND h); #ifdef NO_ASCIIZ #if defined (FF_WAP) && defined (FF_GPF_TCPIP) -EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, +EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, CHAR *dest_addr, - UBYTE *msg, + UBYTE *msg, USHORT msg_len, CHAR *sca); //Dec 14, 2005 REF: MMI-FIX-OMAPS00058684 x0035544 #ifdef FF_HOMEZONE //Jun 14, 2005 REF: MMI-FIX-30439 x0018858 -EXTERN void sms_homezoneCBToggle(U8 Activate); +EXTERN void sms_homezoneCBToggle(U8 Activate); #endif EXTERN T_MFW sms_submit_wap_sms(T_MFW_SMS_MO_TYPE type, CHAR *dest_addr, @@ -601,19 +601,19 @@ T_MFW_PHB_TON sc_type); /* SPR#2086 - SH - Added */ #else -EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, - CHAR *dest_addr, - UBYTE *msg, +EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, + CHAR *dest_addr, + UBYTE *msg, USHORT msg_len, CHAR *sca); #endif EXTERN T_MFW sms_store (T_MFW_SMS_MO_TYPE type, - CHAR *addr, - UBYTE *msg, + CHAR *addr, + UBYTE *msg, USHORT msg_len, CHAR *sca); -EXTERN T_MFW sms_change (CHAR *addr, - UBYTE *msg, +EXTERN T_MFW sms_change (CHAR *addr, + UBYTE *msg, USHORT msg_len, UBYTE index, T_MFW_SMS_MEM sms_memory /*a0393213 OMAPS00109953 - memory added as parameter*/ @@ -622,7 +622,7 @@ #if defined (FF_WAP) && defined (FF_GPF_TCPIP) -EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, +EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, CHAR *dest_addr, T_MFW_PHB_TON addr_type, UBYTE *msg, USHORT msg_len, @@ -636,58 +636,58 @@ CHAR *sca, T_MFW_PHB_TON sc_type); /* SPR#2086 - SH - Added */ #else -EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, - CHAR *dest_addr, +EXTERN T_MFW sms_submit (T_MFW_SMS_MO_TYPE type, + CHAR *dest_addr, UBYTE *msg, USHORT msg_len, CHAR *sca); // sbh added length, see function itself #endif EXTERN T_MFW sms_store (T_MFW_SMS_MO_TYPE type, - CHAR *addr, + CHAR *addr, UBYTE *msg, USHORT msg_len, CHAR *sca); // sbh added length, see function itself -EXTERN T_MFW sms_change (CHAR *addr, +EXTERN T_MFW sms_change (CHAR *addr, UBYTE *msg, USHORT msg_len, UBYTE index, T_MFW_SMS_MEM sms_memory /*a0393213 OMAPS00109953 - memory added as parameter*/ ); // sbh added length, see function itself #endif -EXTERN T_MFW sms_stored_submit (CHAR *dest_addr, +EXTERN T_MFW sms_stored_submit (CHAR *dest_addr, UBYTE index); /*SPR 2260, added concatenated status parameter*/ EXTERN T_MFW sms_store_new_msg_info(UBYTE index, T_ACI_CMGL_SM* sm, UBYTE update_mem, T_CONC_ASSEMBLY_RETURN conc_stat ,T_SMS_TYPE received_sms_type, T_MFW_SMS_MEM mem); /*a0393213 OMAPS00109953 - memory added as parameter*/ - + EXTERN T_MFW sms_send_new_msg_ind(T_ACI_CMGL_SM* sm,UBYTE index, UBYTE mem, UBYTE received_sms_type, UBYTE concatenated_status); EXTERN T_MFW sms_set_pref_memory (UBYTE mem); EXTERN T_MFW sms_read (UBYTE type, UBYTE index ,T_MFW_SMS_MEM mem); /*a0393213 OMAPS00109953 - memory added as parameter*/ - -EXTERN T_MFW sms_mt_store (T_MFW_SMS_MT *mt_msg, + +EXTERN T_MFW sms_mt_store (T_MFW_SMS_MT *mt_msg, T_MFW_SMS_STAT stat); EXTERN T_MFW sms_msg_delete (UBYTE index , T_MFW_SMS_MEM sms_memory); /*a0393213 OMAPS00109953 - memory added as parameter*/ - + EXTERN T_MFW sms_get_memset (void); -EXTERN T_MFW sms_command (CHAR *dest_addr, - UBYTE command, +EXTERN T_MFW sms_command (CHAR *dest_addr, + UBYTE command, UBYTE msg_ref); EXTERN T_MFW sms_parameter (T_MFW_SMS_INFO *sms_info, BOOL fGet); EXTERN T_MFW sms_set_SrvCntr_number (T_MFW_SMS_INFO *sms_info); EXTERN T_MFW sms_set_dcs_number (T_MFW_SMS_INFO *sms_info);//GW Added EXTERN T_MFW sms_set_val_period (T_MFW_SMS_INFO *sms_info);//GW Added -EXTERN T_MFW sms_set_cell_broadcast_info (UBYTE mode, +EXTERN T_MFW sms_set_cell_broadcast_info (UBYTE mode, T_MFW_SMS_CB_INFO *sms_cb_info); EXTERN T_MFW sms_get_cell_broadcast_info (T_MFW_SMS_CB_INFO *sms_cb_info); EXTERN void sms_set_mt_ind (T_MFW_SMS_MT_IND sms_ind); EXTERN SHORT sms_message_count (T_MFW_SMS_STAT stat); -EXTERN SHORT sms_message_list (T_MFW_SMS_STAT stat, +EXTERN SHORT sms_message_list (T_MFW_SMS_STAT stat, T_MFW_SMS_MSG * msg_list, int max_entries); // PATCH JPS 29.09: add function equivalent of sms_message_list bu more economic -EXTERN SHORT sms_index_list (T_MFW_SMS_STAT stat, +EXTERN SHORT sms_index_list (T_MFW_SMS_STAT stat, T_MFW_SMS_IDX * msg_list, int max_entries); // PATCH JPS 29.09 END
--- a/src/ui/mfw/mfw_smsi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_smsi.h Tue Jan 19 06:10:27 2021 +0000 @@ -18,76 +18,76 @@ Solution : Earlier, index alone was sufficient to identify messages. Now memory should also be taken care of. * May 27, 2005 MMI-FIX-29869 x0018858 - * Description: There is a limitation on the number of messages that can be downloaded from + * Description: There is a limitation on the number of messages that can be downloaded from * server even though there is space on the sim. * Solution: The limitation has been removed and the number of messages that can be dowloaded * has been modified to the masimum number that can be stored. - * + * * ***************** Version 15 ***************** * User: Vo Date: 22.03.00 Time: 17:44 * Updated in $/GSM/Condat/MS/SRC/MFW * check voice mail status - * + * * ***************** Version 14 ***************** * User: Vo Date: 15.03.00 Time: 14:37 * Updated in $/GSM/Condat/MS/SRC/MFW * Bug fix: receiving MT indication conflict with perform SMS command * Bug fix: read SMS parameter - * + * * ***************** Version 13 ***************** * User: Vo Date: 28.01.00 Time: 15:36 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 12 ***************** * User: Vo Date: 20.01.00 Time: 12:28 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 11 ***************** * User: Vo Date: 14.01.00 Time: 20:17 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 10 ***************** * User: Vo Date: 17.11.99 Time: 11:01 * Updated in $/GSM/Condat/MS/SRC/MFW * 1. change constants * 2. new prototype define - * + * * ***************** Version 9 ***************** * User: Vo Date: 21.10.99 Time: 13:36 * Updated in $/GSM/Condat/MS/SRC/MFW * new constants define * new prototyp - * + * * ***************** Version 8 ***************** * User: Vo Date: 30.08.99 Time: 15:18 * Updated in $/GSM/DEV/MS/SRC/MFW * new prototypes - * + * * ***************** Version 7 ***************** * User: Vo Date: 26.07.99 Time: 14:32 * Updated in $/GSM/DEV/MS/SRC/MFW * defines moved to mfw_sms.h - * + * * ***************** Version 6 ***************** * User: Vo Date: 16.07.99 Time: 13:50 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 5 ***************** * User: Vo Date: 22.06.99 Time: 8:54 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 4 ***************** * User: Vo Date: 20.05.99 Time: 17:48 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 3 ***************** * User: Vo Date: 31.03.99 Time: 14:09 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Vo Date: 12.02.99 Time: 18:59 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Vo Date: 30.12.98 Time: 11:49 * Created in $/GSM/DEV/MS/SRC/MFW @@ -125,7 +125,7 @@ /* SMS parameters */ -typedef struct +typedef struct { UBYTE tag_len; /* length of Alpha identifier */ UBYTE tag[MFW_TAG_LEN]; /* Alpha identifier */ @@ -143,7 +143,7 @@ } T_MFW_SMS_PARAMETER; /* Cell broadcast massage parameters */ -typedef struct +typedef struct { UBYTE cbm_id[10]; /* cell broadcast message identifier */ } T_MFW_SMS_CB_PARA; @@ -156,12 +156,12 @@ } T_MFW_MEM_INFO; -EXTERN T_MFW_HND sms_install (T_MFW_HDR *w, - T_MFW_HDR *h, +EXTERN T_MFW_HND sms_install (T_MFW_HDR *w, + T_MFW_HDR *h, T_MFW_SMS *sms); EXTERN T_MFW_RES sms_remove (T_MFW_HDR *h); EXTERN BOOL sms_sign_exec (T_MFW_HDR *hdr, - T_MFW_EVENT event, + T_MFW_EVENT event, T_MFW_SMS_PARA *para); void sms_signal (T_MFW_EVENT event, void * para); @@ -177,7 +177,7 @@ void sms_copy_msg_list (int num, T_MFW_SMS_MSG *msg_list); // PATCH JPS 29.09: add function equivalent of sms_message_list bu more economic void sms_copy_idx_list (int num, T_MFW_SMS_IDX *msg_list); -//MC +//MC /*a0393213 OMAPS00109953 - memory added as parameter*/ void sms_copy_idx(UBYTE index, T_MFW_SMS_IDX *msg_list, T_MFW_SMS_MEM sms_memory);
--- a/src/ui/mfw/mfw_ss.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_ss.c Tue Jan 19 06:10:27 2021 +0000 @@ -14,57 +14,57 @@ $History:: mfw_ss.c $ Feb 27, 2007 ER: OMAPS00113891 x0pleela - Description:[ACI] MTC related call forwarded SS notification not differentiable on + Description:[ACI] MTC related call forwarded SS notification not differentiable on BAT/ATI level Solution: In function ss_cvtCssuCodes(), new enum CSSU_CODE_IncCallForwarded - from ACI is handled and typecasted to MFW_SS_MT_CALL_FORWARDED - for MMI to handle this event - + from ACI is handled and typecasted to MFW_SS_MT_CALL_FORWARDED + for MMI to handle this event + Aug 28, 2006 DR: OMAPS00083503 x0pleela Description: Result of ss_check_ss_string may be ignored Solution: rat_percentKSIR(): Removed the hardcoded dcs value "MFW_ASCII" - and sending ss signal E_SS_USSD_REQ or E_SS_USSD_CNF based on user + and sending ss signal E_SS_USSD_REQ or E_SS_USSD_CNF based on user action required or not Jul 04, 2006 REF: OMAPS00079722 x0023848 - Description: MS displays garbage instead of appropriate user indication when network + Description: MS displays garbage instead of appropriate user indication when network release with problem code "unrecognized operation" or a cause "facility rejected". Solution: Added a NULL Check for the result string of the USSD command that is being received. - + Jun 30, 2006 REF : OMAPS00083503 R.Prabakar Description : When USSD string is sent, MMI shows requesting screen forever Solution : Some cases in rAT_PlusCUSD weren't handled. They are handled now. - + Dec 16, 2005 REF: OMAPS00053316 x0018858 Description: E-Sample 2.58 compiler code crashes when accessing the Voicemail service in the Messages Solution: Added a NULL Check for the USSD pointer that is being received. - + Jul 05, 2005 REF: CRR 22565 a0876501 Description: IMEI display on handset through atd*#06# was swapped. - Solution: Byte swapping corrected for IMEI decoding. + Solution: Byte swapping corrected for IMEI decoding. Mar 30, 2005 REF: CRR 29986 xpradipg Description: Optimisation 1: Removal of unused variables and dynamically allocate/ deallocate mbndata - Solution: unused variables are removed + Solution: unused variables are removed Apr 06 2005 REF: CRR 29989 xpradipg Description: Optimisation 3: replace the static global data with dynamic allocation / deallocation Solution: The static global variables are dynamically allocated and deallocated - + Aug 16, 2004 REF: CRR 24323 Deepa M.D Bug:Clenup of sprintf used for tracing Fix:Replace the char buf[]; sprintf (buf, "...", ...); TRACE_EVENT (buf); statements by TRACE_EVENT_PX Jul 15, 2004 REF: CRR 13873 xkundadu - Description: Make an incoming call, the end user pressing 0+send will - pick up the call. Instead, 0+send should reject the incoming - call. + Description: Make an incoming call, the end user pressing 0+send will + pick up the call. Instead, 0+send should reject the incoming + call. Solution: Added the handling of 0/1/2 SEND for a waiting call. - Modified the ss_decode() function in the - mfw_ss.c file to search the sequential table in the case of + Modified the ss_decode() function in the + mfw_ss.c file to search the sequential table in the case of waiting call also. Made changes in mfw_cm.c file also * * ***************** Version 24 ***************** @@ -217,7 +217,7 @@ // Apr 06 2005 REF: CRR 29989 xpradipg // The below static globals are dynamically allocated in rAT_PercentKSIR where -// the data is populated for the supplementary services response and +// the data is populated for the supplementary services response and // deallocated once the ss_signal function is executed where in the contents // are copied onto another variable #ifdef FF_MMI_OPTIM @@ -287,7 +287,7 @@ #ifndef PCM_2_FFS - #ifndef FF_MMI_OPTIM + #ifndef FF_MMI_OPTIM EF_MSCAP mscap; EF_MSSUP mssup; EF_MSSET msset; @@ -364,7 +364,7 @@ T_MFW_HDR *hdr; T_MFW_SS *ss_para; MfwHdr * insert_status =0; - + TRACE_FUNCTION("ss_create()"); hdr = (T_MFW_HDR *) mfwAlloc(sizeof (T_MFW_HDR)); @@ -373,16 +373,16 @@ if (!hdr OR !ss_para) { TRACE_ERROR("ERROR: ss_create() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(ss_para) mfwFree((U8*)ss_para,sizeof(T_MFW_SS)); - + return FALSE; } - + /* * initialisation of the handler */ @@ -396,12 +396,12 @@ * installation of the handler */ insert_status = mfwInsert((T_MFW_HDR *)hWin, hdr); - + if(!insert_status) { TRACE_ERROR("ERROR: ss_create() Failed to Install Handler. "); mfwFree((U8*)hdr,sizeof(MfwHdr)); - mfwFree((U8*)ss_para,sizeof(T_MFW_SS)); + mfwFree((U8*)ss_para,sizeof(T_MFW_SS)); return 0; } return insert_status; @@ -547,7 +547,7 @@ { UBYTE temp; TRACE_FUNCTION ("ss_signal()"); - + temp = dspl_Enable(0); if (mfwSignallingMethod EQ 0) { @@ -656,7 +656,7 @@ if ((cm_search_callId(CAL_STAT_Held, &id) == CM_OK) OR (cm_search_callId(CAL_STAT_Active, &id) == CM_OK)) { - call_active = TRUE; + call_active = TRUE; ksd_decode((CHAR *)string, TRUE, &grp, &rest, ¶); } else @@ -675,11 +675,11 @@ if (string_length<=MFW_MAX_DIAL_SHORT_STRING_LEN) { /* If the call is active, the short string will be USSD in all the cases not described in ETSI 2.30*/ - if (call_active) + if (call_active) grp = SEQGRP_USSD; /* If the call is not active, the short strings 1x will be DIAL, the rest USSD*/ else if ((string_length EQ 1)||(*(string) NEQ '1')) - grp = SEQGRP_USSD; + grp = SEQGRP_USSD; } break; case (SEQGRP_SUP_CLIR): /* JGG/JVJ - CQ 6537 */ @@ -692,8 +692,8 @@ rest_ss_group = ss_check_ss_string((UBYTE*)rest); if (rest_ss_group EQ MFW_SS_DIAL) /*If rest is a dial string, then the whole string is dial */ ss_group = MFW_SS_DIAL; - else - ss_group = MFW_SS_UNKNOWN; + else + ss_group = MFW_SS_UNKNOWN; TRACE_EVENT_P2("ss_check_ss_string(""%s"") returns -> %d",(char*)string,ss_group); return ss_group; @@ -733,13 +733,13 @@ TRACE_FUNCTION("ss_decode()"); // Added the checking of wait call to solve the bug MMI-SPR 13873. -// If the call is a waiting also pass TRUE as the second parameter to the -// function ksd_decode() to decode the entered number. In ksd_decode only if -// the second parameter is TRUE the sequential table is searched to find out +// If the call is a waiting also pass TRUE as the second parameter to the +// function ksd_decode() to decode the entered number. In ksd_decode only if +// the second parameter is TRUE the sequential table is searched to find out // the group where the user entered string belongs to. if ((cm_search_callId(CAL_STAT_Held, &id) == CM_OK) OR (cm_search_callId(CAL_STAT_Active, &id) == CM_OK) - OR (cm_search_callId(CAL_STAT_Wait, &id) == CM_OK)) + OR (cm_search_callId(CAL_STAT_Wait, &id) == CM_OK)) { bRetVal = ksd_decode((CHAR *)string, TRUE, &grp, &rest, ¶); if (!bRetVal) @@ -780,7 +780,7 @@ T_MFW_SS_RETURN ss_check_group(T_KSD_SEQGRP grp, T_KSD_SEQPARAM para) { TRACE_EVENT_P1("ss_check_group: grp=%d", grp); - + switch (grp) { case SEQGRP_DIAL: @@ -800,7 +800,7 @@ case SEQGRP_USSD: /*MC, SPR 1111 check for LANGUAGE reset code*/ - + if (!strncmp((char*)para.ussd.ussd, LANG_RESET, strlen(LANG_RESET)) && para.ussd.ussd[6]=='#') return MFW_SS_LANG_RESET; /*MC end*/ @@ -867,7 +867,7 @@ /*NM 190602*/ case KSD_SS_ALL_SERV: - + return MFW_SS_REG_PW; case KSD_SS_PIN1: @@ -959,8 +959,8 @@ case CSSU_CODE_ECTConnect: return MFW_SS_NOTIFY_ectCONNECT; case CSSU_CODE_DeflectedCall: return MFW_SS_MT_DEFLECTED; //x0pleela 22 Feb, 2007 ER: OMAPS00113891 - /* Adding the following new enum to differentiate the indications b/n the - subscriber who forwarded the call (CSSU_CODE_IncCallForwarded) and + /* Adding the following new enum to differentiate the indications b/n the + subscriber who forwarded the call (CSSU_CODE_IncCallForwarded) and to whom the call was forwarded(CSSU_CODE_ForwardedCall) */ case CSSU_CODE_IncCallForwarded: return MFW_SS_MT_CALL_FORWARDED; default: return MFW_SS_NOTIFY_UNKNOWN; @@ -1029,11 +1029,11 @@ strcpy((char *)notify.subaddr, (char *)subaddr); //PATCH TB 1309: Wrong codes tested - if ((code == MFW_SS_MO_CUG_CALL) OR + if ((code == MFW_SS_MO_CUG_CALL) OR (code == MFW_SS_MT_CUG_CALL)) notify.index = (UBYTE)index; /* END PATCH TB */ - + { /***************************Go-lite Optimization changes Start***********************/ //Aug 16, 2004 REF: CRR 24323 Deepa M.D @@ -1082,7 +1082,7 @@ */ -T_MFW ss_cvtSCode(T_ACI_KSD_SS code) +T_MFW ss_cvtSCode(T_ACI_KSD_SS code) { switch (code) { @@ -1249,9 +1249,9 @@ imei_info.imei_number[1] = ( ksStat->ir.rKSIMEI.tac1 & 0xF0 ) >> 4 | 0x30; imei_info.imei_number[2] = ( ksStat->ir.rKSIMEI.tac2 ) & 0x0F | 0x30; imei_info.imei_number[3] = ( ksStat->ir.rKSIMEI.tac2 & 0xF0 ) >> 4 | 0x30; - imei_info.imei_number[4] = ( ksStat->ir.rKSIMEI.tac3 ) & 0x0F | 0x30; + imei_info.imei_number[4] = ( ksStat->ir.rKSIMEI.tac3 ) & 0x0F | 0x30; imei_info.imei_number[5] = ( ksStat->ir.rKSIMEI.tac3 & 0xF0 ) >> 4 | 0x30; - imei_info.imei_number[6] = ( ksStat->ir.rKSIMEI.fac ) & 0x0F | 0x30; + imei_info.imei_number[6] = ( ksStat->ir.rKSIMEI.fac ) & 0x0F | 0x30; imei_info.imei_number[7] = ( ksStat->ir.rKSIMEI.fac & 0xF0 ) >> 4 | 0x30; imei_info.imei_number[8] = ( ksStat->ir.rKSIMEI.snr1 ) & 0x0F | 0x30; imei_info.imei_number[9] = ( ksStat->ir.rKSIMEI.snr1 & 0xF0 ) >> 4 | 0x30; @@ -1263,7 +1263,7 @@ imei_info.imei_number[15] = ( ksStat->ir.rKSIMEI.svn ) & 0x0F | 0x30; imei_info.imei_number[16] = ( ksStat->ir.rKSIMEI.svn & 0xF0 ) >> 4 | 0x30; imei_info.imei_number[17] = '\0'; - + #else imei_info->imei_number[0] = ( ksStat->ir.rKSIMEI.tac1 & 0xF0 ) >> 4 | 0x30; imei_info->imei_number[1] = ( ksStat->ir.rKSIMEI.tac1 ) & 0x0F | 0x30; @@ -1293,9 +1293,9 @@ imei_info.imei_number[1] = ( ksStat->ir.rKSIMEI.tac1 & 0xF0 ) >> 4 | 0x30; imei_info.imei_number[2] = ( ksStat->ir.rKSIMEI.tac2 ) & 0x0F | 0x30; imei_info.imei_number[3] = ( ksStat->ir.rKSIMEI.tac2 & 0xF0 ) >> 4 | 0x30; - imei_info.imei_number[4] = ( ksStat->ir.rKSIMEI.tac3 ) & 0x0F | 0x30; + imei_info.imei_number[4] = ( ksStat->ir.rKSIMEI.tac3 ) & 0x0F | 0x30; imei_info.imei_number[5] = ( ksStat->ir.rKSIMEI.tac3 & 0xF0 ) >> 4 | 0x30; - imei_info.imei_number[6] = ( ksStat->ir.rKSIMEI.fac ) & 0x0F | 0x30; + imei_info.imei_number[6] = ( ksStat->ir.rKSIMEI.fac ) & 0x0F | 0x30; imei_info.imei_number[7] = ( ksStat->ir.rKSIMEI.fac & 0xF0 ) >> 4 | 0x30; imei_info.imei_number[8] = ( ksStat->ir.rKSIMEI.snr1 ) & 0x0F | 0x30; imei_info.imei_number[9] = ( ksStat->ir.rKSIMEI.snr1 & 0xF0 ) >> 4 | 0x30; @@ -1307,7 +1307,7 @@ imei_info.imei_number[15] = ( ksStat->ir.rKSIMEI.svn ) & 0x0F | 0x30; imei_info.imei_number[16] = ( ksStat->ir.rKSIMEI.svn & 0xF0 ) >> 4 | 0x30; imei_info.imei_number[17] = '\0'; - + #else // Jul 05 2005 REF: CRR 22565 a0876501 // Fixed the issue of byte swapping. @@ -1339,10 +1339,10 @@ TRACE_EVENT_P6("ss_decode_imei IMEI: SNR %1c%1c%1c%1c%1c%1c", imei_info.imei_number[8], imei_info.imei_number[9], imei_info.imei_number[10], imei_info.imei_number[11], imei_info.imei_number[12], imei_info.imei_number[13]); - TRACE_EVENT_P4("ss_decode_imei IMEI: SV CD %1c%1c%1c%1c", + TRACE_EVENT_P4("ss_decode_imei IMEI: SV CD %1c%1c%1c%1c", imei_info.imei_number[14], imei_info.imei_number[15], imei_info.imei_number[16],imei_info.imei_number[17]); -#endif +#endif } #ifdef NEPTUNE_BOARD @@ -1382,7 +1382,7 @@ | PROJECT: MMI-Framework (8417) MODULE : MFW_SS | | STATE : code ROUTINE : mfw_getCdByteFromImei | +--------------------------------------------------------------------+ - PURPOSE : Get CD byte from IMEI. + PURPOSE : Get CD byte from IMEI. */ UBYTE getCdByteFromImei(UBYTE *imei) { @@ -1407,7 +1407,7 @@ return(cmhSS_getCdFromImei(&aci_imei)); #else - + /* OMAPS00059546 : Calculating the CD bytes for IMEI */ iSum += mfw_getSumOf2Digits ( aci_imei.tac1 ); iSum += mfw_getSumOf2Digits ( aci_imei.tac2 ); @@ -1416,7 +1416,7 @@ iSum += mfw_getSumOf2Digits ( aci_imei.snr1 ); iSum += mfw_getSumOf2Digits ( aci_imei.snr2 ); iSum += mfw_getSumOf2Digits ( aci_imei.snr3 ); - + iCd = 10 - ( iSum % 10 ); iCd = ( iCd EQ 10 ? 0 : iCd ); return ( iCd ); @@ -1482,7 +1482,7 @@ cb_cnf.ss_category = (T_MFW_SS_CATEGORY)ss_cvtOCode((T_ACI_KSD_OP)ksStat->ir.rKSCB.opCd); cb_cnf.ss_error = (T_MFW_SS_ERROR)ss_cvtErrCode((T_ACI_KSD_ERR)ksStat->ir.rKSCB.ssErr); cb_cnf.ss_telecom_list = p_tele; -#endif +#endif for( idx = 0; idx < ksStat->ir.rKSCB.c_cbInfoLst AND @@ -1496,13 +1496,13 @@ p_tele->ss_status = ksStat->ir.rKSCB. cbInfoLst[idx].ssSt; } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM - if(NULL != cb_cnf) + if(NULL != cb_cnf) cb_cnf->ss_telecom_count = idx; #else cb_cnf.ss_telecom_count = idx; -#endif +#endif break; case KSD_CMD_CF: @@ -1546,7 +1546,7 @@ cf_cnf.ss_error = (T_MFW_SS_ERROR)ss_cvtErrCode((T_ACI_KSD_ERR)ksStat->ir.rKSCF.ssErr); cf_cnf.ss_feature_list = p_feat; -#endif +#endif for( idx = 0; idx < ksStat->ir.rKSCF.c_cfFeatLst AND idx < MFW_MAX_FEAT_NR; @@ -1570,21 +1570,21 @@ p_feat->ss_no_reply_condition_time = ksStat->ir.rKSCF. cfFeatLst[idx].time; } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM if(NULL != cf_cnf) cf_cnf->ss_feature_count = idx; #else cf_cnf.ss_feature_count = idx; -#endif +#endif TRACE_EVENT("rat_percentksir->KSD_CMD_CF"); if (ksStat->srcId != CMD_SRC_LCL) -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM - { - + { + ss_signal(E_SS_CF_ICN_UPD,cf_cnf); - } + } #else ss_signal(E_SS_CF_ICN_UPD, &cf_cnf); #endif @@ -1600,7 +1600,7 @@ TRACE_EVENT_P1("ksStat->ir.rKSCL.mode %d", ksStat->ir.rKSCL.mode); TRACE_EVENT_P1("ksStat->ir.rKSCL.clirOpt %d", ksStat->ir.rKSCL.clirOpt); TRACE_EVENT_P1("ksStat->ir.rKSCL.ovrdCtg %d", ksStat->ir.rKSCL.ovrdCtg); -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM cli_cnf = (T_MFW_SS_CLI_CNF*)mfwAlloc(sizeof(T_MFW_SS_CLI_CNF)); if(NULL != cli_cnf) @@ -1620,7 +1620,7 @@ cli_cnf.ss_status = ksStat->ir.rKSCL.ssSt; cli_cnf.ss_clir_option = (T_MFW_CL_STATUS)ss_cvtCLStatus((T_ACI_KSD_CLIR_OP)ksStat->ir.rKSCL.clirOpt);/*a0393213 compiler warning removal - explicit typecasting done*/ cli_cnf.ss_ovrd_ctgry = (T_MFW_OV_CTGRY)ss_cvtCLOvrd((T_ACI_KSD_OVRD_CTG)ksStat->ir.rKSCL.ovrdCtg); -#endif +#endif break; case KSD_CMD_CW: @@ -1640,7 +1640,7 @@ } } p_srv = (T_MFW_SRV_GROUP *) ssLstBuf; -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM cw_cnf = (T_MFW_SS_CW_CNF*)mfwAlloc(sizeof(T_MFW_SS_CW_CNF)); if(cw_cnf != NULL) @@ -1651,8 +1651,8 @@ cw_cnf->ss_status = ksStat->ir.rKSCW.ssSt; cw_cnf->ss_service_list = p_srv; } - -#else + +#else cw_cnf.ss_code = (T_MFW_SS_CODES)ss_cvtSCode((T_ACI_KSD_SS)ksStat->ir.rKSCW.ssCd); cw_cnf.ss_category = (T_MFW_SS_CATEGORY)ss_cvtOCode((T_ACI_KSD_OP)ksStat->ir.rKSCW.opCd); cw_cnf.ss_error = (T_MFW_SS_ERROR)ss_cvtErrCode((T_ACI_KSD_ERR)ksStat->ir.rKSCW.ssErr); @@ -1670,13 +1670,13 @@ p_srv->ss_telecom_service = ksStat->ir.rKSCW. cwBSGLst[idx].bsCd; } -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM if(NULL != cw_cnf) cw_cnf->ss_service_count = idx; #else cw_cnf.ss_service_count = idx; -#endif +#endif break; case KSD_CMD_PWD: @@ -1685,10 +1685,10 @@ TRACE_EVENT_P1("ksStat->ir.rKSPW.opCd %d", ksStat->ir.rKSPW.opCd); TRACE_EVENT_P1("ksStat->ir.rKSPW.ssErr %d", ksStat->ir.rKSPW.ssErr); TRACE_EVENT_P1("ksStat->ir.rKSPW.newPwd %s", ksStat->ir.rKSPW.newPwd); -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM pw_cnf = (T_MFW_SS_PW_CNF*)mfwAlloc(sizeof(T_MFW_SS_PW_CNF)); - if( NULL != pw_cnf) + if( NULL != pw_cnf) { pw_cnf->ss_code = (T_MFW_SS_CODES)ss_cvtSCode((T_ACI_KSD_SS)ksStat->ir.rKSPW.ssCd);/*a0393213 compiler warning removal - explicit typecasting done*/ pw_cnf->ss_category = (T_MFW_SS_CATEGORY)ss_cvtOCode((T_ACI_KSD_OP)ksStat->ir.rKSPW.opCd);/*a0393213 compiler warning removal - explicit typecasting done*/ @@ -1696,7 +1696,7 @@ strncpy( (char *)pw_cnf->ss_new_pwd, (char *)ksStat->ir.rKSPW.newPwd, MFW_SS_PWD_LEN); - } + } #else pw_cnf.ss_code = (T_MFW_SS_CODES)ss_cvtSCode((T_ACI_KSD_SS)ksStat->ir.rKSPW.ssCd); pw_cnf.ss_category = (T_MFW_SS_CATEGORY)ss_cvtOCode((T_ACI_KSD_OP)ksStat->ir.rKSPW.opCd); @@ -1704,7 +1704,7 @@ strncpy( (char *)pw_cnf.ss_new_pwd, (char *)ksStat->ir.rKSPW.newPwd, MFW_SS_PWD_LEN); -#endif +#endif break; case KSD_CMD_IMEI: @@ -1718,19 +1718,19 @@ TRACE_EVENT_P1("ksStat->ir.rKSIMEI.snr3 %d", ksStat->ir.rKSIMEI.snr3); TRACE_EVENT_P1("ksStat->ir.rKSIMEI.svn %d", ksStat->ir.rKSIMEI.svn); TRACE_EVENT_P1("ksStat->ir.rKSIMEI.cd %d", ksStat->ir.rKSIMEI.cd); -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM imei_info = (T_MFW_IMEI*)mfwAlloc(sizeof(T_MFW_IMEI)); if( NULL != imei_info) { #endif ss_decode_imei(ksStat); -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM imei_info->error = MFW_SS_NO_ERROR; ss_signal(E_SS_IMEI, imei_info); } -#else +#else imei_info.error = MFW_SS_NO_ERROR; ss_signal(E_SS_IMEI, &imei_info); #endif @@ -1759,10 +1759,10 @@ //sending ss signal E_SS_USSD_REQ or E_SS_USSD_CNF based on user action required or not if (ksStat->ir.rKSUS.mode == CUSD_MOD_YesActReq) ss_signal(E_SS_USSD_REQ, &ussd_info); - if (ksStat->ir.rKSUS.mode == CUSD_MOD_NoActReq || ksStat->ir.rKSUS.mode==CUSD_MOD_TerminatedByNetwork || + if (ksStat->ir.rKSUS.mode == CUSD_MOD_NoActReq || ksStat->ir.rKSUS.mode==CUSD_MOD_TerminatedByNetwork || ksStat->ir.rKSUS.mode == CUSD_MOD_OperationNotSupported || ksStat->ir.rKSUS.mode ==CUSD_MOD_NetworkTimeout) ss_signal(E_SS_USSD_CNF, &ussd_info); - + break; default: @@ -1788,7 +1788,7 @@ // the variable is made local since the scope lies within this function #ifdef FF_MMI_OPTIM T_MFW_SS_RES ss_res; -#endif +#endif TRACE_FUNCTION("ss_command_info()"); if (cmd->cmdPrm.sCFUN.srcId != CMD_SRC_LCL) @@ -1847,7 +1847,7 @@ /*NM 190602*/ case KSD_SS_ALL_SERV : - + ss_res.type = ss_cvtSCode((T_ACI_KSD_SS)cmd->cmdPrm.sKSPW.ssCd); ss_res.category = SS_REGISTRATION; if( cmd->cmdPrm.sKSPW.oldPwd ) @@ -1968,12 +1968,12 @@ ss_signal(E_SS_CB_CNF, cb_cnf); mfwFree((U8*)cb_cnf, sizeof(T_MFW_SS_CB_CNF)); } -#else +#else ss_signal(E_SS_CB_CNF, &cb_cnf); -#endif +#endif break; case KSD_CMD_CF: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_CF"); if(cf_cnf) @@ -1981,13 +1981,13 @@ ss_signal(E_SS_CF_CNF, cf_cnf); mfwFree((U8*)cf_cnf, sizeof(T_MFW_SS_CF_CNF)); } -#else +#else ss_signal(E_SS_CF_CNF, &cf_cnf); -#endif - +#endif + break; case KSD_CMD_CW: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_CW"); if(cw_cnf) @@ -1995,12 +1995,12 @@ ss_signal(E_SS_CW_CNF, cw_cnf); mfwFree((U8*)cw_cnf, sizeof(T_MFW_SS_CW_CNF)); } -#else +#else ss_signal(E_SS_CW_CNF, &cw_cnf); -#endif +#endif break; case KSD_CMD_PWD: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_PW"); if(pw_cnf) @@ -2009,11 +2009,11 @@ ss_signal(E_SS_GET_PW, pw_cnf); mfwFree((U8*)pw_cnf,sizeof(T_MFW_SS_PW_CNF)); } -#else +#else if (!pwd_flag) ss_signal(E_SS_GET_PW, &pw_cnf); -#endif - +#endif + if (pwd_flag == 1) { pwd_flag = 0; @@ -2024,7 +2024,7 @@ sim_ss_unblock(SIM_UBLK_OK, CME_ERR_NotPresent); break; case KSD_CMD_CL: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_CLI"); if(cli_cnf) @@ -2034,10 +2034,10 @@ } #else ss_signal(E_SS_CLI_CNF,&cli_cnf); -#endif +#endif break; case KSD_CMD_IMEI: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM if( imei_info) { @@ -2048,7 +2048,7 @@ #else imei_info.error = MFW_SS_NO_ERROR; ss_signal(E_SS_IMEI, &imei_info); -#endif +#endif break; default: break; @@ -2084,12 +2084,12 @@ ss_signal(E_SS_CB_CNF, cb_cnf); mfwFree((U8*)cb_cnf,sizeof(T_MFW_SS_CB_CNF)); } -#else +#else ss_signal(E_SS_CB_CNF, &cb_cnf); -#endif +#endif break; case KSD_CMD_CF: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_CF"); if(cf_cnf) @@ -2098,26 +2098,26 @@ mfwFree((U8*)cf_cnf,sizeof(T_MFW_SS_CF_CNF)); TRACE_FUNCTION("memory freed for cf_cnf"); } -#else +#else ss_signal(E_SS_CF_CNF, &cf_cnf); -#endif +#endif break; case KSD_CMD_CW: -// Apr 06 2005 REF: CRR 29989 xpradipg -#ifdef FF_MMI_OPTIM +// Apr 06 2005 REF: CRR 29989 xpradipg +#ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_CW"); if(cw_cnf) { ss_signal(E_SS_CW_CNF, cw_cnf); mfwFree((U8*)E_SS_CW_CNF,sizeof(T_MFW_SS_CW_CNF)); } -#else +#else ss_signal(E_SS_CW_CNF, &cw_cnf); -#endif +#endif break; case KSD_CMD_PWD: -// Apr 06 2005 REF: CRR 29989 xpradipg -#ifdef FF_MMI_OPTIM +// Apr 06 2005 REF: CRR 29989 xpradipg +#ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_PW"); if(pw_cnf) { @@ -2128,7 +2128,7 @@ #else if (!pwd_flag) ss_signal(E_SS_GET_PW, &pw_cnf); -#endif +#endif if (pwd_flag == 1) { pwd_flag = 0; @@ -2139,7 +2139,7 @@ sim_ss_unblock(SIM_UBLK_ERROR, reason); break; case KSD_CMD_CL: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM TRACE_EVENT("KSD_CMD_CLI"); if(cli_cnf) @@ -2149,9 +2149,9 @@ } #else ss_signal(E_SS_CLI_CNF,&cli_cnf); -#endif +#endif case KSD_CMD_IMEI: -// Apr 06 2005 REF: CRR 29989 xpradipg +// Apr 06 2005 REF: CRR 29989 xpradipg #ifdef FF_MMI_OPTIM if( imei_info) { @@ -2162,7 +2162,7 @@ #else imei_info.error = MFW_SS_ERROR; ss_signal(E_SS_IMEI, &imei_info); -#endif +#endif break; default: break; @@ -2181,7 +2181,7 @@ */ /*a0393213 warnings removal - T_ACI_CLCK_FAC changed to T_ACI_FAC as a result of ACI enum change*/ -T_MFW ss_set_clck(T_ACI_FAC fac, +T_MFW ss_set_clck(T_ACI_FAC fac, T_ACI_CLCK_MOD mode, CHAR *passwd, T_ACI_CLASS class_type, @@ -2314,27 +2314,27 @@ void rAT_PlusCUSD(T_ACI_CUSD_MOD m, T_ACI_USSD_DATA *ussd, SHORT dcs) { - + TRACE_FUNCTION("rAT_PlusCUSD()"); //Dec 16, 2005 OMAPS00053316 x0018858 //Added the NullCheck to ensure that we dont access the elements when the pointer is NULL. //Begin OMAPS00053316 - + if(ussd != NULL) { ussd_info.len = ussd->len; - memcpy(ussd_info.ussd, ussd->data, sizeof(ussd_info.ussd)); + memcpy(ussd_info.ussd, ussd->data, sizeof(ussd_info.ussd)); } else { ussd_info.len = 0; - memset(ussd_info.ussd, 0x00, sizeof(ussd_info.ussd)); + memset(ussd_info.ussd, 0x00, sizeof(ussd_info.ussd)); } //End OMAPS00053316 ussd_info.dcs = (T_MFW_DCS)dcs; - if (m==CUSD_MOD_TerminatedByNetwork || + if (m==CUSD_MOD_TerminatedByNetwork || m== CUSD_MOD_OperationNotSupported || m==CUSD_MOD_NetworkTimeout) ussd_info.error = MFW_SS_ERROR; @@ -2407,7 +2407,7 @@ T_MFW ss_abort_transaction(void) { TRACE_FUNCTION("ss_abort_transaction()"); - + if (sAT_Abort(CMD_SRC_LCL, AT_CMD_CUSD) EQ AT_CMPL) return TRUE; else @@ -2440,7 +2440,7 @@ /* check cug mode */ switch(cug_param->mode) { - case MFW_SS_CUG_TMP_DISABLE: + case MFW_SS_CUG_TMP_DISABLE: cug_mode = CCUG_MOD_DisableTmp; break; case MFW_SS_CUG_TMP_ENABLE: @@ -2479,7 +2479,7 @@ case MFW_SS_CUG_INDEX8: cug_index = CCUG_IDX_8; break; - case MFW_SS_CUG_INDEX9: + case MFW_SS_CUG_INDEX9: cug_index = CCUG_IDX_9; break; case MFW_SS_CUG_NO_INDEX: @@ -2528,7 +2528,7 @@ { T_ACI_CCUG_MOD cug_mode; T_ACI_CCUG_IDX cug_index; - T_ACI_CCUG_INFO cug_info; + T_ACI_CCUG_INFO cug_info; cug_param->mode = MFW_SS_CUG_MODE_Not_Present; cug_param->index = MFW_SS_CUG_INDEX_Not_Present;
--- a/src/ui/mfw/mfw_ss.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_ss.h Tue Jan 19 06:10:27 2021 +0000 @@ -18,84 +18,84 @@ Solution: Phone Lock ER implementation Feb 27, 2007 ER: OMAPS00113891 x0pleela - Description:[ACI] MTC related call forwarded SS notification not differentiable on + Description:[ACI] MTC related call forwarded SS notification not differentiable on BAT/ATI level - Solution: new enum value MFW_SS_MT_CALL_FORWARDED (MT call is forwarded - to another subscriber) is added for T_MFW_SS_NOTIFY_CODES + Solution: new enum value MFW_SS_MT_CALL_FORWARDED (MT call is forwarded + to another subscriber) is added for T_MFW_SS_NOTIFY_CODES Nov 13, 2006 DR: OMAPS00103356 x0pleela Description: SIMP:Master unlock failed through MMI Solution: Defined new enums: MFW_WRONG_PWD: will get returned if Master unlocking password is wrong MFW_MASTER_OK: will get returned if Master unlocking operation is successful - + Nov 03, 2005 DR: OMAPS00052032 - xpradipg - Description : Locosto: SIMP - integration of issues submitted by solDel on + Description : Locosto: SIMP - integration of issues submitted by solDel on ME Personalization - changes as per the new interfaces - Solution : The return value of sAT_PlusCLCK of AT_EXCT is handled and + Solution : The return value of sAT_PlusCLCK of AT_EXCT is handled and a please wait screen is displayed until the response is recieved - - * + + * * ***************** Version 14 ***************** * User: Vo Date: 22.02.00 Time: 14:09 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 13 ***************** * User: Vo Date: 10.01.00 Time: 16:09 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 12 ***************** * User: Ak Date: 10.01.00 Time: 13:14 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 11 ***************** * User: Ak Date: 21.10.99 Time: 11:56 * Updated in $/GSM/Condat/MS/SRC/MFW * Why: Improvement * What: Passing of network basic service codes instead of GSM 2.30 * codes for SS control string results and invocations - * + * * ***************** Version 10 ***************** * User: Vo Date: 12.09.99 Time: 13:38 * Updated in $/GSM/DEV/MS/SRC/MFW * Bug fix: delete 'SS guidance' * New events, new structure and new prototype for USSD - * + * * ***************** Version 9 ***************** * User: Vo Date: 30.08.99 Time: 11:46 * Updated in $/GSM/DEV/MS/SRC/MFW * new return value MFW_SS_DIAL_IDX - * + * * ***************** Version 8 ***************** * User: Vo Date: 9.08.99 Time: 16:48 * Updated in $/GSM/DEV/MS/SRC/MFW * change structure for SS results * add structure for IMEI - * + * * ***************** Version 7 ***************** * User: Vo Date: 21.07.99 Time: 14:45 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 6 ***************** * User: Vo Date: 9.07.99 Time: 14:57 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 5 ***************** * User: Vo Date: 9.07.99 Time: 14:37 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 4 ***************** * User: Vo Date: 2.07.99 Time: 15:32 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 3 ***************** * User: Vo Date: 20.05.99 Time: 17:49 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Vo Date: 12.02.99 Time: 18:59 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Vo Date: 10.02.99 Time: 12:41 * Created in $/GSM/DEV/MS/SRC/MFW @@ -110,14 +110,14 @@ #include "ksd.h" #ifdef MAX_PWD_LEN /*a0393213 warnings removal-to prevent redefinition of MAX_PWD_LEN in some files*/ -#undef MAX_PWD_LEN +#undef MAX_PWD_LEN #endif #define MAX_PWD_LEN 8 #define MFW_SS_NUM_LEN 21 #define MFW_SS_SUBADR_LEN 21 #define MFW_SS_PWD_LEN 5 - + #define MFW_MAX_FEAT_NR 5 #define MFW_MAX_TELE_NR 5 #define MFW_MAX_SRV_NR 5 @@ -147,7 +147,7 @@ #define SS_STAT_UNKNOWN 0xFF /* SS codes */ -typedef enum +typedef enum { SS_CODES_UNKNOWN, SS_CF_ALL, @@ -187,22 +187,22 @@ } T_MFW_SS_CATEGORY; /* return values for type of key sequence */ -typedef enum +typedef enum { //x0pleela 23 Mar, 2007 ER : OMAPS00122561 #ifdef FF_PHONE_LOCK - MFW_SS_ALRDY_DIS = 101, + MFW_SS_ALRDY_DIS = 101, #endif /*FF_PHONE_LOCK*/ #ifdef SIM_PERS // Nov 03, 2005 DR: OMAPS00052032 - xpradipg // added new enum for execution in progress MFW_EXCT = 100, - //x0pleela 13 Nov, 2006 DR: OMAPS00103356 + //x0pleela 13 Nov, 2006 DR: OMAPS00103356 //This will get returned if Master unlocking operation is successful MFW_MASTER_OK = 200, - //x0pleela 13 Nov, 2006 DR: OMAPS00103356 + //x0pleela 13 Nov, 2006 DR: OMAPS00103356 //This will get returned if Master unlocking password is wrong - MFW_WRONG_PWD = -2, + MFW_WRONG_PWD = -2, MFW_FAILURE = -1, #endif MFW_SS_OK, @@ -216,7 +216,7 @@ MFW_SS_SIM_UNBLCK_PIN, MFW_SS_REGISTER, MFW_SS_CF, - MFW_SS_CB, + MFW_SS_CB, MFW_SS_CLIR, MFW_SS_CLIP, MFW_SS_COLR, @@ -235,23 +235,23 @@ } T_MFW_SS_RETURN; /* data coding scheme */ -typedef enum +typedef enum { MFW_DCS_7bits = 0x00, MFW_DCS_8bits = 0x04, MFW_DCS_UCS2 = 0x08, MFW_DCS_SIM, MFW_ASCII -}T_MFW_DCS; +}T_MFW_DCS; typedef enum { MFW_CL_UNKNOWN, MFW_CL_PERM, /* permanent */ MFW_CL_TEMP_DEF_REST, /* temporary default restricted */ - MFW_CL_TEMP_DEF_ALLOWED /* temporary default allowed */ + MFW_CL_TEMP_DEF_ALLOWED /* temporary default allowed */ } T_MFW_CL_STATUS; - + typedef enum { MFW_OV_UNKNOWN, @@ -294,14 +294,14 @@ MFW_SS_ERR_BEARER_SVC_NOT_PROV, MFW_SS_ERR_TELE_SVC_NOT_PROV, MFW_SS_ERR_ILLEGAL_EQUIPMENT, - MFW_SS_ERR_CALL_BARRED, + MFW_SS_ERR_CALL_BARRED, MFW_SS_ERR_ILLEGAL_SS_OPERATION, - MFW_SS_ERR_SS_ERR_STATUS, + MFW_SS_ERR_SS_ERR_STATUS, MFW_SS_ERR_SS_NOT_AVAIL, MFW_SS_ERR_SS_SUBS_VIOLATION, - MFW_SS_ERR_SS_INCOMP, + MFW_SS_ERR_SS_INCOMP, MFW_SS_ERR_FAC_NOT_SUPPORTED, - MFW_SS_ERR_ABSENT_SUBS, + MFW_SS_ERR_ABSENT_SUBS, MFW_SS_ERR_SYSTEM_FAIL, MFW_SS_ERR_DATA_MISSING, MFW_SS_ERR_UNEXPECT_DATA, @@ -337,7 +337,7 @@ } T_MFW_SS_ERROR; /* basic service type */ -typedef enum +typedef enum { MFW_BST_UNKNOWN = 0, MFW_BST_BEARER = 0x82, @@ -346,8 +346,8 @@ #define MFW_BS_TS_UNKNOWN (0xFF) /* unknown bearer and teleservice */ -/* teleservice */ -typedef enum +/* teleservice */ +typedef enum { MFW_TS_ALL_TS =0x0, /* all teleservices */ MFW_TS_ALL_SPCH =0x10, /* All speech transmission services */ @@ -382,7 +382,7 @@ } T_MFW_TELE_SERVICE; /* bearer service */ -typedef enum +typedef enum { MFW_BS_ALL_BS =0x0, /* all bearer services */ MFW_BS_ALL_DATA_CDA =0x10, /* all data CDA services */ @@ -463,7 +463,7 @@ }T_MFW_SS_CUG_INDEX; /* info of close user group cug */ -typedef enum +typedef enum { MFW_SS_CUG_INFO_Not_Present = -1, MFW_SS_CUG_INFO_NO, @@ -475,8 +475,8 @@ /* Call forwarding result */ typedef struct { - UBYTE ss_telecom_type; - UBYTE ss_telecom_service; + UBYTE ss_telecom_type; + UBYTE ss_telecom_service; UBYTE ss_status; UBYTE ss_numbering_type; UBYTE ss_numbering_plan; @@ -501,8 +501,8 @@ /* Call barring info */ typedef struct { - UBYTE ss_telecom_type; - UBYTE ss_telecom_service; + UBYTE ss_telecom_type; + UBYTE ss_telecom_service; UBYTE ss_status; UBYTE dummy1; UBYTE dummy2; @@ -515,7 +515,7 @@ typedef struct { T_MFW_SS_CODES ss_code; /* Type of call barring */ - T_MFW_SS_CATEGORY ss_category; /* Category of operation */ + T_MFW_SS_CATEGORY ss_category; /* Category of operation */ T_MFW_SS_ERROR ss_error; /* Error Value */ UBYTE ss_telecom_count; /* Number of telecom elements */ T_MFW_TELECOM *ss_telecom_list; /* telecom list */ @@ -528,8 +528,8 @@ /* Call waiting info */ typedef struct { - UBYTE ss_telecom_type; - UBYTE ss_telecom_service; + UBYTE ss_telecom_type; + UBYTE ss_telecom_service; UBYTE dummy1; UBYTE dummy2; UBYTE dummy3; @@ -537,7 +537,7 @@ UBYTE dummy5; UBYTE dummy6; } T_MFW_SRV_GROUP; - + /* Call waiting result */ typedef struct { @@ -657,12 +657,12 @@ EXTERN void ss_mfw_init (void); EXTERN void ss_exit (void); -EXTERN T_MFW_HND ss_create (T_MFW_HND hWin, - T_MFW_EVENT event, +EXTERN T_MFW_HND ss_create (T_MFW_HND hWin, + T_MFW_EVENT event, T_MFW_CB cbfunc); EXTERN T_MFW_RES ss_delete (T_MFW_HND h); EXTERN T_MFW_SS_RETURN ss_check_ss_string (UBYTE *string); -EXTERN T_MFW_SS_RETURN ss_execute_transaction (UBYTE *ss_string, +EXTERN T_MFW_SS_RETURN ss_execute_transaction (UBYTE *ss_string, UBYTE ussd_mand); EXTERN T_MFW ss_send_ussd (T_MFW_SS_USSD *ussd_info); EXTERN T_MFW ss_abort_transaction (void);
--- a/src/ui/mfw/mfw_ssi.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_ssi.h Tue Jan 19 06:10:27 2021 +0000 @@ -17,33 +17,33 @@ Description: IMEI CD byte calculation added Solution: Byte alignment done for IMEI display. - * + * * ***************** Version 7 ***************** * User: Vo Date: 14.01.00 Time: 20:17 * Updated in $/GSM/Condat/MS/SRC/MFW - * + * * ***************** Version 6 ***************** * User: Vo Date: 13.09.99 Time: 10:36 * Updated in $/GSM/DEV/MS/SRC/MFW * new prototype - * + * * ***************** Version 5 ***************** * User: Vo Date: 30.08.99 Time: 11:45 * Updated in $/GSM/DEV/MS/SRC/MFW * add 'reason' in function ss_error_string() - * + * * ***************** Version 4 ***************** * User: Vo Date: 2.07.99 Time: 15:27 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 3 ***************** * User: Vo Date: 22.06.99 Time: 8:54 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Vo Date: 20.05.99 Time: 17:47 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Vo Date: 10.02.99 Time: 12:41 * Created in $/GSM/DEV/MS/SRC/MFW @@ -54,14 +54,14 @@ #include "ksd.h" -typedef enum +typedef enum { MFW_MODUL_UNKNOWN = 0, MFW_PHB, MFW_SIM_CPIND, MFW_SIM_CPINE } T_MFW_SS_MODUL; - + /* SS Control Block */ typedef struct { @@ -91,12 +91,12 @@ T_MFW_SS_RETURN ss_decode (UBYTE *string, CHAR **rt, T_KSD_SEQPARAM *p); void ss_notify (T_MFW_SS_NOTIFY_CODES code, SHORT index, - UBYTE *number, + UBYTE *number, UBYTE *subaddr); -T_MFW ss_set_clck (T_ACI_FAC fac, - T_ACI_CLCK_MOD mode, +T_MFW ss_set_clck (T_ACI_FAC fac, + T_ACI_CLCK_MOD mode, CHAR *passwd, - T_ACI_CLASS class_type, + T_ACI_CLASS class_type, UBYTE modul); void ss_command_info (T_ACI_CLOG* clog); void ss_ok_string (T_ACI_AT_CMD cmdId);
--- a/src/ui/mfw/mfw_str.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_str.c Tue Jan 19 06:10:27 2021 +0000 @@ -76,7 +76,7 @@ while (*s++) i++; - + return i; } @@ -227,7 +227,7 @@ MfwChar* mfwStrRChr (MfwChar* p, int c) { int i = mfwStrLen(p); - + while (i && p[i-1] != c) i--;
--- a/src/ui/mfw/mfw_td.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_td.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,15 +15,15 @@ TO DO : - $History:: mfw_td.c + $History:: mfw_td.c Dec 05, 2006 REF:OMAPS00106887 Prabakar R(a0393213) Description:Compilation error when FF_POWER_MANAGEMENT is not defined - + Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). As a result interface of rtc_get_time_date() has been changed. The changes are only for locosto. - + Jan 06,2004 REF: CRR 27859 xkundadu Description: Clock: Alarm does not go off even if timer times out. Solution: Check whether FFS is formatted before writing into FFS. @@ -64,14 +64,14 @@ #include "mfw_win.h" #include "mfw_acie.h" #include "dspl.h" - + // Jan 06,2004 REF: CRR 27859 xkundadu // Description: Clock: Alarm does not go off even if timer times out. // Solution: Check whether FFS is formatted before writing into FFS. // If it is not formatted, format it and create /mmi folder in FFS. // Included this header file to call FFS related functions -#include "Mfw_ffs.h" +#include "Mfw_ffs.h" #define TD_STRING_LEN 15 @@ -142,13 +142,13 @@ Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be + As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ #if 0 - rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); + rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else - rtc_get_time_date(¤t_date, ¤t_time); + rtc_get_time_date(¤t_date, ¤t_time); #endif } else @@ -157,13 +157,13 @@ Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be + As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ #if 0 - rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); + rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else - rtc_get_time_date(¤t_date, ¤t_time); + rtc_get_time_date(¤t_date, ¤t_time); #endif /*use a default time/date*/ current_time.second = 0; @@ -313,21 +313,21 @@ Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be + As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ #if 0 - rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); + rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else - rtc_get_time_date(¤t_date, ¤t_time); + rtc_get_time_date(¤t_date, ¤t_time); #endif - + // Issue Number : MMI-SPR-12159 on 07/04/04 by Rashmi C N and Deepa M D // change by Sasken ( Rashmi C N and Deepa M D) on April 07th 2004 // Bug : The AM PM for 12 hour fomrat was not being displayed, Also there were some bugs with the 12 hour fomat // Change 1: Uncommented the above line "rtc_get_time_date(¤t_date, ¤t_time); " // as the time was not getting refreshed when the time format was changed - // Change 2 : To display the time in appropriate format in idle screen + // Change 2 : To display the time in appropriate format in idle screen if(current_time.format==RTC_TIME_FORMAT_12HOUR) { @@ -335,7 +335,7 @@ sprintf(time_string, "%02d:%02d pm ", current_time.hour, current_time.minute); else sprintf(time_string, "%02d:%02d am ", current_time.hour, current_time.minute); - } + } else sprintf(time_string, "%02d:%02d", current_time.hour, current_time.minute); return time_string; @@ -375,13 +375,13 @@ Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be + As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ #if 0 - rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); + rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else - rtc_get_time_date(¤t_date, ¤t_time); + rtc_get_time_date(¤t_date, ¤t_time); #endif #endif return ¤t_date; @@ -404,13 +404,13 @@ Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be + As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ #if 0 - rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); + rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else - rtc_get_time_date(¤t_date, ¤t_time); + rtc_get_time_date(¤t_date, ¤t_time); #endif #endif return ¤t_time; @@ -433,7 +433,7 @@ #ifndef WIN32 int result; T_MFW_ALARM_INFO alarmInfo; - + /*SPR 2639, save alarm info to FFS*/ /***************************Go-lite Optimization changes Start***********************/ //Aug 16, 2004 REF: CRR 24323 Deepa M.D @@ -456,13 +456,13 @@ { TRACE_EVENT("Format success"); } - else + else { TRACE_EVENT("FFS NOT formatted "); //FFS Format failed return ERROR return MfwResErr; } - + } else { @@ -477,35 +477,35 @@ case EFFS_OK: TRACE_EVENT("Created mmi!!"); break; - case EFFS_EXISTS: + case EFFS_EXISTS: TRACE_EVENT("EFFS_EXISTS!"); break; - case EFFS_NAMETOOLONG: + case EFFS_NAMETOOLONG: TRACE_EVENT("EFFS_NAMETOOLONG!"); break; - case EFFS_BADNAME: + case EFFS_BADNAME: TRACE_EVENT("EFFS_BADNAME!"); break; - case EFFS_NOSPACE: + case EFFS_NOSPACE: TRACE_EVENT("EFFS_NOSPACE!"); - case EFFS_FSFULL: + case EFFS_FSFULL: TRACE_EVENT("EFFS_FSFULL!"); break; - case EFFS_MEMORY: + case EFFS_MEMORY: TRACE_EVENT("EFFS_MEMORY!"); break; - case EFFS_MSGSEND: + case EFFS_MSGSEND: TRACE_EVENT("EFFS_MSGSEND!"); break; default: TRACE_EVENT("default!"); break; - + } - - + + result =ffs_fwrite("/mmi/alarminfo",&alarmInfo, sizeof(T_MFW_ALARM_INFO)); - + if (result<0) { TRACE_EVENT("RTC alarm files not written"); return MfwResErr; @@ -721,7 +721,7 @@ void mfw_td_signal (MfwEvt event, void *para) { UBYTE temp = dspl_Enable(0); - + if (mfwSignallingMethod EQ 0) { @@ -797,31 +797,31 @@ */ int mfw_td_sign_exec (MfwHdr *cur_elem, MfwEvt event, T_MFW_TD_PARA *para) -{ - +{ + while (cur_elem) { - - + + if (cur_elem->type == MfwTypTd) { - + T_MFW_TD *td_data; td_data = (T_MFW_TD *) cur_elem->data; - - + + if (td_data->emask & event) { td_data->event = event; - + // Jan 06,2004 REF: CRR 27859 xkundadu // Description: Clock: Alarm does not go off even if timer times out. // Solution: Assign para to NULL, instead of *para = NULL which is not correct. - + // para = NULL; /*we're not passing any data to MMI*/ // RAVI - + if (td_data->handler) { // PATCH LE 06.06.00 @@ -930,13 +930,13 @@ Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) Description: Removal of clone code: entity GDI Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be + As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ #if 0 - rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); + rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else - rtc_get_time_date(¤t_date, ¤t_time); + rtc_get_time_date(¤t_date, ¤t_time); #endif timStart(timer_handle);/*restart timer */ @@ -953,7 +953,7 @@ if (alarm_date.day != NULL) { if (dates_match(¤t_date, &alarm_date)) { if (times_match(¤t_time, &alarm_time)) - { + { mfw_td_signal(MFW_TD_ALARM, NULL); mfw_td_cancel_alarm();
--- a/src/ui/mfw/mfw_td.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_td.h Tue Jan 19 06:10:27 2021 +0000 @@ -50,7 +50,7 @@ #define T_MFW_TIME T_RTC_TIME #define T_MFW_DATE T_RTC_DATE -typedef enum +typedef enum { MFW_TIME_FORMAT_12HOUR, MFW_TIME_FORMAT_24HOUR
--- a/src/ui/mfw/mfw_tim.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_tim.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,7 +15,7 @@ TO DO : $History:: mfw_tim.c $ - * + * * ***************** Version 12 ***************** * User: Es Date: 3.03.00 Time: 12:10 * Updated in $/GSM/Condat/MS/SRC/MFW @@ -174,13 +174,13 @@ if (!hdr || !tim) { TRACE_ERROR("ERROR: timCreate() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); if(tim) mfwFree((U8*)tim,sizeof(MfwTim)); - + return 0; } @@ -205,8 +205,8 @@ return 0; } return insert_status; - - + + } @@ -438,12 +438,12 @@ { ActiveTOut->left = 0; -/* PATCH PMC 000721: save the next pointer because the memory associated with +/* PATCH PMC 000721: save the next pointer because the memory associated with * to may be released in the timer handler function. */ timSavedNext = ActiveTOut->next2; /* END PATCH PMC 000721 */ - + if (ActiveTOut->handler) { // PATCH LE 06.06.00 @@ -451,17 +451,17 @@ current_mfw_elem = ActiveTOut->mfwHeader; /* SPR#1597 - SH - Change mfw_header to mfwHeader */ // END PATCH LE 06.06.00 - /* NM, p011b */ + /* NM, p011b */ temp = dspl_Enable(0); - /* p011b end */ - + /* p011b end */ + (void)((*(ActiveTOut->handler))(ActiveTOut->time,ActiveTOut));/*a0393213 lint warnings removal - void cast is done to avoid lint warning though the function returns int*/ - + /* NM, p011c */ dspl_Enable(temp); - /* p011c end */ - + /* p011c end */ + } /* PATCH PMC 000721: use the SavedNext pointer to set ActiveTOut */ ActiveTOut = timSavedNext; @@ -522,7 +522,7 @@ if (!timRoot) { timRoot = t; - t->next = 0; + t->next = 0; t->next2 = 0; /* cq18182 initialise the pointer 10-03-04 MZ. */ return; } @@ -563,10 +563,10 @@ if (t == 0) return; - + while (timRoot == t) timRoot = t->next; - + if (timRoot) { prev = timRoot; @@ -599,7 +599,7 @@ TRACE_EVENT_P1("ERROR: timCheck invalid 0x%08x - mfw_tim.c(593), quit the function", timCheck); return; } - + while (timCheck != 0 && !doneFlag) { @@ -609,7 +609,7 @@ TRACE_EVENT_P1("ERROR: timCheck invalid 0x%08x - mfw_tim.c(603), quit the function", timCheck); return; } - + if (timCheck->next2 == t) { timCheck->next2 = t->next2; @@ -624,7 +624,7 @@ return; } timCheck = timCheck->next2; - + } } }
--- a/src/ui/mfw/mfw_tim.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_tim.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,7 +15,7 @@ TO DO : $History:: mfw_tim.h $ - * + * * ***************** Version 8 ***************** * User: Es Date: 3.03.00 Time: 12:10 * Updated in $/GSM/Condat/MS/SRC/MFW
--- a/src/ui/mfw/mfw_utils.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_utils.c Tue Jan 19 06:10:27 2021 +0000 @@ -15,7 +15,7 @@ Bug:Re-align structure members in MFW Fix:Structure elements have been realigned to avoid the structure padding - Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI + Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI Description: The sample sends a STOP DTMF message without release of the key by the user Solution: Instead of sending DTMF commands in "VTS_MOD_Auto" mode, on key press DTMF tone is started using VTS_MOD_ManStart and on key release DTMF tone is stopped using VTS_MOD_ManStop mode. @@ -52,7 +52,7 @@ #endif -// xnkulkar SPR-18262: This length of array for storing DTMF mode (Start/Stop), is equal to the number +// xnkulkar SPR-18262: This length of array for storing DTMF mode (Start/Stop), is equal to the number // of DTMF tone requests that can be stored in queue. #define MAX_DTMF_Q_ENTRIES 50 /***************************Go-lite Optimization changes start***********************/ @@ -98,7 +98,7 @@ UBYTE static_buf, void *buffer_ptr) { SHORT bufId; - + if (cbf_num_of_buffers < MAX_CBUF_QUEUES) { /* @@ -131,7 +131,7 @@ if ((!static_buf) && (buffer_ptr != (void *)0)) return (MFW_CBUF_INVALID_BUF_PTR); - + /* ** Set the selected buffer to active */ @@ -360,11 +360,11 @@ memcpy(buffer_ptr, &cbf_hdr[bufId].mfw_cb[cbf_hdr[bufId].mfw_cb_read_pos], cbf_hdr[bufId].item_size); - + memset(&cbf_hdr[bufId].mfw_cb[cbf_hdr[bufId].mfw_cb_read_pos], cbf_hdr[bufId].null_char, cbf_hdr[bufId].item_size); - + /* ** Move the read pointer along to the next required position */ @@ -401,7 +401,7 @@ SHORT mfw_cbuf_put_mode (SHORT bufId,UBYTE vts_mode) { TRACE_FUNCTION("mfw_cbuf_put_mode()"); - + // Check for the validity of buffer ID and "limit" for the number of elements // if ok, put the mode (Start / Stop) for the specified DTMF tone in the queue if ((bufId < 0) || (bufId >= MAX_CBUF_QUEUES)) @@ -418,7 +418,7 @@ |xnkulkar SPR-18262 | |ROUTINE: SHORT mfw_cbuf_get_mode() | |PURPOSE : Get the mode (Start/Stop) for the DTMF tone in queue | -| | +| | +-----------------------------------------------------------------------+ */ SHORT mfw_cbuf_get_mode (SHORT bufId)
--- a/src/ui/mfw/mfw_utils.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_utils.h Tue Jan 19 06:10:27 2021 +0000 @@ -11,7 +11,7 @@ PURPOSE : This modul contains General Functional Utilities. HISTORY: - Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI + Jun 05, 2004 REF: CRR 18262 NISHIKANT KULKARNI Description: The sample sends a STOP DTMF message without release of the key by the user Solution: Instead of sending DTMF commands in "VTS_MOD_Auto" mode, on key press DTMF tone is started using VTS_MOD_ManStart and on key release DTMF tone is stopped using VTS_MOD_ManStop mode.
--- a/src/ui/mfw/mfw_win.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_win.c Tue Jan 19 06:10:27 2021 +0000 @@ -27,7 +27,7 @@ Description: Optimisation 1: Removal of unused variables and dynamically allocate/ deallocate mbndata Solution: removed the unused varialbe mfw_twh_strlen - + * textMessage * ***************** Version 21 ***************** * User: Es Date: 23.03.00 Time: 14:42 @@ -224,7 +224,7 @@ MfwHdr *eoc = (MfwHdr *) mfwAlloc(sizeof(MfwHdr)); MfwHdr *insert_status =0; - /* xreddymn Aug-09-2004, MMI-SPR-23964 (TII_MMS33) + /* xreddymn Aug-09-2004, MMI-SPR-23964 (TII_MMS33) * Implemented suspend and resume functionality for MFW windows * The following code posts MfwWinSuspend event */ @@ -246,7 +246,7 @@ if (!hdr || !win || !eoc) { TRACE_ERROR("ERROR: winCreate() Mem Alloc Failed."); - + if(hdr) mfwFree((U8*)hdr,sizeof(MfwHdr)); @@ -255,7 +255,7 @@ if(eoc) mfwFree((U8*)eoc,sizeof(MfwHdr)); - + return 0; } @@ -287,10 +287,10 @@ TRACE_ERROR("ERROR: winCreate() Failed to Install Handler. "); mfwFree((U8*)hdr,sizeof(MfwHdr)); mfwFree((U8*)win,sizeof(MfwWin)); - mfwFree((U8*)eoc,sizeof(MfwHdr)); + mfwFree((U8*)eoc,sizeof(MfwHdr)); return 0; } - + return insert_status; } @@ -353,8 +353,8 @@ mfwRemove(e); /* move up child window */ /* xreddymn OMAPS00095308 Oct-09-2006 * Check if r is valid. - */ - if (r) + */ + if (r) { mfwAppend(&(((MfwWin*)(r->data))->elems),e); } @@ -375,9 +375,9 @@ res = (mfwRemove(w)) ? MfwResOk : MfwResIllHnd; - /*NM, p012d + /*NM, p012d old: after deleting the focus-win start from root to top - new: after deleting the focus-win just give the new focus to + new: after deleting the focus-win just give the new focus to his parent-win (faster) */ if (mfwSignallingMethod != 0 && mfwRoot && (!mfwFocus)) @@ -386,7 +386,7 @@ if (((MfwHdr *) parent_win)->type == MfwTypWin) { - parent_controlBlock = ((MfwHdr *) parent_win)->data; + parent_controlBlock = ((MfwHdr *) parent_win)->data; /* xreddymn Aug-09-2004, MMI-SPR-23964 (TII_MMS33) * Implemented suspend and resume functionality for MFW windows @@ -439,10 +439,10 @@ if (!w) return MfwResIllHnd; /* window does not exist */ - + if (((MfwHdr *) w)->type != MfwTypWin) return MfwResIllHnd; /* element is not a window */ - + win = ((MfwHdr *) w)->data; /* get control block */ temp_current_mfw_elem = current_mfw_elem; @@ -975,7 +975,7 @@ next = NULL; } } - + return; } @@ -985,107 +985,107 @@ { case MfwTypNone: /* no element (first !!) */ return("MfwTypNone"); -// break; +// break; case MfwTypWin: /* window */ return("MfwTypWin"); -// break; +// break; case MfwTypEdt: /* editor */ return("MfwTypEdt"); -// break; +// break; case MfwTypMnu: /* menu handler */ return("MfwTypMnu"); -// break; +// break; case MfwTypIcn: /* icon handler */ return("MfwTypIcn"); -// break; +// break; case MfwTypKbd: /* keyboard */ return("MfwTypKbd"); -// break; +// break; case MfwTypTim: /* timer */ return("MfwTypTim"); -// break; +// break; case MfwTypMme: /* misc. mobile equipment */ return("MfwTypMme"); -// break; +// break; case MfwTypVmm: /* MDL virtual machine */ return("MfwTypVmm"); -// break; +// break; case MfwTypNm: /* network */ return("MfwTypNm"); -// break; +// break; case MfwTypSim: /* SIM card */ return("MfwTypSim"); -// break; +// break; case MfwTypCm: /* call handling */ return("MfwTypCm"); -// break; +// break; case MfwTypPhb: /* phonebook handling */ return("MfwTypPhb"); -// break; +// break; case MfwTypSms: /* short message handling */ return("MfwTypSms"); -// break; +// break; case MfwTypSs: /* supl. services handling */ return("MfwTypSs"); -// break; +// break; case MfwTypSat: /* SIM Toolkit handling */ return("MfwTypSat"); -// break; +// break; case MfwTypLng: /* language handling */ return("MfwTypLng"); -// break; +// break; case MfwTypInp: /* input handling */ return("MfwTypInp"); -// break; +// break; case MfwTypNode: /* node element */ return("MfwTypNode"); -// break; +// break; case MfwTypCphs: /* CPHS element */ return("MfwTypCphs"); -// break; +// break; case MfwTypGprs: /* GPRS handling */ return("MfwTypGprs"); -// break; +// break; case MfwTypEm: /*MC, SPR 1209 Eng Mode handling*/ return("MfwTypEm"); -// break; +// break; #ifdef BT_INTERFACE case MfwTypBt: /* bluetooth handling */ return("MfwTypBt"); -// break; +// break; #endif #ifdef BTE_MOBILE case MfwTypBte: /* bluetooth handling */ return("MfwTypBte"); -// break; +// break; #endif case MfwTypMax: /* end of types (last !!) */ return("MfwTypMax"); -// break; +// break; default: return("Not Known"); @@ -1098,7 +1098,7 @@ char fmt_str[30]; memset(fmt_str, 0, 30); - + #if 0 /* The code here will output the information in hex format which will need ** more decoding, but which may be necessary if the amount of information @@ -1117,21 +1117,21 @@ */ mfw_twh_str_purge(); } - + strcat(mfw_twh_str, fmt_str); mfw_twh_strlen += 12; #else memset(mfw_twh_str, 0, TWH_MAX_STR_LEN); - + for (i=0; i<trc_lvl; i++) { strcat(mfw_twh_str, " "); } strcat(mfw_twh_str, "-> "); - + sprintf(fmt_str,"N:%08p T:%s", ptr, mfw_twhType(typ));/*a0393213 lint warnings removal-format specifier %08lx changed to %p*/ strcat(mfw_twh_str, fmt_str); @@ -1162,7 +1162,7 @@ ** No Need to test whether there is enough space for the callback ...already checked in mfw_twhOut() */ sprintf(fmt_str,"%08lx", ptr); - + strcat(mfw_twh_str, fmt_str); mfw_twh_strlen += 8; @@ -1171,7 +1171,7 @@ ** No Need to test whether there is enough space for the callback ...already checked in mfw_twhOut() */ sprintf(fmt_str," Cb:%08p", ptr);/*a0393213 lint warnings removal-format specifier %08lx changed to %p*/ - + strcat(mfw_twh_str, fmt_str); TRACE_EVENT(mfw_twh_str);
--- a/src/ui/mfw/mfw_win.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_win.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,49 +15,49 @@ TO DO : $History:: mfw_win.h $ - * + * * ***************** Version 8 ***************** * User: Es Date: 23.03.00 Time: 14:42 * Updated in $/GSM/Condat/MS/SRC/MFW * Added 'winUnhide()': no update(), no event. - * + * * ***************** Version 7 ***************** * User: Kk Date: 17.01.00 Time: 8:56 * Updated in $/GSM/Condat/MS/SRC/MFW * added simple check functions for easy checking if win is visible, * focussed, closed - * + * * ***************** Version 6 ***************** * User: Le Date: 6.01.00 Time: 9:23 * Updated in $/GSM/Condat/MS/SRC/MFW * Alignment of MFW versions - * + * * ***************** Version 3 ***************** * User: Xam Date: 12/15/99 Time: 4:06p * Updated in $/GSM/Condat/SND-MMI/MFW * Added constant MfwWinClosed. - * + * * ***************** Version 2 ***************** * User: Es Date: 22.11.99 Time: 10:30 * Updated in $/GSM/Condat/SND-MMI/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 18.11.99 Time: 16:35 * Created in $/GSM/Condat/SND-MMI/MFW * Initial - * + * * ***************** Version 5 ***************** * User: Es Date: 6.07.99 Time: 12:37 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 4 ***************** * User: Es Date: 17.02.99 Time: 20:01 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 3 ***************** * User: Es Date: 14.01.99 Time: 17:19 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 23.12.98 Time: 16:19 * Updated in $/GSM/DEV/MS/SRC/MFW @@ -91,7 +91,7 @@ #define MfwWinFocussed 2 /* input focus / selected */ #define MfwWinDelete 4 /* window will be deleted */ #define MfwWinClosed 256 /* Child window closed ?? */ -/* xreddymn Aug-09-2004, MMI-SPR-23964 (TII_MMS33) +/* xreddymn Aug-09-2004, MMI-SPR-23964 (TII_MMS33) * Implemented suspend and resume functionality for MFW windows */ #define MfwWinSuspend 8 /* window is suspended */
--- a/src/ui/mfw/ti1_key.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/ti1_key.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,11 +15,11 @@ TO DO : $History:: ti1_key.h $ - * + * * ***************** Version 2 ***************** * User: Es Date: 17.02.99 Time: 20:00 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 9.02.99 Time: 14:54 * Created in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/ti1_tmr.c Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/ti1_tmr.c Tue Jan 19 06:10:27 2021 +0000 @@ -16,7 +16,7 @@ TO DO : $History:: ti1_tmr.c $ - * + * *Sep 19, 2006 DRT OMAPS00091093 x0047075(Archana) * Description: optimizing of the timer related vsi interface * Solution:Replacing the Vsi_t_start ,Vsi_t_stop with TIMER_START and TIMER_STOP @@ -24,11 +24,11 @@ * User: Es Date: 18.02.00 Time: 17:58 * Updated in $/GSM/Condat/MS/SRC/MFW * tmrStart(): bug in inner 'if'-clause - * + * * ***************** Version 7 ***************** * User: Es Date: 6.07.99 Time: 12:41 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 6 ***************** * User: Es Date: 14.06.99 Time: 12:15 * Updated in $/GSM/DEV/MS/SRC/MFW
--- a/src/ui/mfw/ti1_tmr.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/ti1_tmr.h Tue Jan 19 06:10:27 2021 +0000 @@ -15,15 +15,15 @@ TO DO : $History:: ti1_tmr.h $ - * + * * ***************** Version 3 ***************** * User: Es Date: 14.06.99 Time: 12:15 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 2 ***************** * User: Es Date: 17.02.99 Time: 20:00 * Updated in $/GSM/DEV/MS/SRC/MFW - * + * * ***************** Version 1 ***************** * User: Es Date: 9.02.99 Time: 14:54 * Created in $/GSM/DEV/MS/SRC/MFW