adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/pdi/group/pdi.cfg
author Tom Pritchard <tomp@symbian.org>
Mon, 09 Nov 2009 10:31:01 +0000
changeset 3 1972d8c2e329
parent 0 63b37f68c1ce
permissions -rw-r--r--
Tidying up initial files

//* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
//* All rights reserved.
//* This component and the accompanying materials are made available
//* under the terms of the License "Eclipse Public License v1.0"
//* which accompanies this distribution, and is available
//* at the URL "http://www.eclipse.org/legal/epl-v10.html".
//*
//* Initial Contributors:
//* Nokia Corporation - initial contribution.
//*
//* Contributors:
//*
//* Description:  
//*

// MOD_0009.001_1_NokiaTSY_[HW Getting network registration status]
//
// Precondition: 
// - N/A
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.001_1_NokiaTSY_[HW Getting network registration status]
create NTT_PDI test
test GetNetworkRegistrationStatus
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.003_1_NokiaTSY_[HW Reject Packet Service Activation Request]
//
// Precondition: 
// - N/A
//
// Post Conditions:
// - After the test is run, try to connect to packet network. When first activation request is rejected test ends.
//
// Script description:
// - Note: This case will fail in Rosetta and Aalto. See more info from QC.
//
[Test]
title MOD_0009.003_1_NokiaTSY_[HW Reject Packet Service Activation Request]
create NTT_PDI test
test PacketServiceRejectActivationRequest
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.004_1_NokiaTSY_[HW Getting Packet Attach Mode]
//
// Precondition: 
// - N/A
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.004_1_NokiaTSY_[HW Getting Packet Attach Mode]
create NTT_PDI test
test GetPacketAttachMode
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.006_1_NokiaTSY_[HW Setting Packet Service Attach Mode When Needed]
//
// Precondition: 
// - N/A
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.006_1_NokiaTSY_[HW Setting Packet Service Attach Mode When Needed]
create NTT_PDI test
test SetPacketServiceAttachMode AttachWhenNeeded
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.007_1_NokiaTSY_[HW Setting Packet Service Attach Mode When Possible]
//
// Precondition: 
// - N/A
//
// Post Conditions:
//  - Remember to set mode back to "when needed" after test!
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.007_1_NokiaTSY_[HW Setting Packet Service Attach Mode When Possible]
create NTT_PDI test
test SetPacketServiceAttachMode AttachWhenPossible
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.009_1_NokiaTSY_[HW Setting Preferred Bearer Circuit Switched]
//
// Precondition: 
// - N/A
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.009_1_NokiaTSY_[HW Setting Preferred Bearer Circuit Switched]
create NTT_PDI test
test SetPreferredBearer BearerCircuitSwitched
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.010_1_NokiaTSY_[HW Setting Preferred Bearer Packet Switched]
//
// Precondition: 
// - N/A
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.010_1_NokiaTSY_[HW Setting Preferred Bearer Packet Switched]
create NTT_PDI test
test SetPreferredBearer BearerPacketSwitched
allownextresult 0
waittestclass test
delete test
[Endtest]

// MOD_0009.012_1_NokiaTSY_[HW Get Data Volume Transferred]
//
// Precondition: 
// - N/A
//
// Script description:
// - N/A
//
[Test]
title MOD_0009.012_1_NokiaTSY_[HW Get Data Volume Transferred]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 GPRS PdpTypeIPv4 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv4 StatusInactive UnspecifiedDelayClass UnspecifiedMeanThroughput UnspecifiedPeakThroughput UnspecifiedPrecedence UnspecifiedReliabilityClass DelayClass1 MeanThroughput100 PeakThroughput1000 PriorityHighPrecedence ReliabilityClass1 x x x x x x
allownextresult 0
waittestclass test

test AddPacketFilters 100Int_13 Data PdpTypeIPv4 65535 1 261072 1111 20 65535 1 11 1
allownextresult 0
waittestclass test

test AddMediaAuthorizationParams 100Int_13 Header PdpTypeIPv4 1 1 token 3
allownextresult 0
waittestclass test

test ActivatePacketContext 100Int_13
allownextresult 0
waittestclass test

pause 5000;

test GetDataVolumeTransferred 100Int_13
allownextresult 0
waittestclass test

