lbstest/lbstestproduct/common/testdata/lbstestconfig.txt
changeset 60 9a7e3d5f461a
parent 0 9cfd9a3ee49c
child 65 a796fdeeb33c
--- a/lbstest/lbstestproduct/common/testdata/lbstestconfig.txt	Wed Aug 18 11:11:46 2010 +0300
+++ b/lbstest/lbstestproduct/common/testdata/lbstestconfig.txt	Fri Sep 17 08:37:32 2010 +0300
@@ -15,16 +15,28 @@
 SubscriberId= 56789012345678
 
 # Current Network Name
-
-NetworkInfo= ABCD, Network0, Vodafone, Voda, Vodafone_UK, 2
+# Note that network type 2 is GSM, network type 6 is CDMA.
+# NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName> , <NetworkAccess> <Network Type>"
+NetworkInfo = 234,            15,         Vodafone,     Voda,               Vodafone_UK,          0,                   2
 
 # Network Registration Status
+# duration of 0 => does not change
 #RegStatus= <Duration>, <RegStatus>, <NetworkIndex>
- 
-RegStatus= 0,5,0 
+RegStatus=     0,           5,                0 
+
+# LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false?! 
+LocationArea =    -1,          1911,              65530
 
 # ONStore= <max number of entries>, <max size of telephone number>, <max text length>
 ONStore= 5, 50, 60
-# ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>, <name>
-ONStoreEntry= 1, 07747012341, 2, 0, 8, OwnNumber1
+
+# ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>,   <name>
+ONStoreEntry=       1,        07747012341,        2,                              0,                           8,        OwnNumber1
 
+# <Timeout> is time in sec while this status is valid. The last record lasts until shutdown.
+# <NetworkMode> - the set here has no effect. Please use NetworkInfo records instead.
+# <CellId> set here applies only to GetCellInfo/NotifyCellInfoChanges calls, which are not used. 
+# for getting CellId by our code. We use LocationArea records and GetCurrentNetwork/NotifyCurrentNetworkChange instead.
+# <CellInfoStatus> - The status of cell info. Look at TCellInfoStatus for the list of values.
+# CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance>, <CellInfoStatus> .
+CellInfo =    0,         2,             0,        0,               2