networkprotocolmodules/suplprotocolmodule/SuplProtocol/test/testdata/lbssuplconfig.txt
changeset 0 9cfd9a3ee49c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkprotocolmodules/suplprotocolmodule/SuplProtocol/test/testdata/lbssuplconfig.txt	Tue Feb 02 01:50:39 2010 +0200
@@ -0,0 +1,47 @@
+// config.txt
+//
+// Copyright (c) 2006 Symbian Software Ltd.  All rights reserved.
+//
+// sim.tsy config used for simulating only the network registration
+// status
+//
+
+[TEST0]
+# PhoneId = <manufacturer>,<model>,<revision>, <serialnumber>, <error>
+PhoneId = Generic, 123, 1.1, 1234567890
+
+#SubscriberId=  = <Id>, <err>
+SubscriberId= 56789012345678
+
+# Current Network Name
+# NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName>, <NetworkAccess>, <NetworkMode>
+# <NetworkMode> is a network mode. GSM - 2, Unregistered - 1, WCDMA - 6
+NetworkInfo= 123, 456, Vodafone, Voda, Vodafone_UK, 0, 2
+
+# LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false. 
+LocationArea= 1, 1, 1
+
+# RegStatus = <Timeout>, <RegStatus>, <RecordIndex> . 
+# Where <Timeout> is time in sec while this status is valid. The last record lasts until shutdown. 
+# <RegStatus> - A registration status. Look at TMobilePhoneRegistrationStatus for the list of values.
+# <RecordIndex> is an index of (NetworkInfo+LocationArea) array. It starts from 0.
+
+# Initial status. Wait for 15 sec here to allow the test to startup. 
+RegStatus= 15,5,0
+
+
+
+# CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance> .
+# Where <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 an GetCurrentNetwork/NotifyCurrentNetworkChange instead.
+# Test 0
+CellInfo= 23,2,0,0
+
+
+# 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
+