Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:44 +0000 (00:48 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:44 +0000 (00:48 +0900)
commit7b93e558cf9c94b77eeb14b47bda4699b21098da
tree324ad4bc00d87358237a8ef2f95496da53311274
parent53096f6974850e1ac26414ff4bbfe5d632ab0c07
Git init
492 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
TC/making_new_tet_scen.py [new file with mode: 0755]
TC/telephony_TC/CFG/cfg_util.c [new file with mode: 0644]
TC/telephony_TC/CFG/cfg_util.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_cfg_default_configuration.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_cfg_default_configuration.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_akey.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_akey.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_hidden_menu_access.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_hidden_menu_access.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_msl_info.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_msl_info.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_serving_carrier.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_serving_carrier.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_vocoder_option.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_get_cfg_vocoder_option.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_set_cfg_hidden_menu_access.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_set_cfg_hidden_menu_access.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_set_cfg_serving_carrier.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_set_cfg_serving_carrier.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_set_cfg_vocoder_option.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_set_cfg_vocoder_option.h [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_verify_cfg_akey.c [new file with mode: 0644]
TC/telephony_TC/CFG/uts_tel_verify_cfg_akey.h [new file with mode: 0644]
TC/telephony_TC/Makefile [new file with mode: 0644]
TC/telephony_TC/call/README [new file with mode: 0644]
TC/telephony_TC/call/call_common.h [new file with mode: 0644]
TC/telephony_TC/call/unit/makefile [new file with mode: 0644]
TC/telephony_TC/call/unit/tapi_callback.c [new file with mode: 0644]
TC/telephony_TC/call/unit/tapi_callback.h [new file with mode: 0644]
TC/telephony_TC/call/unit/tslist [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tapi_check_status.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tapi_check_status.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_activate_call_ccbs.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_activate_call_ccbs.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_answer_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_answer_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_deflect_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_deflect_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exe_call_explicit_transfer.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exe_call_explicit_transfer.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exe_call_flash.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exe_call_flash.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exe_call_mo.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exe_call_mo.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exit_call_emergency_mode.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_exit_call_emergency_mode.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_act_line.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_act_line.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_conf_list.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_conf_list.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_duration.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_duration.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_privacy_mode.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_privacy_mode.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_status.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_status.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_time.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_get_call_time.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_hold_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_hold_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_join_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_join_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call_all.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call_all.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call_all_active.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call_all_active.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call_all_held.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_release_call_all_held.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_retrieve_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_retrieve_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_send_call_dtmf.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_send_call_dtmf.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_set_call_act_line.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_set_call_act_line.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_set_call_privacy_mode.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_set_call_privacy_mode.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_split_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_split_call.h [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_swap_call.c [new file with mode: 0644]
TC/telephony_TC/call/unit/uts_tel_swap_call.h [new file with mode: 0644]
TC/telephony_TC/common/unit/makefile [new file with mode: 0644]
TC/telephony_TC/common/unit/tapi_common.h [new file with mode: 0644]
TC/telephony_TC/common/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/common/unit/tslist [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_check_service_ready.c [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_check_service_ready.h [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_deinit.c [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_deinit.h [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_deregister_event.c [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_deregister_event.h [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_init.c [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_init.h [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_register_event.c [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_register_event.h [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_request_tunnel.c [new file with mode: 0644]
TC/telephony_TC/common/unit/uts_tel_request_tunnel.h [new file with mode: 0644]
TC/telephony_TC/gprs/unit/gprs_common.c [new file with mode: 0644]
TC/telephony_TC/gprs/unit/gprs_common.h [new file with mode: 0644]
TC/telephony_TC/gprs/unit/makefile [new file with mode: 0644]
TC/telephony_TC/gprs/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/gprs/unit/tet_scen [new file with mode: 0644]
TC/telephony_TC/gprs/unit/tslist [new file with mode: 0644]
TC/telephony_TC/gprs/unit/uts_tel_activate_gprs_pdp.c [new file with mode: 0644]
TC/telephony_TC/gprs/unit/uts_tel_activate_gprs_pdp.h [new file with mode: 0644]
TC/telephony_TC/gprs/unit/uts_tel_control_gprs_btdun_pin.c [new file with mode: 0644]
TC/telephony_TC/gprs/unit/uts_tel_control_gprs_btdun_pin.h [new file with mode: 0644]
TC/telephony_TC/gprs/unit/uts_tel_deactivate_gprs_pdp.c [new file with mode: 0644]
TC/telephony_TC/gprs/unit/uts_tel_deactivate_gprs_pdp.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/async_util.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/async_util.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/makefile [new file with mode: 0644]
TC/telephony_TC/misc/unit/misc_callback_util.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/misc_callback_util.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/tslist [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_NAM_info_get.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_NAM_info_get.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_NAM_info_set.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_NAM_info_set.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_me_serial_num_get.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_me_serial_num_get.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_timezone_getinfo.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_timezone_getinfo.h [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_timezone_setinfo.c [new file with mode: 0644]
TC/telephony_TC/misc/unit/uts_tapi_misc_timezone_setinfo.h [new file with mode: 0644]
TC/telephony_TC/network/README [new file with mode: 0644]
TC/telephony_TC/network/unit/makefile [new file with mode: 0644]
TC/telephony_TC/network/unit/tel_tapi_nw_common.c [new file with mode: 0644]
TC/telephony_TC/network/unit/tel_tapi_nw_common.h [new file with mode: 0644]
TC/telephony_TC/network/unit/tslist [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_band.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_band.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_hybrid_in_cdma.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_hybrid_in_cdma.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_mode.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_mode.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_preferred_plmn.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_preferred_plmn.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_roaming.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_roaming.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_selection_mode.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_selection_mode.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_service_domain.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_get_network_service_domain.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_search_network.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_search_network.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_select_network_automatic.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_select_network_automatic.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_select_network_manual.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_select_network_manual.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_band.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_band.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_hybrid_in_cdma.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_hybrid_in_cdma.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_mode.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_mode.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_preferred_plmn.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_preferred_plmn.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_roaming.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_roaming.h [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_service_domain.c [new file with mode: 0644]
TC/telephony_TC/network/unit/uts_tel_set_network_service_domain.h [new file with mode: 0644]
TC/telephony_TC/power/unit/makefile [new file with mode: 0644]
TC/telephony_TC/power/unit/power_common.c [new file with mode: 0644]
TC/telephony_TC/power/unit/power_common.h [new file with mode: 0644]
TC/telephony_TC/power/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/power/unit/tslist [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tapi_display_get_icon_info.c [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tapi_display_get_icon_info.h [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tapi_power_get_phone_power_status.c [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tapi_power_get_phone_power_status.h [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tapi_power_reboot_modem.c [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tapi_power_reboot_modem.h [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tel_process_power_command.c [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tel_process_power_command.h [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tel_set_flight_mode.c [new file with mode: 0644]
TC/telephony_TC/power/unit/uts_tel_set_flight_mode.h [new file with mode: 0644]
TC/telephony_TC/power/uts_tapi_power_phone_on_off.c [new file with mode: 0644]
TC/telephony_TC/power/uts_tapi_power_phone_on_off.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/makefile [new file with mode: 0644]
TC/telephony_TC/sat/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/tslist [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_download_sat_event.c [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_download_sat_event.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_get_sat_main_menu_info.c [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_get_sat_main_menu_info.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_select_sat_menu.c [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_select_sat_menu.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_send_sat_app_exec_result.c [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_send_sat_app_exec_result.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_send_sat_ui_user_confirm.c [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_send_sat_ui_user_confirm.h [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_send_ui_display_status.c [new file with mode: 0644]
TC/telephony_TC/sat/unit/uts_tel_send_ui_display_status.h [new file with mode: 0644]
TC/telephony_TC/sim/README [new file with mode: 0644]
TC/telephony_TC/sim/sim_common.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/async_util.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/async_util.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/log [new file with mode: 0644]
TC/telephony_TC/sim/unit/makefile [new file with mode: 0644]
TC/telephony_TC/sim/unit/sim_pw.txt [new file with mode: 0644]
TC/telephony_TC/sim/unit/tet_tapi_util.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/tslist [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_change_sim_pins.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_change_sim_pins.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_delete_sim_pb_record.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_delete_sim_pb_record.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_disable_sim_fdn.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_disable_sim_fdn.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_disable_sim_personalization.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_disable_sim_personalization.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_disable_sim_security.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_disable_sim_security.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_enable_sim_fdn.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_enable_sim_fdn.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_enable_sim_personalization.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_enable_sim_personalization.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_enable_sim_security.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_enable_sim_security.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_callforwarding_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_callforwarding_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_cphs_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_cphs_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_ecc.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_ecc.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_fdn_status.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_fdn_status.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_imsi.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_imsi.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_init_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_init_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_language.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_language.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_mailbox_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_mailbox_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_messagewaiting_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_messagewaiting_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_msisdn.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_msisdn.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_3g_meta_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_3g_meta_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_count.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_count.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_init_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_init_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_meta_info.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_pb_meta_info.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_personalization_status.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_personalization_status.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_security_status.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_security_status.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_type.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_get_sim_type.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_lock_sim_personalization.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_lock_sim_personalization.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_read_sim_pb_record.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_read_sim_pb_record.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_cardreader_status.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_cardreader_status.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_connection.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_connection.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_connection_status.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_connection_status.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_power_operation.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_power_operation.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_transfer_apdu.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_transfer_apdu.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_transfer_atr.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_transfer_atr.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_transport_protocol.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sap_transport_protocol.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sim_access.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sim_access.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sim_isim_authentication.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_req_sim_isim_authentication.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_set_sim_language.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_set_sim_language.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_update_sim_pb_record.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_update_sim_pb_record.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_verifiy_sim_pins.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_verifiy_sim_pins.h [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_verify_sim_puks.c [new file with mode: 0644]
TC/telephony_TC/sim/unit/uts_tel_verify_sim_puks.h [new file with mode: 0644]
TC/telephony_TC/sms/README [new file with mode: 0644]
TC/telephony_TC/sms/sms_common.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/async_util.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/async_util.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/error [new file with mode: 0644]
TC/telephony_TC/sms/unit/makefile [new file with mode: 0644]
TC/telephony_TC/sms/unit/sms_callback_util.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/sms_callback_util.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/sms_util.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/sms_util.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/tet_tapi_util_new.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/tslist [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_delete_sms_in_sim.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_delete_sms_in_sim.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_cb_config.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_cb_config.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_count.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_count.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_parameter_count.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_parameter_count.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_parameters.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_parameters.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_preferred_bearer.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_preferred_bearer.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_sca.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_get_sms_sca.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_read_sms_in_sim.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_read_sms_in_sim.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_send_sms.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_send_sms.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_send_sms_deliver_report.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_send_sms_deliver_report.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_send_sms_msg.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_send_sms_msg.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_cb_config.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_cb_config.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_memory_status.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_memory_status.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_message_status.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_message_status.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_parameters.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_parameters.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_preferred_bearer.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_preferred_bearer.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_sca.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_set_sms_sca.h [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_write_sms_in_sim.c [new file with mode: 0644]
TC/telephony_TC/sms/unit/uts_tel_write_sms_in_sim.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/async_util.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/async_util.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/makefile [new file with mode: 0644]
TC/telephony_TC/sound/unit/sound_callback_util.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/sound_callback_util.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/tet_macro.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/tslist [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_control_sound_voice_recording.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_control_sound_voice_recording.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_get_sound_mute_status.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_get_sound_mute_status.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_get_sound_volume_info.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_get_sound_volume_info.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_clock.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_clock.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_loopback.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_loopback.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_mute_status.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_mute_status.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_path.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_path.h [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_volume_info.c [new file with mode: 0644]
TC/telephony_TC/sound/unit/uts_tel_set_sound_volume_info.h [new file with mode: 0644]
TC/telephony_TC/ss/README [new file with mode: 0644]
TC/telephony_TC/ss/ss_common.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/makefile [new file with mode: 0644]
TC/telephony_TC/ss/unit/tet_tapi_util.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/tet_tapi_util.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/tslist [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_change_ss_barring_password.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_change_ss_barring_password.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_aoc_info.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_aoc_info.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_barring_status.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_barring_status.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_cli_status.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_cli_status.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_forward_status.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_forward_status.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_waiting_status.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_get_ss_waiting_status.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_send_ss_ussd_cancel.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_send_ss_ussd_cancel.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_send_ss_ussd_request.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_send_ss_ussd_request.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_send_ss_ussd_response.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_send_ss_ussd_response.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_aoc_info.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_aoc_info.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_barring.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_barring.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_forward.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_forward.h [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_waiting.c [new file with mode: 0644]
TC/telephony_TC/ss/unit/uts_tel_set_ss_waiting.h [new file with mode: 0644]
TC/telephony_TC/tet_scen [new file with mode: 0644]
TC/telephony_TC/tetbuild.cfg [new file with mode: 0644]
TC/telephony_TC/tetclean.cfg [new file with mode: 0644]
TC/telephony_TC/tetexec.cfg [new file with mode: 0644]
TC/tet_scen [new file with mode: 0644]
TC/tslist.txt [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libslp-tapi-0.install.in [new file with mode: 0644]
debian/libslp-tapi-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
image/SLP_TelephonyFW_PG_image001.png [new file with mode: 0755]
image/SLP_TelephonyFW_PG_image002.png [new file with mode: 0755]
image/SLP_TelephonyFW_PG_image003.png [new file with mode: 0755]
image/SLP_TelephonyFW_PG_image004.png [new file with mode: 0755]
include/SLP_TelephonyFW_PG.h [new file with mode: 0644]
include/common/TapiCommon.h [new file with mode: 0644]
include/common/TapiEvent.h [new file with mode: 0644]
include/common/TapiUtility.h [new file with mode: 0644]
include/common/TelCall.h [new file with mode: 0644]
include/common/TelData.h [new file with mode: 0644]
include/common/TelDefines.h [new file with mode: 0644]
include/common/TelDisplay.h [new file with mode: 0644]
include/common/TelErr.h [new file with mode: 0644]
include/common/TelMisc.h [new file with mode: 0644]
include/common/TelNetText.h [new file with mode: 0644]
include/common/TelNetwork.h [new file with mode: 0644]
include/common/TelPower.h [new file with mode: 0644]
include/common/TelSat.h [new file with mode: 0644]
include/common/TelSatEnvelope.h [new file with mode: 0644]
include/common/TelSatObj.h [new file with mode: 0644]
include/common/TelSatProactvCmd.h [new file with mode: 0644]
include/common/TelSim.h [new file with mode: 0644]
include/common/TelSs.h [new file with mode: 0644]
include/common/TelUtility.h [new file with mode: 0644]
include/common/tel_cs_conn.h [new file with mode: 0644]
include/porting/tel_marshaler.h [new file with mode: 0644]
include/tapi/.gitignore [new file with mode: 0644]
include/tapi/ITapiCall.h [new file with mode: 0644]
include/tapi/ITapiCfg.h [new file with mode: 0644]
include/tapi/ITapiData.h [new file with mode: 0644]
include/tapi/ITapiGps.h [new file with mode: 0644]
include/tapi/ITapiMisc.h [new file with mode: 0644]
include/tapi/ITapiNetText.h [new file with mode: 0644]
include/tapi/ITapiNetwork.h [new file with mode: 0644]
include/tapi/ITapiOmadm.h [new file with mode: 0644]
include/tapi/ITapiPS.h [new file with mode: 0644]
include/tapi/ITapiPower.h [new file with mode: 0644]
include/tapi/ITapiProductivity.h [new file with mode: 0644]
include/tapi/ITapiSat.h [new file with mode: 0644]
include/tapi/ITapiSim.h [new file with mode: 0644]
include/tapi/ITapiSound.h [new file with mode: 0644]
include/tapi/ITapiSs.h [new file with mode: 0644]
include/tapi/tapi_proxy.h [new file with mode: 0644]
include/tapi/tapi_proxy_internal.h [new file with mode: 0644]
packaging/libslp-tapi.spec [new file with mode: 0644]
src/common_tapi_lib.c [new file with mode: 0644]
src/common_tapi_lib_internal.c [new file with mode: 0644]
src/porting/tel_marshaler.c [new file with mode: 0644]
src/tapi-lib.xml [new file with mode: 0644]
src/tapi_proxy_call.c [new file with mode: 0644]
src/tapi_proxy_cfg.c [new file with mode: 0644]
src/tapi_proxy_common.c [new file with mode: 0644]
src/tapi_proxy_data.c [new file with mode: 0644]
src/tapi_proxy_gprs.c [new file with mode: 0644]
src/tapi_proxy_gps.c [new file with mode: 0644]
src/tapi_proxy_misc.c [new file with mode: 0644]
src/tapi_proxy_nettext.c [new file with mode: 0644]
src/tapi_proxy_network.c [new file with mode: 0644]
src/tapi_proxy_omadm.c [new file with mode: 0644]
src/tapi_proxy_power.c [new file with mode: 0644]
src/tapi_proxy_productivity.c [new file with mode: 0644]
src/tapi_proxy_sat.c [new file with mode: 0644]
src/tapi_proxy_sim.c [new file with mode: 0644]
src/tapi_proxy_sound.c [new file with mode: 0644]
src/tapi_proxy_ss.c [new file with mode: 0644]
src/test_apps/Makefile [new file with mode: 0644]
src/test_apps/tapi_call_test.c [new file with mode: 0644]
src/test_apps/tapi_cdma_data_test.c [new file with mode: 0644]
src/test_apps/tapi_cfg_test.c [new file with mode: 0644]
src/test_apps/tapi_gps_test.c [new file with mode: 0644]
src/test_apps/tapi_misc_test.c [new file with mode: 0644]
src/test_apps/tapi_nw_test.c [new file with mode: 0644]
src/test_apps/tapi_power_test.c [new file with mode: 0644]
src/test_apps/tapi_ps_test.c [new file with mode: 0644]
src/test_apps/tapi_sat_test.c [new file with mode: 0644]
src/test_apps/tapi_sim_test.c [new file with mode: 0644]
src/test_apps/tapi_sms_test.c [new file with mode: 0644]
src/test_apps/tapi_sms_test.h [new file with mode: 0644]
src/test_apps/tapi_sms_util.c [new file with mode: 0644]
src/test_apps/tapi_sms_util.h [new file with mode: 0644]
src/test_apps/tapi_sound_test.c [new file with mode: 0644]
src/test_apps/tapi_ss_test.c [new file with mode: 0644]
src/test_apps/tapi_svc_test.c [new file with mode: 0644]
src/test_apps/tapi_test_app.c [new file with mode: 0644]
src/test_apps/tapi_test_utility.h [new file with mode: 0644]
tapi.pc.in [new file with mode: 0644]