Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9273)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9275)
@@ -369,4 +369,8 @@
   int clkUpdInd = 2;         // 5 sec
   int ephUpdInd = clkUpdInd; // default
+
+  if (!_samplRtcmEphCorr) {
+    _samplRtcmEphCorr = 5.0;
+  }
 
   if (_samplRtcmClkCorr > 5.0 && _samplRtcmEphCorr <= 5.0) { // combined orb and clock
@@ -742,5 +746,5 @@
   // Orbit and Clock Corrections together
   // ------------------------------------
-  if (_samplRtcmEphCorr == 0.0) {
+  if (_samplRtcmEphCorr == _samplRtcmClkCorr) {
     if (co.NumberOfSat[CLOCKORBIT_SATGPS] > 0
         || co.NumberOfSat[CLOCKORBIT_SATGLONASS] > 0