test DeactivatePacketContext 100Int_13
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//**************************************************************************
//
//       PARAMETER CONFIGURATIONS TABLE FOR PACKET CONNECTION TESTS
//
//
// -- REMEMBER TO TURN ON DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS FLAG --
//               Otherwise the rest of the tests will fail
//
//**************************************************************************
//
//
// Attach to Packet Network
// ------------------------
// PacketServiceAttach
// parameters:
//   NONE
//
//
//
// Detach from Packet Network
// ------------------------
// PacketServiceDetach
// parameters:
//   NONE
//
//
//
// Set Packet Context Configuration
// --------------------------------
// SetPacketContextConfiguration
// parameters:
//   context name
//   context config type
//     GPRS
//     R99_R4
//     R5
//   protocol
//     PdpTypeIPv4
//     PdpTypeIPv6
//   context name
//   context cont type network or mobile
//
//
// Set Profile Quality of Service Params
// -------------------------------------
// SetProfileQoSParams
// parameters:
//   profile
//     GPRS
//     R99_R4
//     R5
//   signalling indication
//     True
//     False
//   context name
//   protocol
//     PdpTypeIPv4
//     PdpTypeIPv6
//     PdpTypeX25
//     PdpTypePPP
//     PdpTypeCDPD
//   context status
//     StatusUnknown
//     StatusInactive
//     StatusActivating
//     StatusActive
//     StatusDeactivating
//     StatusSuspended
//     StatusDeleted
//   minimun delay
//     UnspecifiedDelayClass
//     DelayClass1
//     DelayClass2
//     DelayClass3
//     DelayClass4
//   minimun mean throughput
//     UnspecifiedMeanThroughput
//     MeanThroughput100
//     MeanThroughput200
//     MeanThroughput500
//     MeanThroughput1000
//     MeanThroughput2000
//     MeanThroughput5000
//     MeanThroughput10000
//     MeanThroughput20000
//     MeanThroughput50000
//     MeanThroughput100000
//     MeanThroughput200000
//     MeanThroughput500000
//     MeanThroughput1000000
//     MeanThroughput2000000
//     MeanThroughput5000000
//     MeanThroughput10000000
//     MeanThroughput20000000
//     MeanThroughput50000000
//     MeanThroughputBestEffort
//   minimun peak throughput
//     UnspecifiedPeakThroughput
//     PeakThroughput1000
//     PeakThroughput2000
//     PeakThroughput4000
//     PeakThroughput8000
//     PeakThroughput16000
//     PeakThroughput32000
//     PeakThroughput64000
//     PeakThroughput128000
//     PeakThroughput256000
//   minimun precedence
//     UnspecifiedPrecedence
//     PriorityHighPrecedence
//     PriorityMediumPrecedence
//     PriorityLowPrecedence
//   minimun reliability
//     UnspecifiedReliabilityClass
//     ReliabilityClass1
//     ReliabilityClass2
//     ReliabilityClass3
//     ReliabilityClass4
//     ReliabilityClass5
//   required delay
//     UnspecifiedDelayClass
//     DelayClass1
//     DelayClass2
//     DelayClass3
//     DelayClass4
//   required mean throughput
//     UnspecifiedMeanThroughput
//     MeanThroughput100
//     MeanThroughput200
//     MeanThroughput500
//     MeanThroughput1000
//     MeanThroughput2000
//     MeanThroughput5000
//     MeanThroughput10000
//     MeanThroughput20000
//     MeanThroughput50000
//     MeanThroughput100000
//     MeanThroughput200000
//     MeanThroughput500000
//     MeanThroughput1000000
//     MeanThroughput2000000
//     MeanThroughput5000000
//     MeanThroughput10000000
//     MeanThroughput20000000
//     MeanThroughput50000000
//     MeanThroughputBestEffort
//   required peak throughput
//     UnspecifiedPeakThroughput
//     PeakThroughput1000
//     PeakThroughput2000
//     PeakThroughput4000
//     PeakThroughput8000
//     PeakThroughput16000
//     PeakThroughput32000
//     PeakThroughput64000
//     PeakThroughput128000
//     PeakThroughput256000
//   required precedence
//     UnspecifiedPrecedence
//     PriorityHighPrecedence
//     PriorityMediumPrecedence
//     PriorityLowPrecedence
//   required reliability
//     UnspecifiedReliabilityClass
//     ReliabilityClass1
//     ReliabilityClass2
//     ReliabilityClass3
//     ReliabilityClass4
//     ReliabilityClass5
//   minimun traffic class
//     TrafficClassUnspecified
//     TrafficClassConversational
//     TrafficClassStreaming
//     TrafficClassInteractive
//     TrafficClassBackground
//   minimun delivery order requested
//     DeliveryOrderUnspecified
//     DeliveryOrderRequired
//     DeliveryOrderNotRequired
//   minimun delivery erroneus SDU
//     ErroneousSDUDeliveryUnspecified
//     ErroneousSDUNoDetection
//     ErroneousSDUDeliveryRequired
//     ErroneousSDUDeliveryNotRequired
//   maximum acceptable target BER
//     BERUnspecified
//     BERFivePerHundred
//     BEROnePerHundred
//     BERFivePerThousand
//     BERFourPerThousand
//     BEROnePerThousand
//     BEROnePerTenThousand
//     BEROnePerHundredThousand
//     BEROnePerMillion
//     BERSixPerHundredMillion
//   maximum acceptable target SDU error ratio
//     SDUErrorRatioUnspecified
//     SDUErrorRatioOnePerTen
//     SDUErrorRatioOnePerHundred
//     SDUErrorRatioSevenPerThousand
//     SDUErrorRatioOnePerThousand
//     SDUErrorRatioOnePerTenThousand
//     SDUErrorRatioOnePerHundredThousand
//     SDUErrorRatioOnePerMillion
//   minimun traffic handling priority
//     TrafficPriorityUnspecified
//     TrafficPriority1
//     TrafficPriority2
//     TrafficPriority3
//
//
//
// Initialize Packet Context
// -------------------------
// InitializePacketContext
// parameters:
//   context name
//   host cid name
//
//
//
// Delete Packet Context
// -------------------------
// DeletePacketContext
// parameters:
//   context name
//
//
//
// Setting Default Context Params for Packet Service
// -------------------------------------------------
// PacketServiceSetDefaultContextParameters
// parameters:
//   configuration
//     GPRS
//     R99_R4
//   protocol
//     PdpTypeIPv4
//     PdpTypeIPv6
//     PdpTypePPP
//   compression
//     header
//     data
//
//
//
// Adding Packet Filters
// -------------------------------------------------
// AddPacketFilters
// parameters:
//   context name
//   compression
//     header
//     data
//   protocol
//   maximum destination port number of incoming packets
//     value range 0 - 65535
//   lowest destination port number of incoming packets
//     value range 0 - 65535
//   flow label of incoming packets
//     3 octets with 20-bit field containing the flow label
//   security parameter index
//     32-bit field
//   protocol number (IPv4) or next header (IPv6) field of incoming packets
//     value range 0 - 255
//   maximum source port number of incoming packets
//     value range 0 - 65535
//   minimum source port number of incoming packets
//     value range 0 - 65535
//   type of service (IPv4) or traffic class (IPv6)
//     1 octet TOS/Traffic class + 1 octet TOS/Traffic class mask
//   packet filter identifier
//     value range: 1 - 8
//
//
//
// Adding Media Authorization Params
// -------------------------------------------------
// AddMediaAuthorizationParams
// parameters:
//   context name
//   compression
//     header
//     data
//   IP flow number
//   media component number
//   authorization token name
//   list (count) of flow identifiers authorization token is granted for
//
//
//
// Activate Packet Context
// -------------------------------------------------
// ActivatePacketContext
// parameters:
//   context name
//
//
//
// Deactivate Packet Context
// -------------------------------------------------
// ActivatePacketContext
// parameters:
//   context name
//
//
//
// Get Data Volume Transferred
// -------------------------------------------------
// GetDataVolumeTransferred
// parameters:
//   context name
//
//
//
// Modify Packet Context
// -------------------------------------------------
// ModifyPacketContext
// parameters:
//   context name
//   minimun delay
//     UnspecifiedDelayClass
//     DelayClass1
//     DelayClass2
//     DelayClass3
//     DelayClass4
//     x (means no QoS97 params used)
//   minimun mean throughput
//     UnspecifiedMeanThroughput
//     MeanThroughput100
//     MeanThroughput200
//     MeanThroughput500
//     MeanThroughput1000
//     MeanThroughput2000
//     MeanThroughput5000
//     MeanThroughput10000
//     MeanThroughput20000
//     MeanThroughput50000
//     MeanThroughput100000
//     MeanThroughput200000
//     MeanThroughput500000
//     MeanThroughput1000000
//     MeanThroughput2000000
//     MeanThroughput5000000
//     MeanThroughput10000000
//     MeanThroughput20000000
//     MeanThroughput50000000
//     MeanThroughputBestEffort
//   minimun peak throughput
//     UnspecifiedPeakThroughput
//     PeakThroughput1000
//     PeakThroughput2000
//     PeakThroughput4000
//     PeakThroughput8000
//     PeakThroughput16000
//     PeakThroughput32000
//     PeakThroughput64000
//     PeakThroughput128000
//     PeakThroughput256000
//   minimun precedence
//     UnspecifiedPrecedence
//     PriorityHighPrecedence
//     PriorityMediumPrecedence
//     PriorityLowPrecedence
//   minimun reliability
//     UnspecifiedReliabilityClass
//     ReliabilityClass1
//     ReliabilityClass2
//     ReliabilityClass3
//     ReliabilityClass4
//     ReliabilityClass5
//   required delay
//     UnspecifiedDelayClass
//     DelayClass1
//     DelayClass2
//     DelayClass3
//     DelayClass4
//   required mean throughput
//     UnspecifiedMeanThroughput
//     MeanThroughput100
//     MeanThroughput200
//     MeanThroughput500
//     MeanThroughput1000
//     MeanThroughput2000
//     MeanThroughput5000
//     MeanThroughput10000
//     MeanThroughput20000
//     MeanThroughput50000
//     MeanThroughput100000
//     MeanThroughput200000
//     MeanThroughput500000
//     MeanThroughput1000000
//     MeanThroughput2000000
//     MeanThroughput5000000
//     MeanThroughput10000000
//     MeanThroughput20000000
//     MeanThroughput50000000
//     MeanThroughputBestEffort
//   required peak throughput
//     UnspecifiedPeakThroughput
//     PeakThroughput1000
//     PeakThroughput2000
//     PeakThroughput4000
//     PeakThroughput8000
//     PeakThroughput16000
//     PeakThroughput32000
//     PeakThroughput64000
//     PeakThroughput128000
//     PeakThroughput256000
//   required precedence
//     UnspecifiedPrecedence
//     PriorityHighPrecedence
//     PriorityMediumPrecedence
//     PriorityLowPrecedence
//   required reliability
//     UnspecifiedReliabilityClass
//     ReliabilityClass1
//     ReliabilityClass2
//     ReliabilityClass3
//     ReliabilityClass4
//     ReliabilityClass5
//   minimun traffic class
//     TrafficClassUnspecified
//     TrafficClassConversational
//     TrafficClassStreaming
//     TrafficClassInteractive
//     TrafficClassBackground
//     x ( means no QoS99 params used )
//   minimun delivery order requested
//     DeliveryOrderUnspecified
//     DeliveryOrderRequired
//     DeliveryOrderNotRequired
//   minimun delivery erroneus SDU
//     ErroneousSDUDeliveryUnspecified
//     ErroneousSDUNoDetection
//     ErroneousSDUDeliveryRequired
//     ErroneousSDUDeliveryNotRequired
//   maximum acceptable target BER
//     BERUnspecified
//     BERFivePerHundred
//     BEROnePerHundred
//     BERFivePerThousand
//     BERFourPerThousand
//     BEROnePerThousand
//     BEROnePerTenThousand
//     BEROnePerHundredThousand
//     BEROnePerMillion
//     BERSixPerHundredMillion
//   maximum acceptable target SDU error ratio
//     SDUErrorRatioUnspecified
//     SDUErrorRatioOnePerTen
//     SDUErrorRatioOnePerHundred
//     SDUErrorRatioSevenPerThousand
//     SDUErrorRatioOnePerThousand
//     SDUErrorRatioOnePerTenThousand
//     SDUErrorRatioOnePerHundredThousand
//     SDUErrorRatioOnePerMillion
//   minimun traffic handling priority
//     TrafficPriorityUnspecified
//     TrafficPriority1
//     TrafficPriority2
//     TrafficPriority3
//   tft operation
//     TftCreateNew
//     DeleteExisting
//     AddPacketFilters
//     ReplacePacketFilters
//     DeletePacketFilters
//     TftNoOperation
//   protocol
//     PdpTypeIPv4
//     PdpTypeIPv6
//   packet filter and/or media authorization params included
//     Packetfilter ( media authorization is set to NULL )
//     Mediaauthorization ( packet filter is set to NULL )
//     Both ( both used )
//     None ( neither is used )
//
//
//******************************************************************


