lbstest/lbstestproduct/common/testdata/lbstestconfig.txt
changeset 60 9a7e3d5f461a
parent 0 9cfd9a3ee49c
child 65 a796fdeeb33c
equal deleted inserted replaced
51:95c570bf4a05 60:9a7e3d5f461a
    13 
    13 
    14 #SubscriberId=  = <Id>, <err>
    14 #SubscriberId=  = <Id>, <err>
    15 SubscriberId= 56789012345678
    15 SubscriberId= 56789012345678
    16 
    16 
    17 # Current Network Name
    17 # Current Network Name
    18 
    18 # Note that network type 2 is GSM, network type 6 is CDMA.
    19 NetworkInfo= ABCD, Network0, Vodafone, Voda, Vodafone_UK, 2
    19 # NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName> , <NetworkAccess> <Network Type>"
       
    20 NetworkInfo = 234,            15,         Vodafone,     Voda,               Vodafone_UK,          0,                   2
    20 
    21 
    21 # Network Registration Status
    22 # Network Registration Status
       
    23 # duration of 0 => does not change
    22 #RegStatus= <Duration>, <RegStatus>, <NetworkIndex>
    24 #RegStatus= <Duration>, <RegStatus>, <NetworkIndex>
    23  
    25 RegStatus=     0,           5,                0 
    24 RegStatus= 0,5,0 
    26 
       
    27 # LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false?! 
       
    28 LocationArea =    -1,          1911,              65530
    25 
    29 
    26 # ONStore= <max number of entries>, <max size of telephone number>, <max text length>
    30 # ONStore= <max number of entries>, <max size of telephone number>, <max text length>
    27 ONStore= 5, 50, 60
    31 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 
    32 
       
    33 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>,   <name>
       
    34 ONStoreEntry=       1,        07747012341,        2,                              0,                           8,        OwnNumber1
       
    35 
       
    36 # <Timeout> is time in sec while this status is valid. The last record lasts until shutdown.
       
    37 # <NetworkMode> - the set here has no effect. Please use NetworkInfo records instead.
       
    38 # <CellId> set here applies only to GetCellInfo/NotifyCellInfoChanges calls, which are not used. 
       
    39 # for getting CellId by our code. We use LocationArea records and GetCurrentNetwork/NotifyCurrentNetworkChange instead.
       
    40 # <CellInfoStatus> - The status of cell info. Look at TCellInfoStatus for the list of values.
       
    41 # CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance>, <CellInfoStatus> .
       
    42 CellInfo =    0,         2,             0,        0,               2