realtimenetprots/sipfw/ProfileAgent/Profile/Src/sipconcreteprofile.cpp
branchRCL_3
changeset 18 f54bfd820e04
parent 6 43c4dec3cb1f
equal deleted inserted replaced
17:654ed625511d 18:f54bfd820e04
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // Name        : sipconcreteprofile.cpp
    14 // Name        : sipconcreteprofile.cpp
    15 // Part of     : SIP / SIP Profile Agent / SIP Concrete Profile
    15 // Part of     : SIP / SIP Profile Agent / SIP Concrete Profile
    16 // Implementation
    16 // Implementation
    17 // Version     : %version: 3.1.2 %
    17 // Version     : %version: 3.1.2.1.2 %
    18 //
    18 //
    19 
    19 
    20 
    20 
    21 
    21 
    22 //  INCLUDE FILES
    22 //  INCLUDE FILES
  2254 		{
  2254 		{
  2255 		PROFILE_DEBUG3("CSIPConcreteProfile::ValidateProfileParamsL.. Setting SNAP ID with 25000 as IAP is: ", 0)
  2255 		PROFILE_DEBUG3("CSIPConcreteProfile::ValidateProfileParamsL.. Setting SNAP ID with 25000 as IAP is: ", 0)
  2256 		PROFILE_DEBUG3("Exceptional SNAP Entry verifier :", KDefaultSNAPIdentifier)
  2256 		PROFILE_DEBUG3("Exceptional SNAP Entry verifier :", KDefaultSNAPIdentifier)
  2257 		SetExtensionParameterL(KSIPSnapId,KDefaultSNAPIdentifier);
  2257 		SetExtensionParameterL(KSIPSnapId,KDefaultSNAPIdentifier);
  2258 		}
  2258 		}
       
  2259 	
       
  2260 if ( ExtensionParameter(KBearerType,iVal) == KErrNotFound)
       
  2261 	    { 
       
  2262 PROFILE_DEBUG3("CSIPConcreteProfile::ValidateProfileParamsL.. Setting bearer Id to 0", 0)
       
  2263         TUint32 defaultId=0;
       
  2264         SetExtensionParameterL(KBearerType,defaultId);
       
  2265 	    }
  2259 	return res;
  2266 	return res;
  2260 	}
  2267 	}