24
|
1 |
// Copyright (c) 2009-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
#ifndef SMSSTACKTESTCONSTS_H
|
|
17 |
#define SMSSTACKTESTCONSTS_H
|
|
18 |
|
|
19 |
// Location and name of the RSC file.
|
|
20 |
_LIT(KSMSUResourceDir, "C:\\private\\101f7989\\sms\\");
|
|
21 |
_LIT(KSMSUResourceFile, "C:\\private\\101f7989\\sms\\smsu.rsc");
|
|
22 |
|
|
23 |
// Here are the section names
|
|
24 |
_LIT8(KSetupTelNumbers, "Defaults");
|
|
25 |
_LIT8(KTelefoneNumber, "TelephoneNumber");
|
|
26 |
|
|
27 |
// Here are the item names
|
|
28 |
_LIT8(KServiceCenter, "ServiceCenter");
|
|
29 |
|
|
30 |
_LIT(KGmsSmsConfigFileName,"setupgsmsms.txt");
|
|
31 |
_LIT(KTSmsPrtConfigFileName, "tsmsprt_config.txt");
|
|
32 |
_LIT(KTSmsPrtConfigExtraFileName, "tsmsprt_config_extra.txt");
|
|
33 |
_LIT(KTSmsPrtConfigTxRxMaxMsgFileName, "tsmsprt_config_tx_rx_maxmsg.txt");
|
|
34 |
|
|
35 |
_LIT8(KServiceCentreAddress, "ServiceCentreAddress");
|
|
36 |
_LIT8(KSmspEntryValidParams, "SmspEntryValidParams");
|
|
37 |
_LIT8(KSmspEntryScTypeOfNumber, "SmspEntryScTypeOfNumber");
|
|
38 |
_LIT8(KSmspEntryScNumberPlan, "SmspEntryScNumberPlan");
|
|
39 |
|
|
40 |
_LIT(KVodafoneSC,"+447785016005"); //Vodafone SC
|
|
41 |
_LIT(KRegTestNumber,"+447747065548"); //Number used with regtest
|
|
42 |
_LIT(KTestNumber,"+447747065825"); //Number used with regtest
|
|
43 |
|
|
44 |
_LIT(KSoneraSC,"+358405202000"); //Sonera SC
|
|
45 |
_LIT(KRadiolinjaSC,"+358508771010"); //Radiolinja SC
|
|
46 |
|
|
47 |
_LIT(KPekka,"+358408415528"); //Pekka's telephone number
|
|
48 |
_LIT(KOther,"+358408415582"); // Other test number
|
|
49 |
_LIT(KLocalNumber, "08408415528"); //Local test number to verify local/international switching
|
|
50 |
_LIT(KInternationalTestNumber, "+819021710979"); // International number to be used with a status
|
|
51 |
// report containing local version of this number
|
|
52 |
|
|
53 |
_LIT8(KTestSendAndRecvMsgsWithDifferentTON, "SendAndRecvMsgsWithDifferentTON");
|
|
54 |
_LIT8(KTestSendAndReceiveIndicatorMsgs, "SendAndReceiveIndicatorMsgs");
|
|
55 |
_LIT(KConfigFileDir,"sms");
|
|
56 |
_LIT8(KAlphabet, "Alphabet");
|
|
57 |
_LIT8(KTypeOfNumber, "TypeOfNumber");
|
|
58 |
_LIT8(KIndicationType, "IndicationType");
|
|
59 |
_LIT8(KDCSBits7To4, "DCSBits7To4");
|
|
60 |
_LIT8(KIndicationState, "IndicationState");
|
|
61 |
|
|
62 |
_LIT(KText, "123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123");
|
|
63 |
|
|
64 |
_LIT(KTestCaseNumber, "testNumber"); ///< test number run by SIMTSY
|
|
65 |
|
|
66 |
const TUint KSocketMessageSlots = 16; // Override the default value of 8
|
|
67 |
|
|
68 |
#endif // SMSSTACKTESTCONSTS_H
|