telephonyprotocols/umtsgprsscpr/Test/te_spud/inc/DefaultContextParameters.h
author hgs
Mon, 28 Jun 2010 17:02:18 +0100
changeset 45 28dbf5a297f4
parent 44 8b72faa1200f
permissions -rw-r--r--
201024_05

// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "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:
// Declarations for methods that create default various packet context related structures
// 
//

/**
 @file
 @internalComponent
*/

#ifndef DEFAULT_CONTEXT_PARAMETERS
#define DEFAULT_CONTEXT_PARAMETERS

#include <networking/umtsnifcontrolif.h>
#include <etelpckt.h>

TName& SimTsyName();

void DefaultContextConfigGPRS(RPacketContext::TContextConfigGPRS& aParam);

void DefaultQoSR99_R4Requested(RPacketQoS::TQoSR99_R4Requested& aQosRequested);
void SecondQoSR99_R4Requested(RPacketQoS::TQoSR99_R4Requested& aQosRequested);

#ifdef SYMBIAN_NETWORKING_UMTSR5
void DefaultQoSR5Requested(RPacketQoS::TQoSR5Requested& aQosRequested);
void SecondQoSR5Requested(RPacketQoS::TQoSR5Requested& aQosRequested);
#endif

void DefaultQoSR99_R4Negotiated(RPacketQoS::TQoSR99_R4Negotiated& aQosNegotiated);
void SecondQoSR99_R4Negotiated(RPacketQoS::TQoSR99_R4Negotiated& aQosNegotiated);

void DefaultTftInfo(TTFTInfo& aTTFTInfo);
void SecondDefaultTftInfo(TTFTInfo& aTTFTInfo);
void CombinedDefaultTftInfo(TTFTInfo& aTTFTInfo);
void DefaultContextStatus(RPacketContext::TContextStatus& aStatus);
void DefaultServiceStatus(RPacketService::TStatus& aStatus);
void DefaultDataChannel(RPacketContext::TDataChannelV2& aDataChannel);

#endif
// DEFAULT_CONTEXT_PARAMETERS