diff -r 0a1ad22c7bdc -r 2c7192069824 sipplugins/sippsipadapter/src/CWPSIPAdapter.cpp --- a/sipplugins/sippsipadapter/src/CWPSIPAdapter.cpp Wed Sep 15 12:36:02 2010 +0300 +++ b/sipplugins/sippsipadapter/src/CWPSIPAdapter.cpp Wed Oct 13 14:57:13 2010 +0300 @@ -52,7 +52,6 @@ _LIT( KParmLOCK, "LOCK" ); _LIT( KParmAUTOREG, "AUTOREG" ); _LIT( KParmSIGQOS, "SIGQOS" ); -_LIT( KParmBearerID, "PBEARERID" ); // For other purposes. const TUint32 KNotSet = 0xffffffff; @@ -502,14 +501,6 @@ iCurrentSIPItem->SetSigQos( parmVal ); } } - - else if(aParameter.Name() == KParmBearerID ) - { - TInt bearerid; - TLex8 lex( tmpValue->Des() ); - User::LeaveIfError( lex.Val( bearerid ) ); - iCurrentSIPItem->SetBearerID((TUint32) bearerid ); - } break; } case EWPParameterAppRef: