Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 8990)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 8991)
@@ -296,6 +296,6 @@
   struct ClockOrbit co;
   memset(&co, 0, sizeof(co));
-#ifdef USE_SSR_RTCM
   co.EpochTime[CLOCKORBIT_SATGPS] = static_cast<int>(epoTime.gpssec());
+#ifdef USE_SSR_RTCM
   double gt = epoTime.gpssec() + 3 * 3600 - gnumleap(year, month, day);
   co.EpochTime[CLOCKORBIT_SATGLONASS] = static_cast<int>(fmod(gt, 86400.0));
