Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 6997)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 6998)
@@ -81,10 +81,5 @@
   // --------------------
   _fType1 = t_lc::toFreq(_prn.system(),t_lc::l1);
-  if (_prn.system() == 'E') {
-    _fType2 = t_frequency::E5;
-  }
-  else {
-    _fType2 = t_lc::toFreq(_prn.system(),t_lc::l2);
-  }
+  _fType2 = t_lc::toFreq(_prn.system(),t_lc::l2);
 
   // Check whether all required frequencies available