//***************************************************
// MOD_0009_101_1_NokiaTSY_[HW GPRS QoS Config 1]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_101_1_NokiaTSY_[HW GPRS QoS Config 1]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv4 StatusInactive UnspecifiedDelayClass UnspecifiedMeanThroughput UnspecifiedPeakThroughput UnspecifiedPrecedence UnspecifiedReliabilityClass DelayClass1 MeanThroughput100 PeakThroughput1000 PriorityHighPrecedence ReliabilityClass1 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_102_1_NokiaTSY_[HW GPRS QoS Config 2]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_102_1_NokiaTSY_[HW GPRS QoS Config 2]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypePPP StatusInactive DelayClass2 MeanThroughput200 PeakThroughput2000 PriorityMediumPrecedence ReliabilityClass2 DelayClass3 MeanThroughput500 PeakThroughput4000 PriorityLowPrecedence ReliabilityClass3 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_103_1_NokiaTSY_[HW GPRS QoS Config 3]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_103_1_NokiaTSY_[HW GPRS QoS Config 3]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeX25 StatusInactive DelayClass4 MeanThroughput1000 PeakThroughput8000 PriorityHighPrecedence ReliabilityClass4 DelayClass3 MeanThroughput2000 PeakThroughput16000 PriorityHighPrecedence ReliabilityClass5 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_104_1_NokiaTSY_[HW GPRS QoS Config 4]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_104_1_NokiaTSY_[HW GPRS QoS Config 4]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeCDPD StatusInactive DelayClass3 MeanThroughput5000 PeakThroughput32000 PriorityMediumPrecedence ReliabilityClass1 DelayClass3 MeanThroughput10000 PeakThroughput64000 PriorityLowPrecedence ReliabilityClass2 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_105_1_NokiaTSY_[HW GPRS QoS Config 5]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_105_1_NokiaTSY_[HW GPRS QoS Config 5]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive DelayClass3 MeanThroughput20000 PeakThroughput128000 PriorityHighPrecedence ReliabilityClass3 DelayClass1 MeanThroughput50000 PeakThroughput256000 PriorityMediumPrecedence ReliabilityClass4 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_106_1_NokiaTSY_[HW GPRS QoS Config 6]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_106_1_NokiaTSY_[HW GPRS QoS Config 6]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive DelayClass2 MeanThroughput100000 PeakThroughput1000 PriorityLowPrecedence ReliabilityClass5 DelayClass3 MeanThroughput200000 PeakThroughput2000 PriorityHighPrecedence ReliabilityClass1 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_107_1_NokiaTSY_[HW GPRS QoS Config 7]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_107_1_NokiaTSY_[HW GPRS QoS Config 7]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive DelayClass4 MeanThroughput500000 PeakThroughput4000 PriorityMediumPrecedence ReliabilityClass2 DelayClass3 MeanThroughput1000000 PeakThroughput8000 PriorityLowPrecedence ReliabilityClass3 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_108_1_NokiaTSY_[HW GPRS QoS Config 8]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_108_1_NokiaTSY_[HW GPRS QoS Config 8]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive DelayClass4 MeanThroughput2000000 PeakThroughput16000 PriorityHighPrecedence ReliabilityClass4 DelayClass4 MeanThroughput5000000 PeakThroughput32000 PriorityMediumPrecedence ReliabilityClass5 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_109_1_NokiaTSY_[HW GPRS QoS Config 9]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_109_1_NokiaTSY_[HW GPRS QoS Config 9]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive DelayClass1 MeanThroughput10000000 PeakThroughput64000 PriorityLowPrecedence ReliabilityClass1 DelayClass2 MeanThroughput20000000 PeakThroughput128000 PriorityHighPrecedence ReliabilityClass2 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// MOD_0009_110_1_NokiaTSY_[HW GPRS QoS Config 10]
// Setting GPRS QoS params
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
//
//***************************************************
[Test]
title MOD_0009_110_1_NokiaTSY_[HW GPRS QoS Config 10]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive DelayClass3 MeanThroughput50000000 PeakThroughput256000 PriorityMediumPrecedence ReliabilityClass3 DelayClass4 MeanThroughputBestEffort PeakThroughput1000 PriorityLowPrecedence ReliabilityClass4 x x x x x x
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]

