# HG changeset patch # User hgs # Date 1279547613 -3600 # Node ID 60785a0880778286bba9f92d6ae2dca529227a60 # Parent 28dbf5a297f42bb4f291be1485fdb2566793368e 201025_04 diff -r 28dbf5a297f4 -r 60785a088077 basebandabstraction/basebandchanneladaptor/Test/TE_BCA/group/TE_Bca.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/basebandabstraction/basebandchanneladaptor/Test/TE_BCA/group/TE_Bca.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,1 @@ +"\sf\os\cellularsrv\basebandabstraction\basebandchanneladaptor\Test\TE_BCA\scripts\TE_BcaUnit.script"-"c:\testdata\scripts\TE_BcaUnit.script" diff -r 28dbf5a297f4 -r 60785a088077 basebandabstraction/basebandchanneladaptor/doc_pub/NIF_BCA_interface_design.doc Binary file basebandabstraction/basebandchanneladaptor/doc_pub/NIF_BCA_interface_design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 basebandadaptationplugins/basebandchanneladaptorforc32/te_c32bca/group/TE_C32Bca.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/basebandadaptationplugins/basebandchanneladaptorforc32/te_c32bca/group/TE_C32Bca.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,16 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\te_c32bca\scripts\TE_C32BcaUnit.script"-"c:\testdata\scripts\TE_C32BcaUnit.script" diff -r 28dbf5a297f4 -r 60785a088077 cellularsrv_info/doc_pub/Baseband Adaptation Subsystem Architectural Description.doc Binary file cellularsrv_info/doc_pub/Baseband Adaptation Subsystem Architectural Description.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 cellularsrv_info/doc_pub/Baseband Adaptation Subsystem Functional Specification.doc Binary file cellularsrv_info/doc_pub/Baseband Adaptation Subsystem Functional Specification.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 cellularsrv_info/doc_pub/How_to_write_a_TSY.doc Binary file cellularsrv_info/doc_pub/How_to_write_a_TSY.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 cellularsrv_info/doc_pub/Telephony_Subsystem_Architectural_Description.doc Binary file cellularsrv_info/doc_pub/Telephony_Subsystem_Architectural_Description.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 cellularsrv_info/doc_pub/Telephony_Subsystem_Functional_Specification.doc Binary file cellularsrv_info/doc_pub/Telephony_Subsystem_Functional_Specification.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/group/bld.inf Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,57 @@ +/* +* Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Build information file for all project in cellularsrv subsystem +* +*/ + +/* +* %version: 1.2.2 % +*/ + +PRJ_PLATFORMS +DEFAULT + +PRJ_EXPORTS + +PRJ_MMPFILES + +#include "../basebandabstraction/basebandchanneladaptor/group/bld.inf" +#include "../basebandadaptationplugins/basebandchanneladaptorforc32/group/bld.inf" +#include "../smsprotocols/smsstack/group/bld.inf" +#include "../telephonyprotocols/csdagt/group/bld.inf" +#include "../telephonyprotocols/psdagt/group/bld.inf" +#include "../telephonyprotocols/gprsumtsqosprt/group/bld.inf" +#include "../telephonyprotocols/gprsumtsqosinterface/group/bld.inf" +#include "../telephonyprotocols/qosextnapi/group/bld.inf" +#include "../telephonyprotocols/qos3gppcpr/group/bld.inf" +#include "../telephonyprotocols/pdplayer/group/bld.inf" +#include "../telephonyprotocols/rawipnif/group/bld.inf" +#include "../telephonyserver/etelserverandcore/group/bld.inf" +#include "../telephonyserver/etelmultimode/group/bld.inf" +#include "../telephonyserver/etelpacketdata/group/bld.inf" +#include "../telephonyserver/etelsimtoolkit/group/bld.inf" +#include "../telephonyserverplugins/common_tsy/group/bld.inf" +#include "../telephonyserverplugins/licenseetsystub/group/bld.inf" +#include "../telephonyserverplugins/multimodetsy/group/bld.inf" +#include "../telephonyserverplugins/simtsy/group/bld.inf" +#include "../telephonyserverplugins/ctsydispatchlayer/group/bld.inf" +#include "../telephonyserverplugins/simatktsy/group/bld.inf" +#include "../telephonyutils/dial/group/bld.inf" +#include "../telephonyutils/telephonywatchers/group/bld.inf" +#include "../telephonyutils/etel3rdpartyapi/group/bld.inf" +#include "../hwpluginsimulation/mocksy/group/bld.inf" +#include "../wapstack/wapmessageapi/group/bld.inf" + + +PRJ_TESTMMPFILES diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/doc_pub/NBProtocols_Subsystem_Architectural_Description.doc Binary file smsprotocols/doc_pub/NBProtocols_Subsystem_Architectural_Description.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/doc_pub/NbProtocols_Functional_Specification.doc Binary file smsprotocols/doc_pub/NbProtocols_Functional_Specification.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/smsstack/doc_pub/SmsStack_GSM_SMS_Use_Case_Analysis.doc Binary file smsprotocols/smsstack/doc_pub/SmsStack_GSM_SMS_Use_Case_Analysis.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/smsstack/gsmu/group/gsmu_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smsprotocols/smsstack/gsmu/group/gsmu_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,19 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\smsprotocols\smsstack\gsmu\test\te_gsmu\te_gsmu.script"-"c:\testdata\scripts\te_gsmu.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\gsmu\test\te_gsmustor\te_gsmustor.script"-"c:\testdata\scripts\te_gsmustor.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\gsmu\test\te_gsmu_ems\te_gsmu_ems.script"-"c:\testdata\scripts\te_gsmu_ems.script" diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/smsstack/smsprot/Group/smsport_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smsprotocols/smsstack/smsprot/Group/smsport_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,29 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_SMSEMSPRT\TE_SMSEMSPRT.script"-"c:\testdata\scripts\TE_SMSEMSPRT.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_SMSEMSPRT\te_smsemsprt_commdb.cfg"-"c:\testdata\scripts\te_smsemsprt_commdb.cfg" + +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_SMSPRTSTRESS\te_smsprtstress.script"-"c:\testdata\scripts\te_smsprtstress.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_SMSPRTSTRESS\te_smsprtstress_commdb.cfg"-"c:\testdata\scripts\te_smsprtstress_commdb.cfg" + + +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_SMSSTOR\te_smsstor.script"-"c:\testdata\scripts\te_smsstor.script" + +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_Smsprt\TE_smsprt.script"-"c:\testdata\scripts\TE_smsprt.script" + +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_Smsprt\Te_SMSStackOutOfDiskSpace.script"-"c:\testdata\scripts\Te_SMSStackOutOfDiskSpace.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\smsprot\Test\TE_Smsprt\TE_SetupSMSStackOutOfDiskSpace.script"-"c:\testdata\scripts\TE_SetupSMSStackOutOfDiskSpace.script" diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/smsstack/test/smsstack_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smsprotocols/smsstack/test/smsstack_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,21 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\smsprotocols\smsstack\test\TE_SMSPDUDB\TE_smspdudb.script"-"c:\testdata\scripts\TE_smspdudb.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\test\TE_R6SMS\TE_R6SMS.script"-"c:\testdata\scripts\TE_R6SMS.script" + + + + diff -r 28dbf5a297f4 -r 60785a088077 smsprotocols/smsstack/wapprot/Group/wapport_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smsprotocols/smsstack/wapprot/Group/wapport_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,25 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\smsprotocols\smsstack\wapprot\Test\TE_WAPDGRM\TE_wapdgrm.script"-"c:\testdata\scripts\TE_wapdgrm.script" + +"\sf\os\cellularsrv\smsprotocols\smsstack\wapprot\Test\TE_WAPTHDR\TE_wapthdr.script"-"c:\testdata\scripts\TE_wapthdr.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\wapprot\Test\TE_WAPTHDR\TE_wapthdr_setup.script"-"c:\testdata\scripts\TE_wapthdr_setup.script" + +"\sf\os\cellularsrv\smsprotocols\smsstack\wapprot\Test\Te_wapprot\Te_WapProt.script"-"c:\testdata\scripts\Te_WapProt.script" +"\sf\os\cellularsrv\smsprotocols\smsstack\wapprot\Test\Te_wapprot\Te_WapStackOutOfDiskSpace_ARM_UREL.script"-"c:\testdata\scripts\Te_WapStackOutOfDiskSpace_ARM_UREL.script" + + diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/pdplayer/test/controlplane/group/te_PDP_ControlPlane.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyprotocols/pdplayer/test/controlplane/group/te_PDP_ControlPlane.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,16 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\test\controlplane\scripts\te_PDP_ControlPlane.script"-"c:\testdata\scripts\te_PDP_ControlPlane.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/pdplayer/umts/test/Te_UmtsGprsSCPR/group/Te_UmtsGprsSCPR.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyprotocols/pdplayer/umts/test/Te_UmtsGprsSCPR/group/Te_UmtsGprsSCPR.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,26 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\Te_UmtsGprsSCPR\scripts\te_Cap_UmtsGprsScpr.script"-"c:\testdata\scripts\te_Cap_UmtsGprsScpr.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\Te_UmtsGprsSCPR\scripts\te_UmtsGprsScprConfig1.script"-"c:\testdata\scripts\te_UmtsGprsScprConfig1.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\Te_UmtsGprsSCPR\scripts\te_UmtsGprsScprConfig2.script"-"c:\testdata\scripts\te_UmtsGprsScprConfig2.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\Te_UmtsGprsSCPR\scripts\te_UmtsGprsScprConfig3.script"-"c:\testdata\scripts\te_UmtsGprsScprConfig3.script" + +//running some of the networkingsrv test scripts. becuase there regression can be caused by us. + +"\sf\os\networkingsrv\networkcontrol\qosfwconfig\qostest\te_qos\scripts\TE_QoSSuite.script"-"c:\testdata\scripts\TE_QoSSuite.script" +"\sf\os\networkingsrv\networkcontrol\qosfwconfig\qostest\te_qos\scripts\CIT_P192_Qos_SimTsy2.script"-"c:\testdata\scripts\CIT_P192_Qos_SimTsy2.script" +"\sf\os\networkingsrv\networkingtestandutils\networkingintegrationtest\te_DedicatedSignalling1ryCtx\scripts\Te_DedicatedSignalling1ryCtx.script"-"c:\testdata\scripts\Te_DedicatedSignalling1ryCtx.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/pdplayer/umts/test/te_mbms/group/te_mbms.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyprotocols/pdplayer/umts/test/te_mbms/group/te_mbms.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,16 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_mbms\scripts\MBMSBroadcast.script"-"c:\testdata\scripts\MBMSBroadcast.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/pdplayer/umts/test/te_spud/group/TE_Spud.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyprotocols/pdplayer/umts/test/te_spud/group/TE_Spud.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,16 @@ + +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spud\scripts\TE_SpudUnitTest.script"-"c:\testdata\scripts\TE_SpudUnitTest.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/pdplayer/umts/test/te_spudNetworkSide/group/te_spudNetworkSide.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyprotocols/pdplayer/umts/test/te_spudNetworkSide/group/te_spudNetworkSide.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,23 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\te_pdplayer_ip6.script"-"c:\testdata\scripts\te_pdplayer_ip6.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\te_pdpstresstests.script"-"c:\testdata\scripts\te_pdpstresstests.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\TE_PppSize_spud.script"-"c:\testdata\scripts\TE_PppSize_spud.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\TE_spudNetworkSide.script"-"c:\testdata\scripts\TE_spudNetworkSide.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\TE_SpudNetworkside_Channel.script"-"c:\testdata\scripts\TE_SpudNetworkside_Channel.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\TE_spudNetworkSide_nifman.script"-"c:\testdata\scripts\TE_spudNetworkSide_nifman.script" +""\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\TE_spudNetworkSide_ppp_9x.script"-"c:\testdata\scripts\TE_spudNetworkSide_ppp.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\TE_spudNetworkSide_R4_and_R5.script"-"c:\testdata\scripts\TE_spudNetworkSide_R4_and_R5.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudNetworkSide\scripts\te_spudnetworkside_sipaddress.script"-"c:\testdata\scripts\te_spudnetworkside_sipaddress.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/pdplayer/umts/test/te_spudRSubConn/group/te_spudRSubConn.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyprotocols/pdplayer/umts/test/te_spudRSubConn/group/te_spudRSubConn.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,17 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudRSubConn\scripts\TE_spudRSubConn.script"-"c:\testdata\scripts\TE_spudRSubConn.script" +"\sf\os\cellularsrv\telephonyprotocols\pdplayer\umts\test\te_spudRSubConn\scripts\te_spud_staticip.script"-"c:\testdata\scripts\te_spud_staticip.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyprotocols/rawipnif/doc_pub/Raw_IP_NIF_Detailed_Design.doc Binary file telephonyprotocols/rawipnif/doc_pub/Raw_IP_NIF_Detailed_Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelmultimode/doc_pub/ETelMM_API_Design_Document.doc Binary file telephonyserver/etelmultimode/doc_pub/ETelMM_API_Design_Document.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelmultimode/doc_pub/ETelMM_Architecture_Design.doc Binary file telephonyserver/etelmultimode/doc_pub/ETelMM_Architecture_Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelmultimode/doc_pub/ETelMM_UseCase_Analysis.doc Binary file telephonyserver/etelmultimode/doc_pub/ETelMM_UseCase_Analysis.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelmultimode/group/etelmm_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserver/etelmultimode/group/etelmm_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,20 @@ +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\telephonyserver\etelmultimode\TETEL\te_EtelMM\TE_mmLocationServices.ini"-"c:\testdata\configs\TE_mmLocationServices.ini" + +"\sf\os\cellularsrv\telephonyserver\etelmultimode\TETEL\te_EtelMM\TE_EtelMM.script"-"c:\testdata\scripts\TE_EtelMM.script" +"\sf\os\cellularsrv\telephonyserver\etelmultimode\TETEL\te_EtelMM\TE_EtelMM_LCS.script"-"c:\testdata\scripts\TE_EtelMM_LCS.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelpacketdata/doc_pub/ETel_Packet_API_Design.doc Binary file telephonyserver/etelpacketdata/doc_pub/ETel_Packet_API_Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelpacketdata/group/etelpckt_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserver/etelpacketdata/group/etelpckt_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,19 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\telephonyserver\etelpacketdata\Te_EtelPacket\te_etelpacket.ini"-"c:\testdata\configs\te_etelpacket.ini" +"\sf\os\cellularsrv\telephonyserver\etelpacketdata\Te_EtelPacket\Te_EtelPacket.script"-"c:\testdata\scripts\Te_EtelPacket.script" +"\sf\os\cellularsrv\telephonyserver\etelpacketdata\Te_EtelPacket\Te_EtelPacket_no_adaptive_tcp_receive_window_size.script"-"c:\testdata\scripts\Te_EtelPacket_no_adaptive_tcp_receive_window_size.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelserverandcore/doc_pub/ETel_Core_API_Design.doc Binary file telephonyserver/etelserverandcore/doc_pub/ETel_Core_API_Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelserverandcore/doc_pub/ETel_Telephony_Server_Design.doc Binary file telephonyserver/etelserverandcore/doc_pub/ETel_Telephony_Server_Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelserverandcore/group/etel_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserver/etelserverandcore/group/etel_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,19 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\telephonyserver\etelserverandcore\TETEL\TE_ETEL\epocetel.ini"-"c:\testdata\configs\epocetel.ini" +"\sf\os\cellularsrv\telephonyserver\etelserverandcore\TETEL\TE_ETEL\TE_Etel.script"-"c:\testdata\scripts\TE_Etel.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelsimtoolkit/doc_pub/(U)SAT_ETel_API_Specification.doc Binary file telephonyserver/etelsimtoolkit/doc_pub/(U)SAT_ETel_API_Specification.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserver/etelsimtoolkit/group/etelsat_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserver/etelsimtoolkit/group/etelsat_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,17 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyserver\etelsimtoolkit\tetel\Te_EtelSat\TE_EtelSat.script"-"c:\testdata\scripts\TE_EtelSat.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/common_tsy/doc_pub/Common TSY Design.doc Binary file telephonyserverplugins/common_tsy/doc_pub/Common TSY Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/common_tsy/doc_pub/Common TSY Plugin API Specification.doc Binary file telephonyserverplugins/common_tsy/doc_pub/Common TSY Plugin API Specification.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/common_tsy/test/component/group/component_test.pkg --- a/telephonyserverplugins/common_tsy/test/component/group/component_test.pkg Mon Jun 28 17:02:18 2010 +0100 +++ b/telephonyserverplugins/common_tsy/test/component/group/component_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -35,7 +35,6 @@ "\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_messagewaiting_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_messagewaiting_individual.script" "\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_enstore_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_enstore_individual.script" "\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_mbmscontext_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_mbmscontext_individual.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\group\commsdbg.ini"-"c:\logs\commsdbg.ini" "\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\102029A2.txt"-"c:\private\10202be9\102029A2.txt" "\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\10282DFE.txt"-"c:\private\10202be9\10282DFE.txt" "\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\10282826.txt"-"c:\private\10202be9\10282826.txt" diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/common_tsy/test/component/group/te_ctsy_component_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/common_tsy/test/component/group/te_ctsy_component_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,92 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callemergency_individual.script"-"c:\testdata\scripts\te_ctsycomponent_callemergency_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_datacallcontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_datacallcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callbarring_individual.script"-"c:\testdata\scripts\te_ctsycomponent_callbarring_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_sessionmanagement_individual.script"-"c:\testdata\scripts\te_ctsycomponent_sessionmanagement_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_eapauthentication_individual.script"-"c:\testdata\scripts\te_ctsycomponent_eapauthentication_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_usernetworkaccess_individual.script"-"c:\testdata\scripts\te_ctsycomponent_usernetworkaccess_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_networkcontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_networkcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_dtmf_individual.script"-"c:\testdata\scripts\te_ctsycomponent_dtmf_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_packetservice_individual.script"-"c:\testdata\scripts\te_ctsycomponent_packetservice_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_smsstore_individual.script"-"c:\testdata\scripts\te_ctsycomponent_smsstore_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_supplementaryservicecaps_individual.script"-"c:\testdata\scripts\te_ctsycomponent_supplementaryservicecaps_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_usimapplication_individual.script"-"c:\testdata\scripts\te_ctsycomponent_usimapplication_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phonecontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phonecontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_smspstore_individual.script"-"c:\testdata\scripts\te_ctsycomponent_smspstore_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_smsmessaging_individual.script"-"c:\testdata\scripts\te_ctsycomponent_smsmessaging_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phonecapability_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phonecapability_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_smartcardapplication_individual.script"-"c:\testdata\scripts\te_ctsycomponent_smartcardapplication_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_alternatelineservice_individual.script"-"c:\testdata\scripts\te_ctsycomponent_alternatelineservice_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_ussdmessaging_individual.script"-"c:\testdata\scripts\te_ctsycomponent_ussdmessaging_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phonebookstore_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phonebookstore_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_privacy_individual.script"-"c:\testdata\scripts\te_ctsycomponent_privacy_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callforwarding_individual.script"-"c:\testdata\scripts\te_ctsycomponent_callforwarding_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_multicallcallcontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_multicallcallcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_networksecurity_individual.script"-"c:\testdata\scripts\te_ctsycomponent_networksecurity_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callwaiting_individual.script"-"c:\testdata\scripts\te_ctsycomponent_callwaiting_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_signalstrength_individual.script"-"c:\testdata\scripts\te_ctsycomponent_signalstrength_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phonepower_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phonepower_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_linecontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_linecontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_personalisation_individual.script"-"c:\testdata\scripts\te_ctsycomponent_personalisation_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_multimediacallcontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_multimediacallcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phoneidentity_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phoneidentity_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_conferencecallcontrol_individual.script"-"c:\testdata\scripts\te_ctsycomponent_conferencecallcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phonestore_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phonestore_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_phonesecurity_individual.script"-"c:\testdata\scripts\te_ctsycomponent_phonesecurity_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_authorisation_individual.script"-"c:\testdata\scripts\te_ctsycomponent_authorisation_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_apncontrollist_individual.script"-"c:\testdata\scripts\te_ctsycomponent_apncontrollist_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_packetqos_individual.script"-"c:\testdata\scripts\te_ctsycomponent_packetqos_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_packetcontext_individual.script"-"c:\testdata\scripts\te_ctsycomponent_packetcontext_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_trafficchannel_individual.script"-"c:\testdata\scripts\te_ctsycomponent_trafficchannel_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_alternatingcall_individual.script"-"c:\testdata\scripts\te_ctsycomponent_alternatingcall_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callownership_individual.script"-"c:\testdata\scripts\te_ctsycomponent_callownership_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_subscriberinfo_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_subscriberinfo_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_airtimeduration_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_airtimeduration_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_customipc_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_customipc_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_usertousersignalling_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_usertousersignalling_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_featmgr_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_featmgr_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_systemstate_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_systemstate_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callcontrol_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_callcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callinformation_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_callinformation_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_telephonyaudiocontrol_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_telephonyaudiocontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_onstore_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_onstore_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_broadcastmessaging_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_broadcastmessaging_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callcompletion_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_callcompletion_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_callcost_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_callcost_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_mms_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_mms_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_fax_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_fax_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_fixeddialling_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_fixeddialling_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_ims_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_ims_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_indicator_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_indicator_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_lbs_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_lbs_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_mailboxnumbers_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_mailboxnumbers_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_messagewaiting_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_messagewaiting_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_enstore_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_enstore_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\scripts\te_ctsycomponent_mbmscontext_individual.script"-"c:\TestData\Scripts\te_ctsycomponent_mbmscontext_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\102029A2.txt"-"c:\private\10202be9\102029A2.txt" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\10282DFE.txt"-"c:\private\10202be9\10282DFE.txt" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\10282826.txt"-"c:\private\10202be9\10282826.txt" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\cenrep_ini\10282827.txt"-"c:\private\10202be9\10282827.txt" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\standard.ini"-"c:\testdata\configs\standard.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001b.ini"-"c:\testdata\configs\testgetphoneid0001b.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001c.ini"-"c:\testdata\configs\testgetphoneid0001c.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001d.ini"-"c:\testdata\configs\testgetphoneid0001d.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001e.ini"-"c:\testdata\configs\testgetphoneid0001e.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001f.ini"-"c:\testdata\configs\testgetphoneid0001f.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001g.ini"-"c:\testdata\configs\testgetphoneid0001g.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001h.ini"-"c:\testdata\configs\testgetphoneid0001h.ini" +"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\component\testdata\testgetphoneid0001i.ini"-"c:\testdata\configs\testgetphoneid0001i.ini" \ No newline at end of file diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/common_tsy/test/integration/group/integration_test.pkg --- a/telephonyserverplugins/common_tsy/test/integration/group/integration_test.pkg Mon Jun 28 17:02:18 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). -// All rights reserved. -// This component and the accompanying materials are made available -// under the terms of "Eclipse Public License v1.0" -// which accompanies this distribution, and is available -// at the URL "http://www.eclipse.org/legal/epl-v10.html". -// -// Initial Contributors: -// Nokia Corporation - initial contribution. -// -// Contributors: -// -// Description: -// - - -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\testdata\ctsyintegration_setup.ini"-"c:\testdata\configs\ctsyintegration_setup.ini" -// note using NTN version of config data here: -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\testdata\ctsyintegration_ntn_data.ini"-"c:\testdata\configs\ctsyintegration_data.ini" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\testdata\uk_commdb.cfg"-"c:\testdata\configs\uk_commdb.cfg" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\testdata\testexecute.ini"-"c:\system\data\testexecute.ini" - -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_airtimeduration_auto.script"-"c:\testdata\scripts\te_ctsyintegration_airtimeduration_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_alternatelineservice_auto.script"-"c:\testdata\scripts\te_ctsyintegration_alternatelineservice_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_apncontrollist_auto.script"-"c:\testdata\scripts\te_ctsyintegration_apncontrollist_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_broadcastmessaging_auto.script"-"c:\testdata\scripts\te_ctsyintegration_broadcastmessaging_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_callbarring_auto.script"-"c:\testdata\scripts\te_ctsyintegration_callbarring_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_callcontrol_auto.script"-"c:\testdata\scripts\te_ctsyintegration_callcontrol_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_callcost_auto.script"-"c:\testdata\scripts\te_ctsyintegration_callcost_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_callforwarding_auto.script"-"c:\testdata\scripts\te_ctsyintegration_callforwarding_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_callownership_auto.script"-"c:\testdata\scripts\te_ctsyintegration_callownership_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_callwaiting_auto.script"-"c:\testdata\scripts\te_ctsyintegration_callwaiting_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_conferencecallcontrol1_auto.script"-"c:\testdata\scripts\te_ctsyintegration_conferencecallcontrol1_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_conferencecallcontrol2_auto.script"-"c:\testdata\scripts\te_ctsyintegration_conferencecallcontrol2_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_conferencecallcontrol3_auto.script"-"c:\testdata\scripts\te_ctsyintegration_conferencecallcontrol3_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_customapi_auto.script"-"c:\testdata\scripts\te_ctsyintegration_customapi_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_dtmf_auto.script"-"c:\testdata\scripts\te_ctsyintegration_dtmf_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_enstore_auto.script"-"c:\testdata\scripts\te_ctsyintegration_enstore_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_fixeddialling_auto.script"-"c:\testdata\scripts\te_ctsyintegration_fixeddialling_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_indicator_auto.script"-"c:\testdata\scripts\te_ctsyintegration_indicator_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_mailboxnumbers_auto.script"-"c:\testdata\scripts\te_ctsyintegration_mailboxnumbers_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_networkcontrol_auto.script"-"c:\testdata\scripts\te_ctsyintegration_networkcontrol_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_networksecurity_auto.script"-"c:\testdata\scripts\te_ctsyintegration_networksecurity_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_onstore_auto.script"-"c:\testdata\scripts\te_ctsyintegration_onstore_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_packetcontext_auto.script"-"c:\testdata\scripts\te_ctsyintegration_packetcontext_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_packetservice_auto.script"-"c:\testdata\scripts\te_ctsyintegration_packetservice_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_phonebookstore_auto.script"-"c:\testdata\scripts\te_ctsyintegration_phonebookstore_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_phonecapability_auto.script"-"c:\testdata\scripts\te_ctsyintegration_phonecapability_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_phoneidentity_auto.script"-"c:\testdata\scripts\te_ctsyintegration_phoneidentity_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_phonepower_auto.script"-"c:\testdata\scripts\te_ctsyintegration_phonepower_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_phonesecurity_auto.script"-"c:\testdata\scripts\te_ctsyintegration_phonesecurity_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_phonestore_auto.script"-"c:\testdata\scripts\te_ctsyintegration_phonestore_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_signalstrength_auto.script"-"c:\testdata\scripts\te_ctsyintegration_signalstrength_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_smsmessaging_auto.script"-"c:\testdata\scripts\te_ctsyintegration_smsmessaging_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_smspstore_auto.script"-"c:\testdata\scripts\te_ctsyintegration_smspstore_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_smsstore_auto.script"-"c:\testdata\scripts\te_ctsyintegration_smsstore_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_subscriberinfo_auto.script"-"c:\testdata\scripts\te_ctsyintegration_subscriberinfo_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_supplementaryservicecaps_auto.script"-"c:\testdata\scripts\te_ctsyintegration_supplementaryservicecaps_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_usernetworkaccess_auto.script"-"c:\testdata\scripts\te_ctsyintegration_usernetworkaccess_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_usimapplication_auto.script"-"c:\testdata\scripts\te_ctsyintegration_usimapplication_auto.script" -"\sf\os\cellularsrv\telephonyserverplugins\common_tsy\test\integration\scripts_implemented\te_ctsyintegration_ussdmessaging_auto.script"-"c:\testdata\scripts\te_ctsyintegration_ussdmessaging_auto.script" diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/ctsydispatchlayer/doc_pub/How-to write a LTSY.doc Binary file telephonyserverplugins/ctsydispatchlayer/doc_pub/How-to write a LTSY.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/group/te_ctsydispatcher_component.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/group/te_ctsydispatcher_component.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,51 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + + +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent.script"-"c:\testdata\scripts\te_ctsydispatchcomponent.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_multiparty_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_multiparty_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_callcontrol_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_callcontrol_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_cellbroadcast_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_cellbroadcast_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_packetservices_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_packetservices_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phonebook_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phonebook_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phonebooken_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phonebooken_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phonebookon_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phonebookon_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phone_hwrm_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phone_hwrm_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phone_individual.scriptt"-"c:\testdata\scripts\te_ctsydispatchcomponent_phone_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_sat_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_sat_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_security_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_security_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_sim_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_sim_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_sms_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_sms_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_suppl_serv_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_suppl_serv_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phonebooken_negative_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phonebooken_negative_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phonebookon_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phonebookon_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phonebook_negative_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phonebook_negative_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_cellbroadcast_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_cellbroadcast_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_sim_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_sim_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_sms_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_sms_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_multiparty_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_multiparty_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_callcontrol_negative_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_callcontrol_negative_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_packetservices_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_packetservices_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_phone_negative_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_phone_negative_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_security_negative_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_security_negative_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_suppl_serv_negative_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_suppl_serv_negative_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_sat_neg_individual.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_sat_neg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\ctsydispatchlayer\test\dispatchertests\scripts\te_ctsydispatchcomponent_timeout.script"-"c:\testdata\scripts\te_ctsydispatchcomponent_timeout.script" + + + + + diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/multimodetsy/group/te_mmtsy_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/multimodetsy/group/te_mmtsy_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,22 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + + +"\sf\os\cellularsrv\telephonyserverplugins\multimodetsy\test\Te_LoopBack\Te_LoopBack.script"-"c:\testdata\scripts\Te_LoopBack.script" + + + + diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/simatktsy/tests/group/te_csat_component.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/simatktsy/tests/group/te_csat_component.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,40 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_providelocalinfo_individual.script"-"c:\testdata\scripts\te_csatcomponent_providelocalinfo_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_sendussd_individual.script"-"c:\testdata\scripts\te_csatcomponent_sendussd_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_frames_individual.script"-"c:\testdata\scripts\te_csatcomponent_frames_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_setupeventlist_individual.script"-"c:\testdata\scripts\te_csatcomponent_setupeventlist_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_refresh_individual.script"-"te_csatcomponent_refresh_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_setupmenu_individual.script"-"c:\testdata\scripts\te_csatcomponent_setupmenu_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_displaytext_individual.script"-"c:\testdata\scripts\te_csatcomponent_displaytext_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_getinput_individual.script"-"c:\testdata\scripts\te_csatcomponent_getinput_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_getinkey_individual.script"-"c:\testdata\scripts\te_csatcomponent_getinkey_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_sendsms_individual.script"-"c:\testdata\scripts\te_csatcomponent_sendsms_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_openchannel_individual.script"-"c:\testdata\scripts\te_csatcomponent_openchannel_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_setupcall_individual.script"-"c:\testdata\scripts\te_csatcomponent_setupcall_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_closechannel_individual.script"-"c:\testdata\scripts\te_csatcomponent_closechannel_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_multimediamsg_individual.script"-"c:\testdata\scripts\te_csatcomponent_multimediamsg_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_languagenotification_individual.script"-"c:\testdata\scripts\te_csatcomponent_languagenotification_individual.scriptt" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_selectitem_individual.script"-"c:\testdata\scripts\te_csatcomponent_selectitem_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_setupidlemodetext_individual.script"-"c:\testdata\scripts\te_csatcomponent_setupidlemodetext_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_sendss_individual.script"-"c:\testdata\scripts\te_csatcomponent_sendss_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_sendreceivedata_individual.script"-"c:\testdata\scripts\te_csatcomponent_sendreceivedata_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_senddtmf_individual.script"-"c:\testdata\scripts\te_csatcomponent_senddtmf_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_getchannelstatus_individual.script"-"c:\testdata\scripts\te_csatcomponent_getchannelstatus_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_playtone_individual.script"-"c:\testdata\scripts\te_csatcomponent_playtone_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_launchbrowser_individual.script"-"c:\testdata\scripts\te_csatcomponent_launchbrowser_individual.script" +"\sf\os\cellularsrv\telephonyserverplugins\simatktsy\tests\scripts\te_csatcomponent_individual.script"-"c:\testdata\scripts\te_csatcomponent_individual.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyserverplugins/simtsy/group/simtsy_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/simtsy/group/simtsy_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,44 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\test_config.txt"-"c:\testdata\configs\test_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimCed.cfg"-"c:\testdata\configs\Te_SimCed.cfg" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_Sim\Te_Sim_config1.txt"-"c:\testdata\configs\Te_Sim_config1.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_Sim\Te_Sim_config2.txt"-"c:\testdata\configs\Te_Sim_config2.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_Sim\Te_Sim_config3.txt"-"c:\testdata\configs\Te_Sim_config3.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_Sim\Te_Sim_config4.txt"-"c:\testdata\configs\Te_Sim_config4.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimData\Te_SimData_config.txt"-"c:\testdata\configs\Te_SimData_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\te_simeap\te_simeap_config.txt"-"c:\testdata\configs\te_simeap_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimMisc\Te_SimMisc_config.txt"-"c:\testdata\configs\Te_SimMisc_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimNetwork\Te_SimNetwork_config.txt"-"c:\testdata\configs\Te_SimNetwork_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimPacket\Te_SimPacket_config.txt"-"c:\testdata\configs\Te_SimPacket_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimPhBk\Te_SimPhBk_config.txt"-"c:\testdata\configs\Te_SimPhBk_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimSms\Te_SimSms_config.txt"-"c:\testdata\configs\Te_SimSms_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimSS\Te_SimSS_config.txt"-"c:\testdata\configs\Te_SimSS_config.txt" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimVoice\Te_SimVoice_config.txt"-"c:\testdata\configs\Te_SimVoice_config.txt" + + +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_Sim\Te_Sim.script"-"c:\testdata\scripts\Te_Sim.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimData\Te_SimData.script"-"c:\testdata\scripts\Te_SimData.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\te_simeap\te_simeap.script"-"c:\testdata\scripts\te_simeap.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimMisc\Te_SimMisc.script"-"c:\testdata\scripts\Te_SimMisc.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimNetwork\Te_SimNetwork.script"-"c:\testdata\scripts\Te_SimNetwork.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimPacket\Te_SimPacket.script"-"c:\testdata\scripts\Te_SimPacket.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimPhBk\Te_SimPhBk.script"-"c:\testdata\scripts\Te_SimPhBk.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimSms\Te_SimSms.script"-"c:\testdata\scripts\Te_SimSms.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimSS\Te_SimSS.script"-"c:\testdata\scripts\Te_SimSS.script" +"\sf\os\cellularsrv\telephonyserverplugins\simtsy\test\Te_SimVoice\Te_SimVoice.script"-"c:\testdata\scripts\Te_SimVoice.script" + + diff -r 28dbf5a297f4 -r 60785a088077 telephonyutils/dial/group/dial_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyutils/dial/group/dial_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,17 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyutils\dial\Test\TE_Dial\TE_Dial.script"-"c:\testdata\scripts\TE_Dial.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyutils/etel3rdpartyapi/Group/etelisv_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyutils/etel3rdpartyapi/Group/etelisv_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,21 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelIsv\TE_EtelIsv.ini"-"c:\testdata\configs\TE_EtelIsv.ini" +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelIsv\TE_EtelIsv.cfg"-"c:\testdata\configs\TE_EtelIsv.cfg" +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelIsv\TE_EtelIsv_config.txt"-"c:\testdata\configs\TE_EtelIsv_config.txt" + +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelIsv\TE_EtelIsv.script"-"c:\testdata\scripts\TE_EtelIsv.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyutils/etel3rdpartyapi/Test/te_etelisvcaps/group/tetelisvcaps_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyutils/etel3rdpartyapi/Test/te_etelisvcaps/group/tetelisvcaps_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,22 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelisvcaps\testdata\te_etelisvcaps.ini"-"c:\testdata\configs\te_etelisvcaps.ini" +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelisvcaps\testdata\te_etelisvcaps_comms.cfg"-"c:\testdata\configs\te_etelisvcaps_comms.cfg" +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelisvcaps\testdata\te_etelisvcaps_simtsy.cfg"-"c:\testdata\configs\te_etelisvcaps_simtsy.cfg" + +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelisvcaps\scripts\te_etelisvcaps.script"-"c:\testdata\scripts\te_etelisvcaps.script" +"\sf\os\cellularsrv\telephonyutils\etel3rdpartyapi\Test\te_etelisvcaps\scripts\te_etelisvcaps_teststeps.script"-"c:\testdata\scripts\te_etelisvcaps_teststeps.script" + diff -r 28dbf5a297f4 -r 60785a088077 telephonyutils/etel3rdpartyapi/doc_pub/ETel ISV Design.doc Binary file telephonyutils/etel3rdpartyapi/doc_pub/ETel ISV Design.doc has changed diff -r 28dbf5a297f4 -r 60785a088077 telephonyutils/telephonywatchers/group/telwatcher_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyutils/telephonywatchers/group/telwatcher_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,21 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +"\sf\os\cellularsrv\telephonyutils\telephonywatchers\Test\TE_TelWatchers\TE_TelWatchers.cfg"-"c:\testdata\configs\TE_TelWatchers.cfg" +"\sf\os\cellularsrv\telephonyutils\telephonywatchers\Test\TE_TelWatchers\TE_TelWatchers_config.txt"-"c:\testdata\configs\TE_TelWatchers_config.txt" + +"\sf\os\cellularsrv\telephonyutils\telephonywatchers\Test\TE_TelWatchers\TE_TelWatchers.script"-"c:\testdata\scripts\TE_TelWatchers.script" + + diff -r 28dbf5a297f4 -r 60785a088077 wapstack/wapmessageapi/group/wapmessage_test.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wapstack/wapmessageapi/group/wapmessage_test.pkg Mon Jul 19 14:53:33 2010 +0100 @@ -0,0 +1,22 @@ +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + + +"\sf\os\cellularsrv\wapstack\te_wapstack\testdata\WapStackSuite_Config.ini"-"c:\testdata\configs\WapStackSuite_Config.ini" +"\sf\os\cellularsrv\wapstack\te_wapstack\testdata\WapStackSuite.ini"-"c:\testdata\configs\WapStackSuite.ini" +"\sf\os\cellularsrv\wapstack\te_wapstack\scripts\Te_WapStackSuite.script"-"c:\testdata\scripts\Te_WapStackSuite.script" + + +