--- a/multimediacommsengine/mmceshared/src/mcecomamrwbcodec.cpp Thu Jun 17 22:31:54 2010 +0100
+++ b/multimediacommsengine/mmceshared/src/mcecomamrwbcodec.cpp Thu Jul 22 16:37:27 2010 +0100
@@ -306,6 +306,7 @@
//if offerer codec represents the sent offer and mcc codec the answer
// Bitrates field contains also additional information, mask it away
+ /*
TUint mccBitrates = ( aMccCodec.AllowedBitrates() & KMceAllowedAmrWbBitrateAll );
TUint mceBitrates = ( iAllowedBitrates & KMceAllowedAmrWbBitrateAll );
@@ -314,8 +315,9 @@
mceBitrates > mccBitrates ) :
( mceBitrates && mccBitrates == 0 ||
mceBitrates < mccBitrates );
-
- User::LeaveIfError( notValid ? KErrNotSupported : KErrNone );
+
+ */
+// User::LeaveIfError( notValid ? KErrNotSupported : KErrNone );
if ( aMccCodec.CodecMode() != (TCodecMode)iCodecMode )
{
// codec-mode was different, fail.