diff -r 10852b179f64 -r ea98413ce11f supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasupletel.cpp --- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasupletel.cpp Wed Sep 15 12:40:28 2010 +0300 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasupletel.cpp Wed Oct 13 15:01:35 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: Implementation of COMASuplEtel Class -* Version : %version: 3.1.1 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: 3 % << Don't touch! Updated by Synergy at check-out. * */ @@ -524,7 +524,7 @@ for(TInt k = 0; k < KOMASUPLMaxTimeSlotIscpAmount; k++ ) { - iOMASuplwcdmaCellInfo.iNwkMeasureReport[i].iCellMeasuredResult[j].iTddInfo.iTimeslotISCP[k] = iCustomWCDMACellInfo.iNwkMeasureReport[i].iCellMeasuredResult[j].iTddInfo.iTimeslotISCP[k]; + iOMASuplwcdmaCellInfo.iNwkMeasureReport[i].iCellMeasuredResult[j].iTddInfo.iTimeslotISCP[k] = iOMASuplwcdmaCellInfo.iNwkMeasureReport[i].iCellMeasuredResult[j].iTddInfo.iTimeslotISCP[k]; } }