24
|
1 |
// Copyright (c) 2006-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 "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 |
// Te_SimPacketR99R5QOSTest.h
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
#ifndef __TE_SIM_PACKET_R99R5QOS_TEST__
|
|
19 |
#define __TE_SIM_PACKET_R99R5QOS_TEST__
|
|
20 |
|
|
21 |
#include "SimConstants.h"
|
|
22 |
#include "Te_SimTestStepBase.h"
|
|
23 |
#include "Te_SimConstants.h"
|
|
24 |
|
|
25 |
class CSimPacketRel99Rel5QOSTest : public CPhBkAndPacketTestsTestStepBase
|
|
26 |
{
|
|
27 |
public:
|
|
28 |
CSimPacketRel99Rel5QOSTest();
|
|
29 |
virtual TVerdict doTestStepL();
|
|
30 |
|
|
31 |
private:
|
|
32 |
void TestEquals(const RPacketQoS::TQoSR99_R4Negotiated& aProfile1,
|
|
33 |
const RPacketQoS::TQoSR99_R4Negotiated& aProfile2);
|
|
34 |
|
|
35 |
RPacketContext iFirstPrimaryPacketContext;
|
|
36 |
RPacketService iPacketService;
|
|
37 |
RPacketQoS iRel99Packetqos;
|
|
38 |
RPacketQoS iRel5Packetqos;
|
|
39 |
};
|
|
40 |
|
|
41 |
#endif // __TE_SIM_PACKET_R99R5QOS_TEST__
|