//****************************************************************************
// MOD_0009_111_1_NokiaTSY_[HW Packet Data Home Zone Test]
// Test home zone flag chages during packet context state changes
//
// Precondions:
// - Turn on DUMMY_NIF_PEP_FOR_PACKET_DATA_TESTING_DOS flag from NokiaTSY
// - Check that phone is registered to 3G network (e.g. forced to 3G mode)
//****************************************************************************
[Test]
title MOD_0009_111_1_NokiaTSY_[HW Packet Data Home Zone Test]
create NTT_PDI test

test GetNetworkRegistrationStatus
test NotifyCurrentNetworkChange AreaKnown
allownextresult 0 //EPacketGetNtwkRegStatus
waittestclass test

allownextresult 1 //iAreaKnown == ETrue
waittestclass test //EMobilePhoneNotifyCurrentNetworkChange

test NotifyCurrentNetworkChange AreaKnown
test PacketServiceAttach
allownextresult 0 //iAreaKnown == EFalse
waittestclass test //EMobilePhoneNotifyCurrentNetworkChange

allownextresult 0
waittestclass test //EPacketAttach

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test //EPacketContextInitialiseContext

test SetPacketContextConfiguration 100Int_13 GPRS PdpTypeIPv4 NWICONTEXTCONF
allownextresult 0
waittestclass test

