|
1 // config.txt |
|
2 // |
|
3 // Copyright (c) 2006 Symbian Software Ltd. All rights reserved. |
|
4 // |
|
5 // sim.tsy config used for simulating only the network registration |
|
6 // status |
|
7 // |
|
8 |
|
9 [TEST0] |
|
10 # PhoneId = <manufacturer>,<model>,<revision>, <serialnumber>, <error> |
|
11 PhoneId = Generic, 123, 1.1, 1234567890 |
|
12 |
|
13 #SubscriberId= = <Id>, <err> |
|
14 SubscriberId= 56789012345678 |
|
15 |
|
16 # Current Network Name |
|
17 # NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName>, <NetworkAccess>, <NetworkMode> |
|
18 # <NetworkMode> is a network mode. GSM - 2, Unregistered - 1, WCDMA - 6 |
|
19 NetworkInfo= 123, 456, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
20 NetworkInfo= 001, 01, Vodafone, Voda, Vodafone_UK, 0, 1 |
|
21 NetworkInfo= 000, 999, Vodafone, Voda, Vodafone_UK, 0, 6 |
|
22 NetworkInfo= 001, 088, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
23 NetworkInfo= 022, 07, Vodafone, Voda, Vodafone_UK, 0, 6 |
|
24 NetworkInfo= 999, 000, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
25 NetworkInfo= 999, 000, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
26 NetworkInfo= 1000, 000, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
27 NetworkInfo= 999, 1000, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
28 NetworkInfo= 999, 000, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
29 |
|
30 |
|
31 # LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false. |
|
32 LocationArea= 0, 0, 0 |
|
33 LocationArea= 0, 0, 0 |
|
34 LocationArea= 0, 1, 65535 |
|
35 LocationArea= 1, 0, 1 |
|
36 LocationArea= 1, 1, 0 |
|
37 LocationArea= 1, 65535, 55535 |
|
38 LocationArea= 1, 65534, 55534 |
|
39 LocationArea= 1, 65533, 55533 |
|
40 LocationArea= 1, 65532, 55532 |
|
41 LocationArea= 1, 65531, 55531 |
|
42 |
|
43 |
|
44 # RegStatus = <Timeout>, <RegStatus>, <RecordIndex> . |
|
45 # Where <Timeout> is time in sec while this status is valid. The last record lasts until shutdown. |
|
46 # <RegStatus> - A registration status. Look at TMobilePhoneRegistrationStatus for the list of values. |
|
47 # <RecordIndex> is an index of (NetworkInfo+LocationArea) array. It starts from 0. |
|
48 |
|
49 # Initial status. Wait for 15 sec here to allow the test to startup. |
|
50 RegStatus= 15,5,0 |
|
51 RegStatus= 10,5,2 |
|
52 RegStatus= 10,5,3 |
|
53 RegStatus= 10,5,4 |
|
54 RegStatus= 10,5,5 |
|
55 RegStatus= 11,5,6 |
|
56 RegStatus= 12,5,7 |
|
57 RegStatus= 10,5,8 |
|
58 RegStatus= 10,5,9 |
|
59 RegStatus= 7,5,10 |
|
60 |
|
61 |
|
62 # CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance>, <CellInfoStatus> . |
|
63 # Where <Timeout> is time in sec while this status is valid. The last record lasts until shutdown. |
|
64 # <NetworkMode> - the set here has no effect. Please use NetworkInfo records instead. |
|
65 # <CellId> set here applies only to GetCellInfo/NotifyCellInfoChanges calls, which are not used. |
|
66 # for getting CellId by our code. We use LocationArea records an GetCurrentNetwork/NotifyCurrentNetworkChange instead. |
|
67 # <CellInfoStatus> - The status of cell info. Look at TCellInfoStatus for the list of values. |
|
68 # Initially |
|
69 CellInfo= 35,2,0,0,2 |
|
70 # Finally |
|
71 CellInfo= 83,2,0,255,2 |
|
72 |
|
73 # ONStore= <max number of entries>, <max size of telephone number>, <max text length> |
|
74 ONStore= 5, 50, 60 |
|
75 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>, <name> |
|
76 ONStoreEntry= 1, 07747012341, 2, 0, 8, OwnNumber1 |
|
77 ONStoreEntry= 2, 07747012342, 2, 1, 8, OwnNumber2 |
|
78 ONStoreEntry= 3, 07747012343, 2, 4, 8, OwnNumber3 |