Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 2782)
+++ trunk/BNC/bncmodel.cpp	(revision 2783)
@@ -414,5 +414,10 @@
   }
 
-  return satData->rho + clk() - satData->clk + tropDelay + wind;
+  double offset = 0.0;
+  if (satData->prn[0] == 'E') {
+    offset = Galileo_offset();
+  }
+
+  return satData->rho + clk() + offset - satData->clk + tropDelay + wind;
 }
 
