adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/sim/group/sim_en.cfg
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     1 //* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 //* All rights reserved.
       
     3 //* This component and the accompanying materials are made available
       
     4 //* under the terms of the License "Eclipse Public License v1.0"
       
     5 //* which accompanies this distribution, and is available
       
     6 //* at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //*
       
     8 //* Initial Contributors:
       
     9 //* Nokia Corporation - initial contribution.
       
    10 //*
       
    11 //* Contributors:
       
    12 //*
       
    13 //* Description:  
       
    14 //*
       
    15 
       
    16 // MOD_0005_301_1_NokiaTSY_[HW Read EN Store]
       
    17 //
       
    18 // Precondition:
       
    19 // - There must be at least one emergency number entry in emergency number store.
       
    20 // - SIM must support EN store.
       
    21 //
       
    22 // Script description:
       
    23 // - Parameter: index
       
    24 //
       
    25 [Test]
       
    26 title MOD_0005_301_1_NokiaTSY_[HW Read EN Store]
       
    27 create NTT_SIM test
       
    28 test InitializeIPCRequestTable
       
    29 test SetExpectedCompleteIPC EMmTsyENStoreReadIPC
       
    30 test RunIscTestCase 301
       
    31 test SyncIscTestCase
       
    32 test ReadENStore 1
       
    33 allownextresult 0
       
    34 waittestclass test
       
    35 delete test
       
    36 [Endtest]
       
    37 
       
    38 // MOD_0005_302_1_NokiaTSY_[HW Read EN Store All]
       
    39 //
       
    40 // Precondition:
       
    41 // - There must be at least two emergency number entries in emergency number store.
       
    42 // - SIM must support EN store.
       
    43 //
       
    44 // Script description:
       
    45 // - Parameter: index
       
    46 //
       
    47 [Test]
       
    48 title MOD_0005_302_1_NokiaTSY_[HW Read EN Store All]
       
    49 create NTT_SIM test
       
    50 test InitializeIPCRequestTable
       
    51 test SetExpectedCompleteIPC EMmTsyENStoreReadAllPhase1IPC
       
    52 test RunIscTestCase 302
       
    53 test SyncIscTestCase
       
    54 test ReadENStoreAll 1
       
    55 allownextresult 0
       
    56 waittestclass test
       
    57 delete test
       
    58 [Endtest]
       
    59 
       
    60 // MOD_0005_303_1_NokiaTSY_[HW Get EN Store Info]
       
    61 //
       
    62 // Precondition:
       
    63 // - There must be at least one emergency number entry in emergency number store.
       
    64 // - SIM must support EN store.
       
    65 //
       
    66 // Script description:
       
    67 // - Parameter: index
       
    68 //
       
    69 [Test]
       
    70 title MOD_0005_303_1_NokiaTSY_[HW Get EN Store Info]
       
    71 create NTT_SIM test
       
    72 test InitializeIPCRequestTable
       
    73 test SetExpectedCompleteIPC EMmTsyENStoreGetInfoIPC
       
    74 test RunIscTestCase 303
       
    75 test SyncIscTestCase
       
    76 test GetENStoreInfo 1
       
    77 allownextresult 0
       
    78 waittestclass test
       
    79 delete test
       
    80 [Endtest]
       
    81