adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/ss/group/ss_simulate.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 // Tests MOD_0008_101 ... MOD_0008_105
       
    17 // Properly get call barring status:
       
    18 // Possible options are:
       
    19 // - BarAllIncoming
       
    20 // - BarIncomingRoaming
       
    21 // - BarAllOutgoing
       
    22 // - BarOutgoingInternational
       
    23 // - BarOutgoingInternationalExHC
       
    24 
       
    25 // Script description:
       
    26 // - The following scripts tests the call barring status query using different query options.
       
    27 
       
    28 [Test]
       
    29 title MOD_0008.101_2_NokiaTSY_[XML Getting the call barring status, BarAllIncoming]
       
    30 create NTT_SS test
       
    31 
       
    32 test HandleSpecifiedRequests YES
       
    33 
       
    34 test InitializeIPCRequestTable
       
    35 test SetExpectedCompleteIPC EMobilePhoneGetBarringStatusPhase1
       
    36 
       
    37 test RunIscTestCase 610
       
    38 test SyncIscTestCase
       
    39 // Given values EBarAllIncoming EShortMessageService ECallBarringStatusActive below
       
    40 // have effect only when HandleSpecifiedRequests is set.
       
    41 test GetCallBarringStatus BarAllIncoming EBarAllIncoming EShortMessageService ECallBarringStatusActive
       
    42 
       
    43 allownextresult 0
       
    44 waittestclass test
       
    45 
       
    46 test HandleSpecifiedRequests NO
       
    47 
       
    48 delete test
       
    49 [Endtest]
       
    50 
       
    51 [Test]
       
    52 title MOD_0008.102_2_NokiaTSY_[XML Getting the call barring status, BarOutgoingInternational]
       
    53 create NTT_SS test
       
    54 test HandleSpecifiedRequests YES
       
    55 
       
    56 test InitializeIPCRequestTable
       
    57 test SetExpectedCompleteIPC EMobilePhoneGetBarringStatusPhase1
       
    58 
       
    59 test RunIscTestCase 633
       
    60 test SyncIscTestCase
       
    61 // Given values EBarOutgoingInternational EAllServices ECallBarringStatusNotActive below
       
    62 // have effect only when HandleSpecifiedRequests is set.
       
    63 test GetCallBarringStatus BarOutgoingInternational EBarOutgoingInternational EAllServices ECallBarringStatusNotActive
       
    64 
       
    65 allownextresult 0
       
    66 waittestclass test
       
    67 
       
    68 test HandleSpecifiedRequests NO
       
    69 
       
    70 delete test
       
    71 [Endtest]
       
    72 
       
    73 [Test]
       
    74 title MOD_0008.103_2_NokiaTSY_[XML Getting the call barring status, BarIncomingRoaming]
       
    75 create NTT_SS test
       
    76 test HandleSpecifiedRequests YES
       
    77 
       
    78 test InitializeIPCRequestTable
       
    79 test SetExpectedCompleteIPC EMobilePhoneGetBarringStatusPhase1
       
    80 
       
    81 test RunIscTestCase 634
       
    82 test SyncIscTestCase
       
    83 // Given values EBarIncomingRoaming EAllServices ECallBarringStatusNotActive below
       
    84 // have effect only when HandleSpecifiedRequests is set.
       
    85 test GetCallBarringStatus BarIncomingRoaming EBarIncomingRoaming EAllServices ECallBarringStatusNotActive
       
    86 
       
    87 allownextresult 0
       
    88 waittestclass test
       
    89 
       
    90 test HandleSpecifiedRequests NO
       
    91 
       
    92 delete test
       
    93 [Endtest]
       
    94 
       
    95 [Test]
       
    96 title MOD_0008.104_2_NokiaTSY_[XML Getting the call barring status, BarAllOutgoing]
       
    97 create NTT_SS test
       
    98 test HandleSpecifiedRequests YES
       
    99 
       
   100 test InitializeIPCRequestTable
       
   101 test SetExpectedCompleteIPC EMobilePhoneGetBarringStatusPhase1
       
   102 
       
   103 test RunIscTestCase 635
       
   104 test SyncIscTestCase
       
   105 // Given values EBarAllOutgoing EAllServices ECallBarringStatusNotActive below
       
   106 // have effect only when HandleSpecifiedRequests is set.
       
   107 test GetCallBarringStatus BarAllOutgoing EBarAllOutgoing EAllServices ECallBarringStatusNotActive
       
   108 
       
   109 allownextresult 0
       
   110 waittestclass test
       
   111 
       
   112 test HandleSpecifiedRequests NO
       
   113 
       
   114 delete test
       
   115 [Endtest]
       
   116 
       
   117 [Test]
       
   118 title MOD_0008.105_2_NokiaTSY_[XML Getting the call barring status, BarOutgoingInternationalExHC]
       
   119 create NTT_SS test
       
   120 test HandleSpecifiedRequests YES
       
   121 
       
   122 test InitializeIPCRequestTable
       
   123 test SetExpectedCompleteIPC EMobilePhoneGetBarringStatusPhase1
       
   124 
       
   125 test RunIscTestCase 636
       
   126 test SyncIscTestCase
       
   127 // Given values EBarOutgoingInternationalExHC EAllServices ECallBarringStatusNotActive below
       
   128 // have effect only when HandleSpecifiedRequests is set.
       
   129 test GetCallBarringStatus BarOutgoingInternationalExHC EBarOutgoingInternationalExHC EAllServices ECallBarringStatusNotActive
       
   130 
       
   131 allownextresult 0
       
   132 waittestclass test
       
   133 
       
   134 test HandleSpecifiedRequests NO
       
   135 
       
   136 delete test
       
   137 [Endtest]
       
   138 
       
   139 // Tests MOD_0008_201 ... MOD_0008_253
       
   140 // Properly get call forwarding status:
       
   141 // Possible options are:
       
   142 // - call forwarding condition:
       
   143 // - CallForwardingUnconditional
       
   144 // - CallForwardingBusy
       
   145 // - CallForwardingNoReply
       
   146 // - CallForwardingNotReachable
       
   147 // - call forwarding service group:
       
   148 // - ServiceUnspecified
       
   149 // - VoiceService
       
   150 // - AuxVoiceService
       
   151 // - CircuitDataService
       
   152 // - PacketDataService
       
   153 // - FaxService
       
   154 // - ShortMessageService
       
   155 // - AllServices
       
   156 // - AllTele
       
   157 // - Telephony
       
   158 // - AllDataTele
       
   159 // - AllTeleExcSms
       
   160 // - AllPlmnTele
       
   161 // - PlmnTele1 ... PlmnTele9
       
   162 // - PlmnTeleA ... PlmnTeleF
       
   163 // - AllBearer
       
   164 // - AllAsync
       
   165 // - AllSync
       
   166 // - SyncData
       
   167 // - AsyncData
       
   168 // - PacketData
       
   169 // - PadAccess
       
   170 // - AllPlmnBearer
       
   171 // - PlmnBearerServ1 ... PlmnBearerServ9
       
   172 // - PlmnBearerServA ... PlmnBearerServF
       
   173 // - AltTele
       
   174 // - VoiceGroupCall
       
   175 // - VoiceBroadcast
       
   176 // - AllGprsBearer
       
   177 
       
   178 // Preconditions:
       
   179 
       
   180 // Script description:
       
   181 // - The following scripts tests the call barring status query using different query options.
       
   182 
       
   183 [Test]
       
   184 title MOD_0008.201_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, Telephony]
       
   185 create NTT_SS test
       
   186 
       
   187 test HandleSpecifiedRequests YES
       
   188 
       
   189 test InitializeIPCRequestTable
       
   190 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   191 
       
   192 test RunIscTestCase 611
       
   193 test SyncIscTestCase
       
   194 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   195 // have effect only when HandleSpecifiedRequests is set.
       
   196 test GetCallForwardingStatus CallForwardingBusy Telephony ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered
       
   197 
       
   198 allownextresult 0
       
   199 waittestclass test
       
   200 
       
   201 test HandleSpecifiedRequests NO
       
   202 
       
   203 delete test
       
   204 [Endtest]
       
   205 
       
   206 [Test]
       
   207 title MOD_0008.202_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNotReachable, AllDataTele]
       
   208 create NTT_SS test
       
   209 
       
   210 test HandleSpecifiedRequests YES
       
   211 
       
   212 test InitializeIPCRequestTable
       
   213 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   214 
       
   215 test RunIscTestCase 637
       
   216 test SyncIscTestCase
       
   217 // Given values ECallForwardingNotReachable EAllDataTele ECallForwardingStatusNotRegistered below
       
   218 // have effect only when HandleSpecifiedRequests is set.
       
   219 test GetCallForwardingStatus CallForwardingNotReachable AllDataTele ECallForwardingNotReachable EAllDataTele ECallForwardingStatusNotRegistered
       
   220 
       
   221 allownextresult 0
       
   222 waittestclass test
       
   223 
       
   224 test HandleSpecifiedRequests NO
       
   225 
       
   226 delete test
       
   227 [Endtest]
       
   228 
       
   229 [Test]
       
   230 title MOD_0008.203_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNoReply, CircuitDataService]
       
   231 create NTT_SS test
       
   232 
       
   233 test HandleSpecifiedRequests YES
       
   234 
       
   235 test InitializeIPCRequestTable
       
   236 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   237 
       
   238 test RunIscTestCase 638
       
   239 test SyncIscTestCase
       
   240 // Given values ECallForwardingNoReply ECircuitDataService ECallForwardingStatusNotRegistered below
       
   241 // have effect only when HandleSpecifiedRequests is set.
       
   242 test GetCallForwardingStatus CallForwardingNoReply CircuitDataService ECallForwardingNoReply ECircuitDataService ECallForwardingStatusNotRegistered
       
   243 
       
   244 allownextresult 0
       
   245 waittestclass test
       
   246 
       
   247 test HandleSpecifiedRequests NO
       
   248 
       
   249 delete test
       
   250 [Endtest]
       
   251 
       
   252 [Test]
       
   253 title MOD_0008.204_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingUnconditional, FaxService]
       
   254 create NTT_SS test
       
   255 
       
   256 test HandleSpecifiedRequests YES
       
   257 
       
   258 test InitializeIPCRequestTable
       
   259 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   260 
       
   261 test RunIscTestCase 639
       
   262 test SyncIscTestCase
       
   263 // Given values ECallForwardingUnconditional EFaxService ECallForwardingStatusNotRegistered below
       
   264 // have effect only when HandleSpecifiedRequests is set.
       
   265 test GetCallForwardingStatus CallForwardingUnconditional FaxService ECallForwardingUnconditional EFaxService ECallForwardingStatusNotRegistered
       
   266 
       
   267 allownextresult 0
       
   268 waittestclass test
       
   269 
       
   270 test HandleSpecifiedRequests NO
       
   271 
       
   272 delete test
       
   273 [Endtest]
       
   274 
       
   275 [Test]
       
   276 title MOD_0008.205_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNoReply, Telephony]
       
   277 create NTT_SS test
       
   278 
       
   279 test HandleSpecifiedRequests YES
       
   280 
       
   281 test InitializeIPCRequestTable
       
   282 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   283 
       
   284 test RunIscTestCase 640
       
   285 test SyncIscTestCase
       
   286 // Given values ECallForwardingNoReply ETelephony ECallForwardingStatusNotRegistered below
       
   287 // have effect only when HandleSpecifiedRequests is set.
       
   288 test GetCallForwardingStatus CallForwardingNoReply Telephony ECallForwardingNoReply ETelephony ECallForwardingStatusNotRegistered
       
   289 
       
   290 allownextresult 0
       
   291 waittestclass test
       
   292 
       
   293 test HandleSpecifiedRequests NO
       
   294 
       
   295 delete test
       
   296 [Endtest]
       
   297 
       
   298 [Test]
       
   299 title MOD_0008.206_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingUnconditional, AllServices]
       
   300 create NTT_SS test
       
   301 
       
   302 test HandleSpecifiedRequests YES
       
   303 
       
   304 test InitializeIPCRequestTable
       
   305 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   306 
       
   307 test RunIscTestCase 641
       
   308 test SyncIscTestCase
       
   309 // Given values ECallForwardingUnconditional EAllServices ECallForwardingStatusNotRegistered below
       
   310 // have effect only when HandleSpecifiedRequests is set.
       
   311 test GetCallForwardingStatus CallForwardingUnconditional AllServices ECallForwardingUnconditional EAllServices ECallForwardingStatusNotRegistered
       
   312 
       
   313 allownextresult 0
       
   314 waittestclass test
       
   315 
       
   316 test HandleSpecifiedRequests NO
       
   317 
       
   318 delete test
       
   319 [Endtest]
       
   320 
       
   321 [Test]
       
   322 title MOD_0008.207_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AllTele]
       
   323 create NTT_SS test
       
   324 
       
   325 test HandleSpecifiedRequests YES
       
   326 
       
   327 test InitializeIPCRequestTable
       
   328 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   329 
       
   330 test RunIscTestCase 642
       
   331 test SyncIscTestCase
       
   332 // Given values ECallForwardingBusy EAllTele ECallForwardingStatusNotRegistered below
       
   333 // have effect only when HandleSpecifiedRequests is set.
       
   334 test GetCallForwardingStatus CallForwardingBusy AllTele ECallForwardingBusy EAllTele ECallForwardingStatusNotRegistered
       
   335 
       
   336 allownextresult 0
       
   337 waittestclass test
       
   338 
       
   339 test HandleSpecifiedRequests NO
       
   340 
       
   341 delete test
       
   342 [Endtest]
       
   343 
       
   344 [Test]
       
   345 title MOD_0008.208_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNoReply, VoiceService]
       
   346 create NTT_SS test
       
   347 
       
   348 test HandleSpecifiedRequests YES
       
   349 
       
   350 test InitializeIPCRequestTable
       
   351 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   352 
       
   353 test RunIscTestCase 643
       
   354 test SyncIscTestCase
       
   355 // Given values ECallForwardingNoReply EVoiceService ECallForwardingStatusNotRegistered below
       
   356 // have effect only when HandleSpecifiedRequests is set.
       
   357 test GetCallForwardingStatus CallForwardingNoReply VoiceService ECallForwardingNoReply EVoiceService ECallForwardingStatusNotRegistered
       
   358 
       
   359 allownextresult 0
       
   360 waittestclass test
       
   361 
       
   362 test HandleSpecifiedRequests NO
       
   363 
       
   364 delete test
       
   365 [Endtest]
       
   366 
       
   367 [Test]
       
   368 title MOD_0008.209_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNotReachable, ShortMessageService]
       
   369 create NTT_SS test
       
   370 
       
   371 test HandleSpecifiedRequests YES
       
   372 
       
   373 test InitializeIPCRequestTable
       
   374 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   375 
       
   376 test RunIscTestCase 644
       
   377 test SyncIscTestCase
       
   378 // Given values ECallForwardingNoReply EVoiceService ECallForwardingStatusNotRegistered below
       
   379 // have effect only when HandleSpecifiedRequests is set.
       
   380 test GetCallForwardingStatus CallForwardingNotReachable ShortMessageService ECallForwardingNotReachable EShortMessageService ECallForwardingStatusNotProvisioned
       
   381 
       
   382 allownextresult 0
       
   383 waittestclass test
       
   384 
       
   385 test HandleSpecifiedRequests NO
       
   386 
       
   387 delete test
       
   388 [Endtest]
       
   389 
       
   390 [Test]
       
   391 title MOD_0008.210_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AllTeleExcSms]
       
   392 create NTT_SS test
       
   393 
       
   394 test HandleSpecifiedRequests YES
       
   395 
       
   396 test InitializeIPCRequestTable
       
   397 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   398 
       
   399 test RunIscTestCase 645
       
   400 test SyncIscTestCase
       
   401 // Given values ECallForwardingBusy EAllTeleExcSms ECallForwardingStatusNotRegistered below
       
   402 // have effect only when HandleSpecifiedRequests is set.
       
   403 test GetCallForwardingStatus CallForwardingBusy AllTeleExcSms ECallForwardingBusy EAllTeleExcSms ECallForwardingStatusNotRegistered
       
   404 
       
   405 allownextresult 0
       
   406 waittestclass test
       
   407 
       
   408 test HandleSpecifiedRequests NO
       
   409 
       
   410 delete test
       
   411 [Endtest]
       
   412 
       
   413 [Test]
       
   414 title MOD_0008.211_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNotReachable, PlmnTele1]
       
   415 create NTT_SS test
       
   416 
       
   417 test HandleSpecifiedRequests YES
       
   418 
       
   419 test InitializeIPCRequestTable
       
   420 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   421 
       
   422 test RunIscTestCase 646
       
   423 test SyncIscTestCase
       
   424 // Given values ECallForwardingNotReachable EPlmnTele1 ECallForwardingStatusNotProvisioned below
       
   425 // have effect only when HandleSpecifiedRequests is set.
       
   426 test GetCallForwardingStatus CallForwardingNotReachable PlmnTele1 ECallForwardingNotReachable EPlmnTele1 ECallForwardingStatusNotProvisioned
       
   427 
       
   428 allownextresult 0
       
   429 waittestclass test
       
   430 
       
   431 test HandleSpecifiedRequests NO
       
   432 
       
   433 delete test
       
   434 [Endtest]
       
   435 
       
   436 [Test]
       
   437 title MOD_0008.212_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele2]
       
   438 create NTT_SS test
       
   439 
       
   440 test HandleSpecifiedRequests YES
       
   441 
       
   442 test InitializeIPCRequestTable
       
   443 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   444 
       
   445 test RunIscTestCase 647
       
   446 test SyncIscTestCase
       
   447 // Given values ECallForwardingBusy EPlmnTele2 ECallForwardingStatusNotProvisioned below
       
   448 // have effect only when HandleSpecifiedRequests is set.
       
   449 test GetCallForwardingStatus CallForwardingBusy PlmnTele2 ECallForwardingBusy EPlmnTele2 ECallForwardingStatusNotProvisioned
       
   450 
       
   451 allownextresult 0
       
   452 waittestclass test
       
   453 
       
   454 test HandleSpecifiedRequests NO
       
   455 
       
   456 delete test
       
   457 [Endtest]
       
   458 
       
   459 [Test]
       
   460 title MOD_0008.213_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele3]
       
   461 create NTT_SS test
       
   462 
       
   463 test HandleSpecifiedRequests YES
       
   464 
       
   465 test InitializeIPCRequestTable
       
   466 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   467 
       
   468 test RunIscTestCase 648
       
   469 test SyncIscTestCase
       
   470 // Given values ECallForwardingBusy EPlmnTele3 ECallForwardingStatusNotProvisioned below
       
   471 // have effect only when HandleSpecifiedRequests is set.
       
   472 test GetCallForwardingStatus CallForwardingBusy PlmnTele3 ECallForwardingBusy EPlmnTele3 ECallForwardingStatusNotProvisioned
       
   473 
       
   474 allownextresult 0
       
   475 waittestclass test
       
   476 
       
   477 test HandleSpecifiedRequests NO
       
   478 
       
   479 delete test
       
   480 [Endtest]
       
   481 
       
   482 [Test]
       
   483 title MOD_0008.214_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele4]
       
   484 create NTT_SS test
       
   485 
       
   486 test HandleSpecifiedRequests YES
       
   487 
       
   488 test InitializeIPCRequestTable
       
   489 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   490 
       
   491 test RunIscTestCase 649
       
   492 test SyncIscTestCase
       
   493 // Given values ECallForwardingBusy EPlmnTele4 ECallForwardingStatusNotProvisioned below
       
   494 // have effect only when HandleSpecifiedRequests is set.
       
   495 test GetCallForwardingStatus CallForwardingBusy PlmnTele4 ECallForwardingBusy EPlmnTele4 ECallForwardingStatusNotProvisioned
       
   496 
       
   497 allownextresult 0
       
   498 waittestclass test
       
   499 
       
   500 test HandleSpecifiedRequests NO
       
   501 
       
   502 delete test
       
   503 [Endtest]
       
   504 
       
   505 [Test]
       
   506 title MOD_0008.215_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele5]
       
   507 create NTT_SS test
       
   508 
       
   509 test HandleSpecifiedRequests YES
       
   510 
       
   511 test InitializeIPCRequestTable
       
   512 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   513 
       
   514 test RunIscTestCase 650
       
   515 test SyncIscTestCase
       
   516 // Given values ECallForwardingBusy EPlmnTele5 ECallForwardingStatusNotProvisioned below
       
   517 // have effect only when HandleSpecifiedRequests is set.
       
   518 test GetCallForwardingStatus CallForwardingBusy PlmnTele5 ECallForwardingBusy EPlmnTele5 ECallForwardingStatusNotProvisioned
       
   519 
       
   520 allownextresult 0
       
   521 waittestclass test
       
   522 
       
   523 test HandleSpecifiedRequests NO
       
   524 
       
   525 delete test
       
   526 [Endtest]
       
   527 
       
   528 [Test]
       
   529 title MOD_0008.216_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele7]
       
   530 create NTT_SS test
       
   531 
       
   532 test HandleSpecifiedRequests YES
       
   533 
       
   534 test InitializeIPCRequestTable
       
   535 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   536 
       
   537 test RunIscTestCase 651
       
   538 test SyncIscTestCase
       
   539 // Given values ECallForwardingBusy EPlmnTele7 ECallForwardingStatusNotProvisioned below
       
   540 // have effect only when HandleSpecifiedRequests is set.
       
   541 test GetCallForwardingStatus CallForwardingBusy PlmnTele7 ECallForwardingBusy EPlmnTele7 ECallForwardingStatusNotProvisioned
       
   542 
       
   543 allownextresult 0
       
   544 waittestclass test
       
   545 
       
   546 test HandleSpecifiedRequests NO
       
   547 
       
   548 delete test
       
   549 [Endtest]
       
   550 
       
   551 [Test]
       
   552 title MOD_0008.217_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele8]
       
   553 create NTT_SS test
       
   554 
       
   555 test HandleSpecifiedRequests YES
       
   556 
       
   557 test InitializeIPCRequestTable
       
   558 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   559 
       
   560 test RunIscTestCase 652
       
   561 test SyncIscTestCase
       
   562 // Given values ECallForwardingBusy EPlmnTele8 ECallForwardingStatusNotProvisioned below
       
   563 // have effect only when HandleSpecifiedRequests is set.
       
   564 test GetCallForwardingStatus CallForwardingBusy PlmnTele8 ECallForwardingBusy EPlmnTele8 ECallForwardingStatusNotProvisioned
       
   565 
       
   566 allownextresult 0
       
   567 waittestclass test
       
   568 
       
   569 test HandleSpecifiedRequests NO
       
   570 
       
   571 delete test
       
   572 [Endtest]
       
   573 
       
   574 [Test]
       
   575 title MOD_0008.218_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele9]
       
   576 create NTT_SS test
       
   577 
       
   578 test HandleSpecifiedRequests YES
       
   579 
       
   580 test InitializeIPCRequestTable
       
   581 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   582 
       
   583 test RunIscTestCase 653
       
   584 test SyncIscTestCase
       
   585 // Given values ECallForwardingBusy EPlmnTele9 ECallForwardingStatusNotProvisioned below
       
   586 // have effect only when HandleSpecifiedRequests is set.
       
   587 test GetCallForwardingStatus CallForwardingBusy PlmnTele9 ECallForwardingBusy EPlmnTele9 ECallForwardingStatusNotProvisioned
       
   588 
       
   589 allownextresult 0
       
   590 waittestclass test
       
   591 
       
   592 test HandleSpecifiedRequests NO
       
   593 
       
   594 delete test
       
   595 [Endtest]
       
   596 
       
   597 [Test]
       
   598 title MOD_0008.219_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTeleA]
       
   599 create NTT_SS test
       
   600 
       
   601 test HandleSpecifiedRequests YES
       
   602 
       
   603 test InitializeIPCRequestTable
       
   604 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   605 
       
   606 test RunIscTestCase 654
       
   607 test SyncIscTestCase
       
   608 // Given values ECallForwardingBusy EPlmnTeleA ECallForwardingStatusNotProvisioned below
       
   609 // have effect only when HandleSpecifiedRequests is set.
       
   610 test GetCallForwardingStatus CallForwardingBusy PlmnTeleA ECallForwardingBusy EPlmnTeleA ECallForwardingStatusNotProvisioned
       
   611 
       
   612 allownextresult 0
       
   613 waittestclass test
       
   614 
       
   615 test HandleSpecifiedRequests NO
       
   616 
       
   617 delete test
       
   618 [Endtest]
       
   619 
       
   620 [Test]
       
   621 title MOD_0008.220_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTeleB]
       
   622 create NTT_SS test
       
   623 
       
   624 test HandleSpecifiedRequests YES
       
   625 
       
   626 test InitializeIPCRequestTable
       
   627 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   628 
       
   629 test RunIscTestCase 655
       
   630 test SyncIscTestCase
       
   631 // Given values ECallForwardingBusy EPlmnTeleB ECallForwardingStatusNotProvisioned below
       
   632 // have effect only when HandleSpecifiedRequests is set.
       
   633 test GetCallForwardingStatus CallForwardingBusy PlmnTeleB ECallForwardingBusy EPlmnTeleB ECallForwardingStatusNotProvisioned
       
   634 
       
   635 allownextresult 0
       
   636 waittestclass test
       
   637 
       
   638 test HandleSpecifiedRequests NO
       
   639 
       
   640 delete test
       
   641 [Endtest]
       
   642 
       
   643 [Test]
       
   644 title MOD_0008.221_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTeleC]
       
   645 create NTT_SS test
       
   646 
       
   647 test HandleSpecifiedRequests YES
       
   648 
       
   649 test InitializeIPCRequestTable
       
   650 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   651 
       
   652 test RunIscTestCase 656
       
   653 test SyncIscTestCase
       
   654 // Given values ECallForwardingBusy EPlmnTeleC ECallForwardingStatusNotProvisioned below
       
   655 // have effect only when HandleSpecifiedRequests is set.
       
   656 test GetCallForwardingStatus CallForwardingBusy PlmnTeleC ECallForwardingBusy EPlmnTeleC ECallForwardingStatusNotProvisioned
       
   657 
       
   658 allownextresult 0
       
   659 waittestclass test
       
   660 
       
   661 test HandleSpecifiedRequests NO
       
   662 
       
   663 delete test
       
   664 [Endtest]
       
   665 
       
   666 [Test]
       
   667 title MOD_0008.222_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTeleD]
       
   668 create NTT_SS test
       
   669 
       
   670 test HandleSpecifiedRequests YES
       
   671 
       
   672 test InitializeIPCRequestTable
       
   673 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   674 
       
   675 test RunIscTestCase 657
       
   676 test SyncIscTestCase
       
   677 // Given values ECallForwardingBusy EPlmnTeleD ECallForwardingStatusNotProvisioned below
       
   678 // have effect only when HandleSpecifiedRequests is set.
       
   679 test GetCallForwardingStatus CallForwardingBusy PlmnTeleD ECallForwardingBusy EPlmnTeleD ECallForwardingStatusNotProvisioned
       
   680 
       
   681 allownextresult 0
       
   682 waittestclass test
       
   683 
       
   684 test HandleSpecifiedRequests NO
       
   685 
       
   686 delete test
       
   687 [Endtest]
       
   688 
       
   689 [Test]
       
   690 title MOD_0008.223_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTeleE]
       
   691 create NTT_SS test
       
   692 
       
   693 test HandleSpecifiedRequests YES
       
   694 
       
   695 test InitializeIPCRequestTable
       
   696 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   697 
       
   698 test RunIscTestCase 658
       
   699 test SyncIscTestCase
       
   700 // Given values ECallForwardingBusy EPlmnTeleE ECallForwardingStatusNotProvisioned below
       
   701 // have effect only when HandleSpecifiedRequests is set.
       
   702 test GetCallForwardingStatus CallForwardingBusy PlmnTeleE ECallForwardingBusy EPlmnTeleE ECallForwardingStatusNotProvisioned
       
   703 
       
   704 allownextresult 0
       
   705 waittestclass test
       
   706 
       
   707 test HandleSpecifiedRequests NO
       
   708 
       
   709 delete test
       
   710 [Endtest]
       
   711 
       
   712 [Test]
       
   713 title MOD_0008.224_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTeleF]
       
   714 create NTT_SS test
       
   715 
       
   716 test HandleSpecifiedRequests YES
       
   717 
       
   718 test InitializeIPCRequestTable
       
   719 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   720 
       
   721 test RunIscTestCase 659
       
   722 test SyncIscTestCase
       
   723 // Given values ECallForwardingBusy EPlmnTeleF ECallForwardingStatusNotProvisioned below
       
   724 // have effect only when HandleSpecifiedRequests is set.
       
   725 test GetCallForwardingStatus CallForwardingBusy PlmnTeleF ECallForwardingBusy EPlmnTeleF ECallForwardingStatusNotProvisioned
       
   726 
       
   727 allownextresult 0
       
   728 waittestclass test
       
   729 
       
   730 test HandleSpecifiedRequests NO
       
   731 
       
   732 delete test
       
   733 [Endtest]
       
   734 
       
   735 
       
   736 // Test MOD_0008_225_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, AllBearer]
       
   737 //
       
   738 [Test]
       
   739 title MOD_0008.225_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AllBearer]
       
   740 create NTT_SS test
       
   741 
       
   742 test HandleSpecifiedRequests YES
       
   743 
       
   744 test InitializeIPCRequestTable
       
   745 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   746 
       
   747 test RunIscTestCase 673
       
   748 test SyncIscTestCase
       
   749 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   750 // have effect only when HandleSpecifiedRequests is set.
       
   751 test GetCallForwardingStatus CallForwardingBusy AllBearer ECallForwardingBusy EAllBearer ECallForwardingStatusNotRegistered
       
   752 
       
   753 allownextresult 0
       
   754 waittestclass test
       
   755 
       
   756 test HandleSpecifiedRequests NO
       
   757 
       
   758 delete test
       
   759 [Endtest]
       
   760 
       
   761 // Test MOD_0008_226_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, AllAsync]
       
   762 //
       
   763 [Test]
       
   764 title MOD_0008.226_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNoReply, AllAsync]
       
   765 create NTT_SS test
       
   766 
       
   767 test HandleSpecifiedRequests YES
       
   768 
       
   769 test InitializeIPCRequestTable
       
   770 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   771 
       
   772 test RunIscTestCase 674
       
   773 test SyncIscTestCase
       
   774 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   775 // have effect only when HandleSpecifiedRequests is set.
       
   776 test GetCallForwardingStatus CallForwardingNoReply AllAsync ECallForwardingNoReply EAllAsync ECallForwardingStatusNotRegistered
       
   777 
       
   778 allownextresult 0
       
   779 waittestclass test
       
   780 
       
   781 test HandleSpecifiedRequests NO
       
   782 
       
   783 delete test
       
   784 [Endtest]
       
   785 
       
   786 
       
   787 
       
   788 // Test MOD_0008_227_NokiaTSY_[Getting the call forwarding status, CallForwardingNotReachable, AllSync]
       
   789 //
       
   790 [Test]
       
   791 title MOD_0008.227_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNotReachable, AllSync]
       
   792 create NTT_SS test
       
   793 
       
   794 test HandleSpecifiedRequests YES
       
   795 
       
   796 test InitializeIPCRequestTable
       
   797 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   798 
       
   799 test RunIscTestCase 675
       
   800 test SyncIscTestCase
       
   801 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   802 // have effect only when HandleSpecifiedRequests is set.
       
   803 test GetCallForwardingStatus CallForwardingNotReachable AllSync ECallForwardingNotReachable EAllSync ECallForwardingStatusNotRegistered
       
   804 
       
   805 allownextresult 0
       
   806 waittestclass test
       
   807 
       
   808 test HandleSpecifiedRequests NO
       
   809 
       
   810 delete test
       
   811 [Endtest]
       
   812 
       
   813 // Test MOD_0008_228_NokiaTSY_[Getting the call forwarding status, CallForwardingUnconditional, SyncData]
       
   814 //
       
   815 [Test]
       
   816 title MOD_0008.228_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingUnconditional, SyncData]
       
   817 create NTT_SS test
       
   818 
       
   819 test HandleSpecifiedRequests YES
       
   820 
       
   821 test InitializeIPCRequestTable
       
   822 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   823 
       
   824 test RunIscTestCase 676
       
   825 test SyncIscTestCase
       
   826 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   827 // have effect only when HandleSpecifiedRequests is set.
       
   828 test GetCallForwardingStatus CallForwardingUnconditional SyncData ECallForwardingUnconditional ESyncData ECallForwardingStatusNotRegistered
       
   829 
       
   830 allownextresult 0
       
   831 waittestclass test
       
   832 
       
   833 test HandleSpecifiedRequests NO
       
   834 
       
   835 delete test
       
   836 [Endtest]
       
   837 
       
   838 // Test MOD_0008_229_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, AsyncData]
       
   839 //
       
   840 [Test]
       
   841 title MOD_0008.229_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AsyncData]
       
   842 create NTT_SS test
       
   843 
       
   844 test HandleSpecifiedRequests YES
       
   845 
       
   846 test InitializeIPCRequestTable
       
   847 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   848 
       
   849 test RunIscTestCase 677
       
   850 test SyncIscTestCase
       
   851 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   852 // have effect only when HandleSpecifiedRequests is set.
       
   853 test GetCallForwardingStatus CallForwardingBusy AsyncData ECallForwardingBusy EAsyncData ECallForwardingStatusNotRegistered
       
   854 
       
   855 allownextresult 0
       
   856 waittestclass test
       
   857 
       
   858 test HandleSpecifiedRequests NO
       
   859 
       
   860 delete test
       
   861 [Endtest]
       
   862 
       
   863 // Test MOD_0008_230_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ2]
       
   864 //
       
   865 [Test]
       
   866 title MOD_0008.230_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ2]
       
   867 create NTT_SS test
       
   868 
       
   869 test HandleSpecifiedRequests YES
       
   870 
       
   871 test InitializeIPCRequestTable
       
   872 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   873 
       
   874 test RunIscTestCase 678
       
   875 test SyncIscTestCase
       
   876 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   877 // have effect only when HandleSpecifiedRequests is set.
       
   878 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ2 ECallForwardingBusy EPlmnBearerServ2 ECallForwardingStatusNotRegistered
       
   879 
       
   880 allownextresult 0
       
   881 waittestclass test
       
   882 
       
   883 test HandleSpecifiedRequests NO
       
   884 
       
   885 delete test
       
   886 [Endtest]
       
   887 
       
   888 // Test MOD_0008_231_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ6]
       
   889 //
       
   890 [Test]
       
   891 title MOD_0008.231_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ6]
       
   892 create NTT_SS test
       
   893 
       
   894 test HandleSpecifiedRequests YES
       
   895 
       
   896 test InitializeIPCRequestTable
       
   897 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   898 
       
   899 test RunIscTestCase 679
       
   900 test SyncIscTestCase
       
   901 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   902 // have effect only when HandleSpecifiedRequests is set.
       
   903 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ6 ECallForwardingBusy EPlmnBearerServ6 ECallForwardingStatusNotRegistered
       
   904 
       
   905 allownextresult 0
       
   906 waittestclass test
       
   907 
       
   908 test HandleSpecifiedRequests NO
       
   909 
       
   910 delete test
       
   911 [Endtest]
       
   912 
       
   913 // Test MOD_0008_232_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServA]
       
   914 //
       
   915 [Test]
       
   916 title MOD_0008.232_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServA]
       
   917 create NTT_SS test
       
   918 
       
   919 test HandleSpecifiedRequests YES
       
   920 
       
   921 test InitializeIPCRequestTable
       
   922 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   923 
       
   924 test RunIscTestCase 680
       
   925 test SyncIscTestCase
       
   926 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   927 // have effect only when HandleSpecifiedRequests is set.
       
   928 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServA ECallForwardingBusy EPlmnBearerServA ECallForwardingStatusNotRegistered
       
   929 
       
   930 allownextresult 0
       
   931 waittestclass test
       
   932 
       
   933 test HandleSpecifiedRequests NO
       
   934 
       
   935 delete test
       
   936 [Endtest]
       
   937 
       
   938 // Test MOD_0008_233_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServE]
       
   939 //
       
   940 [Test]
       
   941 title MOD_0008.233_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServE]
       
   942 create NTT_SS test
       
   943 
       
   944 test HandleSpecifiedRequests YES
       
   945 
       
   946 test InitializeIPCRequestTable
       
   947 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   948 
       
   949 test RunIscTestCase 681
       
   950 test SyncIscTestCase
       
   951 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   952 // have effect only when HandleSpecifiedRequests is set.
       
   953 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServE ECallForwardingBusy EPlmnBearerServE ECallForwardingStatusNotRegistered
       
   954 
       
   955 allownextresult 0
       
   956 waittestclass test
       
   957 
       
   958 test HandleSpecifiedRequests NO
       
   959 
       
   960 delete test
       
   961 [Endtest]
       
   962 
       
   963 // Test MOD_0008_234_NokiaTSY_[Getting the call forwarding status, CallForwardingNotReachable, ServiceUnspecified]
       
   964 //
       
   965 //[Test]
       
   966 //title MOD_0008.234_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingNotReachable, ServiceUnspecified]
       
   967 //create NTT_SS test
       
   968 //
       
   969 //test HandleSpecifiedRequests YES
       
   970 //
       
   971 //test InitializeIPCRequestTable
       
   972 //test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   973 //
       
   974 //test RunIscTestCase 682
       
   975 //test SyncIscTestCase
       
   976 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
   977 // have effect only when HandleSpecifiedRequests is set.
       
   978 //test GetCallForwardingStatus CallForwardingNotReachable ServiceUnspecified ECallForwardingNotReachable EServiceUnspecified ECallForwardingStatusNotRegistered
       
   979 //
       
   980 //allownextresult 0
       
   981 //waittestclass test
       
   982 //
       
   983 //test HandleSpecifiedRequests NO
       
   984 //
       
   985 //delete test
       
   986 //[Endtest]
       
   987 //
       
   988 // Test MOD_0008_235_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PacketDataService]
       
   989 //
       
   990 [Test]
       
   991 title MOD_0008.235_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PacketDataService]
       
   992 create NTT_SS test
       
   993 
       
   994 test HandleSpecifiedRequests YES
       
   995 
       
   996 test InitializeIPCRequestTable
       
   997 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
   998 
       
   999 test RunIscTestCase 683
       
  1000 test SyncIscTestCase
       
  1001 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1002 // have effect only when HandleSpecifiedRequests is set.
       
  1003 test GetCallForwardingStatus CallForwardingBusy PacketDataService ECallForwardingBusy EPacketDataService ECallForwardingStatusNotRegistered
       
  1004 
       
  1005 allownextresult 0
       
  1006 waittestclass test
       
  1007 
       
  1008 test HandleSpecifiedRequests NO
       
  1009 
       
  1010 delete test
       
  1011 [Endtest]
       
  1012 
       
  1013 // Test MOD_0008_236_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, VoiceGroupCall]
       
  1014 //
       
  1015 [Test]
       
  1016 title MOD_0008.236_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, VoiceGroupCall]
       
  1017 create NTT_SS test
       
  1018 
       
  1019 test HandleSpecifiedRequests YES
       
  1020 
       
  1021 test InitializeIPCRequestTable
       
  1022 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1023 
       
  1024 test RunIscTestCase 684
       
  1025 test SyncIscTestCase
       
  1026 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1027 // have effect only when HandleSpecifiedRequests is set.
       
  1028 test GetCallForwardingStatus CallForwardingBusy VoiceGroupCall ECallForwardingBusy EVoiceGroupCall ECallForwardingStatusNotRegistered
       
  1029 
       
  1030 allownextresult 0
       
  1031 waittestclass test
       
  1032 
       
  1033 test HandleSpecifiedRequests NO
       
  1034 
       
  1035 delete test
       
  1036 [Endtest]
       
  1037 
       
  1038 // Test MOD_0008_237_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, AllPlmnTele]
       
  1039 //
       
  1040 [Test]
       
  1041 title MOD_0008.237_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AllPlmnTele]
       
  1042 create NTT_SS test
       
  1043 
       
  1044 test HandleSpecifiedRequests YES
       
  1045 
       
  1046 test InitializeIPCRequestTable
       
  1047 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1048 
       
  1049 test RunIscTestCase 685
       
  1050 test SyncIscTestCase
       
  1051 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1052 // have effect only when HandleSpecifiedRequests is set.
       
  1053 test GetCallForwardingStatus CallForwardingBusy AllPlmnTele ECallForwardingBusy EAllPlmnTele ECallForwardingStatusNotRegistered
       
  1054 
       
  1055 allownextresult 0
       
  1056 waittestclass test
       
  1057 
       
  1058 test HandleSpecifiedRequests NO
       
  1059 
       
  1060 delete test
       
  1061 [Endtest]
       
  1062 
       
  1063 
       
  1064 // Test MOD_0008_238_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PadAccess]
       
  1065 //
       
  1066 [Test]
       
  1067 title MOD_0008.238_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PadAccess]
       
  1068 create NTT_SS test
       
  1069 
       
  1070 test HandleSpecifiedRequests YES
       
  1071 
       
  1072 test InitializeIPCRequestTable
       
  1073 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1074 
       
  1075 test RunIscTestCase 686
       
  1076 test SyncIscTestCase
       
  1077 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1078 // have effect only when HandleSpecifiedRequests is set.
       
  1079 test GetCallForwardingStatus CallForwardingBusy PadAccess ECallForwardingBusy EPadAccess ECallForwardingStatusNotRegistered
       
  1080 
       
  1081 allownextresult 0
       
  1082 waittestclass test
       
  1083 
       
  1084 test HandleSpecifiedRequests NO
       
  1085 
       
  1086 delete test
       
  1087 [Endtest]
       
  1088 
       
  1089 
       
  1090 // Test MOD_0008_239_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, AllPlmnBearer]
       
  1091 //
       
  1092 [Test]
       
  1093 title MOD_0008.239_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AllPlmnBearer]
       
  1094 create NTT_SS test
       
  1095 
       
  1096 test HandleSpecifiedRequests YES
       
  1097 
       
  1098 test InitializeIPCRequestTable
       
  1099 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1100 
       
  1101 test RunIscTestCase 687
       
  1102 test SyncIscTestCase
       
  1103 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1104 // have effect only when HandleSpecifiedRequests is set.
       
  1105 test GetCallForwardingStatus CallForwardingBusy AllPlmnBearer ECallForwardingBusy EAllPlmnBearer ECallForwardingStatusNotRegistered
       
  1106 
       
  1107 allownextresult 0
       
  1108 waittestclass test
       
  1109 
       
  1110 test HandleSpecifiedRequests NO
       
  1111 
       
  1112 delete test
       
  1113 [Endtest]
       
  1114 
       
  1115 // Test MOD_0008_240_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ1]
       
  1116 //
       
  1117 [Test]
       
  1118 title MOD_0008.240_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ1]
       
  1119 create NTT_SS test
       
  1120 
       
  1121 test HandleSpecifiedRequests YES
       
  1122 
       
  1123 test InitializeIPCRequestTable
       
  1124 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1125 
       
  1126 test RunIscTestCase 688
       
  1127 test SyncIscTestCase
       
  1128 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1129 // have effect only when HandleSpecifiedRequests is set.
       
  1130 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ1 ECallForwardingBusy EPlmnBearerServ1 ECallForwardingStatusNotRegistered
       
  1131 
       
  1132 allownextresult 0
       
  1133 waittestclass test
       
  1134 
       
  1135 test HandleSpecifiedRequests NO
       
  1136 
       
  1137 delete test
       
  1138 [Endtest]
       
  1139 
       
  1140 // Test MOD_0008_241_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ3]
       
  1141 //
       
  1142 [Test]
       
  1143 title MOD_0008.241_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ3]
       
  1144 create NTT_SS test
       
  1145 
       
  1146 test HandleSpecifiedRequests YES
       
  1147 
       
  1148 test InitializeIPCRequestTable
       
  1149 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1150 
       
  1151 test RunIscTestCase 689
       
  1152 test SyncIscTestCase
       
  1153 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1154 // have effect only when HandleSpecifiedRequests is set.
       
  1155 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ3 ECallForwardingBusy EPlmnBearerServ3 ECallForwardingStatusNotRegistered
       
  1156 
       
  1157 allownextresult 0
       
  1158 waittestclass test
       
  1159 
       
  1160 test HandleSpecifiedRequests NO
       
  1161 
       
  1162 delete test
       
  1163 [Endtest]
       
  1164 
       
  1165 // Test MOD_0008_242_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ4]
       
  1166 //
       
  1167 [Test]
       
  1168 title MOD_0008.242_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ4]
       
  1169 create NTT_SS test
       
  1170 
       
  1171 test HandleSpecifiedRequests YES
       
  1172 
       
  1173 test InitializeIPCRequestTable
       
  1174 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1175 
       
  1176 test RunIscTestCase 690
       
  1177 test SyncIscTestCase
       
  1178 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1179 // have effect only when HandleSpecifiedRequests is set.
       
  1180 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ4 ECallForwardingBusy EPlmnBearerServ4 ECallForwardingStatusNotRegistered
       
  1181 
       
  1182 allownextresult 0
       
  1183 waittestclass test
       
  1184 
       
  1185 test HandleSpecifiedRequests NO
       
  1186 
       
  1187 delete test
       
  1188 [Endtest]
       
  1189 
       
  1190 
       
  1191 // Test MOD_0008_243_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ5]
       
  1192 //
       
  1193 [Test]
       
  1194 title MOD_0008.243_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ5]
       
  1195 create NTT_SS test
       
  1196 
       
  1197 test HandleSpecifiedRequests YES
       
  1198 
       
  1199 test InitializeIPCRequestTable
       
  1200 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1201 
       
  1202 test RunIscTestCase 691
       
  1203 test SyncIscTestCase
       
  1204 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1205 // have effect only when HandleSpecifiedRequests is set.
       
  1206 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ5 ECallForwardingBusy EPlmnBearerServ5 ECallForwardingStatusNotRegistered
       
  1207 
       
  1208 allownextresult 0
       
  1209 waittestclass test
       
  1210 
       
  1211 test HandleSpecifiedRequests NO
       
  1212 
       
  1213 delete test
       
  1214 [Endtest]
       
  1215 
       
  1216 // Test MOD_0008_244_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ7]
       
  1217 //
       
  1218 [Test]
       
  1219 title MOD_0008.244_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ7]
       
  1220 create NTT_SS test
       
  1221 
       
  1222 test HandleSpecifiedRequests YES
       
  1223 
       
  1224 test InitializeIPCRequestTable
       
  1225 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1226 
       
  1227 test RunIscTestCase 692
       
  1228 test SyncIscTestCase
       
  1229 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1230 // have effect only when HandleSpecifiedRequests is set.
       
  1231 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ7 ECallForwardingBusy EPlmnBearerServ7 ECallForwardingStatusNotRegistered
       
  1232 
       
  1233 allownextresult 0
       
  1234 waittestclass test
       
  1235 
       
  1236 test HandleSpecifiedRequests NO
       
  1237 
       
  1238 delete test
       
  1239 [Endtest]
       
  1240 
       
  1241 
       
  1242 // Test MOD_0008_245_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ8]
       
  1243 //
       
  1244 [Test]
       
  1245 title MOD_0008.245_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ8]
       
  1246 create NTT_SS test
       
  1247 
       
  1248 test HandleSpecifiedRequests YES
       
  1249 
       
  1250 test InitializeIPCRequestTable
       
  1251 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1252 
       
  1253 test RunIscTestCase 693
       
  1254 test SyncIscTestCase
       
  1255 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1256 // have effect only when HandleSpecifiedRequests is set.
       
  1257 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ8 ECallForwardingBusy EPlmnBearerServ8 ECallForwardingStatusNotRegistered
       
  1258 
       
  1259 allownextresult 0
       
  1260 waittestclass test
       
  1261 
       
  1262 test HandleSpecifiedRequests NO
       
  1263 
       
  1264 delete test
       
  1265 [Endtest]
       
  1266 
       
  1267 
       
  1268 // Test MOD_0008_246_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ9]
       
  1269 //
       
  1270 [Test]
       
  1271 title MOD_0008.246_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServ9]
       
  1272 create NTT_SS test
       
  1273 
       
  1274 test HandleSpecifiedRequests YES
       
  1275 
       
  1276 test InitializeIPCRequestTable
       
  1277 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1278 
       
  1279 test RunIscTestCase 694
       
  1280 test SyncIscTestCase
       
  1281 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1282 // have effect only when HandleSpecifiedRequests is set.
       
  1283 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServ9 ECallForwardingBusy EPlmnBearerServ9 ECallForwardingStatusNotRegistered
       
  1284 
       
  1285 allownextresult 0
       
  1286 waittestclass test
       
  1287 
       
  1288 test HandleSpecifiedRequests NO
       
  1289 
       
  1290 delete test
       
  1291 [Endtest]
       
  1292 
       
  1293 
       
  1294 // Test MOD_0008_247_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServB]
       
  1295 //
       
  1296 [Test]
       
  1297 title MOD_0008.247_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServB]
       
  1298 create NTT_SS test
       
  1299 
       
  1300 test HandleSpecifiedRequests YES
       
  1301 
       
  1302 test InitializeIPCRequestTable
       
  1303 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1304 
       
  1305 test RunIscTestCase 695
       
  1306 test SyncIscTestCase
       
  1307 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1308 // have effect only when HandleSpecifiedRequests is set.
       
  1309 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServB ECallForwardingBusy EPlmnBearerServB ECallForwardingStatusNotRegistered
       
  1310 
       
  1311 allownextresult 0
       
  1312 waittestclass test
       
  1313 
       
  1314 test HandleSpecifiedRequests NO
       
  1315 
       
  1316 delete test
       
  1317 [Endtest]
       
  1318 
       
  1319 
       
  1320 // Test MOD_0008_248_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServC]
       
  1321 //
       
  1322 [Test]
       
  1323 title MOD_0008.248_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServC]
       
  1324 create NTT_SS test
       
  1325 
       
  1326 test HandleSpecifiedRequests YES
       
  1327 
       
  1328 test InitializeIPCRequestTable
       
  1329 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1330 
       
  1331 test RunIscTestCase 696
       
  1332 test SyncIscTestCase
       
  1333 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1334 // have effect only when HandleSpecifiedRequests is set.
       
  1335 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServC ECallForwardingBusy EPlmnBearerServC ECallForwardingStatusNotRegistered
       
  1336 
       
  1337 allownextresult 0
       
  1338 waittestclass test
       
  1339 
       
  1340 test HandleSpecifiedRequests NO
       
  1341 
       
  1342 delete test
       
  1343 [Endtest]
       
  1344 
       
  1345 
       
  1346 // Test MOD_0008_249_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServD]
       
  1347 //
       
  1348 [Test]
       
  1349 title MOD_0008.249_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServD]
       
  1350 create NTT_SS test
       
  1351 
       
  1352 test HandleSpecifiedRequests YES
       
  1353 
       
  1354 test InitializeIPCRequestTable
       
  1355 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1356 
       
  1357 test RunIscTestCase 697
       
  1358 test SyncIscTestCase
       
  1359 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1360 // have effect only when HandleSpecifiedRequests is set.
       
  1361 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServD ECallForwardingBusy EPlmnBearerServD ECallForwardingStatusNotRegistered
       
  1362 
       
  1363 allownextresult 0
       
  1364 waittestclass test
       
  1365 
       
  1366 test HandleSpecifiedRequests NO
       
  1367 
       
  1368 delete test
       
  1369 [Endtest]
       
  1370 
       
  1371 
       
  1372 // Test MOD_0008_250_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnBearerServF]
       
  1373 //
       
  1374 [Test]
       
  1375 title MOD_0008.250_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnBearerServF]
       
  1376 create NTT_SS test
       
  1377 
       
  1378 test HandleSpecifiedRequests YES
       
  1379 
       
  1380 test InitializeIPCRequestTable
       
  1381 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1382 
       
  1383 test RunIscTestCase 698
       
  1384 test SyncIscTestCase
       
  1385 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1386 // have effect only when HandleSpecifiedRequests is set.
       
  1387 test GetCallForwardingStatus CallForwardingBusy PlmnBearerServF ECallForwardingBusy EPlmnBearerServF ECallForwardingStatusNotRegistered
       
  1388 
       
  1389 allownextresult 0
       
  1390 waittestclass test
       
  1391 
       
  1392 test HandleSpecifiedRequests NO
       
  1393 
       
  1394 delete test
       
  1395 [Endtest]
       
  1396 
       
  1397 
       
  1398 // Test MOD_0008_251_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, AuxVoiceService]
       
  1399 //
       
  1400 [Test]
       
  1401 title MOD_0008.251_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, AuxVoiceService]
       
  1402 create NTT_SS test
       
  1403 
       
  1404 test HandleSpecifiedRequests YES
       
  1405 
       
  1406 test InitializeIPCRequestTable
       
  1407 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1408 
       
  1409 test RunIscTestCase 699
       
  1410 test SyncIscTestCase
       
  1411 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1412 // have effect only when HandleSpecifiedRequests is set.
       
  1413 test GetCallForwardingStatus CallForwardingBusy AuxVoiceService ECallForwardingBusy EAuxVoiceService ECallForwardingStatusNotRegistered
       
  1414 
       
  1415 allownextresult 0
       
  1416 waittestclass test
       
  1417 
       
  1418 test HandleSpecifiedRequests NO
       
  1419 
       
  1420 delete test
       
  1421 [Endtest]
       
  1422 
       
  1423 // Test MOD_0008_252_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, PlmnTele6]
       
  1424 //
       
  1425 [Test]
       
  1426 title MOD_0008.252_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, PlmnTele6]
       
  1427 create NTT_SS test
       
  1428 
       
  1429 test HandleSpecifiedRequests YES
       
  1430 
       
  1431 test InitializeIPCRequestTable
       
  1432 test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1433 
       
  1434 test RunIscTestCase 700
       
  1435 test SyncIscTestCase
       
  1436 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1437 // have effect only when HandleSpecifiedRequests is set.
       
  1438 test GetCallForwardingStatus CallForwardingBusy PlmnTele6 ECallForwardingBusy EPlmnTele6 ECallForwardingStatusNotRegistered
       
  1439 
       
  1440 allownextresult 0
       
  1441 waittestclass test
       
  1442 
       
  1443 test HandleSpecifiedRequests NO
       
  1444 
       
  1445 delete test
       
  1446 [Endtest]
       
  1447 
       
  1448 
       
  1449 // Test MOD_0008_253_NokiaTSY_[Getting the call forwarding status, CallForwardingBusy, ServiceUnspecified]
       
  1450 //
       
  1451 //[Test]
       
  1452 //title MOD_0008.253_2_NokiaTSY_[XML Getting the call forwarding status, CallForwardingBusy, ServiceUnspecified]
       
  1453 //create NTT_SS test
       
  1454 //
       
  1455 //test HandleSpecifiedRequests YES
       
  1456 //
       
  1457 //test InitializeIPCRequestTable
       
  1458 //test SetExpectedCompleteIPC EMobilePhoneGetCallForwardingStatusPhase1
       
  1459 //
       
  1460 //test RunIscTestCase 701
       
  1461 //test SyncIscTestCase
       
  1462 // Given values ECallForwardingBusy ETelephony ECallForwardingStatusNotRegistered below
       
  1463 // have effect only when HandleSpecifiedRequests is set.
       
  1464 //test GetCallForwardingStatus CallForwardingBusy ServiceUnspecified ECallForwardingBusy EServiceUnspecified ECallForwardingStatusNotRegistered
       
  1465 //
       
  1466 //allownextresult 0
       
  1467 //waittestclass test
       
  1468 //
       
  1469 //test HandleSpecifiedRequests NO
       
  1470 //
       
  1471 //delete test
       
  1472 //[Endtest]
       
  1473 //
       
  1474 // Test MOD_0008_301
       
  1475 // Properly get call waiting status
       
  1476 
       
  1477 // Preconditions:
       
  1478 // Script description:
       
  1479 // - The following script tests the call waiting status query.
       
  1480 
       
  1481 [Test]
       
  1482 title MOD_0008.301_2_NokiaTSY_[XML Getting the call waiting status]
       
  1483 create NTT_SS test
       
  1484 
       
  1485 test HandleSpecifiedRequests YES
       
  1486 
       
  1487 test InitializeIPCRequestTable
       
  1488 test SetExpectedCompleteIPC EMobilePhoneGetWaitingStatusPhase1
       
  1489 
       
  1490 test RunIscTestCase 612
       
  1491 test SyncIscTestCase
       
  1492 // Given values EAllServices ECallWaitingStatusNotActive below
       
  1493 // have effect only when HandleSpecifiedRequests is set.
       
  1494 test GetCallWaitingStatus EAllServices ECallWaitingStatusNotActive
       
  1495 
       
  1496 allownextresult 0
       
  1497 waittestclass test
       
  1498 
       
  1499 test HandleSpecifiedRequests NO
       
  1500 
       
  1501 delete test
       
  1502 [Endtest]
       
  1503 
       
  1504 // Test MOD_0008_401...MOD_0008_405
       
  1505 // Properly get identity service status
       
  1506 // Possible options are:
       
  1507 // - IdServiceCallerRestriction
       
  1508 // - IdServiceCallerPresentation
       
  1509 // - IdServiceConnectedPresentation
       
  1510 // - IdServiceConnectedRestriction
       
  1511 // - IdServiceCallerName
       
  1512 
       
  1513 // Script description:
       
  1514 // - The following scripts tests the identity service status query using different query options.
       
  1515 
       
  1516 [Test]
       
  1517 title MOD_0008.401_2_NokiaTSY_[XML Getting the identity service status, IdServiceCallerRestriction]
       
  1518 create NTT_SS test
       
  1519 
       
  1520 test HandleSpecifiedRequests YES
       
  1521 
       
  1522 test InitializeIPCRequestTable
       
  1523 test SetExpectedCompleteIPC EMobilePhoneGetIdentityServiceStatus
       
  1524 
       
  1525 test RunIscTestCase 613
       
  1526 test SyncIscTestCase
       
  1527 // Given value EIdServiceActiveDefaultAllowed has effect only when HandleSpecifiedRequests is set.
       
  1528 test GetIdentityServiceStatus IdServiceCallerRestriction EIdServiceActiveDefaultAllowed
       
  1529 
       
  1530 allownextresult 0
       
  1531 waittestclass test
       
  1532 
       
  1533 test HandleSpecifiedRequests NO
       
  1534 
       
  1535 delete test
       
  1536 [Endtest]
       
  1537 
       
  1538 [Test]
       
  1539 title MOD_0008.402_2_NokiaTSY_[XML Getting the identity service status, IdServiceCallerPresentation]
       
  1540 create NTT_SS test
       
  1541 
       
  1542 test HandleSpecifiedRequests YES
       
  1543 
       
  1544 test InitializeIPCRequestTable
       
  1545 test SetExpectedCompleteIPC EMobilePhoneGetIdentityServiceStatus
       
  1546 
       
  1547 test RunIscTestCase 632
       
  1548 test SyncIscTestCase
       
  1549 
       
  1550 test GetIdentityServiceStatus IdServiceCallerPresentation EIdServiceActivePermanent
       
  1551 
       
  1552 allownextresult 0
       
  1553 waittestclass test
       
  1554 
       
  1555 test HandleSpecifiedRequests NO
       
  1556 
       
  1557 delete test
       
  1558 [Endtest]
       
  1559 
       
  1560 [Test]
       
  1561 title MOD_0008.403_2_NokiaTSY_[XML Getting the identity service status, IdServiceConnectedPresentation]
       
  1562 create NTT_SS test
       
  1563 
       
  1564 test HandleSpecifiedRequests YES
       
  1565 
       
  1566 test InitializeIPCRequestTable
       
  1567 test SetExpectedCompleteIPC EMobilePhoneGetIdentityServiceStatus
       
  1568 test RunIscTestCase 607
       
  1569 test SyncIscTestCase
       
  1570 
       
  1571 test GetIdentityServiceStatus IdServiceConnectedPresentation EIdServiceNotProvisioned
       
  1572 allownextresult 0
       
  1573 waittestclass test
       
  1574 
       
  1575 test HandleSpecifiedRequests NO
       
  1576 
       
  1577 delete test
       
  1578 [Endtest]
       
  1579 
       
  1580 [Test]
       
  1581 title MOD_0008.404_2_NokiaTSY_[XML Getting the identity service status, IdServiceConnectedRestriction]
       
  1582 create NTT_SS test
       
  1583 
       
  1584 test HandleSpecifiedRequests YES
       
  1585 
       
  1586 test InitializeIPCRequestTable
       
  1587 test SetExpectedCompleteIPC EMobilePhoneGetIdentityServiceStatus
       
  1588 
       
  1589 test RunIscTestCase 608
       
  1590 test SyncIscTestCase
       
  1591 
       
  1592 test GetIdentityServiceStatus IdServiceConnectedRestriction EIdServiceNotProvisioned
       
  1593 allownextresult 0
       
  1594 waittestclass test
       
  1595 
       
  1596 test HandleSpecifiedRequests NO
       
  1597 
       
  1598 delete test
       
  1599 [Endtest]
       
  1600 
       
  1601 [Test]
       
  1602 title MOD_0008.405_2_NokiaTSY_[XML Getting the identity service status, IdServiceCallerName]
       
  1603 create NTT_SS test
       
  1604 
       
  1605 test HandleSpecifiedRequests YES
       
  1606 
       
  1607 test InitializeIPCRequestTable
       
  1608 test SetExpectedCompleteIPC EMobilePhoneGetIdentityServiceStatus
       
  1609 test RunIscTestCase 609
       
  1610 test SyncIscTestCase
       
  1611 
       
  1612 test GetIdentityServiceStatus IdServiceCallerName EIdServiceNotProvisioned
       
  1613 
       
  1614 allownextresult 0
       
  1615 waittestclass test
       
  1616 
       
  1617 test HandleSpecifiedRequests NO
       
  1618 
       
  1619 delete test
       
  1620 [Endtest]
       
  1621 
       
  1622 // Test MOD_0008_501...MOD_0008_509
       
  1623 // Properly get identity service status
       
  1624 // Possible options are:
       
  1625 // - call barring condition:
       
  1626 // - BarUnspecified
       
  1627 // - BarAllIncoming
       
  1628 // - BarIncomingRoaming
       
  1629 // - BarAllOutgoing
       
  1630 // - BarOutgoingInternational
       
  1631 // - BarOutgoingInternationalExHC
       
  1632 // - BarAllCases
       
  1633 // - BarAllOutgoingServices
       
  1634 // - BarAllIncomingServices
       
  1635 // - call barring service group:
       
  1636 // - ServiceUnspecified
       
  1637 // - VoiceService
       
  1638 // - AuxVoiceService
       
  1639 // - CircuitDataService
       
  1640 // - PacketDataService
       
  1641 // - FaxService
       
  1642 // - ShortMessageService
       
  1643 // - AllServices
       
  1644 // - AllTele
       
  1645 // - Telephony
       
  1646 // - AllDataTele
       
  1647 // - AllTeleExcSms
       
  1648 // - call barring action:
       
  1649 // - ServiceActionRegister
       
  1650 // - ServiceActionActivate
       
  1651 // - ServiceActionDeactivate
       
  1652 // - ServiceActionErase
       
  1653 // - call barring password:
       
  1654 // - Pre defined barring password
       
  1655 
       
  1656 // Preconditions:
       
  1657 //  The conditions EBarAllCases, EBarAllOutgoingServices,
       
  1658 //  EBarAllIncomingServices are only possible in conjunction
       
  1659 //  with the actions EServiceActionDeactivate and EServiceActionErase.
       
  1660 //
       
  1661 //  Conditions EBarAllCases, EBarAllOutgoingServices and
       
  1662 //  EBarAllIncomingServices are only used for deactivation.
       
  1663 //
       
  1664 //
       
  1665 
       
  1666 // Script description:
       
  1667 // - The following scripts tests the identity service status query using different query options.
       
  1668 
       
  1669 [Test]
       
  1670 title MOD_0008.501_2_NokiaTSY_[XML Setting call barring status, BarAllIncoming, ShortMessageService, ServiceActionActivate]
       
  1671 create NTT_SS test
       
  1672 
       
  1673 test HandleSpecifiedRequests YES
       
  1674 
       
  1675 test InitializeIPCRequestTable
       
  1676 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1677 
       
  1678 test RunIscTestCase 614
       
  1679 test SyncIscTestCase
       
  1680 test SetCallBarringStatus BarAllIncoming ShortMessageService ServiceActionActivate 1234
       
  1681 
       
  1682 allownextresult 0
       
  1683 waittestclass test
       
  1684 
       
  1685 test HandleSpecifiedRequests NO
       
  1686 
       
  1687 delete test
       
  1688 [Endtest]
       
  1689 
       
  1690 [Test]
       
  1691 title MOD_0008.502_2_NokiaTSY_[XML Setting call barring status, BarOutgoingInternationalExHC, AllTeleExcSms, ServiceActionDeactivate]
       
  1692 create NTT_SS test
       
  1693 
       
  1694 test HandleSpecifiedRequests YES
       
  1695 
       
  1696 test InitializeIPCRequestTable
       
  1697 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1698 
       
  1699 test RunIscTestCase 660
       
  1700 test SyncIscTestCase
       
  1701 test SetCallBarringStatus BarOutgoingInternationalExHC AllTeleExcSms ServiceActionDeactivate 1234
       
  1702 
       
  1703 allownextresult 0
       
  1704 waittestclass test
       
  1705 
       
  1706 test HandleSpecifiedRequests NO
       
  1707 
       
  1708 delete test
       
  1709 [Endtest]
       
  1710 
       
  1711 [Test]
       
  1712 title MOD_0008.503_2_NokiaTSY_[XML Setting call barring status, BarIncomingRoaming, AllServices, ServiceActionDeactivate]
       
  1713 create NTT_SS test
       
  1714 
       
  1715 test HandleSpecifiedRequests YES
       
  1716 
       
  1717 test InitializeIPCRequestTable
       
  1718 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1719 
       
  1720 test RunIscTestCase 661
       
  1721 test SyncIscTestCase
       
  1722 test SetCallBarringStatus BarIncomingRoaming AllServices ServiceActionDeactivate 1234
       
  1723 
       
  1724 allownextresult 0
       
  1725 waittestclass test
       
  1726 
       
  1727 test HandleSpecifiedRequests NO
       
  1728 
       
  1729 delete test
       
  1730 [Endtest]
       
  1731 
       
  1732 [Test]
       
  1733 title MOD_0008.504_2_NokiaTSY_[XML Setting call barring status, BarOutgoingInternationalExHC, Telephony, ServiceActionActivate]
       
  1734 create NTT_SS test
       
  1735 
       
  1736 test HandleSpecifiedRequests YES
       
  1737 
       
  1738 test InitializeIPCRequestTable
       
  1739 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1740 
       
  1741 test RunIscTestCase 662
       
  1742 test SyncIscTestCase
       
  1743 test SetCallBarringStatus BarOutgoingInternationalExHC Telephony ServiceActionActivate 1234
       
  1744 
       
  1745 allownextresult 0
       
  1746 waittestclass test
       
  1747 
       
  1748 test HandleSpecifiedRequests NO
       
  1749 
       
  1750 delete test
       
  1751 [Endtest]
       
  1752 
       
  1753 [Test]
       
  1754 title MOD_0008.505_2_NokiaTSY_[XML Setting call barring status, BarAllCases, ShortMessageService, ServiceActionDeactivate]
       
  1755 create NTT_SS test
       
  1756 
       
  1757 test HandleSpecifiedRequests YES
       
  1758 
       
  1759 test InitializeIPCRequestTable
       
  1760 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1761 
       
  1762 test RunIscTestCase 663
       
  1763 test SyncIscTestCase
       
  1764 test SetCallBarringStatus BarAllCases ShortMessageService ServiceActionDeactivate 1234
       
  1765 
       
  1766 allownextresult 0
       
  1767 waittestclass test
       
  1768 
       
  1769 test HandleSpecifiedRequests NO
       
  1770 
       
  1771 delete test
       
  1772 [Endtest]
       
  1773 
       
  1774 [Test]
       
  1775 title MOD_0008.506_2_NokiaTSY_[XML Setting call barring status, BarAllOutgoing, CircuitDataService, ServiceActionActivate]
       
  1776 create NTT_SS test
       
  1777 
       
  1778 test HandleSpecifiedRequests YES
       
  1779 
       
  1780 test InitializeIPCRequestTable
       
  1781 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1782 
       
  1783 test RunIscTestCase 664
       
  1784 test SyncIscTestCase
       
  1785 test SetCallBarringStatus BarAllOutgoing CircuitDataService ServiceActionActivate 1234
       
  1786 
       
  1787 allownextresult 0
       
  1788 waittestclass test
       
  1789 
       
  1790 test HandleSpecifiedRequests NO
       
  1791 
       
  1792 delete test
       
  1793 [Endtest]
       
  1794 
       
  1795 [Test]
       
  1796 title MOD_0008.507_2_NokiaTSY_[XML Setting call barring status, BarOutgoingInternational, VoiceService, ServiceActionActivate]
       
  1797 create NTT_SS test
       
  1798 
       
  1799 test HandleSpecifiedRequests YES
       
  1800 
       
  1801 test InitializeIPCRequestTable
       
  1802 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1803 
       
  1804 test RunIscTestCase 620
       
  1805 test SyncIscTestCase
       
  1806 test SetCallBarringStatus BarOutgoingInternational VoiceService ServiceActionActivate 1234
       
  1807 
       
  1808 allownextresult 0
       
  1809 waittestclass test
       
  1810 
       
  1811 test HandleSpecifiedRequests NO
       
  1812 
       
  1813 delete test
       
  1814 [Endtest]
       
  1815 
       
  1816 [Test]
       
  1817 title MOD_0008.508_2_NokiaTSY_[XML Setting call barring status, BarAllOutgoingServices, FaxService, ServiceActionDeactivate]
       
  1818 create NTT_SS test
       
  1819 
       
  1820 test HandleSpecifiedRequests YES
       
  1821 
       
  1822 test InitializeIPCRequestTable
       
  1823 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1824 
       
  1825 test RunIscTestCase 671
       
  1826 test SyncIscTestCase
       
  1827 test SetCallBarringStatus BarAllOutgoingServices FaxService ServiceActionDeactivate 1234
       
  1828 
       
  1829 allownextresult 0
       
  1830 waittestclass test
       
  1831 
       
  1832 test HandleSpecifiedRequests NO
       
  1833 
       
  1834 delete test
       
  1835 [Endtest]
       
  1836 
       
  1837 [Test]
       
  1838 title MOD_0008.509_2_NokiaTSY_[XML Setting call barring status, BarAllIncomingServices, AllDataTele, ServiceActionDeactivate]
       
  1839 create NTT_SS test
       
  1840 
       
  1841 test HandleSpecifiedRequests YES
       
  1842 
       
  1843 test InitializeIPCRequestTable
       
  1844 test SetExpectedCompleteIPC EMobilePhoneNotifyCallBarringStatusChange
       
  1845 
       
  1846 test RunIscTestCase 672
       
  1847 test SyncIscTestCase
       
  1848 test SetCallBarringStatus BarAllIncomingServices AllDataTele ServiceActionDeactivate 1234
       
  1849 
       
  1850 allownextresult 0
       
  1851 waittestclass test
       
  1852 
       
  1853 test HandleSpecifiedRequests NO
       
  1854 
       
  1855 delete test
       
  1856 [Endtest]
       
  1857 
       
  1858 [Test]
       
  1859 title MOD_0008.510_2_NokiaTSY_[XML Setting call barring status, BarAllOutgoingServices, FaxService, ServiceActionDeactivate, Invalid password]
       
  1860 create NTT_SS test
       
  1861 
       
  1862 test HandleSpecifiedRequests NO
       
  1863 
       
  1864 test RunIscTestCase 703
       
  1865 test SyncIscTestCase
       
  1866 // password is empty
       
  1867 test SetCallBarringStatus BarAllOutgoingServices FaxService ServiceActionDeactivate DONT_CARE
       
  1868 
       
  1869 // wait for isc testcase completion
       
  1870 allownextresult 1
       
  1871 waittestclass test
       
  1872 
       
  1873 delete test
       
  1874 [Endtest]
       
  1875 
       
  1876 // Test MOD_0008_601...MOD_0008_607
       
  1877 // Try to set impossible call forwarding status (case MOD_0008_601)
       
  1878 // Properly set call forwarding status (other cases)
       
  1879 // Possible options are:
       
  1880 // call forwarding condition:
       
  1881 // - CallForwardingUnspecified
       
  1882 // - CallForwardingUnconditional
       
  1883 // - CallForwardingBusy
       
  1884 // - CallForwardingNoReply
       
  1885 // - CallForwardingNotReachable
       
  1886 // - CallForwardingAllCases
       
  1887 // - CallForwardingAllConditionalCases
       
  1888 // call forwarding service group:
       
  1889 // - ServiceUnspecified
       
  1890 // - VoiceService
       
  1891 // - AuxVoiceService
       
  1892 // - CircuitDataService
       
  1893 // - PacketDataService
       
  1894 // - FaxService
       
  1895 // - ShortMessageService
       
  1896 // - AllServices
       
  1897 // - AllTele
       
  1898 // - Telephony
       
  1899 // - AllDataTele
       
  1900 // - AllTeleExcSms
       
  1901 // call forwarding action:
       
  1902 // - ServiceActionRegister
       
  1903 // - ServiceActionActivate
       
  1904 // - ServiceActionDeactivate
       
  1905 // - ServiceActionErase
       
  1906 // call forwarding number type:
       
  1907 // - UnknownNumber
       
  1908 // - InternationalNumber
       
  1909 // - NationalNumber
       
  1910 // - NetworkSpecificNumber
       
  1911 // - SubscriberNumber
       
  1912 // - AlphanumericNumber
       
  1913 // - AbbreviatedNumber
       
  1914 // call forwarding numbering plan:
       
  1915 // - UnknownNumberingPlan
       
  1916 // - IsdnNumberPlan
       
  1917 // - DataNumberPlan
       
  1918 // - TelexNumberPlan
       
  1919 // - ServiceCentreSpecificPlan1 	//not possible
       
  1920 // - ServiceCentreSpecificPlan2 	//not possible
       
  1921 // - NationalNumberPlan
       
  1922 // - PrivateNumberPlan
       
  1923 // - ERMESNumberPlan			//not possible
       
  1924 // call forwarding number:
       
  1925 // - Phone number where the selected service is forwarded
       
  1926 // call forwarding "no reply" timeout:
       
  1927 // - Timeout for no reply condition.
       
  1928 
       
  1929 // Preconditions:
       
  1930 
       
  1931 // Script description:
       
  1932 // - The following scripts tests the setting of call forwarding status using different options.
       
  1933 
       
  1934 [Test]
       
  1935 title MOD_0008.601_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingBusy, PacketDataService, ServiceActionRegister, NationalNumber, DataNumberPlan]
       
  1936 create NTT_SS test
       
  1937 
       
  1938 test HandleSpecifiedRequests YES
       
  1939 
       
  1940 test InitializeIPCRequestTable
       
  1941 test SetExpectedCompleteIPC EMobilePhoneSetCallForwardingStatus
       
  1942 
       
  1943 test RunIscTestCase 615
       
  1944 test SyncIscTestCase
       
  1945 test SetCallForwardingStatus CallForwardingBusy PacketDataService ServiceActionRegister NationalNumber DataNumberPlan 04544101642 5
       
  1946 
       
  1947 // KErrArgument, KErrGsmSSUnexpectedDataValue
       
  1948 allownextresult -289603590
       
  1949 waittestclass test
       
  1950 
       
  1951 test HandleSpecifiedRequests NO
       
  1952 
       
  1953 delete test
       
  1954 [Endtest]
       
  1955 
       
  1956 [Test]
       
  1957 title MOD_0008.602_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingBusy, AllTele, ServiceActionErase, InternationalNumber, TelexNumberPlan]
       
  1958 create NTT_SS test
       
  1959 
       
  1960 test HandleSpecifiedRequests YES
       
  1961 
       
  1962 test InitializeIPCRequestTable
       
  1963 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  1964 
       
  1965 test RunIscTestCase 665
       
  1966 test SyncIscTestCase
       
  1967 test SetCallForwardingStatus CallForwardingBusy AllTele ServiceActionErase InternationalNumber TelexNumberPlan 04544101642 10
       
  1968 
       
  1969 allownextresult 0
       
  1970 waittestclass test
       
  1971 
       
  1972 test HandleSpecifiedRequests NO
       
  1973 
       
  1974 delete test
       
  1975 [Endtest]
       
  1976 
       
  1977 [Test]
       
  1978 title MOD_0008.603_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingUnconditional, Telephony, ServiceActionErase, NetworkSpecificNumber, TelexNumberPlan]
       
  1979 create NTT_SS test
       
  1980 
       
  1981 test HandleSpecifiedRequests YES
       
  1982 
       
  1983 test InitializeIPCRequestTable
       
  1984 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  1985 
       
  1986 test RunIscTestCase 666
       
  1987 test SyncIscTestCase
       
  1988 test SetCallForwardingStatus CallForwardingUnconditional Telephony ServiceActionErase NetworkSpecificNumber TelexNumberPlan 04544101642 10
       
  1989 
       
  1990 allownextresult 0
       
  1991 waittestclass test
       
  1992 
       
  1993 test HandleSpecifiedRequests NO
       
  1994 
       
  1995 delete test
       
  1996 [Endtest]
       
  1997 
       
  1998 [Test]
       
  1999 title MOD_0008.604_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingUnconditional, Telephony, ServiceActionErase, SubscriberNumber, IsdnNumberPlan]
       
  2000 create NTT_SS test
       
  2001 
       
  2002 test HandleSpecifiedRequests YES
       
  2003 
       
  2004 test InitializeIPCRequestTable
       
  2005 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  2006 
       
  2007 test RunIscTestCase 667
       
  2008 test SyncIscTestCase
       
  2009 test SetCallForwardingStatus CallForwardingUnconditional Telephony ServiceActionErase SubscriberNumber IsdnNumberPlan 04544101642 10
       
  2010 
       
  2011 allownextresult 0
       
  2012 waittestclass test
       
  2013 
       
  2014 test HandleSpecifiedRequests NO
       
  2015 
       
  2016 delete test
       
  2017 [Endtest]
       
  2018 
       
  2019 [Test]
       
  2020 title MOD_0008.605_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingAllConditionalCases, Telephony, ServiceActionErase, NationalNumber, UnknownNumberingPlan]
       
  2021 create NTT_SS test
       
  2022 
       
  2023 test HandleSpecifiedRequests YES
       
  2024 
       
  2025 test InitializeIPCRequestTable
       
  2026 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  2027 
       
  2028 test RunIscTestCase 668
       
  2029 test SyncIscTestCase
       
  2030 test SetCallForwardingStatus CallForwardingAllConditionalCases Telephony ServiceActionErase NationalNumber UnknownNumberingPlan 04544101642 15
       
  2031 
       
  2032 allownextresult 0
       
  2033 waittestclass test
       
  2034 
       
  2035 test HandleSpecifiedRequests NO
       
  2036 
       
  2037 delete test
       
  2038 [Endtest]
       
  2039 
       
  2040 [Test]
       
  2041 title MOD_0008.606_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingAllConditionalCases, AllTele, ServiceActionErase, AbbreviatedNumber, PrivateNumberPlan]
       
  2042 create NTT_SS test
       
  2043 
       
  2044 test HandleSpecifiedRequests YES
       
  2045 
       
  2046 test InitializeIPCRequestTable
       
  2047 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  2048 
       
  2049 test RunIscTestCase 669
       
  2050 test SyncIscTestCase
       
  2051 test SetCallForwardingStatus CallForwardingAllConditionalCases AllTele ServiceActionErase AbbreviatedNumber PrivateNumberPlan 04544101642 15
       
  2052 
       
  2053 allownextresult 0
       
  2054 waittestclass test
       
  2055 
       
  2056 test HandleSpecifiedRequests NO
       
  2057 
       
  2058 delete test
       
  2059 [Endtest]
       
  2060 
       
  2061 [Test]
       
  2062 title MOD_0008.607_2_NokiaTSY_[XML Setting call forwarding status, CallForwardingAllConditionalCases, Telephony, ServiceActionErase, SubscriberNumber, TelexNumberPlan]
       
  2063 create NTT_SS test
       
  2064 
       
  2065 test HandleSpecifiedRequests YES
       
  2066 
       
  2067 test InitializeIPCRequestTable
       
  2068 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  2069 
       
  2070 test RunIscTestCase 670
       
  2071 test SyncIscTestCase
       
  2072 test SetCallForwardingStatus CallForwardingAllConditionalCases Telephony ServiceActionErase SubscriberNumber TelexNumberPlan 04544101642 10
       
  2073 
       
  2074 allownextresult 0
       
  2075 waittestclass test
       
  2076 
       
  2077 test HandleSpecifiedRequests NO
       
  2078 
       
  2079 delete test
       
  2080 [Endtest]
       
  2081 
       
  2082 // Test MOD_0008_701...MOD_0008_703
       
  2083 // Properly set call waiting status
       
  2084 // Possible options are:
       
  2085 // call waiting service group:
       
  2086 // - ServiceUnspecified
       
  2087 // - VoiceService
       
  2088 // - AuxVoiceService
       
  2089 // - CircuitDataService
       
  2090 // - PacketDataService
       
  2091 // - FaxService
       
  2092 // - ShortMessageService
       
  2093 // - AllServices
       
  2094 // - AllTele
       
  2095 // - Telephony
       
  2096 // - AllDataTele
       
  2097 // - AllTeleExcSms
       
  2098 // call waiting action:
       
  2099 // - ServiceActionActivate
       
  2100 // - ServiceActionDeactivate
       
  2101 
       
  2102 // Script description:
       
  2103 // - The following scripts tests the setting of call waiting status using different options.
       
  2104 
       
  2105 [Test]
       
  2106 title MOD_0008.701_2_NokiaTSY_[XML Setting call waiting status, FaxService, ServiceActionActivate]
       
  2107 create NTT_SS test
       
  2108 
       
  2109 test HandleSpecifiedRequests YES
       
  2110 
       
  2111 test InitializeIPCRequestTable
       
  2112 test SetExpectedCompleteIPC EMobilePhoneNotifyCallWaitingStatusChange
       
  2113 
       
  2114 test RunIscTestCase 616
       
  2115 test SyncIscTestCase
       
  2116 test SetCallWaitingStatus FaxService ServiceActionActivate
       
  2117 
       
  2118 allownextresult 0
       
  2119 waittestclass test
       
  2120 
       
  2121 test HandleSpecifiedRequests NO
       
  2122 
       
  2123 delete test
       
  2124 [Endtest]
       
  2125 
       
  2126 [Test]
       
  2127 title MOD_0008_702_2_NokiaTSY_[XML Setting call waiting status, AllTele, ServiceActionDeactivate]
       
  2128 create NTT_SS test
       
  2129 
       
  2130 test HandleSpecifiedRequests YES
       
  2131 
       
  2132 test InitializeIPCRequestTable
       
  2133 test SetExpectedCompleteIPC EMobilePhoneNotifyCallWaitingStatusChange
       
  2134 
       
  2135 test RunIscTestCase 617
       
  2136 test SyncIscTestCase
       
  2137 test SetCallWaitingStatus AllTele ServiceActionDeactivate
       
  2138 
       
  2139 allownextresult 0
       
  2140 waittestclass test
       
  2141 
       
  2142 test HandleSpecifiedRequests NO
       
  2143 
       
  2144 delete test
       
  2145 [Endtest]
       
  2146 
       
  2147 [Test]
       
  2148 title MOD_0008.703_2_NokiaTSY_[XML Setting call waiting status, PacketDataService, ServiceActionActivate]
       
  2149 create NTT_SS test
       
  2150 
       
  2151 test RunIscTestCase 606
       
  2152 test SyncIscTestCase
       
  2153 
       
  2154 test SetCallWaitingStatus PacketDataService ServiceActionActivate // Comment out two next lines when network supports this feature
       
  2155 
       
  2156 allownextresult 0
       
  2157 waittestclass test
       
  2158 delete test
       
  2159 [Endtest]
       
  2160 
       
  2161 // Test MOD_0008.801
       
  2162 // Properly set supplementary services password
       
  2163 
       
  2164 // Possible options are:
       
  2165 // old password:
       
  2166 // - old supplementary services password
       
  2167 // new password:
       
  2168 // - desired supplementary services password
       
  2169 // verified password:
       
  2170 // - verification for new password
       
  2171 // service code:
       
  2172 // - 0 (for all services)
       
  2173 // - 330 (for call barring)
       
  2174 
       
  2175 // Preconditions:
       
  2176 // -N/A
       
  2177 
       
  2178 // Script description:
       
  2179 // - The following scripts tests the setting of Properly set supplementary services password.
       
  2180 
       
  2181 [Test]
       
  2182 title MOD_0008.801_2_NokiaTSY_[XML Set supplementary services password for call barring]
       
  2183 create NTT_SS test
       
  2184 
       
  2185 test HandleSpecifiedRequests YES
       
  2186 
       
  2187 test InitializeIPCRequestTable
       
  2188 test SetExpectedCompleteIPC EMobilePhoneSetSSPassword
       
  2189 
       
  2190 test RunIscTestCase 618
       
  2191 test SyncIscTestCase
       
  2192 test SetSupplementaryServicesPassword 1234 1234 1234 330
       
  2193 
       
  2194 allownextresult 0
       
  2195 waittestclass test
       
  2196 
       
  2197 test HandleSpecifiedRequests NO
       
  2198 
       
  2199 delete test
       
  2200 [Endtest]
       
  2201 
       
  2202 // Test MOD_0008.803
       
  2203 // Try to change supplementary services password incorrectly (empty new password)
       
  2204 
       
  2205 // Possible options are:
       
  2206 // old password:
       
  2207 // - old supplementary services password
       
  2208 // new password:
       
  2209 // - empty
       
  2210 // verified password:
       
  2211 // - verification for new password
       
  2212 // service code:
       
  2213 // - 0 (for all services)
       
  2214 // - 330 (for call barring)
       
  2215 
       
  2216 // Preconditions:
       
  2217 // -N/A
       
  2218 
       
  2219 [Test]
       
  2220 title MOD_0008.802_2_NokiaTSY_[XML Set supplementary services password for call barring (empty new password)]
       
  2221 create NTT_SS test
       
  2222 
       
  2223 test HandleSpecifiedRequests NO
       
  2224 
       
  2225 test RunIscTestCase 704
       
  2226 test SyncIscTestCase
       
  2227 test SetSupplementaryServicesPassword 1234 DONT_CARE 1234 330
       
  2228 
       
  2229 // wait for isc testcase completion
       
  2230 allownextresult 1
       
  2231 waittestclass test
       
  2232 
       
  2233 delete test
       
  2234 [Endtest]
       
  2235 
       
  2236 // Test MOD_0008.803
       
  2237 // Try to change supplementary services password incorrectly (empty verification)
       
  2238 
       
  2239 // Possible options are:
       
  2240 // old password:
       
  2241 // - old supplementary services password
       
  2242 // new password:
       
  2243 // - desired supplementary services password
       
  2244 // verified password:
       
  2245 // - empty
       
  2246 // service code:
       
  2247 // - 0 (for all services)
       
  2248 // - 330 (for call barring)
       
  2249 
       
  2250 // Preconditions:
       
  2251 // -N/A
       
  2252 
       
  2253 [Test]
       
  2254 title MOD_0008.803_2_NokiaTSY_[XML Set supplementary services password for call barring (empty verification)]
       
  2255 create NTT_SS test
       
  2256 
       
  2257 test HandleSpecifiedRequests NO
       
  2258 
       
  2259 test RunIscTestCase 705
       
  2260 test SyncIscTestCase
       
  2261 test SetSupplementaryServicesPassword 1234 1234 DONT_CARE 330
       
  2262 
       
  2263 // wait for isc testcase completion
       
  2264 allownextresult 1
       
  2265 waittestclass test
       
  2266 
       
  2267 delete test
       
  2268 [Endtest]
       
  2269 
       
  2270 // Test MOD_0008.804
       
  2271 // Try to change supplementary services password incorrectly (empty old password)
       
  2272 
       
  2273 // Possible options are:
       
  2274 // old password:
       
  2275 // - empty
       
  2276 // new password:
       
  2277 // - desired supplementary services password
       
  2278 // verified password:
       
  2279 // - verification for new password
       
  2280 // service code:
       
  2281 // - 0 (for all services)
       
  2282 // - 330 (for call barring)
       
  2283 
       
  2284 // Preconditions:
       
  2285 // -N/A
       
  2286 
       
  2287 [Test]
       
  2288 title MOD_0008.804_2_NokiaTSY_[XML Set supplementary services password for call barring (empty old password)]
       
  2289 create NTT_SS test
       
  2290 
       
  2291 test HandleSpecifiedRequests NO
       
  2292 
       
  2293 test RunIscTestCase 706
       
  2294 test SyncIscTestCase
       
  2295 test SetSupplementaryServicesPassword DONT_CARE 1234 1234 330
       
  2296 
       
  2297 // wait for isc testcase completion
       
  2298 allownextresult 1
       
  2299 waittestclass test
       
  2300 
       
  2301 delete test
       
  2302 [Endtest]
       
  2303 
       
  2304 // Test MOD_0008.805
       
  2305 // Try to change supplementary services password incorrectly (all empty)
       
  2306 
       
  2307 // Possible options are:
       
  2308 // old password:
       
  2309 // - empty
       
  2310 // new password:
       
  2311 // - empty
       
  2312 // verified password:
       
  2313 // - empty
       
  2314 // service code:
       
  2315 // - 0 (for all services)
       
  2316 // - 330 (for call barring)
       
  2317 
       
  2318 // Preconditions:
       
  2319 // -N/A
       
  2320 
       
  2321 [Test]
       
  2322 title MOD_0008.805_2_NokiaTSY_[XML Set supplementary services password for call barring (all empty)]
       
  2323 create NTT_SS test
       
  2324 
       
  2325 test HandleSpecifiedRequests NO
       
  2326 
       
  2327 test RunIscTestCase 707
       
  2328 test SyncIscTestCase
       
  2329 test SetSupplementaryServicesPassword DONT_CARE DONT_CARE DONT_CARE 330
       
  2330 
       
  2331 // wait for isc testcase completion
       
  2332 allownextresult 1
       
  2333 waittestclass test
       
  2334 
       
  2335 delete test
       
  2336 [Endtest]
       
  2337 
       
  2338 // Test MOD_0008.1001
       
  2339 // Send USSD message *12#
       
  2340 // Possible options are:
       
  2341 // - SendUSSDMessage
       
  2342 //   parameters:
       
  2343 //   - data coding scheme
       
  2344 //   - type of USSD message
       
  2345 //   - format of the message data buffer
       
  2346 //   - bit-mask flags indicating which attributes are present in this instance:
       
  2347 //     - 001 UssdDataFormat
       
  2348 //     - 010 UssdMessageType
       
  2349 //     - 100 UssdMessageDcs
       
  2350 //   - n packed message octets (USSD packing)
       
  2351 // - USSDSendRelease
       
  2352 //   parameters:
       
  2353 //   - none
       
  2354 
       
  2355 // Preconditions:
       
  2356 // - N/A
       
  2357 
       
  2358 // Script description:
       
  2359 // - The following scripts tests the sending of USSD message *12#.
       
  2360 
       
  2361 [Test]
       
  2362 title MOD_0008.1001_2_NokiaTSY_[XML Send USSD Message (star)12#]
       
  2363 create NTT_SS test
       
  2364 
       
  2365 test HandleSpecifiedRequests YES
       
  2366 
       
  2367 test InitializeIPCRequestTable
       
  2368 test SetExpectedCompleteIPC EMobileUssdMessagingSendMessage
       
  2369 
       
  2370 test RunIscTestCase 619
       
  2371 test SyncIscTestCase
       
  2372 test SendUSSDMessage 0 UssdMORequest FormatPackedString 7 170 152 108 4
       
  2373 
       
  2374 allownextresult 0
       
  2375 waittestclass test
       
  2376 
       
  2377 test HandleSpecifiedRequests NO
       
  2378 
       
  2379 delete test
       
  2380 [Endtest]
       
  2381 
       
  2382 [Test]
       
  2383 title MOD_0008.1002_2_NokiaTSY_[XML Send USSD Message (star)12#, Send USSD End]
       
  2384 
       
  2385 create NTT_SS test
       
  2386 test HandleSpecifiedRequests YES
       
  2387 
       
  2388 test InitializeIPCRequestTable
       
  2389 test SetExpectedCompleteIPC EMobileUssdMessagingSendMessage
       
  2390 test SetExpectedCompleteIPC EMobileUssdMessagingNotifyNetworkRelease
       
  2391 
       
  2392 test RunIscTestCase 619
       
  2393 test SyncIscTestCase
       
  2394 test SendUSSDMessage 0 UssdMORequest FormatPackedString 7 170 152 108 4
       
  2395 
       
  2396 allownextresult 0
       
  2397 waittestclass test
       
  2398 
       
  2399 // wait for ISC testcase completion signal
       
  2400 allownextresult 1
       
  2401 waittestclass test
       
  2402 
       
  2403 test RunIscTestCase 1067
       
  2404 test SyncIscTestCase
       
  2405 test USSDSendRelease
       
  2406 
       
  2407 allownextresult 0
       
  2408 waittestclass test
       
  2409 
       
  2410 test HandleSpecifiedRequests NO
       
  2411 
       
  2412 delete test
       
  2413 [Endtest]
       
  2414 
       
  2415 // Test MOD_0008.1003_2_NokiaTSY_[XML Send unaligned USSD Message (star)12(star)0#]
       
  2416 // Send USSD message *12*0#
       
  2417 // Possible options are:
       
  2418 // - SendUSSDMessage
       
  2419 //   parameters:
       
  2420 //   - data coding scheme
       
  2421 //   - type of USSD message
       
  2422 //   - format of the message data buffer
       
  2423 //   - bit-mask flags indicating which attributes are present in this instance:
       
  2424 //     - 001 UssdDataFormat
       
  2425 //     - 010 UssdMessageType
       
  2426 //     - 100 UssdMessageDcs
       
  2427 //   - n packed message octets (USSD packing)
       
  2428 // - USSDSendRelease
       
  2429 //   parameters:
       
  2430 //   - none
       
  2431 
       
  2432 // Preconditions:
       
  2433 // - N/A
       
  2434 
       
  2435 // Script description:
       
  2436 // - The following scripts tests the sending of USSD message *12*0#.
       
  2437 
       
  2438 [Test]
       
  2439 title MOD_0008.1003_2_NokiaTSY_[XML Send unaligned USSD Message (star)12(star)0#]
       
  2440 create NTT_SS test
       
  2441 
       
  2442 test HandleSpecifiedRequests YES
       
  2443 
       
  2444 test InitializeIPCRequestTable
       
  2445 test SetExpectedCompleteIPC EMobileUssdMessagingSendMessage
       
  2446 
       
  2447 test RunIscTestCase 702
       
  2448 test SyncIscTestCase
       
  2449 test SendUSSDMessage 0 UssdMORequest FormatPackedString 7 170 152 76 5 27 1
       
  2450 
       
  2451 allownextresult 0
       
  2452 waittestclass test
       
  2453 
       
  2454 test HandleSpecifiedRequests NO
       
  2455 
       
  2456 delete test
       
  2457 [Endtest]
       
  2458 
       
  2459 // MOD_0008.1100_2_NokiaTSY_[XML Getting the Rel4 Icc Voice Message Waiting Indicators]
       
  2460 //
       
  2461 // Precondition:
       
  2462 // - This case use XML-interface. Run without hardware connection.
       
  2463 // - Rel4 type indicator flags and the number of messages waiting are returned in the response.
       
  2464 //
       
  2465 // Script description:
       
  2466 // - The following script tests the Get Icc Voice Message Waiting Indicators query.
       
  2467 // - Parameters are not used.
       
  2468 // - substitutive case for MOD_0008_1100_NokiaTSY_[Getting the Icc Voice Message Waiting Indicators]
       
  2469 //
       
  2470 [Test]
       
  2471 title MOD_0008.1100_2_NokiaTSY_[XML Getting the Rel4 Icc Voice Message Waiting Indicators]
       
  2472 create NTT_SS test
       
  2473 
       
  2474 test HandleSpecifiedRequests YES
       
  2475 
       
  2476 test InitializeIPCRequestTable
       
  2477 test SetExpectedCompleteIPC EMobilePhoneGetIccMessageWaitingIndicators
       
  2478 
       
  2479 test RunIscTestCase 621
       
  2480 test SyncIscTestCase
       
  2481 test GetIccMessageWaitingIndicators Rel4 KDisplayVoicemailActive 4 KDisplayFaxActive 3 KDisplayEmailActive 2
       
  2482 
       
  2483 allownextresult 0
       
  2484 waittestclass test
       
  2485 
       
  2486 test HandleSpecifiedRequests NO
       
  2487 
       
  2488 delete test
       
  2489 [Endtest]
       
  2490 
       
  2491 
       
  2492 // MOD_0008.1101_2_NokiaTSY_[XML Setting the CPHS Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive]
       
  2493 //
       
  2494 // Precondition:
       
  2495 // - This case use XML-interface. Run without hardware connection.
       
  2496 // - CPHS type indicator flags and the number of waiting messages (always zero)
       
  2497 //   waiting are returned in the response.
       
  2498 //
       
  2499 // Script description:
       
  2500 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2501 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2502 // - This script set indicator flag value to 1; (DisplayVoicemailActive = 1)
       
  2503 // - other parameters are not used on the CPHS cases.
       
  2504 // - Release 4 has greater priority then CPHS.
       
  2505 // - Line "Test GetIccMessageWaitingIndicators" is used define type of indicator flag.
       
  2506 //
       
  2507 [Test]
       
  2508 title MOD_0008.1101_2_NokiaTSY_[XML Setting the CPHS Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive]
       
  2509 create NTT_SS test
       
  2510 
       
  2511 test HandleSpecifiedRequests YES
       
  2512 test InitializeIPCRequestTable
       
  2513 test SetExpectedCompleteIPC EMobilePhoneGetIccMessageWaitingIndicators
       
  2514 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2515 
       
  2516 test RunIscTestCase 629
       
  2517 test SyncIscTestCase
       
  2518 test GetIccMessageWaitingIndicators CPHS KDisplayVoicemailActive 0
       
  2519 
       
  2520 allownextresult -8178 // KErrCPHSInUseBySIM
       
  2521 waittestclass test
       
  2522 
       
  2523 // wait for ISC testcase completion signal
       
  2524 allownextresult 1
       
  2525 waittestclass test
       
  2526 
       
  2527 test RunIscTestCase 1072
       
  2528 test SyncIscTestCase
       
  2529 test SetIccMessageWaitingIndicators 1 0 0 0 0 0 0
       
  2530 
       
  2531 allownextresult 0
       
  2532 waittestclass test
       
  2533 
       
  2534 test HandleSpecifiedRequests NO
       
  2535 
       
  2536 delete test
       
  2537 [Endtest]
       
  2538 
       
  2539 // MOD_0008.1102_2_NokiaTSY_[XML Setting the CPHS Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive]
       
  2540 //
       
  2541 // Precondition:
       
  2542 // - This case use XML-interface. Run without hardware connection.
       
  2543 //
       
  2544 // Script description:
       
  2545 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2546 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2547 // - This script set indicator flag value to 3; (DisplayVoicemailActive = 1 and DisplayFaxActive = 2)
       
  2548 // - other parameters are not used on the CPHS cases.
       
  2549 // - Release 4 has greater priority then CPHS.
       
  2550 // - Line "Test GetIccMessageWaitingIndicators" is used define type of indicator flag.
       
  2551 //
       
  2552 [Test]
       
  2553 title MOD_0008.1102_2_NokiaTSY_[XML Setting the CPHS Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive]
       
  2554 create NTT_SS test
       
  2555 
       
  2556 test HandleSpecifiedRequests YES
       
  2557 test InitializeIPCRequestTable
       
  2558 test SetExpectedCompleteIPC EMobilePhoneGetIccMessageWaitingIndicators
       
  2559 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2560 
       
  2561 test RunIscTestCase 621
       
  2562 test SyncIscTestCase
       
  2563 test GetIccMessageWaitingIndicators Rel4 KDisplayVoicemailActive 4 KDisplayFaxActive 3 KDisplayEmailActive 2
       
  2564 
       
  2565 allownextresult 0
       
  2566 waittestclass test
       
  2567 
       
  2568 // wait for ISC testcase completion signal
       
  2569 allownextresult 1
       
  2570 waittestclass test
       
  2571 
       
  2572 test RunIscTestCase 1073
       
  2573 test SyncIscTestCase
       
  2574 test SetIccMessageWaitingIndicators 3 0 0 0 0 0 0
       
  2575 
       
  2576 allownextresult 0
       
  2577 waittestclass test
       
  2578 
       
  2579 test HandleSpecifiedRequests NO
       
  2580 
       
  2581 delete test
       
  2582 [Endtest]
       
  2583 
       
  2584 // MOD_0008.1103_2_NokiaTSY_[XML Setting the CPHS Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayAuxVoicemailActive]
       
  2585 //
       
  2586 // Precondition:
       
  2587 // - This case use XML-interface. Run without hardware connection.
       
  2588 //
       
  2589 // Script description:
       
  2590 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2591 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2592 // - This script set indicator value to 13; (DisplayVoicemailActive = 1, DisplayFaxActive = 2
       
  2593 //   and DisplayAuxVoicemailActive = 10)
       
  2594 // - other parameters are not used on the CPHS cases.
       
  2595 // - Release 4 has greater priority then CPHS.
       
  2596 // - Line "Test GetIccMessageWaitingIndicators" is used define type of indicator flag.
       
  2597 //
       
  2598 [Test]
       
  2599 title MOD_0008.1103_2_NokiaTSY_[XML Setting the CPHS Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayAuxVoicemailActive]
       
  2600 create NTT_SS test
       
  2601 test HandleSpecifiedRequests YES
       
  2602 test InitializeIPCRequestTable
       
  2603 test SetExpectedCompleteIPC EMobilePhoneGetIccMessageWaitingIndicators
       
  2604 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2605 
       
  2606 test RunIscTestCase 621
       
  2607 test SyncIscTestCase
       
  2608 test GetIccMessageWaitingIndicators Rel4 KDisplayVoicemailActive 4 KDisplayFaxActive 3 KDisplayEmailActive 2
       
  2609 
       
  2610 allownextresult 0
       
  2611 waittestclass test
       
  2612 
       
  2613 // wait for ISC testcase completion signal
       
  2614 allownextresult 1
       
  2615 waittestclass test
       
  2616 
       
  2617 test RunIscTestCase 1074
       
  2618 test SyncIscTestCase
       
  2619 test SetIccMessageWaitingIndicators 13 0 0 0 0 0 0
       
  2620 
       
  2621 allownextresult 0
       
  2622 waittestclass test
       
  2623 
       
  2624 test HandleSpecifiedRequests NO
       
  2625 
       
  2626 delete test
       
  2627 [Endtest]
       
  2628 
       
  2629 // MOD_0008.1104_2_NokiaTSY_[XML Setting the Icc CPHS Type Message Waiting Indicators, DisplayVoicemailActive|KDisplayAuxVoicemailActive|DisplayFaxActive|DisplayDataActive]
       
  2630 //
       
  2631 // Precondition:
       
  2632 // - This case use XML-interface. Run without hardware connection.
       
  2633 //
       
  2634 // Script description:
       
  2635 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2636 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2637 // - This script set indicator value to 33; (DisplayVoicemailActive = 1, DisplayFaxActive = 2,
       
  2638 //   DisplayAuxVoicemailActive = 10 and DisplayDataActive = 20)
       
  2639 // - other parameters are not used on the CPHS cases.
       
  2640 // - Release 4 has greater priority then CPHS.
       
  2641 // - Line "Test GetIccMessageWaitingIndicators" is used define type of indicator flag.
       
  2642 //
       
  2643 [Test]
       
  2644 title MOD_0008.1104_2_NokiaTSY_[XML Setting the Icc CPHS Type Message Waiting Indicators, DisplayVoicemailActive|KDisplayAuxVoicemailActive|DisplayFaxActive|DisplayDataActive]
       
  2645 create NTT_SS test
       
  2646 test HandleSpecifiedRequests YES
       
  2647 test InitializeIPCRequestTable
       
  2648 test SetExpectedCompleteIPC EMobilePhoneGetIccMessageWaitingIndicators
       
  2649 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2650 
       
  2651 test RunIscTestCase 621
       
  2652 test SyncIscTestCase
       
  2653 test GetIccMessageWaitingIndicators Rel4 KDisplayVoicemailActive 4 KDisplayFaxActive 3 KDisplayEmailActive 2
       
  2654 
       
  2655 allownextresult 0
       
  2656 waittestclass test
       
  2657 
       
  2658 // wait for ISC testcase completion signal
       
  2659 allownextresult 1
       
  2660 waittestclass test
       
  2661 
       
  2662 test RunIscTestCase 1075
       
  2663 test SyncIscTestCase
       
  2664 test SetIccMessageWaitingIndicators 33 0 0 0 0 0 0
       
  2665 
       
  2666 allownextresult 0
       
  2667 waittestclass test
       
  2668 
       
  2669 test HandleSpecifiedRequests NO
       
  2670 
       
  2671 delete test
       
  2672 [Endtest]
       
  2673 
       
  2674 // MOD_0008.1105_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2675 //
       
  2676 // Precondition:
       
  2677 // - This case use XML-interface. Run without hardware connection.
       
  2678 //
       
  2679 // Script description:
       
  2680 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2681 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2682 // - This script set indicator value to 1; (DisplayVoicemailActive = 1)
       
  2683 // - second parameters is the number of voicemail messages.
       
  2684 // - third parameters is the number of voicemail messages for Aux line.
       
  2685 // - 4th parameters is the number of Data messages.
       
  2686 // - 5th parameters is the number of Fax messages.
       
  2687 // - 6th parameters is the number of Email messages.
       
  2688 // - 7th parameters is the number of Other messages.
       
  2689 // - Release 4 has greater priority then CPHS; Assumption also in NokiaTSY;
       
  2690 //   No need to call "test GetIccMessageWaitingIndicators" beforehand.
       
  2691 // - substitutive case for MOD_0008.1105_NokiaTSY.
       
  2692 //
       
  2693 [Test]
       
  2694 title MOD_0008.1105_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2695 create NTT_SS test
       
  2696 
       
  2697 test HandleSpecifiedRequests YES
       
  2698 test InitializeIPCRequestTable
       
  2699 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2700 // Set method use subblock type (REL4)
       
  2701 
       
  2702 test RunIscTestCase 622
       
  2703 test SyncIscTestCase
       
  2704 test SetIccMessageWaitingIndicators 1 1 0 0 0 0 0
       
  2705 
       
  2706 allownextresult 0
       
  2707 waittestclass test
       
  2708 
       
  2709 test HandleSpecifiedRequests NO
       
  2710 
       
  2711 delete test
       
  2712 [Endtest]
       
  2713 
       
  2714 // MOD_0008.1106_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2715 //
       
  2716 // Precondition:
       
  2717 // - This case use XML-interface. Run without hardware connection.
       
  2718 //
       
  2719 // Script description:
       
  2720 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2721 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2722 // - This script set indicator value to 3; (DisplayVoicemailActive = 1 and DisplayFaxActive = 2)
       
  2723 // - second parameters is the number of voicemail messages.
       
  2724 // - third parameters is the number of voicemail messages for Aux line.
       
  2725 // - 4th parameters is the number of Data messages.
       
  2726 // - 5th parameters is the number of Fax messages.
       
  2727 // - 6th parameters is the number of Email messages.
       
  2728 // - 7th parameters is the number of Other messages.
       
  2729 // - Release 4 has greater priority then CPHS; Assumption also in NokiaTSY;
       
  2730 //   No need to call "test GetIccMessageWaitingIndicators" beforehand.
       
  2731 // - substitutive case for MOD_0008_1106_NokiaTSY.
       
  2732 //
       
  2733 [Test]
       
  2734 title MOD_0008.1106_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2735 create NTT_SS test
       
  2736 // Set method use subblock type (REL4)
       
  2737 
       
  2738 test HandleSpecifiedRequests YES
       
  2739 test InitializeIPCRequestTable
       
  2740 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2741 
       
  2742 test RunIscTestCase 623
       
  2743 test SyncIscTestCase
       
  2744 test SetIccMessageWaitingIndicators 3 2 0 0 1 0 0
       
  2745 
       
  2746 allownextresult 0
       
  2747 waittestclass test
       
  2748 
       
  2749 test HandleSpecifiedRequests NO
       
  2750 
       
  2751 delete test
       
  2752 [Endtest]
       
  2753 
       
  2754 // MOD_0008.1107_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayEmailActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2755 //
       
  2756 // Precondition:
       
  2757 // - This case use XML-interface. Run without hardware connection.
       
  2758 //
       
  2759 // Script description:
       
  2760 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2761 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2762 // - This script set indicator value to 5; (DisplayVoicemailActive = 1 and DisplayEmailActive = 4)
       
  2763 // - second parameters is the number of voicemail messages.
       
  2764 // - third parameters is the number of voicemail messages for Aux line.
       
  2765 // - 4th parameters is the number of Data messages.
       
  2766 // - 5th parameters is the number of Fax messages.
       
  2767 // - 6th parameters is the number of Email messages.
       
  2768 // - 7th parameters is the number of Other messages.
       
  2769 // - Release 4 has greater priority then CPHS; Assumption also in NokiaTSY;
       
  2770 //   No need to call "test GetIccMessageWaitingIndicators" beforehand.
       
  2771 // - substitutive case for MOD_0008_1107_NokiaTSY.
       
  2772 //
       
  2773 [Test]
       
  2774 title MOD_0008.1107_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayEmailActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2775 create NTT_SS test
       
  2776 // Set method use subblock type (REL4)
       
  2777 
       
  2778 test HandleSpecifiedRequests YES
       
  2779 test InitializeIPCRequestTable
       
  2780 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2781 
       
  2782 test RunIscTestCase 624
       
  2783 test SyncIscTestCase
       
  2784 test SetIccMessageWaitingIndicators 5 3 0 0 0 2 0
       
  2785 
       
  2786 allownextresult 0
       
  2787 waittestclass test
       
  2788 
       
  2789 test HandleSpecifiedRequests NO
       
  2790 
       
  2791 delete test
       
  2792 [Endtest]
       
  2793 
       
  2794 // MOD_0008.1108_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayEmailActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2795 //
       
  2796 // Precondition:
       
  2797 // - This case use XML-interface. Run without hardware connection.
       
  2798 //
       
  2799 // Script description:
       
  2800 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2801 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2802 // - This script set indicator value to 7; (DisplayVoicemailActive = 1,
       
  2803 //   DisplayFaxActive = 2 and DisplayEmailActive = 4)
       
  2804 // - second parameters is the number of voicemail messages.
       
  2805 // - third parameters is the number of voicemail messages for Aux line.
       
  2806 // - 4th parameters is the number of Data messages.
       
  2807 // - 5th parameters is the number of Fax messages.
       
  2808 // - 6th parameters is the number of Email messages.
       
  2809 // - 7th parameters is the number of Other messages.
       
  2810 // - Release 4 has greater priority then CPHS; Assumption also in NokiaTSY;
       
  2811 //   No need to call "test GetIccMessageWaitingIndicators" beforehand.
       
  2812 // - substitutive case for MOD_0008.1108_NokiaTSY.
       
  2813 //
       
  2814 [Test]
       
  2815 title MOD_0008.1108_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayEmailActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2816 create NTT_SS test
       
  2817 
       
  2818 test HandleSpecifiedRequests YES
       
  2819 test InitializeIPCRequestTable
       
  2820 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2821 
       
  2822 test RunIscTestCase 625
       
  2823 test SyncIscTestCase
       
  2824 // Set method use subblock type (REL4)
       
  2825 test SetIccMessageWaitingIndicators 7 4 0 0 2 3 0
       
  2826 
       
  2827 allownextresult 0
       
  2828 waittestclass test
       
  2829 
       
  2830 test HandleSpecifiedRequests NO
       
  2831 
       
  2832 delete test
       
  2833 [Endtest]
       
  2834 
       
  2835 // MOD_0008.1109_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayOtherActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2836 //
       
  2837 // Precondition:
       
  2838 // - This case use XML-interface. Run without hardware connection.
       
  2839 //
       
  2840 // Script description:
       
  2841 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2842 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2843 // - This script set indicator value to 11; (DisplayVoicemailActive = 1,
       
  2844 //   DisplayFaxActive = 2 and DisplayOtherActive = 8)
       
  2845 // - second parameters is the number of voicemail messages.
       
  2846 // - third parameters is the number of voicemail messages for Aux line.
       
  2847 // - 4th parameters is the number of Data messages.
       
  2848 // - 5th parameters is the number of Fax messages.
       
  2849 // - 6th parameters is the number of Email messages.
       
  2850 // - 7th parameters is the number of Other messages.
       
  2851 // - Release 4 has greater priority then CPHS; Assumption also in NokiaTSY;
       
  2852 //   No need to call "test GetIccMessageWaitingIndicators" beforehand.
       
  2853 // - substitutive case for MOD_0008.1109_NokiaTSY.
       
  2854 //
       
  2855 [Test]
       
  2856 title MOD_0008.1109_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayOtherActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2857 create NTT_SS test
       
  2858 
       
  2859 test HandleSpecifiedRequests YES
       
  2860 test InitializeIPCRequestTable
       
  2861 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2862 
       
  2863 // Set method use subblock type (REL4)
       
  2864 
       
  2865 test RunIscTestCase 626
       
  2866 test SyncIscTestCase
       
  2867 test SetIccMessageWaitingIndicators 11 1 0 0 2 0 3
       
  2868 
       
  2869 allownextresult 0
       
  2870 waittestclass test
       
  2871 
       
  2872 test HandleSpecifiedRequests NO
       
  2873 
       
  2874 delete test
       
  2875 [Endtest]
       
  2876 
       
  2877 // MOD_0008.1110_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayEmailActive|DisplayOtherActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2878 //
       
  2879 // Precondition:
       
  2880 // - This case use XML-interface. Run without hardware connection.
       
  2881 //
       
  2882 // Script description:
       
  2883 // - The following script tests the Set Icc Voice Message Waiting Indicators request.
       
  2884 // - First parameter is flag, which specify whether indicator should be displayed or not.
       
  2885 // - This script set indicator value to 15; (DisplayVoicemailActive = 1, DisplayFaxActive = 2,
       
  2886 //   DisplayEmailActive = 4 and DisplayOtherActive = 8)
       
  2887 // - second parameters is the number of voicemail messages.
       
  2888 // - third parameters is the number of voicemail messages for Aux line.
       
  2889 // - 4th parameters is the number of Data messages.
       
  2890 // - 5th parameters is the number of Fax messages.
       
  2891 // - 6th parameters is the number of Email messages.
       
  2892 // - 7th parameters is the number of Other messages.
       
  2893 // - Release 4 has greater priority then CPHS; Assumption also in NokiaTSY;
       
  2894 //   No need to call "test GetIccMessageWaitingIndicators" beforehand.
       
  2895 // - substitutive case for MOD_0008.1110_NokiaTSY.
       
  2896 //
       
  2897 [Test]
       
  2898 title MOD_0008.1110_2_NokiaTSY_[XML Setting the Rel4 Type Icc Voice Message Waiting Indicators, DisplayVoicemailActive|DisplayFaxActive|DisplayEmailActive|DisplayOtherActive, VoiceMsgs, AuxVoiceMsgs, DataMsgs, FaxMsgs, EmailMsgs, OtherMsgs]
       
  2899 create NTT_SS test
       
  2900 
       
  2901 test HandleSpecifiedRequests YES
       
  2902 test InitializeIPCRequestTable
       
  2903 test SetExpectedCompleteIPC EMobilePhoneSetIccMessageWaitingIndicators
       
  2904 
       
  2905 // Set method use subblock type (REL4)
       
  2906 test RunIscTestCase 627
       
  2907 test SyncIscTestCase
       
  2908 test SetIccMessageWaitingIndicators 15 4 0 0 3 2 1
       
  2909 
       
  2910 allownextresult 0
       
  2911 waittestclass test
       
  2912 
       
  2913 test HandleSpecifiedRequests NO
       
  2914 
       
  2915 delete test
       
  2916 [Endtest]
       
  2917 
       
  2918 // SS Service Failed
       
  2919 //
       
  2920 // Precondition:
       
  2921 // - No special preconditions
       
  2922 //
       
  2923 // Script description:
       
  2924 // - SSServiceFailed
       
  2925 //   parameters:
       
  2926 //    Handler to complete error
       
  2927 //      SupplServMessHandler
       
  2928 //      USSDMessHandler
       
  2929 //
       
  2930 
       
  2931 // MOD_0008.1200_2_NokiaTSY_[XML Getting the Icc call forwarding status]
       
  2932 //
       
  2933 // Precondition:
       
  2934 // - (U)SIM Simcard EF-CFIS file includes either CPHS or Rel4 type indicator flag (e.g. Orange simcard).
       
  2935 // - Only one type of call forwarding indicator flags are returned in the response (Release4 or CPHS).
       
  2936 //
       
  2937 // Script description:
       
  2938 // - The following script tests the Get Icc Call Forwarding Status query.
       
  2939 // - Parameters are not used.
       
  2940 //
       
  2941 [Test]
       
  2942 title MOD_0008.1200_2_NokiaTSY_[XML Getting the Icc call forwarding status]
       
  2943 create NTT_SS test
       
  2944 
       
  2945 test HandleSpecifiedRequests YES
       
  2946 
       
  2947 test InitializeIPCRequestTable
       
  2948 test SetExpectedCompleteIPC ECustomGetIccCallForwardingStatusIPC
       
  2949 
       
  2950 test RunIscTestCase 1069
       
  2951 test SyncIscTestCase
       
  2952 test GetIccCallForwardingStatus CHECK_ALL_FORWARDINGS
       
  2953 
       
  2954 allownextresult 0
       
  2955 waittestclass test
       
  2956 
       
  2957 test HandleSpecifiedRequests NO
       
  2958 
       
  2959 delete test
       
  2960 [Endtest]
       
  2961 
       
  2962 [Test]
       
  2963 title MOD_0008.11101_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Maximun Number of MPTY Participants Exceeded]
       
  2964 create NTT_SS test
       
  2965 test SSServiceFailed SupplServMessHandler
       
  2966 test RunIscTestCase 101
       
  2967 test SyncIscTestCase
       
  2968 
       
  2969 //KErrArgument, KErrGsmSSMaxNumMptyParticipants
       
  2970 allownextresult -295501830
       
  2971 waittestclass test
       
  2972 delete test
       
  2973 [Endtest]
       
  2974 
       
  2975 [Test]
       
  2976 title MOD_0008.11102_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Resources Not Available]
       
  2977 create NTT_SS test
       
  2978 test SSServiceFailed SupplServMessHandler
       
  2979 test RunIscTestCase 102
       
  2980 test SyncIscTestCase
       
  2981 
       
  2982 //KErrNotFound, KErrGsmSSResourcesUnavailable
       
  2983 allownextresult -295567361
       
  2984 waittestclass test
       
  2985 delete test
       
  2986 [Endtest]
       
  2987 
       
  2988 [Test]
       
  2989 title MOD_0008.11103_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Unknown Subscriber]
       
  2990 create NTT_SS test
       
  2991 test SSServiceFailed SupplServMessHandler
       
  2992 test RunIscTestCase 103
       
  2993 test SyncIscTestCase
       
  2994 
       
  2995 //KErrAccessDenied, KErrGsmSSUnknownSubscriber
       
  2996 allownextresult -287309845
       
  2997 waittestclass test
       
  2998 delete test
       
  2999 [Endtest]
       
  3000 
       
  3001 
       
  3002 [Test]
       
  3003 title MOD_0008.11104_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Illegal Subscriber]
       
  3004 create NTT_SS test
       
  3005 test SSServiceFailed SupplServMessHandler
       
  3006 test RunIscTestCase 104
       
  3007 test SyncIscTestCase
       
  3008 
       
  3009 //KErrAccessDenied, KErrGsmSSIllegalSubscriber
       
  3010 allownextresult -287834133
       
  3011 waittestclass test
       
  3012 delete test
       
  3013 [Endtest]
       
  3014 
       
  3015 [Test]
       
  3016 title MOD_0008.11105_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Bearer Service Not Provisioned]
       
  3017 create NTT_SS test
       
  3018 test SSServiceFailed SupplServMessHandler
       
  3019 test RunIscTestCase 105
       
  3020 test SyncIscTestCase
       
  3021 
       
  3022 //KErrNotFound, KErrGsmSSBearerServiceNotProvisioned
       
  3023 allownextresult -287899649
       
  3024 waittestclass test
       
  3025 delete test
       
  3026 [Endtest]
       
  3027 
       
  3028 [Test]
       
  3029 title MOD_0008.11106_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Tele Service Not Provisioned]
       
  3030 create NTT_SS test
       
  3031 test SSServiceFailed SupplServMessHandler
       
  3032 test RunIscTestCase 106
       
  3033 test SyncIscTestCase
       
  3034 
       
  3035 //KErrNotFound, KErrGsmSSTeleserviceNotProvisioned
       
  3036 allownextresult -287965185
       
  3037 waittestclass test
       
  3038 delete test
       
  3039 [Endtest]
       
  3040 
       
  3041 [Test]
       
  3042 title MOD_0008.11107_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Illegal Equipment]
       
  3043 create NTT_SS test
       
  3044 test SSServiceFailed SupplServMessHandler
       
  3045 test RunIscTestCase 107
       
  3046 test SyncIscTestCase
       
  3047 
       
  3048 //KErrNotSupported, KErrGsmSSIllegalEquipment
       
  3049 allownextresult -288030725
       
  3050 waittestclass test
       
  3051 delete test
       
  3052 [Endtest]
       
  3053 
       
  3054 [Test]
       
  3055 title MOD_0008.11108_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Call Barred]
       
  3056 create NTT_SS test
       
  3057 test SSServiceFailed SupplServMessHandler
       
  3058 test RunIscTestCase 108
       
  3059 test SyncIscTestCase
       
  3060 
       
  3061 //KErrAccessDenied, KErrGsmSSCallBarred
       
  3062 allownextresult -288096277
       
  3063 waittestclass test
       
  3064 delete test
       
  3065 [Endtest]
       
  3066 
       
  3067 [Test]
       
  3068 title MOD_0008.11109_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Illegal SS Operation]
       
  3069 create NTT_SS test
       
  3070 test SSServiceFailed SupplServMessHandler
       
  3071 test RunIscTestCase 109
       
  3072 test SyncIscTestCase
       
  3073 
       
  3074 //KErrArgument, KErrGsmSSIllegalOperation
       
  3075 allownextresult -288292870
       
  3076 waittestclass test
       
  3077 delete test
       
  3078 [Endtest]
       
  3079 
       
  3080 [Test]
       
  3081 title MOD_0008.11110_2_NokiaTSY_[XML SS Service Failed, Indicate Error, SS Error Status]
       
  3082 create NTT_SS test
       
  3083 test SSServiceFailed SupplServMessHandler
       
  3084 test RunIscTestCase 110
       
  3085 test SyncIscTestCase
       
  3086 
       
  3087 //KErrArgument, KErrGsmSSErrorStatus
       
  3088 allownextresult -288358406
       
  3089 waittestclass test
       
  3090 delete test
       
  3091 [Endtest]
       
  3092 
       
  3093 [Test]
       
  3094 title MOD_0008.11111_2_NokiaTSY_[XML SS Service Failed, Indicate Error, SS Not Available]
       
  3095 create NTT_SS test
       
  3096 test SSServiceFailed SupplServMessHandler
       
  3097 test RunIscTestCase 111
       
  3098 test SyncIscTestCase
       
  3099 
       
  3100 //KErrNotSupported, KErrGsmSSNotAvailable
       
  3101 allownextresult -288423941
       
  3102 waittestclass test
       
  3103 delete test
       
  3104 [Endtest]
       
  3105 
       
  3106 [Test]
       
  3107 title MOD_0008.11112_2_NokiaTSY_[XML SS Service Failed, Indicate Error, SS Subscription Violation]
       
  3108 create NTT_SS test
       
  3109 test SSServiceFailed SupplServMessHandler
       
  3110 test RunIscTestCase 112
       
  3111 test SyncIscTestCase
       
  3112 
       
  3113 //KErrAccessDenied, KErrGsmSSSubscriptionViolation
       
  3114 allownextresult -288489493
       
  3115 waittestclass test
       
  3116 delete test
       
  3117 [Endtest]
       
  3118 
       
  3119 [Test]
       
  3120 title MOD_0008.11113_2_NokiaTSY_[XML SS Service Failed, Indicate Error, SS Incompatibility]
       
  3121 create NTT_SS test
       
  3122 test SSServiceFailed SupplServMessHandler
       
  3123 test RunIscTestCase 113
       
  3124 test SyncIscTestCase
       
  3125 
       
  3126 //KErrArgument, KErrGsmSSIncompatibility
       
  3127 allownextresult -288555014
       
  3128 waittestclass test
       
  3129 delete test
       
  3130 [Endtest]
       
  3131 
       
  3132 [Test]
       
  3133 title MOD_0008.11114_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Facility Not Supported]
       
  3134 create NTT_SS test
       
  3135 test SSServiceFailed SupplServMessHandler
       
  3136 test RunIscTestCase 114
       
  3137 test SyncIscTestCase
       
  3138 
       
  3139 //KErrArgument, KErrGsmSSFacilityNotSupported
       
  3140 allownextresult -288620550
       
  3141 waittestclass test
       
  3142 delete test
       
  3143 [Endtest]
       
  3144 
       
  3145 [Test]
       
  3146 title MOD_0008.11115_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Absent Subscriber]
       
  3147 create NTT_SS test
       
  3148 test SSServiceFailed SupplServMessHandler
       
  3149 test RunIscTestCase 115
       
  3150 test SyncIscTestCase
       
  3151 
       
  3152 //KErrNotFound, KErrGsmSSAbsentSubscriber
       
  3153 allownextresult -289013761
       
  3154 waittestclass test
       
  3155 delete test
       
  3156 [Endtest]
       
  3157 
       
  3158 [Test]
       
  3159 title MOD_0008.11116_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Short Term Denial]
       
  3160 create NTT_SS test
       
  3161 test SSServiceFailed SupplServMessHandler
       
  3162 test RunIscTestCase 116
       
  3163 test SyncIscTestCase
       
  3164 
       
  3165 //KErrAccessDenied, KErrNotFound
       
  3166 allownextresult -21
       
  3167 waittestclass test
       
  3168 delete test
       
  3169 [Endtest]
       
  3170 
       
  3171 [Test]
       
  3172 title MOD_0008.11117_2_NokiaTSY_[XML SS Service Failed, Indicate Error, System Failure]
       
  3173 create NTT_SS test
       
  3174 test SSServiceFailed SupplServMessHandler
       
  3175 test RunIscTestCase 117
       
  3176 test SyncIscTestCase
       
  3177 
       
  3178 //KErrGeneral, KErrGsmSSSystemFailure
       
  3179 allownextresult -289472514
       
  3180 waittestclass test
       
  3181 delete test
       
  3182 [Endtest]
       
  3183 
       
  3184 [Test]
       
  3185 title MOD_0008.11118_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Data Missing]
       
  3186 create NTT_SS test
       
  3187 test SSServiceFailed SupplServMessHandler
       
  3188 test RunIscTestCase 118
       
  3189 test SyncIscTestCase
       
  3190 
       
  3191 //KErrArgument, KErrGsmSSDataMissing
       
  3192 allownextresult -289538054
       
  3193 waittestclass test
       
  3194 delete test
       
  3195 [Endtest]
       
  3196 
       
  3197 [Test]
       
  3198 title MOD_0008.11119_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Unexpected Data Value]
       
  3199 create NTT_SS test
       
  3200 test SSServiceFailed SupplServMessHandler
       
  3201 test RunIscTestCase 119
       
  3202 test SyncIscTestCase
       
  3203 
       
  3204 //KErrArgument, KErrGsmSSUnexpectedDataValue
       
  3205 allownextresult -289603590
       
  3206 waittestclass test
       
  3207 delete test
       
  3208 [Endtest]
       
  3209 
       
  3210 [Test]
       
  3211 title MOD_0008.11120_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Password Registration Failed]
       
  3212 create NTT_SS test
       
  3213 test SSServiceFailed SupplServMessHandler
       
  3214 test RunIscTestCase 120
       
  3215 test SyncIscTestCase
       
  3216 
       
  3217 //KErrAccessDenied, KErrGsmSSPasswordRegistrationFailure
       
  3218 allownextresult -289669141
       
  3219 waittestclass test
       
  3220 delete test
       
  3221 [Endtest]
       
  3222 
       
  3223 [Test]
       
  3224 title MOD_0008.11121_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Negative Password Check]
       
  3225 create NTT_SS test
       
  3226 test SSServiceFailed SupplServMessHandler
       
  3227 test RunIscTestCase 121
       
  3228 test SyncIscTestCase
       
  3229 
       
  3230 //KErrAccessDenied, KErrGsmSSNegativePasswordCheck
       
  3231 allownextresult -289734677
       
  3232 waittestclass test
       
  3233 delete test
       
  3234 [Endtest]
       
  3235 
       
  3236 [Test]
       
  3237 title MOD_0008.11122_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Maximun Number of Password Attempts Violation]
       
  3238 create NTT_SS test
       
  3239 test SSServiceFailed SupplServMessHandler
       
  3240 test RunIscTestCase 122
       
  3241 test SyncIscTestCase
       
  3242 
       
  3243 //KErrGeneral, KErrGsmSSPasswordAttemptsViolation
       
  3244 allownextresult -290062338
       
  3245 waittestclass test
       
  3246 delete test
       
  3247 [Endtest]
       
  3248 
       
  3249 [Test]
       
  3250 title MOD_0008.11124_2_NokiaTSY_[XML SS Service Failed, Indicate Error, Unkwnown Alphabet]
       
  3251 create NTT_SS test
       
  3252 test SSServiceFailed SupplServMessHandler
       
  3253 test RunIscTestCase 124
       
  3254 test SyncIscTestCase
       
  3255 
       
  3256 //KErrArgument, KErrGsmSSUnknownAlphabet
       
  3257 allownextresult -291897350
       
  3258 waittestclass test
       
  3259 delete test
       
  3260 [Endtest]
       
  3261 
       
  3262 [Test]
       
  3263 title MOD_0008.11125_2_NokiaTSY_[XML SS Service Failed, Indicate Error, USSD Busy]
       
  3264 create NTT_SS test
       
  3265 test SSServiceFailed SupplServMessHandler
       
  3266 test RunIscTestCase 125
       
  3267 test SyncIscTestCase
       
  3268 
       
  3269 //KErrInUse, KErrGsmSSUssdBusy
       
  3270 allownextresult -291962894
       
  3271 waittestclass test
       
  3272 delete test
       
  3273 [Endtest]
       
  3274 
       
  3275 [Test]
       
  3276 title MOD_0008.11201_2_NokiaTSY_[XML SS Service Failed, Indicate Password Error, Bad Password]
       
  3277 create NTT_SS test
       
  3278 test SSServiceFailed SupplServMessHandler
       
  3279 test RunIscTestCase 201
       
  3280 test SyncIscTestCase
       
  3281 
       
  3282 //KErrAccessDenied, KErrGsmSSNegativePasswordCheck
       
  3283 allownextresult -289734677
       
  3284 waittestclass test
       
  3285 delete test
       
  3286 [Endtest]
       
  3287 
       
  3288 [Test]
       
  3289 title MOD_0008.11202_2_NokiaTSY_[XML SS Service Failed, Indicate Password Error, Non existing parameter]
       
  3290 create NTT_SS test
       
  3291 test SSServiceFailed SupplServMessHandler
       
  3292 test RunIscTestCase 202
       
  3293 test SyncIscTestCase
       
  3294 
       
  3295 //KErrGeneral, KErrNotFound
       
  3296 allownextresult -2
       
  3297 waittestclass test
       
  3298 delete test
       
  3299 [Endtest]
       
  3300 
       
  3301 [Test]
       
  3302 title MOD_0008.11203_2_NokiaTSY_[XML SS Service Failed, Indicate Password Error, Bad Password Format]
       
  3303 create NTT_SS test
       
  3304 test SSServiceFailed SupplServMessHandler
       
  3305 test RunIscTestCase 203
       
  3306 test SyncIscTestCase
       
  3307 
       
  3308 //KErrGeneral, KErrNotFound
       
  3309 allownextresult -289734677
       
  3310 waittestclass test
       
  3311 delete test
       
  3312 [Endtest]
       
  3313 
       
  3314 [Test]
       
  3315 title MOD_0008.11301_2_NokiaTSY_[XML SS Service Failed, Other Error, USSD Busy]
       
  3316 create NTT_SS test
       
  3317 test SSServiceFailed SupplServMessHandler
       
  3318 test RunIscTestCase 301
       
  3319 test SyncIscTestCase
       
  3320 
       
  3321 //KErrServerBusy, KErrGsmSSUssdBusy
       
  3322 allownextresult -291962896
       
  3323 waittestclass test
       
  3324 delete test
       
  3325 [Endtest]
       
  3326 
       
  3327 [Test]
       
  3328 title MOD_0008.11302_2_NokiaTSY_[XML SS Service Failed, Other Error, Service Busy]
       
  3329 create NTT_SS test
       
  3330 test SSServiceFailed SupplServMessHandler
       
  3331 test RunIscTestCase 302
       
  3332 test SyncIscTestCase
       
  3333 
       
  3334 //KErrGeneral
       
  3335 allownextresult -2
       
  3336 waittestclass test
       
  3337 delete test
       
  3338 [Endtest]
       
  3339 
       
  3340 [Test]
       
  3341 title MOD_0008.11303_2_NokiaTSY_[XML SS Service Failed, Other Error, Service Not On FDN List]
       
  3342 create NTT_SS test
       
  3343 test SSServiceFailed SupplServMessHandler
       
  3344 test RunIscTestCase 303
       
  3345 test SyncIscTestCase
       
  3346 
       
  3347 //KErrAccessDenied, KErrGsmSSCallBarred
       
  3348 allownextresult -288096277
       
  3349 waittestclass test
       
  3350 delete test
       
  3351 [Endtest]
       
  3352 
       
  3353 [Test]
       
  3354 title MOD_0008.11304_2_NokiaTSY_[XML SS Service Failed, Other Error, SS Not Available]
       
  3355 create NTT_SS test
       
  3356 test SSServiceFailed SupplServMessHandler
       
  3357 test RunIscTestCase 304
       
  3358 test SyncIscTestCase
       
  3359 
       
  3360 //KErrServerBusy, KErrGsmSMSNoNetworkService
       
  3361 allownextresult -317325346
       
  3362 waittestclass test
       
  3363 delete test
       
  3364 [Endtest]
       
  3365 
       
  3366 [Test]
       
  3367 title MOD_0008.11305_2_NokiaTSY_[XML SS Service Failed, Other Error, Resource Control Denied]
       
  3368 create NTT_SS test
       
  3369 test SSServiceFailed SupplServMessHandler
       
  3370 test RunIscTestCase 123
       
  3371 test SyncIscTestCase
       
  3372 
       
  3373 //KErrAccessDenied, KErrSatControl
       
  3374 allownextresult -344129557
       
  3375 waittestclass test
       
  3376 delete test
       
  3377 [Endtest]
       
  3378 
       
  3379 [Test]
       
  3380 title MOD_0008.11401_2_NokiaTSY_[XML SS Service Failed, MM Cause Values, Out of Order Service Option]
       
  3381 create NTT_SS test
       
  3382 test SSServiceFailed USSDMessHandler
       
  3383 test RunIscTestCase 401
       
  3384 test SyncIscTestCase
       
  3385 
       
  3386 //KErrGeneral, KErrGsmMMServiceOptionTemporaryOutOfOrder
       
  3387 allownextresult -272695298
       
  3388 waittestclass test
       
  3389 delete test
       
  3390 [Endtest]
       
  3391 
       
  3392 //Completes in USSDMessHandler because SupplServMessHandler can't do it
       
  3393 [Test]
       
  3394 title MOD_0008.11402_2_NokiaTSY_[XML SS Service Failed, MM Cause Values, Non existing parameter]
       
  3395 create NTT_SS test
       
  3396 test SSServiceFailed USSDMessHandler
       
  3397 test RunIscTestCase 402
       
  3398 test SyncIscTestCase
       
  3399 
       
  3400 //KErrGeneral, KErrNotFound
       
  3401 allownextresult -2
       
  3402 waittestclass test
       
  3403 delete test
       
  3404 [Endtest]
       
  3405 
       
  3406 //Completes in USSDMessHandler because SupplServMessHandler can't do it
       
  3407 [Test]
       
  3408 title MOD_0008.11501_2_NokiaTSY_[XML SS Service Failed, Indicate Message Error, Message Incorrect]
       
  3409 create NTT_SS test
       
  3410 test SSServiceFailed SupplServMessHandler
       
  3411 test RunIscTestCase 501
       
  3412 test SyncIscTestCase
       
  3413 
       
  3414 //KErrGeneral, KErrNotFound
       
  3415 allownextresult -2
       
  3416 waittestclass test
       
  3417 delete test
       
  3418 [Endtest]
       
  3419 
       
  3420 [Test]
       
  3421 title MOD_0008.11601_2_NokiaTSY_[XML SS Service Failed, Indicate Problem, Invoke Problem, Duplicate Invoke Id]
       
  3422 create NTT_SS test
       
  3423 test SSServiceFailed SupplServMessHandler
       
  3424 test RunIscTestCase 601
       
  3425 test SyncIscTestCase
       
  3426 
       
  3427 //KErrGeneral, KErrNotFound
       
  3428 allownextresult -2
       
  3429 waittestclass test
       
  3430 delete test
       
  3431 [Endtest]
       
  3432 
       
  3433 [Test]
       
  3434 title MOD_0008.11602_2_NokiaTSY_[XML SS Service Failed, Indicate Problem, Invoke Problem, Mistyped Invoke Parameter]
       
  3435 create NTT_SS test
       
  3436 test SSServiceFailed SupplServMessHandler
       
  3437 test RunIscTestCase 602
       
  3438 test SyncIscTestCase
       
  3439 
       
  3440 //KErrArgument, KErrGsmSSIllegalOperation
       
  3441 allownextresult -288292870
       
  3442 waittestclass test
       
  3443 delete test
       
  3444 [Endtest]
       
  3445 
       
  3446 [Test]
       
  3447 title MOD_0008.11603_2_NokiaTSY_[XML SS Service Failed, Indicate Problem, Return Result Problem, Unrecognized Invoke Id]
       
  3448 create NTT_SS test
       
  3449 test SSServiceFailed SupplServMessHandler
       
  3450 test RunIscTestCase 603
       
  3451 test SyncIscTestCase
       
  3452 
       
  3453 //KErrGeneral, KErrNotFound
       
  3454 allownextresult -2
       
  3455 waittestclass test
       
  3456 delete test
       
  3457 [Endtest]
       
  3458 
       
  3459 [Test]
       
  3460 title MOD_0008.11604_2_NokiaTSY_[XML SS Service Failed, Indicate Problem, General Problem, Badly Structured Comp]
       
  3461 create NTT_SS test
       
  3462 test SSServiceFailed SupplServMessHandler
       
  3463 test RunIscTestCase 604
       
  3464 test SyncIscTestCase
       
  3465 
       
  3466 //KErrGeneral, KErrNotFound
       
  3467 allownextresult -2
       
  3468 waittestclass test
       
  3469 delete test
       
  3470 [Endtest]
       
  3471 
       
  3472 [Test]
       
  3473 title MOD_0008.11605_2_NokiaTSY_[XML SS Service Failed, Indicate Problem, Return Error Problem, Return Error Unexpected]
       
  3474 create NTT_SS test
       
  3475 test SSServiceFailed SupplServMessHandler
       
  3476 test RunIscTestCase 605
       
  3477 test SyncIscTestCase
       
  3478 
       
  3479 //KErrGeneral, KErrNotFound
       
  3480 allownextresult -2
       
  3481 waittestclass test
       
  3482 delete test
       
  3483 [Endtest]
       
  3484 
       
  3485 // MOD_0008.11606_2_NokiaTSY_[XML SS write call forwading status rel4]
       
  3486 // Options for SetCallForwardingStatus are:
       
  3487 // TMobilePhoneCFCondition:     CallForwardingUnconditional
       
  3488 // TMobilePhoneCFChangeV1:      AllTele
       
  3489 // TMobilePhoneServiceAction:   ServiceActionActivate
       
  3490 // TMobileTON:                  NationalNumber
       
  3491 // TMobileNPI:                  NationalNumberPlan
       
  3492 // Phone number:                0504804405
       
  3493 // Timeout:                     5
       
  3494 [Test]
       
  3495 title MOD_0008.11606_2_NokiaTSY_[XML SS write call forwading status rel4]
       
  3496 create NTT_SS test
       
  3497 
       
  3498 test HandleSpecifiedRequests YES
       
  3499 test InitializeIPCRequestTable
       
  3500 
       
  3501 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  3502 test SetExpectedCompleteIPC EMobilePhoneSetCallForwardingStatus
       
  3503 
       
  3504 test RunIscTestCase 628
       
  3505 test SyncIscTestCase
       
  3506 
       
  3507 test SetCallForwardingStatus CallForwardingUnconditional AllTele ServiceActionActivate NationalNumber NationalNumberPlan 0504804405 5
       
  3508 
       
  3509 //EMobilePhoneNotifyCallForwardingStatusChange
       
  3510 allownextresult 0
       
  3511 waittestclass test
       
  3512 
       
  3513 //EMobilePhoneSetCallForwardingStatus
       
  3514 allownextresult 0
       
  3515 waittestclass test
       
  3516 
       
  3517 test HandleSpecifiedRequests NO
       
  3518 delete test
       
  3519 [Endtest]
       
  3520 
       
  3521 // MOD_0008.11607_2_NokiaTSY_[XML SS set call forwading status - Cancel All]
       
  3522 // Options for SetCallForwardingStatus are:
       
  3523 // TMobilePhoneCFCondition:     CallForwardingAllCases
       
  3524 // TMobilePhoneCFChangeV1:      AllServices
       
  3525 // TMobilePhoneServiceAction:   ServiceActionErase
       
  3526 // TMobileTON:                  UnknownNumber
       
  3527 // TMobileNPI:                  UnknownNumberingPlan
       
  3528 [Test]
       
  3529 title MOD_0008.11607_2_NokiaTSY_[XML SS set call forwading status - Cancel All]
       
  3530 create NTT_SS test
       
  3531 
       
  3532 test HandleSpecifiedRequests YES
       
  3533 test InitializeIPCRequestTable
       
  3534 
       
  3535 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  3536 test SetExpectedCompleteIPC EMobilePhoneSetCallForwardingStatus
       
  3537 
       
  3538 test RunIscTestCase 630
       
  3539 test SyncIscTestCase
       
  3540 
       
  3541 test SetCallForwardingStatus CallForwardingAllCases AllServices ServiceActionErase UnknownNumber UnknownNumberingPlan
       
  3542 
       
  3543 //EMobilePhoneNotifyCallForwardingStatusChange
       
  3544 allownextresult 0
       
  3545 waittestclass test
       
  3546 
       
  3547 //EMobilePhoneSetCallForwardingStatus
       
  3548 allownextresult 0
       
  3549 waittestclass test
       
  3550 
       
  3551 test HandleSpecifiedRequests NO
       
  3552 delete test
       
  3553 [Endtest]
       
  3554 
       
  3555 // MOD_0008.11608_2_NokiaTSY_[XML SS set call forwading status - Cancel All - SS Code Changed by NW]
       
  3556 // Options for SetCallForwardingStatus are:
       
  3557 // TMobilePhoneCFCondition:     CallForwardingAllCases
       
  3558 // TMobilePhoneCFChangeV1:      AllServices
       
  3559 // TMobilePhoneServiceAction:   ServiceActionErase
       
  3560 // TMobileTON:                  UnknownNumber
       
  3561 // TMobileNPI:                  UnknownNumberingPlan
       
  3562 [Test]
       
  3563 title MOD_0008.11608_2_NokiaTSY_[XML SS set call forwading status - Cancel All - SS Code Changed by NW]
       
  3564 create NTT_SS test
       
  3565 
       
  3566 test HandleSpecifiedRequests YES
       
  3567 test InitializeIPCRequestTable
       
  3568 
       
  3569 test SetExpectedCompleteIPC EMobilePhoneNotifyCallForwardingStatusChange
       
  3570 test SetExpectedCompleteIPC EMobilePhoneSetCallForwardingStatus
       
  3571 
       
  3572 test RunIscTestCase 631
       
  3573 test SyncIscTestCase
       
  3574 
       
  3575 test SetCallForwardingStatus CallForwardingAllCases AllServices ServiceActionErase UnknownNumber UnknownNumberingPlan
       
  3576 
       
  3577 //EMobilePhoneNotifyCallForwardingStatusChange
       
  3578 allownextresult -2
       
  3579 waittestclass test
       
  3580 
       
  3581 //EMobilePhoneSetCallForwardingStatus
       
  3582 allownextresult 0
       
  3583 waittestclass test
       
  3584 
       
  3585 test HandleSpecifiedRequests NO
       
  3586 delete test
       
  3587 [Endtest]
       
  3588 
       
  3589 // title MOD_0008.12000_2_NokiaTSY_[XML Register unconditional call forwarding SAT, FDN checked]
       
  3590 //
       
  3591 // Preconditions:
       
  3592 // - N/A
       
  3593 //
       
  3594 // Script description:
       
  3595 // - SAT originated SS string
       
  3596 // - operation: register/activate
       
  3597 // - SS code: 21 (CFU)
       
  3598 // - forwarding number: 04544186408
       
  3599 // - basic service code: 11
       
  3600 //
       
  3601 [Test]
       
  3602 title MOD_0008.12000_2_NokiaTSY_[XML Register unconditional call forwarding SAT, FDN checked]
       
  3603 create NTT_SS test
       
  3604 test HandleSpecifiedRequests YES
       
  3605 test InitializeIPCRequestTable
       
  3606 
       
  3607 test SetExpectedCompleteIPC EMobilePhoneSendNetworkServiceRequest
       
  3608 
       
  3609 test RunIscTestCase 1082
       
  3610 test SyncIscTestCase
       
  3611 test SendNetworkServiceRequest **21*04544186408*11#
       
  3612 
       
  3613 // EMobilePhoneSendNetworkServiceRequest
       
  3614 allownextresult 0
       
  3615 waittestclass test
       
  3616 
       
  3617 test HandleSpecifiedRequests NO
       
  3618 
       
  3619 delete test
       
  3620 [Endtest]
       
  3621 
       
  3622 // title MOD_0008.12001_2_NokiaTSY_[XML Register unconditional call forwarding SAT, FDN NOT checked]
       
  3623 //
       
  3624 // Preconditions:
       
  3625 // - N/A
       
  3626 //
       
  3627 // Script description:
       
  3628 // - SAT originated SS string
       
  3629 // - operation: register/activate
       
  3630 // - SS code: 21 (CFU)
       
  3631 // - forwarding number: 04544186408
       
  3632 // - basic service code: 11
       
  3633 //
       
  3634 [Test]
       
  3635 title MOD_0008.12001_2_NokiaTSY_[XML Register unconditional call forwarding SAT, FDN NOT checked]
       
  3636 create NTT_SS test
       
  3637 test HandleSpecifiedRequests YES
       
  3638 test InitializeIPCRequestTable
       
  3639 
       
  3640 test SetExpectedCompleteIPC EMobilePhoneSendNetworkServiceRequestNoFdnCheck
       
  3641 
       
  3642 test RunIscTestCase 1083
       
  3643 test SyncIscTestCase
       
  3644 test SendNetworkServiceRequestNoFdnCheck **21*04544186408*11#
       
  3645 
       
  3646 // EMobilePhoneSendNetworkServiceRequestNoFdnCheck
       
  3647 allownextresult 0
       
  3648 waittestclass test
       
  3649 
       
  3650 test HandleSpecifiedRequests NO
       
  3651 
       
  3652 delete test
       
  3653 [Endtest]
       
  3654 
       
  3655 // title MOD_0008.12002_2_NokiaTSY_[XML Register unconditional call forwarding SAT, FDN checked and resource control suppressed]
       
  3656 //
       
  3657 // Preconditions:
       
  3658 // - N/A
       
  3659 //
       
  3660 // Script description:
       
  3661 // - SAT originated SS string
       
  3662 // - operation: register/activate
       
  3663 // - SS code: 21 (CFU)
       
  3664 // - forwarding number: 04544186408
       
  3665 // - basic service code: 11
       
  3666 //
       
  3667 [Test]
       
  3668 title MOD_0008.12002_2_NokiaTSY_[XML Register unconditional call forwarding SAT, FDN checked and resource control suppressed]
       
  3669 create NTT_SS test
       
  3670 test HandleSpecifiedRequests YES
       
  3671 test InitializeIPCRequestTable
       
  3672 
       
  3673 test SetExpectedCompleteIPC EMobilePhoneSendNetworkServiceRequest
       
  3674 
       
  3675 test RunIscTestCase 1084
       
  3676 test SyncIscTestCase
       
  3677 test SendSatNotifyCallControlRequest
       
  3678 test SendNetworkServiceRequest **21*04544186408*11#
       
  3679 
       
  3680 // EMobilePhoneSendNetworkServiceRequest
       
  3681 allownextresult 0
       
  3682 waittestclass test
       
  3683 
       
  3684 test HandleSpecifiedRequests NO
       
  3685 
       
  3686 delete test
       
  3687 [Endtest]
       
  3688 
       
  3689 // title MOD_0008.12003_2_NokiaTSY_[XML Register call waiting SAT, FDN checked]
       
  3690 //
       
  3691 // Preconditions:
       
  3692 // - N/A
       
  3693 //
       
  3694 // Script description:
       
  3695 // - SAT originated SS string
       
  3696 // - operation: activate
       
  3697 // - SS code: 43 (WAIT)
       
  3698 // - basic service code: 11
       
  3699 //
       
  3700 [Test]
       
  3701 title MOD_0008.12003_2_NokiaTSY_[XML Register call waiting SAT, FDN checked]
       
  3702 create NTT_SS test
       
  3703 test HandleSpecifiedRequests YES
       
  3704 test InitializeIPCRequestTable
       
  3705 test SetExpectedCompleteIPC EMobilePhoneSendNetworkServiceRequest
       
  3706 
       
  3707 test RunIscTestCase 1085
       
  3708 test SyncIscTestCase
       
  3709 test SendNetworkServiceRequest *43*11#
       
  3710 
       
  3711 // EMobilePhoneSendNetworkServiceRequest
       
  3712 allownextresult 0
       
  3713 waittestclass test
       
  3714 
       
  3715 test HandleSpecifiedRequests NO
       
  3716 
       
  3717 delete test
       
  3718 [Endtest]
       
  3719 
       
  3720 // title MOD_0008.12004_2_NokiaTSY_[XML Activate call barring for all outcoming calls SAT, FND checked]
       
  3721 //
       
  3722 // Preconditions:
       
  3723 // - N/A
       
  3724 //
       
  3725 // Script description:
       
  3726 // - SAT originated SS string
       
  3727 // - operation: activate
       
  3728 // - SS code: 33 (BAOC)
       
  3729 // - barring password (depends on sim card ): 1234
       
  3730 // - basic service code: 11
       
  3731 //
       
  3732 [Test]
       
  3733 title MOD_0008.12004_2_NokiaTSY_[XML Activate call barring for all outcoming calls SAT, FDN checked]
       
  3734 create NTT_SS test
       
  3735 test HandleSpecifiedRequests YES
       
  3736 test InitializeIPCRequestTable
       
  3737 test SetExpectedCompleteIPC EMobilePhoneSendNetworkServiceRequest
       
  3738 
       
  3739 test RunIscTestCase 1086
       
  3740 test SyncIscTestCase
       
  3741 test SendNetworkServiceRequest *33*1234*11#
       
  3742 
       
  3743 // EMobilePhoneSendNetworkServiceRequest
       
  3744 allownextresult 0
       
  3745 waittestclass test
       
  3746 
       
  3747 test HandleSpecifiedRequests NO
       
  3748 
       
  3749 delete test
       
  3750 [Endtest]
       
  3751 
       
  3752 // title MOD_0008.12005_2_NokiaTSY_[XML Getting the identity service status, IdServiceCallerRestriction, FDN not checked and FDN checked and resource control suppressed]
       
  3753 //
       
  3754 // Preconditions:
       
  3755 // - N/A
       
  3756 //
       
  3757 // Script description:
       
  3758 
       
  3759 [Test]
       
  3760 title MOD_0008.12005_2_NokiaTSY_[XML Getting the identity service status, IdServiceCallerRestriction, FDN not checked and FDN checked and resource control suppressed]
       
  3761 create NTT_SS test
       
  3762 
       
  3763 test HandleSpecifiedRequests YES
       
  3764 
       
  3765 test InitializeIPCRequestTable
       
  3766 test SetExpectedCompleteIPC EMobilePhoneGetIdentityServiceStatus
       
  3767 
       
  3768 test RunIscTestCase 1087
       
  3769 test SyncIscTestCase
       
  3770 test SendSatNotifyCallControlRequest
       
  3771 // Given value EIdServiceActiveDefaultAllowed has effect only when HandleSpecifiedRequests is set.
       
  3772 test GetIdentityServiceStatus IdServiceCallerRestriction EIdServiceActiveDefaultAllowed
       
  3773 
       
  3774 allownextresult 0
       
  3775 waittestclass test
       
  3776 
       
  3777 test HandleSpecifiedRequests NO
       
  3778 
       
  3779 delete test
       
  3780 [Endtest]