lbstest/lbstestproduct/lbsclient/testdata/lbsclientlastknownposareacommon.txt
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // lbsclientlastknownposareacommon.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 //! This config is used for all last known pos area tests that require only one cellid
       
     9 // Original file name: lbsclientlastknownposareacommon.txt
       
    10 
       
    11 [TEST0]
       
    12 #single
       
    13 # PhoneId = <manufacturer>,<model>,<revision>, <serialnumber>, <error>
       
    14 PhoneId =    Generic,       123,    1.1,        1234567890
       
    15 
       
    16 #single
       
    17 #SubscriberId = <Id>, <err>
       
    18 SubscriberId = 56789012345678
       
    19 
       
    20 # multiple
       
    21 # Current Network Name
       
    22 # NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName> , <NetworkAccess> "
       
    23 NetworkInfo = 0,              0,          Unknown,      UnKn,               Unknown_Network,    0
       
    24 NetworkInfo = 234,            15,         Vodafone,     Voda,               Vodafone_UK,        0
       
    25 
       
    26 # multiple
       
    27 # <NetworkIndex> is one of above
       
    28 # RegStatus = <Duration>, <RegStatus>, <NetworkIndex>
       
    29 RegStatus =    5000,       5,           0
       
    30 RegStatus =    5000,       5,           1
       
    31 
       
    32 # LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false?! 
       
    33 LocationArea =    0,           0,                 0
       
    34 LocationArea =    -1,          1911,              36464
       
    35 
       
    36 
       
    37 # ONStore= <max number of entries>, <max size of telephone number>, <max text length>
       
    38 ONStore=    5,                       50,                             60
       
    39 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>,<name>
       
    40 ONStoreEntry =   1,       447511699393,       2,                           0,                            8,       OwnNumber1
       
    41 
       
    42 
       
    43 # <Timeout> is time in sec while this status is valid. The last record lasts until shutdown.
       
    44 # <NetworkMode> - the set here has no effect. Please use NetworkInfo records instead.
       
    45 # <CellId> set here applies only to GetCellInfo/NotifyCellInfoChanges calls, which are not used. 
       
    46 # for getting CellId by our code. We use LocationArea records and GetCurrentNetwork/NotifyCurrentNetworkChange instead.
       
    47 # <CellInfoStatus> - The status of cell info. Look at TCellInfoStatus for the list of values.
       
    48 # CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance>, <CellInfoStatus> .
       
    49 CellInfo =    0,         2,             0,        0,               2
       
    50 CellInfo =    0,         2,             0,        0,               2
       
    51