telephonyprotocols/umtsgprsscpr/Test/te_spud/inc/CompareContextParameters.h
changeset 69 b982c3e940f3
parent 59 ac20d6a0a19d
child 73 70d75957b98f
equal deleted inserted replaced
59:ac20d6a0a19d 69:b982c3e940f3
     1 // Copyright (c) 2004-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 // Declarations for methods that compare various packet context related structures
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef COMPARE_CONTEXT_PARAMETERS
       
    24 #define COMPARE_CONTEXT_PARAMETERS
       
    25 
       
    26 #include <networking/umtsnifcontrolif.h>
       
    27 #include <etelpckt.h>
       
    28 
       
    29 TBool CompareContextConfigGPRS(const RPacketContext::TContextConfigGPRS &aFirst, const RPacketContext::TContextConfigGPRS &aSecond);
       
    30 TBool CompareContextParameters(const TContextParameters& aFirst, const TContextParameters& aSecond);
       
    31 
       
    32 TBool ComparePacketFilterV2(const RPacketContext::TPacketFilterV2 &aFirst, const RPacketContext::TPacketFilterV2 &aSecond);
       
    33 TBool CompareDataChannel(const RPacketContext::TDataChannelV2& aFirst, const RPacketContext::TDataChannelV2& aSecond);
       
    34 TBool CompareTFTInfo(TTFTInfo& aTFTInfo, RPacketContext& aPacketContext);
       
    35 TBool CompareContextInfo(const RPacketService& aPacketService, const TDesC& aContextName, RPacketContext::TContextStatus aContextStatus);
       
    36 
       
    37 TBool CompareUMTSQoSNeg(const RPacketQoS::TQoSR99_R4Negotiated &aFirst, const RPacketQoS::TQoSR99_R4Negotiated &aSecond);
       
    38 TBool CompareUMTSQoSNeg(const RPacketQoS::TQoSR99_R4Requested &aFirst, const RPacketQoS::TQoSR99_R4Requested &aSecond);
       
    39 
       
    40 #ifdef SYMBIAN_NETWORKING_UMTSR5
       
    41 TBool CompareUMTSQoSReq(const RPacketQoS::TQoSR5Requested &aFirst, const RPacketQoS::TQoSR5Requested &aSecond);
       
    42 #endif
       
    43 
       
    44 #endif
       
    45 // COMPARE_CONTEXT_PARAMETERS