test AddPacketFilters 100Int_13 Data PdpTypeIPv4 65535 1 261072 1111 20 65535 1 11 1
allownextresult 0
waittestclass test

test AddMediaAuthorizationParams 100Int_13 Header PdpTypeIPv4 1 1 token 3
allownextresult 0
waittestclass test

test ActivatePacketContext 100Int_13
allownextresult 0
waittestclass test //EPacketContextActivate

test NotifyCurrentNetworkChange AreaKnown
allownextresult 0 //iAreaKnown == EFalse
waittestclass test //EMobilePhoneNotifyCurrentNetworkChange

pause 5000;

test DeactivatePacketContext 100Int_13
allownextresult 0
waittestclass test

test NotifyCurrentNetworkChange AreaKnown
allownextresult 1 //iAreaKnown == ETrue
waittestclass test //EMobilePhoneNotifyCurrentNetworkChange

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


//***************************************************
// Setting R99_r4 QoS params
//***************************************************
[Test]
title MOD_0009_201_1_NokiaTSY_[HW R99_r4 QoS Config 1]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R5 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassUnspecified DeliveryOrderUnspecified ErroneousSDUDeliveryUnspecified BERUnspecified SDUErrorRatioUnspecified TrafficPriorityUnspecified
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_202_1_NokiaTSY_[HW R99_r4 QoS Config 2]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test


