equal
deleted
inserted
replaced
|
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 |
|
11 # PhoneId = <manufacturer>,<model>,<revision>, <serialnumber>, <error> |
|
12 PhoneId = Generic, 123, 1.1, 1234567890 |
|
13 |
|
14 #SubscriberId= = <Id>, <err> |
|
15 SubscriberId= 56789012345678 |
|
16 |
|
17 # Current Network Name |
|
18 |
|
19 NetworkInfo= ABCD, Network0, Vodafone, Voda, Vodafone_UK, 2 |
|
20 |
|
21 # Network Registration Status |
|
22 #RegStatus= <Duration>, <RegStatus>, <NetworkIndex> |
|
23 |
|
24 RegStatus= 0,5,0 |
|
25 |
|
26 # ONStore= <max number of entries>, <max size of telephone number>, <max text length> |
|
27 ONStore= 5, 50, 60 |
|
28 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>, <name> |
|
29 ONStoreEntry= 1, 07747012341, 2, 0, 8, OwnNumber1 |
|
30 |