telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatecreatedmbms.cpp
changeset 73 70d75957b98f
parent 44 8b72faa1200f
equal deleted inserted replaced
69:b982c3e940f3 73:70d75957b98f
    17 
    17 
    18 /**
    18 /**
    19  @file 
    19  @file 
    20  @internalComponent
    20  @internalComponent
    21 */
    21 */
    22  
       
    23 
       
    24 
       
    25 #include "OstTraceDefinitions.h"
       
    26 #ifdef OST_TRACE_COMPILER_IN_USE
       
    27 #include "tpdpstatecreatedmbmsTraces.h"
       
    28 #endif
       
    29 
    22 
    30 #include <networking/umtsnifcontrolif.h>
    23 #include <networking/umtsnifcontrolif.h>
    31 #include "tpdpstates.h"
    24 #include "tpdpstates.h"
    32 #include "pdpfsmnmspace.h"
    25 #include "pdpfsmnmspace.h"
    33 #include "pdpfsmnmspace.h"
    26 #include "pdpfsmnmspace.h"
    37 
    30 
    38 
    31 
    39 
    32 
    40 TInt TPdpStateCreatedMbms::Input (CPdpFsm& aFsm, const TInt aOperation, const TInt aErrorCode)
    33 TInt TPdpStateCreatedMbms::Input (CPdpFsm& aFsm, const TInt aOperation, const TInt aErrorCode)
    41 {
    34 {
    42 	OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECREATEDMBMS_INPUT_1, "TPdpStateCreatedMbms::Input()");
       
    43 	OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECREATEDMBMS_INPUT_2, "aOperation : %S(%d)", *LogOperation(aFsm, aOperation), aOperation);
       
    44 
       
    45 	switch (aOperation)
    35 	switch (aOperation)
    46 	{
    36 	{
    47 	case SpudMan::EContextActivate: 
    37 	case SpudMan::EContextActivate: 
    48 		aFsm.ChangeStateToActivatingMbms();
    38 		aFsm.ChangeStateToActivatingMbms();
    49 		EtelDriverInput(aFsm, EtelDriver::EActivateMbmsPdp);
    39 		EtelDriverInput(aFsm, EtelDriver::EActivateMbmsPdp);