test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassConversational DeliveryOrderRequired ErroneousSDUNoDetection BERFivePerHundred SDUErrorRatioOnePerTen TrafficPriority1
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


[Test]
title MOD_0009_203_1_NokiaTSY_[HW R99_r4 QoS Config 3]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassStreaming DeliveryOrderNotRequired ErroneousSDUDeliveryRequired BEROnePerHundred SDUErrorRatioOnePerHundred TrafficPriority2
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_204_1_NokiaTSY_[HW R99_r4 QoS Config 4]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassInteractive DeliveryOrderUnspecified ErroneousSDUDeliveryNotRequired BERFivePerThousand SDUErrorRatioSevenPerThousand TrafficPriority3
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_205_1_NokiaTSY_[HW R99_r4 QoS Config 5]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassBackground DeliveryOrderRequired ErroneousSDUDeliveryUnspecified BERFourPerThousand SDUErrorRatioOnePerThousand TrafficPriorityUnspecified
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_206_1_NokiaTSY_[HW R99_r4 QoS Config 6]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassUnspecified DeliveryOrderNotRequired ErroneousSDUNoDetection BEROnePerTenThousand SDUErrorRatioOnePerTenThousand TrafficPriority1
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_207_1_NokiaTSY_[HW R99_r4 QoS Config 7]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassConversational DeliveryOrderUnspecified ErroneousSDUDeliveryRequired BEROnePerHundredThousand SDUErrorRatioOnePerHundredThousand TrafficPriority2
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_208_1_NokiaTSY_[HW R99_r4 QoS Config 8]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassStreaming DeliveryOrderRequired ErroneousSDUDeliveryNotRequired BEROnePerMillion SDUErrorRatioOnePerMillion TrafficPriority3
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_209_1_NokiaTSY_[HW R99_r4 QoS Config 9]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassInteractive DeliveryOrderNotRequired ErroneousSDUDeliveryUnspecified BERSixPerHundredMillion SDUErrorRatioUnspecified TrafficPriorityUnspecified
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



[Test]
title MOD_0009_210_1_NokiaTSY_[HW R99_r4 QoS Config 10]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 R5 PdpTypeIPv6 NWICONTEXTCONF
allownextresult 0
waittestclass test

test SetProfileQoSParams R99_R4 True 100Int_13 100Int_13 PdpTypeIPv6 StatusInactive x x x x x x x x x x TrafficClassInteractive DeliveryOrderNotRequired ErroneousSDUDeliveryUnspecified BEROnePerThousand SDUErrorRatioUnspecified TrafficPriorityUnspecified
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]



//***************************************************
// Setting default context params for packet service
//***************************************************

[Test]
title MOD_0009_301_1_NokiaTSY_[HW Setting Default Context Params for Packet Service GPRS, PdpTypeIPv4, Header]
create NTT_PDI test
test PacketServiceSetDefaultContextParameters GPRS PdpTypeIPv4 Header
allownextresult 0
waittestclass test
delete test
[Endtest]

