Index: trunk/BNC/src/PPP/pppClient.cpp
===================================================================
--- trunk/BNC/src/PPP/pppClient.cpp	(revision 9431)
+++ trunk/BNC/src/PPP/pppClient.cpp	(revision 9432)
@@ -606,9 +606,9 @@
       if (_obsPool->refSatChanged()) {
         if(_filter->datumTransformation() != success) {
-          LOG << "_filter->datumTransformation() != success" << endl;
+          LOG << "pppFilter::datumTransformation() != success" << endl;
           return finish(failure);
         }
         else {
-          LOG << "_filter->datumTransformation() == success" << endl;
+          LOG << "pppFilter::datumTransformation() == success" << endl;
           if (!_obsPool->refSatChangeRequired()) {
             _obsPool->saveLastEpoRefSats();
@@ -891,5 +891,5 @@
       return failure;
     }
-    QString str;LOG << prn.toString() << endl;
+    QString str;
     if (prn == _obsPool->getRefSatMapElementLastEpoch(sys) ||
                _obsPool->getRefSatMapElementLastEpoch(sys) == t_prn() )  {
Index: trunk/BNC/src/PPP/pppFilter.cpp
===================================================================
--- trunk/BNC/src/PPP/pppFilter.cpp	(revision 9431)
+++ trunk/BNC/src/PPP/pppFilter.cpp	(revision 9432)
@@ -286,10 +286,4 @@
           PP[iObs] = 1.0 / (obs->sigma(tLC) * obs->sigma(tLC));
         }
-      }
-    }
-    if (OPT->_obsModelType == OPT->DCMcodeBias ||
-        OPT->_obsModelType == OPT->DCMphaseBias) {
-      if (iObs < 2) { // TODO SATNUM => usableSys has to be removed 
-        return failure;
       }
     }
Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9431)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9432)
@@ -317,5 +317,5 @@
   // --------------------------
   if ((_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) ||
-      (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC)))) {  
+      (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC)))) {
     retVal *= 5.0;
   }
@@ -359,4 +359,9 @@
 
   retVal = sqrt(retVal);
+
+  if ((_prn.system() == 'R' && t_lc::includesCode(tLC)) ||
+      (_prn.system() == 'C' && t_lc::includesCode(tLC))) {
+    retVal *= 3.0;
+  }
 
   return retVal;
