datacommsserver/esockserver/test/TE_EsockTestSteps/inc/SimTsySpecificDefs.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /**
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * This file define all the simtsy specific constants
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file SimTsySpecificDefs.h
       
    24 */
       
    25 #if (!defined SIMTSYSPECIFICDEFS_H)
       
    26 #define SIMTSYSPECIFICDEFS_H
       
    27 
       
    28 _LIT(KTe_SimtsyTriggerEventName, "SimTsyEvent");
       
    29 _LIT(KTe_SimTsyEventName,"EventName");
       
    30 _LIT(KTe_SimTsyEventIndex,"EventIndex");
       
    31 
       
    32 	/** Identifiers for each of the simtsy parameters that can be changed using publish and subscribe */
       
    33 	enum TEtelRequestType
       
    34 		{
       
    35 		/** Change QoS parameters */
       
    36 		ENetworkQoSChange,
       
    37 		/** Change network status */
       
    38 		ENetworkChangeRegStatus,
       
    39 		/** Change context status */
       
    40 		EContextStatusChange,
       
    41 		/** Change context config parameters */
       
    42 		EContextConfigChange,
       
    43 		/** MBMS Service Availability Change */
       
    44 		EMbmsServAvailChange,
       
    45 		/** MBMS Bearer Availability Change */
       
    46 		EMbmsBearerAvailChange,
       
    47 		/** MBMS Service Id Removal */
       
    48 		EMbmsServiceRemove,
       
    49 		/** MBMS Active Service List Change */
       
    50 		EMbmsActiveListChange,
       
    51 		/** MBMS Monitor Service List Change */
       
    52 		EMbmsMonitorListChange,
       
    53 		/**Invalid Request */
       
    54 		EInvalidRequest,
       
    55 		};
       
    56 
       
    57 
       
    58 #endif //SIMTSYSPECIFICDEFS_H
       
    59