[Test]
title MOD_0009_302_1_NokiaTSY_[HW Setting Default Context Params for Packet Service GPRS, PdpTypeIPv6, Data]
create NTT_PDI test
test PacketServiceSetDefaultContextParameters GPRS PdpTypeIPv6 Data
allownextresult 0
waittestclass test
delete test
[Endtest]


[Test]
title MOD_0009_303_1_NokiaTSY_[HW Setting Default Context Params for Packet Service GPRS, PdpTypePPP, Data]
create NTT_PDI test
test PacketServiceSetDefaultContextParameters GPRS PdpTypePPP Data
allownextresult 0
waittestclass test
delete test
[Endtest]


[Test]
title MOD_0009_304_1_NokiaTSY_[HW Setting Default Context Params for Packet Service R99_R4, PdpTypeIPv6, Data]
create NTT_PDI test
test PacketServiceSetDefaultContextParameters R99_R4 PdpTypeIPv6 Data
allownextresult 0
waittestclass test
delete test
[Endtest]



//*********************************************************************************
// Packet Connection Test Set 1
// ----------------------------
//
// See all possible params for test functions
// from parameter configuration table at the top of the file.
//
//*********************************************************************************
[Test]
title MOD_0009_401_1_NokiaTSY_[HW Packet connection test set 1]
create NTT_PDI test

//***********************************************
//Attach to packet service
//***********************************************
test PacketServiceAttach
allownextresult 0
waittestclass test

//***********************************************
//Initialize packet context
//  context name = 100Int_13
//***********************************************
test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

//***********************************************
//Set packet context configuration parameters
//  context connection type = GPRS
//  protocol type used = IPv4
//***********************************************
test SetPacketContextConfiguration 100Int_13 GPRS PdpTypeIPv4 NWICONTEXTCONF
allownextresult 0
waittestclass test

//***********************************************
//Set packet profile quality of service parameters
//  profile connection type = GPRS
//  use signalling indication = True
//  context name = 100Int_13
//  protocol type used = IPv4
//  current context status = Inactive
//  requested minimun delay class = UnspecifiedDelayClass
//  requested minimun mean throughput = UnspecifiedMeanThroughput
//  requested minimun peak throughput = UnspecifiedPeakThroughput
//  requested precedence = UnspecifiedPrecedence
//  requested minimun reliability = UnspecifiedReliabilityClass
//  requested minimun delay class = DelayClass1
//  requested minimun mean throughput = MeanThroughput100
//  requested minimun peak throughput = PeakThroughput1000
//  requested precedence = PriorityHighPrecedence
//  requested minimun reliability = ReliabilityClass1
//  minimun traffic class = x (doesn't matter, not used in GPRS connection)
//  minimun delivery order requested = x (doesn't matter, not used in GPRS connection)
//  minimun delivery erroneus SDU = x (doesn't matter, not used in GPRS connection)
//  maximum acceptable target BER = x (doesn't matter, not used in GPRS connection)
//  maximum acceptable target SDU error ratio = x (doesn't matter, not used in GPRS connection)
//  minimun traffic handling priority = x (doesn't matter, not used in GPRS connection)
//
//***********************************************
test SetProfileQoSParams GPRS True 100Int_13 100Int_13 PdpTypeIPv4 StatusInactive UnspecifiedDelayClass UnspecifiedMeanThroughput UnspecifiedPeakThroughput UnspecifiedPrecedence UnspecifiedReliabilityClass DelayClass1 MeanThroughput100 PeakThroughput1000 PriorityHighPrecedence ReliabilityClass1 x x x x x x
allownextresult 0
waittestclass test

//***********************************************
//Add Packet Filters for Context
//  context name where to add filters = 100Int_13
//  use compression for = Data
//  protocol to use = IPv4
//  maximum destination port number of incoming packets = 65535
//  lowest destination port number of incoming packets = 1
//  flow label of incoming packets = 261072
//  security parameter index = 1111
//  protocol number = 20
//  maximum source port number of incoming packets = 65535
//  minimum source port number of incoming packets = 1
//  type of service = 11
//  packet filter identifier = 1
//
//***********************************************
test AddPacketFilters 100Int_13 Data PdpTypeIPv4 65535 1 261072 1111 20 65535 1 11 1
allownextresult 0
waittestclass test

//***********************************************
//Add Media Authorization Parameters
//  context name where to add media authorization = 100Int_13
//  use compression for = Header
//  protocol to use = IPv4
//  IP flow number = 1
//  media component number = 1
//  authorization token name = token
//  count of flow identifiers authorization token is granted for = 3
//***********************************************
test AddMediaAuthorizationParams 100Int_13 Header PdpTypeIPv4 1 1 token 3
allownextresult 0
waittestclass test

