|
1 // lbsclientlastknownposarea0009.txt |
|
2 // |
|
3 // Copyright (c) 2009 Symbian Software Ltd. All rights reserved. |
|
4 // |
|
5 // sim.tsy config used for simulating only the network registration |
|
6 // status |
|
7 // |
|
8 //! @SYMTestActions 1. NPUD at 234.15.1911.65535 (GSM) |
|
9 //! 2. NPUD at 234.15.1913.65536 (WCDMA) |
|
10 //! 3. LastKnownPosInfo without change of cell |
|
11 //! 3. LastknownPosArea at 234.15.1913.32121 |
|
12 //! 4. LastKnownPosArea at 234.15.1911.88880 |
|
13 //! 5. LastKnownPosArea at 234.15.1913.76554 |
|
14 //! 6. LastKnownPosArea at 234.15.1911.19980 |
|
15 //! 7. LastKnownPosArea at 234.30.1511.66003 |
|
16 //! 8. NPUD at 234.15.1911.100 |
|
17 //! 9. LastKnownPosArea at 234.15.1911.88880 |
|
18 //! 10. Clear Database |
|
19 |
|
20 // Original file name: lbsclientlastknownposarea0001.txt |
|
21 |
|
22 [TEST0] |
|
23 #single |
|
24 # PhoneId = <manufacturer>,<model>,<revision>, <serialnumber>, <error> |
|
25 PhoneId = Generic, 123, 1.1, 1234567890 |
|
26 |
|
27 #single |
|
28 #SubscriberId = <Id>, <err> |
|
29 SubscriberId = 56789012345678 |
|
30 |
|
31 # multiple |
|
32 # Current Network Name |
|
33 # Note that network type 2 is GSM, network type 6 is CDMA. |
|
34 # NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName> , <NetworkAccess> <Network Type>" |
|
35 NetworkInfo = 0, 0, Unknown, UnKn, Unknown_Network, 0, 2 |
|
36 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
37 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 6 |
|
38 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
39 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 6 |
|
40 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 6 |
|
41 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
42 NetworkInfo = 234, 30, T-Mobile, T-M, T-Mobile_UK, 0, 6 |
|
43 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
44 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 6 |
|
45 |
|
46 # multiple |
|
47 # <NetworkIndex> is one of above |
|
48 # RegStatus = <Duration>, <RegStatus>, <NetworkIndex> |
|
49 RegStatus = 50, 5, 0 |
|
50 RegStatus = 50, 5, 1 |
|
51 RegStatus = 50, 5, 2 |
|
52 RegStatus = 50, 5, 3 |
|
53 RegStatus = 50, 5, 4 |
|
54 RegStatus = 50, 5, 5 |
|
55 RegStatus = 50, 5, 6 |
|
56 RegStatus = 50, 5, 7 |
|
57 RegStatus = 50, 5, 8 |
|
58 RegStatus = 50, 5, 9 |
|
59 |
|
60 |
|
61 # LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false?! |
|
62 LocationArea = 0, 0, 0 |
|
63 LocationArea = -1, 1911, 65535 |
|
64 LocationArea = -1, 1913, 65536 |
|
65 LocationArea = -1, 1913, 32121 |
|
66 LocationArea = -1, 1911, 88880 |
|
67 LocationArea = -1, 1913, 76554 |
|
68 LocationArea = -1, 1911, 19980 |
|
69 LocationArea = -1, 1511, 66003 |
|
70 LocationArea = -1, 1911, 100 |
|
71 LocationArea = -1, 1911, 88880 |
|
72 |
|
73 |
|
74 |
|
75 # ONStore= <max number of entries>, <max size of telephone number>, <max text length> |
|
76 ONStore= 5, 50, 60 |
|
77 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>,<name> |
|
78 ONStoreEntry = 1, 447511699393, 2, 0, 8, OwnNumber1 |
|
79 |
|
80 |
|
81 # <Timeout> is time in sec while this status is valid. The last record lasts until shutdown. |
|
82 # <NetworkMode> - the set here has no effect. Please use NetworkInfo records instead. |
|
83 # <CellId> set here applies only to GetCellInfo/NotifyCellInfoChanges calls, which are not used. |
|
84 # for getting CellId by our code. We use LocationArea records and GetCurrentNetwork/NotifyCurrentNetworkChange instead. |
|
85 # <CellInfoStatus> - The status of cell info. Look at TCellInfoStatus for the list of values. |
|
86 # CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance>, <CellInfoStatus> . |
|
87 CellInfo = 0, 2, 0, 0, 2 |
|
88 CellInfo = 0, 2, 0, 0, 2 |
|
89 CellInfo = 0, 2, 0, 0, 2 |
|
90 CellInfo = 0, 2, 0, 0, 2 |
|
91 CellInfo = 0, 2, 0, 0, 2 |
|
92 CellInfo = 0, 2, 0, 0, 2 |
|
93 CellInfo = 0, 2, 0, 0, 2 |
|
94 CellInfo = 0, 2, 0, 0, 2 |
|
95 CellInfo = 0, 2, 0, 0, 2 |
|
96 CellInfo = 0, 2, 0, 0, 2 |