//***********************************************
//Activate Packet Context
//  context name to activate = 100Int_13
//***********************************************
test ActivatePacketContext 100Int_13
allownextresult 0
waittestclass test

//make sure that context is ready
pause 5000;

//***********************************************
//Modify activated packet context
//  context name to modify = 100Int_13
//  minimun mean throughput = MeanThroughput10000000
//  minimun peak throughput = PeakThroughput64000
//  minimun precedence = PriorityLowPrecedence
//  minimun reliability = ReliabilityClass1
//  required delay = DelayClass2
//  required mean throughput = MeanThroughput20000000
//  required peak throughput = PeakThroughput128000
//  required precedence = PriorityHighPrecedence
//  required reliability = ReliabilityClass2
//  minimun traffic class = TrafficClassInteractive
//  minimun delivery order requested = DeliveryOrderNotRequired
//  minimum acceptable value for erroneous service data unit delivery = ErroneousSDUDeliveryUnspecified
//  maximum acceptable target bit error ratio = BERSixPerHundredMillion
//  maximum acceptable target service data unit error ratio = SDUErrorRatioUnspecified
//  minimun traffic handling priority = TrafficPriorityUnspecified
//  traffic flow template operation = TftNoOperation
//  protocol to use = PdpTypeIPv4
//  packet filter and/or media authorization params included = none
//
//***********************************************
test ModifyPacketContext 100Int_13 DelayClass1 MeanThroughput10000000 PeakThroughput64000 PriorityLowPrecedence ReliabilityClass1 DelayClass2 MeanThroughput20000000 PeakThroughput128000 PriorityHighPrecedence ReliabilityClass2 TrafficClassInteractive DeliveryOrderNotRequired ErroneousSDUDeliveryUnspecified BERSixPerHundredMillion SDUErrorRatioUnspecified TrafficPriorityUnspecified TftNoOperation PdpTypeIPv4 None
allownextresult 0
waittestclass test

//***********************************************
//Deactivate Packet Context
//  context name to deactivate = 100Int_13
//***********************************************
test DeactivatePacketContext 100Int_13
allownextresult 0
waittestclass test

//***********************************************
//Delete Packet Context
//  context name to delete = 100Int_13
//***********************************************
test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

//***********************************************
//Detach from packet service
//***********************************************
test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


[Test]
title MOD_0009_402_1_NokiaTSY_[HW Packet connection test set 2]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 GPRS PdpTypeIPv4 NWICONTEXTCONF
allownextresult 0
waittestclass test

test AddPacketFilters 100Int_13 Data PdpTypeIPv4 65535 1 261072 1111 20 65535 1 11 1
allownextresult 0
waittestclass test

test ActivatePacketContext 100Int_13
allownextresult 0
waittestclass test

pause 5000;

test ModifyPacketContext 100Int_13 x x x x x x x x x x x x x x x x DeletePacketFilters PdpTypeIPv4 None
allownextresult 0
waittestclass test

test DeactivatePacketContext 100Int_13
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


[Test]
title MOD_0009_403_1_NokiaTSY_[HW Packet connection test set 3]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 GPRS PdpTypeIPv4 NWICONTEXTCONF
allownextresult 0
waittestclass test

test ActivatePacketContext 100Int_13
allownextresult 0
waittestclass test

pause 5000;

test ModifyPacketContext 100Int_13 x x x x x x x x x x x x x x x x DeleteExisting PdpTypeIPv4 None
allownextresult 0
waittestclass test

test DeactivatePacketContext 100Int_13
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]


[Test]
title MOD_0009_404_1_NokiaTSY_[HW Packet connection test set 4]
create NTT_PDI test

test PacketServiceAttach
allownextresult 0
waittestclass test

test InitializePacketContext 100Int_13
allownextresult 0
waittestclass test

test SetPacketContextConfiguration 100Int_13 GPRS PdpTypeIPv4 NWICONTEXTCONF
allownextresult 0
waittestclass test

test AddPacketFilters 100Int_13 Data PdpTypeIPv4 65535 1 261072 1111 20 65535 1 11 1
allownextresult 0
waittestclass test

test AddMediaAuthorizationParams 100Int_13 Header PdpTypeIPv4 1 1 token 3
allownextresult 0
waittestclass test

test ActivatePacketContext 100Int_13
allownextresult 0
waittestclass test

pause 5000;

test DeactivatePacketContext 100Int_13
allownextresult 0
waittestclass test

test DeletePacketContext 100Int_13
allownextresult 0
waittestclass test

test PacketServiceDetach
allownextresult 0
waittestclass test

delete test
[Endtest]